2025-10-02 8:32 AM
I have a STM32MP135F with a 3V3 47mF supercap on its VBAT line.
Internal RTC appears to work fine with power outages up to 3 or 4 hours, whereas I hoped one day.
I see in datasheet "Table 27. Current consumption in Vbat mode" that I can tweak VBAT powered sub-components to reduce this set (Backup SRAM, ) and increase RTC backup duration, but I fail to find those settings. Does anyone have it in mind?
I am using Yocto and OpenSTLinux on a board derived from DK2.
Regards
2025-10-02 9:16 AM
Hi @aloiseau
I think there is no DTS control for this. It is probably hardly coded inside TF-A or opTEE.
Look for PWR_CR2.BREN bit.
Regards