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 ..
enif Fri Aug 14, 2015 1:26 pm When trying to port my little “car blink sound booster” program to the Maple Mini, I realized that there are no tone() ..
jdenis Wed Aug 22, 2018 7:28 am So I needed an incremental encoder for my project, I bought some cheap ones from china, something around 10usd each… After ..
Rick Kimball Mon Jun 15, 2015 9:20 pm I got pretty spoiled with other microcontroller architectures that allowed you to use delay_cycles to do sub microsecond delays ..
snorman Wed Jul 11, 2018 5:20 pm Hello, I am having a couple of issues using the I2C bus (MP3115A2 – Pressure Sensor) on the STM32F103C. I can seem to find ..
alexandros Mon Oct 09, 2017 10:09 am Hello , i have a project that i use SPI1 in order to transfer data , PA7 MOSI1 PA6 MISO1 PA5 SCK1 PA4 NSS1 the board that i m using ..
sajuukKahr Sun Feb 19, 2017 9:31 pm Hello all, I am building a project based on a STM32F1 running at 72Mhz and a ILI9486 connected to SPI1, clock divider is 1 . It is working ..
Nutsy Sun Mar 03, 2019 12:12 am Hi while I still have the opportunity to I wanted to ask a couple of questions about making a USB HID… Someone mentioned to me the USBComposite ..
DrBanana Thu Oct 06, 2016 1:19 pm I usually program stm32 board with ST Link, but problem is, I cannot debug as its not connected through Serial. Now Im wondering ..
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 ..
Pito Fri Aug 25, 2017 8:37 am Here is an example with measuring Interrupt Latency. AttachInterrupt function used. In the code the PA14 and PA15 are used for INTR_IN ..
iwalpola Sun Jul 03, 2016 9:35 pm Sources: http://embedded-lab.com/blog/stm32-gpio-ports-insights/ http://hertaville.com/stm32f0-gpio-tutorial-part-1.html The libmaple ..