Hello All ,
RTC is not triggering interrupt when SET for 1 second .Using same configuration as used in FSP samples .
Please find project attached .Using EK-RA4M2 demo board for testing .
rtc_ra4m2.rar
Hello,
R_RTC_CalendarTimeSet must be called at least once to start the RTC. Please see below:
https://renesas.github.io/fsp/group___r_t_c.html
Regards
Hi ,
Thanks for the quick support .1 second interrupt is working fine .
But while reading RTC ,the year is showing 256 as default value even if we set year value to zero .
The year counter value is stored at RYRCNT register which is 8-bit long. Can you check this register ? I think it is a representation issue as an 'int'.