Part Number: MSPM0G3519
Hello,
I am working on MSPM0G3519 Launchpad. I am working on OTA based firmware upgrade.
I have developed custom bootloader, where by pressing SW2 within 10sec, it will wait for the new firmware and I will sending the new firmware as hex bytes using docklight, I am receiving it properly and my fimware is getting upgraded.
But my requirement is to do OTA based firmware upgrade. for that I am using a bluetooht module at uart1, so when I enabled uart1 and flashed the code, at poweron the code in flash is not running. I need to press reset button. But with uart0 everytime I poweron the code in the flash starts running. after adding uart1 why this problem is happening. Please help me to solve this.