2021-01-20 08:53 AM
The technical docs state that multipleication (MULS instruction) can take either 1 cycle or 32 cycles. This is defined when the board is produced. Does anyone know which of the two configurations the STM32F072RB uses?
Solved! Go to Solution.
2021-01-20 09:16 AM
>>This is defined when the board is produced
That sounds like complete nonsense, can you provide an actual cite?
Do you mean what ARM IP ST chose to include in their Cortex-M0 chip level implementation?
As far as I'm aware ST chose to have the multiplier, systick and debug functionality. "Single-cycle 32-bit hardware multiplier"
Should be easy enough to measure ones' self if there is any doubt.
2021-01-20 09:16 AM
>>This is defined when the board is produced
That sounds like complete nonsense, can you provide an actual cite?
Do you mean what ARM IP ST chose to include in their Cortex-M0 chip level implementation?
As far as I'm aware ST chose to have the multiplier, systick and debug functionality. "Single-cycle 32-bit hardware multiplier"
Should be easy enough to measure ones' self if there is any doubt.
2021-01-20 10:08 AM
Thank you.