MGeo Sun Jan 06, 2019 8:03 pm Hi, I continue to work on putting the pieces together for my port of YMFC-32 STM32F103 based flight controller. The application reads ..
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 ..
BennehBoy Mon Jan 14, 2019 9:47 pm @fpiSTM, I saw on an issue raised by a user that you recommended to install eclipse, sloeber, etc in order to be able to debug. ..
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. ..
Rick Kimball Sat Sep 17, 2016 1:00 am https://github.com/RickKimball/Arduino_Core_STM32F1 This needs much more work. What is working. You can blink an led and the clock ..
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 ..
miki Wed May 18, 2016 10:30 pm Hi, I need some help.I want to use 3 wire spi comm with a rf module. I need to use MOSI pin, bidirectional for write and read .How ..
ag123 Wed Nov 07, 2018 7:21 pm hi all, i’ve published a event loop for stm32duino (based on libmaple core) (updated this post in the readme.md on github, formatted ..
simonf Wed Jun 15, 2016 9:05 pm Anyone got any examples of inline assembly in stmduino32? Preferably passing an int and returning an int. RogerClark Wed Jun 15, 2016 ..
Kushal4269 Sun Oct 07, 2018 12:15 pm Hello guys, As you can see i am new to this fourm. I want to STM32f103c (Blue pill) board to communicate with esp8266-12E and neo 6m GPS modules ..
343GuiltySpark Tue Jul 24, 2018 8:47 pm I’ve gotten a Maple Mini clone to program a sketch from Arduino using the mini-USB port after installing the 2.0-version ..
RogerClark Sat Aug 20, 2016 11:15 pm Hi Guys I’m looking around for a peizo buzzer / beeper that I can drive directly from the STM32 I’ve tried to search ..
RogerClark Mon May 11, 2015 12:53 am Guys, I’ve been looking for a way to do in circuit debugging using STLink, which would be an adjunct to the Arduino IDE, ..
uXe Thu Feb 09, 2017 6:51 am Using a Maple RET6, have gotten it nicely humming along, software-triggering the STM32’s Triangle Wave generator: #include "libmaple/dac.h" ..
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 ..