2025-01-20 12:46 AM
Hello, ST expert
I'm using the STM32G0B1RCT6 and have enabled the LSECSSON. I've discovered a rather incredible phenomenon. I'm using a 3.3V battery for VBAT. When I disconnect the VDD of the MCU, it abnormally triggers the LSECSS fault. As a result, after disconnecting the VDD of the MCU, the system uses the LSI as the RTC clock. However, the LSI cannot operate in the VBAT voltage domain.
Below is my log:
2025-01-20 01:27 AM
Is the LSECSS detected after the power supply of the backup domain is switched from VDD to VBAT?
2025-01-20 05:35 PM
It's not certain whether this is caused by this defect, but it is indeed mentioned in the errata manual.
2025-01-20 06:39 PM
One solution that comes to my mind is to enable the PVD and disable the LSE CSS function within the PVD. Then this problem can be avoided.
My log: