-
Notifications
You must be signed in to change notification settings - Fork 55
Timebase_callback.ino does not work on Bluepill STM32F103 #24
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
Thanks man, we are waiting to release the 1.9.0 version and make all us happy specially with the all new device supports which almost cover every available boards and rock the Arduino world. and make us easy to work with fast MCUs than working with lots of headers and src files in professional IDE projects. |
I put your today master repository but got this error: no matching function for call to 'HardwareTimer::attachInterrupt(void (&)(HardwareTimer*))' |
As explain in other issue, use the official release not the master. |
Yes I got it just remove the input of callback function so change the |
Hi there.
Your Hardwre Timer example callback do not execute the callback function at all.
https://github.com/stm32duino/STM32Examples/blob/master/examples/Peripherals/HardwareTimer/Timebase_callback/Timebase_callback.ino
The text was updated successfully, but these errors were encountered: