Pito Sun Jun 18, 2017 4:00 pm While messing with the Zmodem example: 1. we miss the Serial.availableForWrite() method 2. when I look at the SerialUSB speed while ..
dackley Sun Sep 03, 2017 10:47 pm The HAL_SYSTICK_Callback works on Nucleo-F103RB using STM32CubeMX/TrueSTUDIO, but not when using Arduino IDE with STM32Cores by ST-Microelectronics ..
fpiSTM Sat Apr 01, 2017 7:02 am Hi Roger and all, Repalced by viewtopic.php?f=48&t=2098 As you probably seen, I’ve released the Arduino_Core_STM32F4 https://github.com/stm32duino/Arduino_Core_STM32F4 ..
staticmem Tue May 08, 2018 1:32 am I have the “generic_boot20_pb9.bin” boot loader installed on an LC Studio STM32F103RBT6 development board. To test ..
Rick Kimball Wed Nov 04, 2015 9:05 pm const uint8_t led = BOARD_LED_PIN; enum { LED_ON=0, LED_OFF=1 }; // for Blue Pill .. active low led void setup_vcc_sensor() ..
madias Mon Apr 27, 2015 3:51 pm easy to use sketch for setting up multiple encoders with acceleration (faster movements, more data increase). IRQ driven, HW timer ..
marcin.kasinski Fri Oct 02, 2015 8:55 am Hi. First sorry if my question is stupid. I’m newbie. I want to move from arduino to stm I have the same board described ..
ekawahyu Wed Apr 13, 2016 6:31 am Glad to find this website! I am thinking to use STM32F072 for my project and would love to port Arduino onto it. Any pointer or existing ..
Unturned Sat Oct 01, 2016 10:56 am Hi guys, I’ve been banging my head against the keyboard for a few days because I am literally STUCK and can’t find ..
Nutsy Fri Jul 29, 2016 10:22 am Off my shirt till it looks better………. Right, so umm. One of the reasons I moved onto stm32 hardware was that I read ..
schoch Sun Dec 02, 2018 6:43 pm I have an encoder attached to TIMER2 (PA0 and PA1) and it is not decrementing. I have 2 other encoders that are working correctly. ..
RogerClark Mon May 25, 2015 9:42 am Guys, I just noticed this video interview about the Arduino Zero. http://makezine.com/2015/05/17/talking- … ero-atmel/ ..
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 ..
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 ..