Skip to content

STM platform RTC reset issue #1403

Closed
Closed
@star297

Description

@star297

Could we finally have a fix for the RTC reset issue.
Most of the STM's have a RTC-ISR register that can be checked if the RTC is running.

A simple check in the RTC_API.c does work, I have been using it for some time now:

if(RTC->ISR == 7) { // RTC initialization and status register (RTC_ISR), cold start (with no backup domain power) RTC reset value

Bypass the RTC initialise in this case that stops the register being reset.

I believe Martin did merge a PR from me a few weeks back for the F7 but that seems not to have happened.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions