Other Parts Discussed in Thread: SYSCONFIG,
Tool/software:
Hi champs,
I am asking this for our customer.
1) Do we have any example to show how to use NMI ISR?
2) Does the user need to enable NMI ISR or it's just there as long as the user add below code?
void NMI_Handler(void)
{
...
}
3) Can Sysconfig be used to enable and/or generate NMI ISR?
