Hello Segger Team
I managed to integrate SystemView /RTT into our STM32L476 FreeRTOS (originally 8.2.2) project.
With FreeRTOS 8.2.2
Roman
I managed to integrate SystemView /RTT into our STM32L476 FreeRTOS (originally 8.2.2) project.
With FreeRTOS 8.2.2
- the scheduling time was never visible
- the scheduling times get shown (traced)
- the "Run Task" event was traced several times after each other (interrupted with with some queue, task notification events) but without swapping out of the task. It seems to me, that due to that, the total task run time in the graph are shown only partially
- What does the Segger patch add to FreeRTOS?
- What is missing / not working when a vanilla FreeRTOS version is used?
- How can partial task time indication be fixed?
Roman