This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to benchmark code on FVP_MPS2_Cortex-M4 simulator?

I need to benchmark some C++ code on the FVP_MPS2_Cortex-M4 simulator.

I considered using CMSIS function osKernelGetTickCount() to provide timestamps but the resolution of the tick timer seems to be 1ms, which is too coarse.

What would be a suitable clock counter to use for the timings?  

Would ARM_CM_DWT_CYCCNT be suitable and, if so, how would I access it?

Best regards

David

Parents Reply Children