Hi,
Sdk 17.1.0
Trying to log all the necessary information in the event of a hardfault when the product is deployed in the fields and to retrieve it later.
- Is it okay to use nrf sdk flash apis in the hardfault handler to store the data to the internal flash ? Are there any risk in using the internal flash in the exception handler ?
- Are there any examples for this ?
- Is there a need of external flash or can we use the internal one ?