hello
There was a problem in the field today, so I checked it out.
I will check the above question by connecting JTAG additionally.
Let me explain what happened at the site today.
1. When the RESET pin is shorted to GND while the MCU is stuck, the MCU does not reset.
2. I didn't take the T32, so I couldn't see the internal register.
3. All peripheral I/Os connected to SPC5748G were set to LOW.
(I don't know if a problem occurs during booting when I reset by executing the SystemSoftwareReset() function every 24 hours.)
//////////////////////////
#define FEATURE_MC_ME_KEY (0x5AF0U)
#define FEATURE_MC_ME_KEY_INV (0xA50FU)
void SystemSoftwareReset(void)
{
MC_ME->MCTL = FEATURE_MC_ME_KEY;
MC_ME->MCTL = MC_ME_MCTL_TARGET_MODE(0x00) | FEATURE_MC_ME_KEY_INV;
}
///////////////////////////
Can you tell me how to check FCCU NCFSx and RGM FES/DES NVM memory as answered above?
I am currently using a T32.
Thank you always.
Best Regards