Device crash when doing a software reset

I'm developing a software with the nRF Connect SDK v2.5.1. This software runs Matter on the nRF5340.

I need to reset the MCU from my app. To do so, I use the sys_reboot(SYS_REBOOT_COLD) function. But this makes the OS crash with the following trace:

Is there a way to make it better ?

  • The changes doesn't improve the result, here is the log with thread analysis a few seconds before the crash.

    I think that to reproduce, you can use the Matter light bulb sample on a nRF5340DK, commission it into a Matter over Thread fabric then trigger the reset from a command or such.

  • I stumbled upon this thread which looks to be pretty similar issue to yours. The cause here seems to be the issue in the DFU. 

    Can you check if you also need to change the clock config that suits your board?

  • My projects doesn't uses DFU nor McuBoot as I don't have an external flash. But the following configs are set.

  • We will try to reproduce this at our end and will come back to you mostly next week.

  • This could be related to this and this errata. It is possible that the appcore is resetting but the netcore is not and the serial communication with the app and the netcore is falling apart. Try implementing the workarounds for that erratas at the init code and see if that helps.

1 2 3 4