I am using SDK 15.3 and wanted to ask that if there is a while loop where I can check flags and increment tickers. The program at the moment gets stuck inside
Fullscreen
1
2
3
4
for (;;)
{
idle_state_handle();
}
Suggestions would be greatly appreciated.