Hello-
I'm working on an application with the MSP432E401 where I would like to use the ROM bootloader to do a firmware update over SPI (SSI0). I have correctly configured the BOOTCFG register so that when I hold PA3 low and reset the device it reboots into the ROM bootloader. However, I can't seem to talk to the bootloader at all. I am sending the COMMAND_PING (from SLAU746A) command (0x03, 0x20, 0x20) to try to get a response out of the target and nothing is coming back. I have sent this command over SPI via SSI0 and also over UART via UART0 and neither of these seem to produce any response. Is there something I'm missing? There doesn't seem to be much documentation on the ROM bootloader other than what is at the very beginning of SLAU746A. Is there a better place that I can go for ROM bootloader documentation? Thank you.
-Joe