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.

MSP430F5333 JTAG Question

Other Parts Discussed in Thread: MSP-FET

I am new to this processor and am wondering how to access the JTAG port given that, after BOR or PUR, the JTAG pins come up configured as GPIOs? Will I be able to program or modify the boot code so that I will be able to set SYSJTAGPIN after power up?

From the datasheet, it looks like I need to pull the TEST pin HIGH to enable JTAG mode on the pins. I am using the MSP-FET430UIF and I am assuming for the moment that this programmer pulls TEST high when connected to enter JTAG mode.

  • Hi Nicholas,

    On MSP430s that have shared JTAG pins with GPIOs, they always have the TEST pin. As you've mentioned, the tool will use this TEST pin to keep the GPIOs in JTAG mode. Then when you run the part without the debugger tool connected, as long as you have left the TEST pin disconnected (since it is internally pulled down), or have it externally pulled down, it will automatically default to GPIOs rather than JTAG functions.

    You can find more details in the device user's guide as well as in this document, the MSP430 Programming via the JTAG interface User's Guide www.ti.com/lit/pdf/slau320 section 1.2.1.2 and 1.3.1.1. Just know however that the MSP-FET430UIF or MSP-FET tool is going to do this for you - the document will provide you more details on what's happening under the hood. The FET tool also uses the TEST and RST pin on devices that support SBW mode, to perform an entry sequence to tell the part to come up in 4-wire JTAG, SBW, or BSL mode (or start up as normal application) - there's more details in section in Figure 1-11 of the same document.

    I hope this answers your question.

    -Katie

  • >>I hope this answers your question.<<

    Yes it does, thanks!

**Attention** This is a public forum