2023-03-18 01:32 AM
I am wondering, how can I measure the program execution cycle speed? How fast while(1) section loops and how fast I can read the values from the sensors?
This is the particular thing I wanna find out about.
Thanks,
Enes
2023-03-18 06:35 AM
The MCU has a CYCCNT register in the DWT unit, use that.