Part Number: TMS320F28P659DK-Q1
I have the following use case for a dual core setup -
- CPU1 receives an NMI when a specific GPIO pin has logic level change.
- CPU1 issues an NMI to CPU2 once it is interrupted.
I have #1 working properly. For CPU2, I am using ERAD module counter to accomplish that with the following setting (on CPU2) side 
My assumption is the EVENT_CPUX_NMI here means if the other CPU receives and NMI, the count will increment (Ref Table 13.1 of SPRUIZ1b)
Unfortunatley, there is no information on EVENT_CPUX_NMI within that document or anywhere on TI.com.
Can you provide guidance how can I achive both objectives?
Thank you.