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.

MSPM0C1104: How to use flash_bsl demo as secondary bootloader

Part Number: MSPM0C1104

Hi,

I am currently using flash_bsl as my secondary bootloader and skyfire as my application.
 
My Skyfire application configures the MCU as an I2C slave to communicate with a master(host). The host system runs Buildroot.
 
Now I can use the flash_bsl to flash skyfire.bin to mcu,but my application seems to work wrong.The host can use i2cdetect to detect the MCU's address, but the MCU's I2C peripheral hangs as soon as the host attempts actual communication.