Hi,
I would like to get some information about the reset's reason of my nrf9160 like
- The reason is due of an assert type "xxx"
- Where is the stack pointer
- ...
Exist it some function in Zephyr already implemented to get this informations?
After, when the program starts, he will send this informations via MQTT to my server to be able to remotely troubleshoot the device.
Thanks for your help!