2019-07-10 05: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 04:58 PM
2019-09-19 05:01 PM
The submission is repeated.
2019-09-19 05:02 PM
The submission is repeated.
2019-09-19 05:03 PM
2019-09-21 07:25 AM
Thank you, I'll try