Hi,
I can’t figure out how to handle a NMI interrupt. Interrupt handling in general is described here: http://processors.wiki.ti.com/index.php/Configuring_Interrupts_on_Keystone_Devices
The wiki refers to data manual (http://www.ti.com/lit/ds/symlink/tms320c6678.pdf ) for particular interrupt numbers , but all I could see in the document for NMI is basically how to trigger/clear it externally. So if I’m to take the approach recommended in the wiki, I suppose I’m missing the interrupt number to use. I also tried poking around in the config file edit utility of the TI CodeComposer, but couldn’t find how to configure an interrupt of “NMI” type.
Is there an example code for how to handle NMI on c6678? (In our application we want to use it to let the DSP know that it needs to WB cache as a part of core dumping procedure).
I'm using pdk 1.1.2.5
Thanks!