
Rick Kimball Mon Aug 07, 2017 7:09 pm I noticed that STM32vl-discovery board has now been added. I gave it a spin, Serial1.print() seems fine and spews characters. ..
ekawahyu Sat Sep 23, 2017 4:24 am Here is my latest feature to add STM32F072 Discovery into one of the variants. Everything seems to work just fine, except for tone(). ..
bluejedi Mon Jun 18, 2018 4:05 pm During my journey in the STM32 Arduino landscape I made several observations while looking at and comparing different Arduino cores ..
FiveO Tue Jan 23, 2018 10:43 am Hi Today I wanted to try AccelStepper library with F407. Stepper is not moving! Do I need declare pins to PWM or what? I am using ..
tomvdb Tue Jul 18, 2017 9:35 am Hi, Thanks for all the work on the STM Core for Arduino. It’s awesome. At our local makerspace we have been putting together ..
RogerClark Fri May 08, 2015 4:46 am Arduino STM32 https://github.com/rogerclarkmelbourne/Arduino_STM32 This is the main repo that people on this site are using. ..
bianchifan Tue Jan 10, 2017 10:18 am Uploading sketches via ST-Link is still easy goin Using bootloader instead still same old … ( From time to time – ..
Pito Wed Apr 26, 2017 4:44 pm Continuation from http://www.stm32duino.com/viewtopic.php … 065#p27066 While running SdFat Bench demo on the Black407ZE, Daniel’s ..
devan Wed Jul 13, 2016 1:11 am This is a spin-off of the discussion about the Maple bootloader: viewtopic.php?f=20&t=1234#p15835 I’ve been playing around ..
Vassilis Mon Apr 18, 2016 6:46 am On March 2016 I started working on Sheepdoll’s (Julie S. Porter) great work on HALMX core files. I focused on STM32F103C8 ..
ChrisMicro Tue Jun 20, 2017 9:55 am I just saw that huaweix has added support for all components of the F429i Discovery board. There is also a demo but I don’t ..
Vassilis Fri May 25, 2018 6:45 am I need some volunteers to test the current HID bootloader for maple mini and bluepill . If anyone wants to help, he/she test that ..
staticmem Tue May 15, 2018 8:20 am I have a project that recently I managed to get working with the Arduino boot loader and my application at 0x08002000, Works nicely ..
troth Tue Jun 13, 2017 3:21 am I have installed Arduino_Core_STM32 using the Board Manager successfully, but have found a bug in the SPI class. Before I submit a bug report ..
zmemw16 Thu Apr 27, 2017 11:05 am I2C Scanner code is the discovery scanner with their specific I2S stuff etc commented out i have a tmp102 and a 128×64 0.98 ..
ChrisMicro Mon Jun 05, 2017 5:35 am Because Daniel enabled the display driver on the Board, I made some examples. The simple oscilloscope demo has an auto-trigger ..
joedarock Thu Apr 05, 2018 3:04 pm I have a Blue Pill board. I managed to program the STMDuino boot-loader to the board using STLink (generic_boot20_pc13.bin). I then ..
Vassilis Sat May 14, 2016 5:36 pm It is known that there is a large range of STM32 devices (STM32L0, L1, L4, STM32F0, F1, F2,..,F7) according to their features. ..
petronel Mon Aug 22, 2016 12:32 pm Hi, I’m new to this forum and quite new to arduino. I’ve brought a STM32F103C8T6 (“blue pill” with yellow ..
victor_pv Fri May 15, 2015 3:27 pm I was just thinking, that some people seems to need speed for some things, and as we noticed when moving PIN_MAP to flash, running ..