SYSBIOS 6.34.2.1
We have an NMI that we would like to actually ignore on the DSP side of the OMAP-L138. The ARM is seeing the signal brought in to a GPIO pin.
The NMI is not considered fatal.
We have been able to hook into the NMI exception but returning from it seems to hang the DSP. We would like to return cleanly and continue on.
What do we need to do to get this exception to return cleanly?
Thanks,