Part Number: MSP430F5514 I want to use UART to interact with the BSL to update the firmware. The suggested pin-connection is this. I am not using the launchpad. From what I understand the connection to the TEST and RESET pins is to invoke the BSL. I can, however, use the software option to invoke the BSL by using the line - ((void (*)())0x1000)(); In this case, can I just use a USB-UART converter(FTDI232)/FET with just the Rx, Tx and GND connections as in normal UART communication?
↧