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

Bugfix/stm32 rtc #9711

Merged
merged 1 commit into from Jul 6, 2023
Merged

Conversation

lipan118
Copy link

@lipan118 lipan118 commented Jul 5, 2023

Summary

BugFix Refer to stm32 official example(AN2821)

  1. arch/arm/src/stm32/stm32_rtcounter.c   up_rtc_initialize Possible stall
  2. arch/arm/src/stm32/stm32_rtcounter.c up_rtc_settime memory hardfault

Impact

Testing

chip

stm32f103ret6

board

et-stm32-stamp:nsh

config

CONFIG_RTC_DRIVER=y
CONFIG_STM32_BKP=y
CONFIG_STM32_PWR=y
CONFIG_STM32_RTC=y

@xiaoxiang781216
Copy link
Contributor

@lipan118 please squash into one patch

…tall

2.arch/arm/src/stm32/stm32_rtcounter.c up_rtc_settime memory hardfault
@xiaoxiang781216 xiaoxiang781216 merged commit f010768 into apache:master Jul 6, 2023
26 checks passed
@lipan118 lipan118 deleted the bugfix/stm32-rtc branch July 6, 2023 11:01
@jerpelea jerpelea added this to To-Add in Release Notes - 12.3.0 Sep 26, 2023
@jerpelea jerpelea moved this from To-Add to done in Release Notes - 12.3.0 Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants