Other Parts Discussed in Thread: MSP430G2452
I am using MSP430G2452. In my application at certain event i drive MOSFET LOW (with P1.1 I/O port with output configuration) which intern shuts the regulator off. The same regulator is supplying MSP430 3.3V. So what i am expecting is when i drive MOSFET low MSP430 should Die (turn off). but in reality when supply to MSP430 starts to go down from 3.3V to 0V it gets restart pulse, which in tern turns the MOSFET ON and again low hence, its gets into never ending loop.
Question is why MSP430 restarts back when i want to turn it off?
Thanks