Part Number: MSPM0-SDK
I have reviewed the EEPROM type_b mode documentation, when I integrate it into firmware, it compiles correctly. However, after uploading, the MCU appears to be stuck or not responding. Not sure why this happens.
!PLEH
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.
Part Number: MSPM0-SDK
I have reviewed the EEPROM type_b mode documentation, when I integrate it into firmware, it compiles correctly. However, after uploading, the MCU appears to be stuck or not responding. Not sure why this happens.
!PLEH
Hi Roger,
The SDK example has the EEPROM type-b solution, and it should work without issues?
. Not sure why this happens.
Please enter debug mode and check where the device stuck. I highly suspect it triggers FLASHDED and enter the while(1) loop in the default handler.
B.R.
Sal