Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE
Hello,
I have an application to execute from CPU1 of DSP to determine if the sw has been loaded on the CPU2 or not. As i understand from TRM, if there is no sw loaded on CPU2 and when requested to boot CPU2 by CPU1, then CPU2 wd exceeds its counter that triggers the NMI interrupt on CPU1.
In the CPU1, i have enabled the NMI interrupt and also have the NMI ISR to handle the interrupt. This seems to be working while i am in the debugging mode (Connecting the DSP through JTAG). However, this NMI interrupt is not raised while i give a free RUN. I have a GPIO toggle in the ISR function to verify the ISR function invocation, but in the free RUN mode i dont see the GPIO being toggled.
I could not undestand why this is not working in Free RUN mode. I am missing something to configure? Could you please help.
Thanks,
Munaf