2018-12-14 03:00 AM
I'm config cubeMX to enable FreeRTOS statistics and get the RunTime for each task. I followed this guide
http://blog.atollic.com/visualizing-run-time-statistics-using-freertos
But it doesn't work. debugging I saw that method portGET_RUN_TIME_COUNTER_VALUE() defined by macro is never called (I put a breakpoint and it never stops)
Timer works well, and all defines are enabled, and I use no optimisation, but I didn't get the Run Time data.
Any idea?
Atollic an CubeMX has an integrated solution to config FreeRTOS statistics automatically?
Thanks for the help!
Jordi