I am working on moving from NONOS SDK 1.5.0 to the RTOS SDK version 1.3.0.
Within the NONOS SDK, there is a callback when the system initialization is complete.
This is set by the
void system_init_done_cb(init_done_cb_t cb)
In the RTOS SDK I don't seen a similar function.
Is there a way to detect the completion of system initialization ?