Hi,
i am using MSP430F6636 micro controller.
i wan to use BSL(boot strap loader) feature to download my code in the device.
for that i have made hardware recommended in SLAU319a.pdf on page 31.
DTR and RTS pins of BSL hardware are connected with RST and TEST pins of micro controller.
signals on RST and TEST pins are coming as shown in SLAU319a pdf.
i am using BSL_Scripter.exe file for communication.
i have written following commands in script.txt file
MODE 6xx COM1
DELAY 1000
MASS_ERASE
RX_PASSWORD
TX_BSL_VERSION
but on execution of this file , MSS_ERASE,RX_PASSWORD,TX_BSL_VERSION command are giving FAIL or ERROR message.
kindly suggest me solution to solve this issue.