2011-10-12 03:29 AM
Does STM32F215xx/ STM32F217xx supports Single-cycle multiplication and hardware division ?
2011-10-12 04:45 AM
Doesn't the M3 and M4 core have a single cycle multiply? And the M4 a hardware divider capable of 2-12 cycle? Not sure why the STM parts would be any different.
2011-10-12 08:38 AM
Take a look at the Cortex-M3 instruction set:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0337i/CHDDIGAC.html
There are several multiplies, including a single-cycle. Also a couple of divide instructions, which take between 2 and 12 cycles.