I am trying to use an FTDI usb to UART cable to program an MSP430F5340. I can drive the TEST pin with RTS, but do not have a DTR signal to drive the MSP430 ~RST pin.
My idea: have a jumper on the board that holds MSP430 ~RST low. A LED on the board will flash with the signal on the TEST pin, and the user will remove the jumper once the LED comes on for the 2nd time.
My questions:
Is there a timing requirement for entering the BSL? My solution will be pretty slow, it will take the user a second or 2 to remove the jumper on ~RST once the TEST has had 2 rising edges.
Does TEST have to go low again after entering BSL?