Hi,
I'm using the LPC4357 and sometimes it restarts (very rarely). I also use the RTC and after this reset, the RTC is initialized to default values. I perform initialization when oscillator that provides 32kHz for RTC, is not enabled. It is set in CREGO register. It means that I initialize RTC when CREG0 is reset and it also means that this MCU reset performs the CREG reset at the same time. According to the documentation:

there is only one type of reset that for sure reset CREG0 and there are some resets that perform "partial" reset of the CREG. There is no information in the documentation, what "partial" exactly means. I suspected the BOD reset but the ENABLE register is 0. So it is disabled.
Are there any other causes that can perform MCU reset and reset the CREG at the same time?
What can cause the Power on Reset during work which can reset my CREG?
Regards