-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[STM32F3xx] LowPowerTicker implementation #1813
Conversation
LowPowerTicker for STM32F3xx family is implemented using the RTC periodic unit functionality. For more informations please follow this document: * www.st.com/resource/en/application_note/dm00025071.pdf Change-Id: I9b24703c65e008e8337937f4e65e8e85fec2636c
Change-Id: I029bb70634cd919f3ec5b1d43f2f92f4f9cc895b
Change-Id: Idc037d22f9b0037c70910f84ca0507941f4e1eb8
We need to enable the LSI clock to be able to start the RTC periodic unit. Change-Id: I4543b0f9d6995b1c90b766f4909e3a324db98022
Change-Id: I6eebd93e060a0a3d79645cc9b44ef31e71993243
Change-Id: I8597fe649bef8141ee70686e725eff8f5de0fd0e
@BartSX One of the PR for Low power ticker was merged, is the rest of them updated? I haven't noticed any changes for instance in this one. There are now conflicts |
Can one of the admins verify this patch? |
The reference is now PR #2650 (LowPower ticker on F3 devices). We are waiting this one to be merged before continuing the porting on other STM32 devices. This PR can be closed. |
#2650 has been merged. Closing this |
LowPowerTicker for STM32F3xx family is implemented using the RTC periodic unit
functionality. For more informations please follow this document:
Supported platforms: