Hi there,
I'm trying to program my MSP430G2553 with a BSL-Rocket but I'm running into some trouble. Here are the pin connections I'm using:
BSL MSP
1 ---> P1.1
3 ---> P1.5
4 ---> TEST
5 ---> GND
6 ---> VCC
7 ---> RST
I am using the BSL Scripter to send the commands and control the TEST and RST lines for the BSL entry sequence. I'm probing the lines with a logic analyzer and everything seems to be communicating properly but when I cycle the reset line on the chip, it runs the previous program that was flashed on it. This is the script file I'm using:
MODE 5xx UART COM9
VERBOSE
MASS_ERASE
RX_PASSWORD password.txt
RX_DATA_BLOCK test.txt
SET_PC 0xC000
And here's a screenshot of the command line. The characters in < > are from P1.1 which I believe is from the MSP itself. I'm also not sure why <90> is returned after the MASS_ERASE command and <a0> is returned after the RX_PASSWORD command.
Any help is appreciated!
Thanks,
Kyle