Part Number: MSP430FR2433
Other Parts Discussed in Thread: MSP-FET, MSP-EXP430FR2433, UNIFLASH
Hello,
My target is to lock both BSL and JTAG on MSP430FR2433, with a mass erase on wrong BSL password. That both on launchpad for testing and a custom PCB.
- Is the correct approach to write over the following addresses in the FRAM in the beginning of the application code? If so…can someone provide an example please? I couldn’t find anything yet and I got confused a bit by the differences in each IC/documentation…since I have tried but I didn’t have a way to confirm yet…
BSL Password -> 0xFFE0 to 0xFFFF (top 16 words in the BSL interrupt vector table)
BSL Signature 2 -> 0FF86h (e.g. write BC87h)
BSL Signature 1 -> 0FF84h (e.g. write BC87h)
JTAG Signature 2 - 0FF82h (e.g. write BC87h)
JTAG Signature 1 - 0FF80h (e.g. write BC87h)
- Or will both of this be possible through the BSL with? -> https://www.olimex.com/Products/MSP430/BSL/MSP430-BSL/
- Will I be able to confirm both BSL & JTAG lock as per SLAASE59D & 550S with https://www.olimex.com/Products/MSP430/BSL/MSP430-BSL/ and http://www.ti.com/lit/ug/slau573b/slau573b.pdf ? (CCS cannot confirm JTAG on this MSP i think)
- Should I be looking at the IPE option for the whole program or is this a bad approach/overkill and should only be used for only sections of a program?
Thanks,
Con
