doctek Wed Jul 25, 2018 4:25 am I am attempting to create some very small Arduinos. I’ve used the AVRTiny84, but it only has 8K of flash. Some of the ST chips ..
johnsondavies Mon Sep 24, 2018 2:38 pm I’m trying to get started with a Maple Mini clone (Baite) using Arduino IDE 1.8.5 on a Mac (High Sierra) and seem to be failing ..
Jimmus Wed Jan 10, 2018 8:03 pm Trying to get Auto Wake Up to work. I have tried everything I could find, and I eventually got it to work but not in a way that I should ..
MGeo Thu Oct 04, 2018 9:26 am Hi, I’m trying to put together a minimum Input Capture hardware timer example using Interrupts to measure an input pulse stream ..
rmdMoba Thu May 11, 2017 11:09 am Hello, I’m using the STM32duino now for a while and enhanced my model-railroaders library to run on STM32. This library extensivly ..
fpiSTM Thu May 18, 2017 6:34 am Hi All, I would like to introduce the new Arduino core for STM32: https://github.com/stm32duino/Arduino_Core_STM32 A first package ..
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. ..
Pito Thu Jun 22, 2017 6:54 pm I’ve updated my local repo copy as there came to a lot of developments in a few last days I am currently messing with the BLUE ..
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(). ..
danieleff Sat Nov 05, 2016 10:12 am I belive it is there to make compilation faster. Here are my test results: Current: compiling the static library (after clean) ..
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 ..
madias Wed Sep 16, 2015 8:14 am In my synth-project thread (I’m sure nobody follow it, expect Victor ) I wrote about an idea about a “drag&drop – ..
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 ..
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 ..
zoomx Mon Jun 04, 2018 3:44 pm I am Trying to crate a new variant for the NUCLEO_073RZ and I am following this guide https://github.com/stm32duino/wiki/wiki … ..
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 ..
RogerClark Thu Sep 29, 2016 4:38 am Guys STM have sent me the Nucleo boards, which their code will eventually support. These boards are Nucleo L053 Nucleo F091 Nucleo ..
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 ..
tve Fri Aug 10, 2018 4:31 am I’m trying to grok what ‘beginTransaction’ does in the SPI library. It has nothing to do with transactions, right? ..
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 ..