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 ?