nRF 52840 infinite loop in mesh bootloader after restart

hi,

when I call 'mesh_stack_device_reset()' function from the application, then the bootloader goes into infinite loop.

exactly at the

while (!NRF_CLOCK->EVENTS_DONE);
point int the main() -> init_clock() function

I read the errata_36, the workaround is in the SDK already, but this reset is not working on my board.

has anybody encountered this problem yet?

Parents Reply Children
No Data
Related