RTC Vbackup doesn't work

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
gdisimino
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

Hi everybody. Hi have made my own board with CYBLE-416045-02. I have put on V_Backup pin a 3V battery. When I remove VDD (in the schematic VCC_3.3_CYBLE) RTC resets to the last saved datetime. Can You help me? Thanks. In the follow I have attached the piece schematic and the init code of rtc

gdisimino_0-1615645065163.png

 

void init_rtc(void){
cyhal_rtc_init(&my_rtc);
}

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @gdisimino ,

Can you ensure that you have set the vBackup source as Dedicated Supply in the Systems tab of the device configurator?

BragadeeshV_0-1615784380027.png

Regards,
Bragadeesh

View solution in original post

2 Replies
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @gdisimino ,

Can you ensure that you have set the vBackup source as Dedicated Supply in the Systems tab of the device configurator?

BragadeeshV_0-1615784380027.png

Regards,
Bragadeesh
gdisimino
Level 1
Level 1
10 sign-ins 5 sign-ins First reply posted

Hi @BragadeeshV ,

thank you for the right answer! Now it works!

0 Likes