This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ32002: RTC read using I2C(MSP430F6779A) and transmit to the UART- how to set time

Part Number: BQ32002
Other Parts Discussed in Thread: MSP430F6779A,

Hi Team, 

  Good wishes to you. I'm working on RTC BQ32002 in my custom board(Using Microcontroller MSP430F6779A).I need to read RTCBQ32002 from micro controller MSP430F6779A Seconds and minutes only varries when i set time like {sec, min,hours,day,date,month,year} other values are doesn't change.

For example,

Given time is ,

uint8_t MasterType0 [TYPE_0_LENGTH] = { 50, 58, 11, 6, 28, 4, 23}; // {28/04/2023   11:58:50 am}

I got output like,

In this above image sec and min only change.

Please tell me what mistake i did and how to set time in correct way( also I refered BQ32002 data sheet)

Thanks in advance,

Regards,

Priyadharshini