Hello:
I have a question about log Hard fault offline. Now i am using nRF52840 in my product. When the system to wrong, i want to save the error for analyse, my question is:
1.Is there some method for me to save the nrf_log module information in the nor flash or onchip flash?
2.Or I will use the nor flash to save the information, but when the code go into the HardFault_Handler, the interrupt is forbidden so the spi interrupt cann't work, is there any other mothod?
3. I found that in the HardFault_Handler function, the gpio can be controlled. So can i use the gpio to simulate the spi without interrupt, to save the data?