How to view the CPU usage, and FLASH usage in FreeRTOS in STM32H745 discovery board using STM32Cube IDE
Hello Support Team,
Currently, I am working with FreeRTOS and using STM32cube IDE.
I have created two tasks in my FreeRTOS-based application.
I need to require the below data using STM32 cube IDE when both tasks are in a running state.
Both tasks are running in CORE-M7.
i) CPU utilization(for particular CORE-M7)
ii) RAM Usage
iii)FLASH usage
Ex. In Linux, we easily view the particular process CPU usage and memory.
Could we do the same thing for a particular CORE-M7 in STM32 cube IDE?
Let me know how to achieve this in STM32Cube IDE for FreeRTOS.
Or, Required any plugins for this give all steps for how to add plugins and use them.
Hardware and Software Details:
1) Hardware :
- STM32H745 Discovery board.
2) Software :
- STM32cube IDE Version: 1.8.0
- OS - Windows OS(Windows 10)
Thanks In Advance..
