bluejedi Mon Jun 18, 2018 4:05 pm During my journey in the STM32 Arduino landscape I made several observations while looking at and comparing different Arduino cores ..
madias Wed Sep 16, 2015 8:14 am In my synth-project thread (I’m sure nobody follow it, expect Victor ) I wrote about an idea about a “drag&drop – ..
FiveO Tue Jan 23, 2018 10:43 am Hi Today I wanted to try AccelStepper library with F407. Stepper is not moving! Do I need declare pins to PWM or what? I am using ..
Pito Fri Aug 25, 2017 8:37 am Here is an example with measuring Interrupt Latency. AttachInterrupt function used. In the code the PA14 and PA15 are used for INTR_IN ..
iwalpola Sun Jul 03, 2016 9:35 pm Sources: http://embedded-lab.com/blog/stm32-gpio-ports-insights/ http://hertaville.com/stm32f0-gpio-tutorial-part-1.html The libmaple ..
Rick Kimball Tue Jun 09, 2015 8:44 pm I’ve taken the gpio code I posted in another thread to the next level. This one provides PIN abstraction and some nifty ..
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 ..
Vassilis Fri May 25, 2018 6:45 am I need some volunteers to test the current HID bootloader for maple mini and bluepill . If anyone wants to help, he/she test that ..
zoomx Mon Jun 04, 2018 3:44 pm I am Trying to crate a new variant for the NUCLEO_073RZ and I am following this guide https://github.com/stm32duino/wiki/wiki … ..
staticmem Tue May 15, 2018 8:20 am I have a project that recently I managed to get working with the Arduino boot loader and my application at 0x08002000, Works nicely ..
RogerClark Thu Sep 29, 2016 4:38 am Guys STM have sent me the Nucleo boards, which their code will eventually support. These boards are Nucleo L053 Nucleo F091 Nucleo ..
troth Tue Jun 13, 2017 3:21 am I have installed Arduino_Core_STM32 using the Board Manager successfully, but have found a bug in the SPI class. Before I submit a bug report ..
tve Fri Aug 10, 2018 4:31 am I’m trying to grok what ‘beginTransaction’ does in the SPI library. It has nothing to do with transactions, right? ..
zmemw16 Thu Apr 27, 2017 11:05 am I2C Scanner code is the discovery scanner with their specific I2S stuff etc commented out i have a tmp102 and a 128×64 0.98 ..
Rick Kimball Sun Jun 07, 2015 3:59 pm In another thread, I had made brief mention of using placement new to delay the constructor call of an object. However, it isn’t ..
ag123 Tue Nov 27, 2018 3:38 pm edit: this now has its own examples and library posted on github https://github.com/ag88/stm32duino_rtcadj more details here viewtopic.php?f=18&t=4365&start=10#p51483 ..