2019-07-10 5:36 AM
Hello
I want to know the MCU Load, so I found this function
McuLoad = touchgfx::HAL::getInstance()->getMCULoadPct();
I call it in
void Model::tick()
But I always get 0, whatever I do it alwsys returns zero, so I don't think it's working well,
so, how could I resolve the problem? maybe I should call it from another place?
Thank you
Anton
2019-09-19 4:58 PM
2019-09-19 5:01 PM
The submission is repeated.
2019-09-19 5:02 PM
The submission is repeated.
2019-09-19 5:03 PM
2019-09-21 7:25 AM
Thank you, I'll try