This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

application code flow(threads)

int main(void)
{
initialize();
execution_start(start);

for (;;)
{
(void)sd_app_evt_wait();
}
}

can you explain me the execution of code flow in the main with these APIs? 

Thanks,

Parents Reply Children
No Data
Related