flodejr Fri Oct 06, 2017 4:22 am Hi, I have a setup with a bare metal stm32F407VGT6 board and it is connected to the ov7670 pins via DCMI and I2C and a st7735 display ..
Rick Kimball Mon Jun 12, 2017 5:29 pm I took a first pass at adding a new variant with the new combined core. The board I’m using is the NUCLEO-F030R8, it has a smaller ..
lucky1 Mon Dec 17, 2018 3:07 pm I know about the FatFS implementation from CubeMX but is there also a port of the SDFat library ? BennehBoy Mon Dec 17, 2018 3:14 ..
Pito Tue Apr 19, 2016 11:52 am Hi, I’ve got MM (and BP). Original Bloader. The “driver” from Arduino_STM32 installed (install_drivers.bat). Win7 ..
victor_pv Thu May 11, 2017 4:49 am Now that I got an F4 board with usb, thanks to AG, I have found the board was not enumerating upon reset, only if I pulled and plugged ..
jbaumann Sun Jul 15, 2018 8:17 pm Hi, is it possible to upload the bootloader using a Black Magic Probe? I tried this today and wasn’t able to do this. I would ..
Jarek.P Thu Apr 19, 2018 2:31 pm Hello, I’m trying to start with STM32 (already I have some experience with AVR/Arduino/ESP8266), but now I’m totally ..
BennehBoy Mon Jan 14, 2019 3:54 pm I only just realised that PR388 for CDC won’t work on the F103C8 based boards, Maple Mini, & Bluepill. Does CDC have ..
RogerClark Sun Sep 25, 2016 8:24 am Hi Guys I’ve started to add USB Serial to the F103C core, but at the moment I’m getting errors because the -Werror=implicity-function-declaration, ..
turboscrew Sun Dec 24, 2017 8:54 am Where can I find out the devices and GPIO-pins used by the cores? I’m using blue pill, and I’d like to know what ..
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 ..
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 ..