-
Notifications
You must be signed in to change notification settings - Fork 54
what timer/interupt library to match #7
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
Comments
Hi @OlliHenri |
Hello, But STM32GENERIC-master is not compatible with your library, and I did not find any similar comfortale lib like yours for GENERICSTM32-master. So I started looking for a timer library to use in combination with STM32LowPower but did not find any... Do you have any example how to use STM32LowPower in combination with timers? thanks -Oliver- |
Currently, there is no dedicated library to handle timer. There is an issue open for this (stm32duino/Arduino_Core_STM32#146). |
Hi, How about porting STM32LowPower to STM32GENERIC? I was looking to do that but ended up void... -Oliver- |
STM32GENERIC also use HAL: |
Hello, sorry in my last post was a mistake, STM32GENERIC and Arduino_STM32-master was mixed up. How about porting STM32LowPower to Arduino_STM32-master, what is based on libmaple? I tried also to get the following code to work with Arduino_STM32-master, it compiles but hangs somwhere... void goToSleep(SleepMode mode) {
} But this also did not work out with Arduino_STM32-master The combination of user friendly timer/interrupt lib in Arduino_STM32-master and STM32LowPower enables us to use all the power of STM32 with the used current less than AVR. I was looking to do that but ended up void... -Oliver- |
Ahhhh 😅 |
Hi, yes I tried to use Arduino with Blue Pill STM32F103C8 but there are many different cores and all got their issues. |
Timer are available thanks: https://github.com/stm32duino/Arduino_Core_STM32/blob/master/cores/arduino/stm32/timer.h#L217 A PR has been merge to open the timer access. |
This issue relies to stm32duino/Arduino_Core_STM32#146. |
Hello,
thanks for this great lib.
What timer / interupt library matches to this lib for STM32F103C8 / Blue Pill.
are there any conflicts to be expected?
thanks Oliver
The text was updated successfully, but these errors were encountered: