🇩🇪

Serial connection for MSP430 microcontroller family

The larger MSP430 controllers have two built-in asynchronous serial interfaces (UARTs) and contain a serial bootloader. Unluckily, the pins needed for bootloader application differ from the normal serial port pins. So, making a serial connection that serves for bootloading is a bit difficult and error-prone. See SLAU319 and SLAU265H for Texas Instrument's proposal for a boot loader interface.

Furthermore, it's easy to forget the reset pull-up resistor, as (at least) MSP430F1610 doesn't have one built-in.