Resolved! How do you measure the execution CPU cycles for a section of code?
I am running a STM32F466RE with no OS, using the STM32CubeIDE. Is there a code profiler, or some other way I can measure how many CPU clock cycles it takes for a certain section of code to execute? I am trying to compare different methods of processi...