Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTC update the BIN mode and BDCU if the RTC is already initialized #106

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. stm32RTC change the binary Mode in case the RTC is already init

    When the RTC is already initialized, but RTC BIN mode must be changed
    this is done by writing the RTC ICSR register on BIN[] and BCDU[]
    bit-field with a new `RTC_SetBinaryConf()` function.
    
    Signed-off-by: Francois Ramu <francois.ramu@st.com>
    Francois RAMU committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    275c4e0 View commit details
    Browse the repository at this point in the history