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.

MSP430F5172: OTA MSP430F5172 without using JTAG pins

Part Number: MSP430F5172

 I want to invoke the BSL from a user application instead of the entry sequence by using JTAG pins. I use line code : 

__disable_interrupt();
((void (*)(void))0x1000)();

to invoke the BSL program. I don't know if this code is right or not? Thanks for support

**Attention** This is a public forum