What register/address does the RTC class use for its reference?
J-M-L
2
the Renesas Uno R4 WiFi leverages the Renesas Flexible Software Package and so they use the RTC driver module
you can see that in the RTC library where they use R_RTC_Open() and R_RTC_CalendarTimeGet() for example
the config looks like this
Thanks, I just found the very thing in RTC.cpp.
I'm looking for the RTC_CLOCK_SOURCE_LOCO define now.
J-M-L
5