Other Parts Discussed in Thread: CC2640, SYSBIOS
I want to write to flash (SNV region) from a Hwi thread. The Hwi thread in this case is the exception handler invoked by hardware (perhaps in case of a divide by zero), which needs to write some debug info to the flash. What is the process for doing this? I know when a low priority task needs to write to SNV it needs to initialize the icall APIs and make a call to the SNV manager using osal_snv_write(), however when an exception occurs, software can be assumed to be dead so we want to do minimal amount of software processing.
Thanks,
Ali
