This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 output pin during flash reprogramming

(Reflash of the MSP430 under control of our main processor.), it is imperative that one of the MSP430 outputs (P1.1) remain driven to a high state.  This pin controls power to the main processor so if we allow this pin to go low, we lose power to the main processor while it is attempting to reprogram the flash.

I haven’t looked closely at the JTAG protocol and operations during flash programming.  Would you expect any problem with maintaining P1.1 as a high output during reprogramming?

  • During flash programming, it may happen that the JTAG programmer triggers a reset in order to get control over the device. Since the default for the ports is high-impedance input, the pin won't go low, but if you need the driving current, I'd go for an external pullup to VCC instead and switch the pin from input to low output for shutdown.

**Attention** This is a public forum