We want to analyze runtime and memory usage for each task configured using FreeRTOS
Tick time is 1msec
PLL clk 8Mhz
Hi,
Please take a look at:
https://www.freertos.org/rtos-run-time-stats.html
Example in the SDK does not use this feature. It’s up to users to implement it. It is possible to use any timer capable to generate periodic interrupt, so both LPIT and LPTMR can be utilized.
Another option is to use some tracing tools in advanced debuggers to do the analysis. This is not supported by S32 Design Studio.
Regards,
Lukas