Part Number: MSP430FR5969
I have gotten my BSL programming code working (Written in python running on my PC, as an example for our customers), and I am hoping to finish up with a software-triggered reset, instead of having to remove and reapply VCC, or twiddle the !RST pin. If I understand the MSP FRAM BSL document correctly, sending the BSL command 0x17 with data [0xFE, 0xFF, 0x00] (Reset Interrupt Vector) should have the same effect as writing the following in my C code...
PMMCTL0 = PMMPW | PMMSWPOR
Is this correct, or do I need to read the value from 0xFFFE and write that value to the PC?
Thanks,
Paul


