Other Parts Discussed in Thread: UNIFLASH, MSP-EXP432E401Y,
I am trying to use UniFlash to program the MSP432 using a standard USB-Serial converter. The MSP432 has been completely erased, so the ROM bootloader should start on reset. I tested using a terminal program and I see the correct response from the bootloader when I send 0x55 0x55. When I connect UniFlash to the same serial port and start programming, I get an error that the BSL did not respond.
I am using an MSP-EXP432E401Y development board for testing. I changed the jumpers to map UART0 directly to a header and tested again with a terminal. I see the same response to the auto-baud sequence. This configuration bypasses the onboard XDS110. UniFlash gives the same error response in this configuration.
I am able to use UniFlash to program the MSP432 through the XDS110 connection, but not through a standard USB-Serial converter connected to UART0.
What is the correct configuration to be able to program a blank MSP432 through a Serial-USB converter using UniFlash?
My issue is similar to this one:
I see the response when I use a terminal emulator, but UniFlash does not seem to get it and reports an error about no response from the BSL.