Hello! I occasionally have a crash during the development of nrf52832 (SDK14.2), but this phenomenon is not very reproducible. All the information about the error that I want to stored in the built-in flash of nrf52832. After restarting, the error message is sent to the mobile phone through BLE. These issues include:
1. Problems caused by APP_ERROR_CHECK
2. Problems caused by HardFault_Handler
Is there any relevant routine reference, what should I do? Thank you!