Other Parts Discussed in Thread: MSP430F5252
Processor does not reset after SET_PC 0xFFFE is issued in BSL script.
The part is programmed with a simple test code (flashing LED on a timer output, P2.0).
The BSL mode is invoked by a pressed button (jump to 0x1000 in ISR on P1.1)
Below is a short script, just to invoke reset on a part, that is already programmed wit a code described above.
MODE FRxx UART 9600 COM94 PARITY VERBOSE RX_PASSWORD NEW_pass.txt TX_BSL_VERSION DELAY 3000 SET_PC 0xFFFE
However, when instead of 0xFFFE I use the address located a 0xFFFE, (f.e. 0x963E), everything works fine. But that vector changes with every slight update to the code, so the script has to change accordingly.
UPD: Forgot to mention. SET_PC 0xFFFE works fine with MSP430F5252 and similar MCUs.

