2025-02-20 07:17 AM
I’m working on an SPC560B MCU project that includes both a bootloader and an application. The application runs without any issues. However, when running in bootloader mode, the MCU experiences repeated resets.
Upon checking the RGM_FES (Reset Generation Module – Fault Event Status) register, I can see that both F_CHKSTOP and F_SOFT flags are set.
I’m trying to determine what could be causing this reset behavior. Some specific questions:
Thanks in advance!