goran.mahovlic Thu Jun 08, 2017 7:12 pm Im trying to get https://www.artekit.eu/space-invaders-for-stm32/ working on bluepill but im failing I have just make small ..
navintiwari08 Sat Aug 22, 2015 4:34 pm Hi!! this is Navin. I’ve worked with 8 bit micro controllers including PIC, 8051 and AVRs(with Arduino). I really wanted ..
Nutsy Sun Jul 24, 2016 4:37 pm I’ve been struggling to upgrade the Chinese Maple Mini i got off ebay to the new boot loader. I’ve tried using rogers ..
victor_pv Sun Apr 30, 2017 11:25 pm Seems like adding DMA to the SDIO library should not be much harder than adding it to the SPI. Now, my F407 board doesn’t ..
tenbaht Wed Oct 11, 2017 4:06 pm Hi, last year I adopted the Arduino environment as closely as possible for the STM8. Now user Kenjutsu suggested to link the STM8 ..
oneselflost Sun Oct 29, 2017 8:28 pm Has anyone had any luck getting the ST SensorTile working with Arduino IDE? I know it uses an STM32L476, which is supported ..
C_D Mon Aug 28, 2017 9:33 pm I’m trying to use the STM32DUINO bootloader on a custom board, but I cant get the bootloader to run. The micro is an F103R8T7, ..
caniggia Fri May 26, 2017 11:13 am Hi I have tried “Arduino_Core_STM32F1” repo: https://github.com/stm32duino/Arduino_Core_STM32F1 , because i need uC as I2C slave. ..
dangthaison1992 Sun Nov 27, 2016 9:58 am I try the code ext interrupt pulse measurement on PA8 at STM32F103C8T6 chip. it’s ok #include "HardwareTimer.h" volatile ..
miki Wed Jun 01, 2016 3:05 am I read somewhere there is serial interrupt implemented in libmaple. May somebody share on how to use it? I need to process a serial ..
Rick Kimball Wed Dec 28, 2016 9:48 pm I came across an interesting feature of the GPIO BSRR registers. The BSRR register allows you to modify both the reset (BSRR_H) ..
Jateu01 Sun Mar 05, 2017 2:34 pm Hi All, Silly question for everyone. I’m not a developer or a coder. I have a damaged brushless motor controller and I have ..
acronis Mon Nov 06, 2017 12:14 pm Hello . How can I make delay (pause) less than 1 µs ? for example, 10 nanoseconds ? Pito Mon Nov 06, 2017 12:24 pm You cannot ..
martinayotte Tue Sep 22, 2015 12:48 am I’m looking to use FreeRTOS on a new project, but I still want to keep the Arduino environment. In other words, I want ..
danSTM Tue Jun 21, 2016 12:43 pm Greetings All, I can’t seem to figure out why this code takes 6617us on the blue pill and takes 2472us on an UNO. I’ve ..
stevech Wed Mar 16, 2016 10:18 pm RPi zero $5 in stock at Adafruit Limit 1 per customer mrmonteith Mon Mar 21, 2016 2:35 pm LOL It’s a moving target. Before ..
DM3YAB Thu Nov 08, 2018 6:03 pm Moin, I am looking for a 1 ONE PIN COMMUNICATION between ATtiny45 and STM32duino. Task of ATtiny 1.) SLEEP (7μA), 2.) Standby mode ..
Edward.Hartmann Mon Aug 20, 2018 2:26 pm If I use malloc() with a size greater than the available memory, the malloc hangs instead of returning an null pointer. ..
RogerClark Fri May 29, 2015 11:16 pm Guys, Just a quick straw poll. Should submitted libraries go in the libraries folder, or would you prefer if they were in a contributions ..
rsc Sun Mar 18, 2018 3:20 pm Hi, I have a blue pill stm32f103c8t6, putting BOOT0 to high, I can upload any program, for example void setup() { Serial.begin(115200); ..