Part Number: MSPM0L1105
Hi team,
1. My customer use M0L1105 and devide flash into two parts, Bootloader(0x0000-0x2FFF) and APP(0x3000-0x7FFF). They modify the APP start address from 0x3000. But it cannot debug (after press "debug", it cannot stay at "main()").
They press "suspend", it seems the code stay between 0x0000-0x1500, not move to the modified address.
2. If customer debug from Bootloader, after FW run to APP, how could they do debug for APP ?