Hello,
I have a STM32 project generated with STM CubeMX, it includes freeRTOS. It builds and runs correctly. The problem is that System and Trhead viewer in the debug menu will not show any freeRTOS task or other object.
Is this because no Keil freeRTOS components are selected in the project? The freeRTOS modules come from the STM (CubeMX) library.
How to convince the debugger to use whatever freeRTOS I have, without breaking and reconfiguring the project? Any tool/advicce for reconfiguring ST Cube generated project to Keil's freeRTOS components?
Thanks, Pavel