-
Notifications
You must be signed in to change notification settings - Fork 55
Timebase_callback.ino example not working #22
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 @TadyTheFish |
@TadyTheFish |
Select the core that you are using and go to Examples and look for Timebase_callback. The examole that is inside your IDE is correct.. This one on the webpage is missing the setMode. |
Thanks, but I cannot find the examples in IDE. Under Examples for generic STM32F1 series I only have EEPROM, IWatchdog, Servo, SoftwareSerial, SPI, Wire. Neither can I locate it in packages/hardware/stm32/1.8.0 directory where is location of the STM32 Core files. However I am more insterested in getting the latest release as advised by @fpistm. |
The 1.9.0 is not yet officially released. Same for STM32Examples library. |
Do you know when you will release 1.9.0? 6 months, year? |
weeks |
Hello
I would just like to point out that this example is not working for me with stm32f103 bluepill.
To make it work you need to put
MyTim->setMode(2, TIMER_OUTPUT_COMPARE);
just beforeMyTim->setOverflow()
Maybe some one could correct this?
Thank you
The text was updated successfully, but these errors were encountered: