FreeRTOS Debug windows not displaying proper data
I have followed the FreeRTOS API document below I have mentioned the details about the documents.
FreeRTOS on STM32 CMSIS_OS API
T.O.M.A.S – Technically-Oriented Microcontroller Application Services
Version: v1.7
Link for document: https://raw.githubusercontent.com/eziya/STM32F4_HAL_FREERTOS_LAB/master/FreeRTOS_v1.7%20-%20CMSIS%20OS%20API.pdf
Currently, In my application two tasks running simultaneously.
For specific task CPU usage I have followed the page No.251 steps in my STM32Cube IDE for finding the particular task CPU usage.
But, FreeRTOS Task List windows not updating the "Run Time" column value and it's showing the "N/A"
Could you tell me what is issue with IDE or if anything the FreeRTOS configuration side missing? or any version issue?
For more clarification, I have attached the screenshots from the document as well as from STM32Cube IDE.
My Hardware and Software details:
Hardware :
- STM32H745 Discovery board.
Software :
- STM32Cube IDE
- Version : 1.8.0
- Application side currently I am running two tasks.
Thanks In Advance
Image: STM32Cube IDE
