hi,
We are using MSP430G2453 in our product.
Our product is a hand held battery operated device.We face an issue while connecting the charging cable to charge the battery, that is the micro-controller gets reset.
We observed that a spike for less then 10 micro seconds in the reset pin of micro-controller was the root cause for this problem.
we have planned to implement NMI to resolve this issue.
My question is if i am going to configure reset as NMI(Fallig edge),
1. Will it affect while flashing the code using spy by wire.
2. Will(NMI interrupt) this act just like other interrupts, that is after servicing using interrupt routine will it continue with the address stored program counter(RETI instruction).
Arun B