I’m currently trying to use the RTC with the LSE clock in a project where I’m working with the RUI3 API together with Arduino.
My goal is to update and display the time every second.
I ran a test where I attempted to manipulate the RTC through the HAL interface, but the result is that the time does not update or display every second as programmed.
My question is:
Is it possible to access the internal RTC either through the RUI3 API or directly by implementing the HAL interface, without causing conflicts with the internal functions that RUI3 already uses?
Any guidance or previous experience with this would be greatly appreciated.