about PSoC Creator RTC component

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

cross mob
VaIk_2708246
Level 3
Level 3
10 replies posted 5 replies posted 5 questions asked

Hi

Most likely RTC function RTC_ConstructUnixAlarmTime contain error:

        /* Calculates Year value of first Alarm based on current time and Alarm Config Mask */

        tmpCurVal  = RTC_1_GetYear(curDateTime.date);

        if(0u != ((~((uint32)alarmCfgMask)) & RTC_ALARM_MONTH_MASK))  should be:   RTC_ALARM_YEAR_MASK

But maybe I'm wrong?

Thnx.

0 Likes
1 Solution
Aashita_R
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi  @

Yes you are right. We have filed an internal ticket to fix this. Thank you for your interest in Cypress products.

Thanks and Regards,

Aashita

View solution in original post

0 Likes
1 Reply
Aashita_R
Moderator
Moderator
Moderator
50 likes received 100 solutions authored 250 replies posted

Hi  @

Yes you are right. We have filed an internal ticket to fix this. Thank you for your interest in Cypress products.

Thanks and Regards,

Aashita

0 Likes