This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: Boot from SPI flash

Part Number: MSP432E401Y

I have an application that I can choose to boot from one of the two images. Because the image is larger than  than 512K-bit, both image cannot be stored in the memory flash of the MSP432E401Y,

I plan to store them in a serial flash 2-Mbit, and design a bootloader to upload the image from the serial flash to the internal flash. The bootloader in this case must configure the SPI bus in master mode. It read a block of data from the serial flash and somehow write that block to the internal flash. I wondered if this is possible, and have this been done?

Thanks