vTaskGetRunTimeStats problem …

Hi, my system is in running from a few days. After call a function “vTaskGetRunTimeStats” I obtain this value for IDLE process: … IDLE, 2497449962, 267% … 2497449962 –> 0x94DC0FEA Can you solve this problem ? debugasm

vTaskGetRunTimeStats problem …

If it has been running a few days it has probably just overflowed. You can slow the run time stats clock to get a longer time at the cost of resolution. Normally the stats are just used over a short period to see how the application is running during development.