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
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