-
Notifications
You must be signed in to change notification settings - Fork 148
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
Where can I find board definition file for Arduino 1.8.4 #6
Comments
I also stuck with compilation troubles. The generic STM32F1x has no Timer2 etc. It would help a lot if you share with us board definitions for DSO138 and DSO150, or at least hints how to adjust the generic board def. Thanks in advance! |
STM32 Boards / Generic STM32F103C; Variant: STM32F103C8 |
Thank you for the hint, dgajew! It was a good starting point... The standard stm32duino does not include the variant. So as I learned it is also required to copy board definitions from With Arduino v1.8.10 and the most recent stm32duino it still did not compile until I installed "Arduino SAM Boards" from the default list of Arduino boards (obviously it installed a missing specific g++ version) Now I've got it to successfully compile, hopefully with harmless warnings: |
Hi all |
I tried this but it still gave me white screen. Which version SAM did you have installed? I tried 1.6.12. |
Can someone provide a link to the Arduino board definition file with which this compiles and uploads with Arduino IDE in the original DSO-13803/04 hardware .
The text was updated successfully, but these errors were encountered: