RogerClark Fri Jun 02, 2017 10:40 pm The “Baite online store” on Aliexpress used to be the best place to get high quality Maple Mini boards, and they ..
RogerClark Thu Nov 02, 2017 8:30 am Guys Thought I’d email Robot Dyn and ask if they intend to produce more of their Black Pill board, and I got a reply to my email, ..
turboscrew Sun Dec 17, 2017 1:22 am Does anyone know a demo application for blue pill that at least sends some data using RFM69HW-module? I can receive data that ..
palmerr Fri Mar 31, 2017 7:34 am I’m working up an F4 Board (Black STM32F4VET6 on the Wiki). I’ve got software I2c working fine on both F1 and F4. I’ve ..
aster Wed Apr 12, 2017 2:53 pm Hello, i thought to write here instead of the board section since i didn t choose witch board to take yet. I already have a maple ..
peppeve Thu Jun 09, 2016 4:38 pm Arduino: uint8_t sreg = SREG; cli(); // critical region SREG = sreg; mrburnette Thu Jun 09, 2016 5:48 pm STM32F103 has status registers. ..
davemorl Wed Sep 06, 2017 5:25 pm Hi all, This is my first post on here so firstly I would like to say a hello to everyone. I have some questions about stm32 and arduino. ..
MartynC Wed Nov 22, 2017 6:01 am Hi What are the differences between ST-Link and Jlink and can Jlink be used to program the STM32F103 boards? RogerClark Wed Nov 22, 2017 ..
racemaniac Fri Jun 16, 2017 7:52 pm I see DMA being used more and more on this forum, and one topic that gets mentioned from time to time is that when using DMA not blocking, ..
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 ..
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); ..
turboscrew Sat Jul 21, 2018 11:46 pm I finally got reliable cabling between Si4432 module and Blue Pill, and I got FR22-library modified for stm32duino, but there’s ..