Other Parts Discussed in Thread: BQ32002
Hi Team,
Good wishes to you! I'm working with the MSP430F6779A on my custom board. I need to read RTC time from the microcontroller (using I2C) and transmit it to the UART to check if the time data is working properly or not. I'm using an external RTC, BQ32002.
I have successfully written and read. but I have problems during reading time.
Problem is, I set a time like 85, 88, 35, 1, 49, 18, 35; // 31/12/2023 23:58:55
1) I want seconds data 0-59, but I got 1-59.
2) I didn't get (hrs,day,date,month,year) data when the time changed from one hr to the next hr. I'm getting seconds and minutes only, but I need to get all the data in every second.
Please tell me how to solve it and what changes I would make.
Thanks in advance.
Regards,
Priyadharshini M