-
Notifications
You must be signed in to change notification settings - Fork 9
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
LoRaWAN with low power and RTC #9
Comments
Hi @Lizethgm |
I also stumbled upon this issue, getting the same error, after trying to follow the documentation on Low Power Applications
|
The RTC of the stm32WL will be configured in MIX mode (RTC_ICSR register BIN = [10]) In RTC Mix mode, the RTC_TR and RTC_DR calendar registers contents can be read/written in binary or bcd format (example : minutes expressed on 8 bits from 0-59 or minutes expressed in one minutes-tens value plu one minutes-units value) |
Hi,
I was trying to use your example of sending data via lorawan and the library "STM32LowPower.h" and I get an error that two functions have multiple definitions.
Is crashing with another library that has the low power that is "STM32RTC.h" it is because they have the same functions.
How can I fix this crash?
The text was updated successfully, but these errors were encountered: