2020-10-22 05:15 AM
2020-10-22 05:29 AM
Cycles per instruction for Cortex-M3 can be seen here:
2020-10-22 05:47 AM
Sounds like a home work question.
For the float math it is gpong to be highly variable, depending on the numbers and the math library.
You can get the MCU to count cycles using DWT_CYCCNT, Google It
2020-10-22 05:59 AM
thenkyou sir