mcnobby Wed Sep 20, 2017 10:40 am I can compile in my Arduino IDE, and can happily upload my sketch to my Maple Mini (blue one from Baite) I can also use the Serial ..
RogerClark Mon Jun 19, 2017 1:52 am [Update by admin] This proposal has now been made to the bootloader, except the sketch does not blink as this would require a different ..
Pito Tue May 09, 2017 11:27 pm Starting to mess with FSMC (..again) While in libmaple era I set heap in ld file as : __bss_end__ = _ebss; } >RAM PROVIDE ( _end ..
lightcalamar Fri Jun 23, 2017 3:53 pm Hi. My friend @TFTLCDCyg, and I we have modified library based James Bowman Library GD23STM32 for STM32F103x To work well FT81X ..
KenLaszlo Fri Nov 24, 2017 2:12 pm Hi folks Roger encouraged me to make a post here, so here’s me ‘taking the plunge’. My first code-snippet / project. ..
Vassilis Mon Aug 17, 2015 5:37 pm Today I received my new STM32F103VET board and I tried to test the DAC feature. I did a quick search on this forum but I didn’t ..
RogerClark Fri Aug 07, 2015 3:51 am Hi Guys, I was testing some code that writes to a ILI9341 display and also sends the same debug information to Serial. I left ..
MoDu Tue Sep 25, 2018 10:12 am For my project, I’m syncing a clock between two BP, I have made sure it sync to ~1 ms, this is working well. Trouble is, once ..
willbot Sat Feb 27, 2016 4:48 am Just received and setup my first STM32 in Arduino – thank you all for your hard work in supporting the platform. My project ..
castortiu Tue Jan 16, 2018 1:45 am Hi there, I need to start a timer and make it fire from inside another timer interrupt, basically I need another timer to fire ..
madias Sat Sep 08, 2018 10:07 pm Meanwhile it’s really no fun reading the forum and / or help newbies, caused by the different cores people are using. Maybe ..
robca Tue Nov 24, 2015 5:06 pm EDIT: I finally solved this, please see http://www.stm32duino.com/viewtopic.php … 8474#p8474 for more info I’m at the end of my wits ..
nicolas_soundforce Sun Apr 15, 2018 5:23 pm Hi guys, This is a bit of a dream and I am wondering if it would be possible and also how to get started. I am using ..
edogaldo Thu Aug 18, 2016 10:14 pm Hi there, today I was trying to substitute my Baite Maple Mini bootloader (standard MM bootloader) with the 2.0 version (file ..
djw Sun Jan 21, 2018 4:33 pm The recent release which includes support for STM32F446 fails to compile on my system. I have uninstalled and reinstalled the Arduino ..
RogerClark Fri Sep 16, 2016 11:14 pm I’ve started to refactor the code uploaded by Frederic, so that each series has its own separate repo e.g. STM32F1xx, ..
Rick Kimball Tue Jun 16, 2015 7:39 pm Inspired by @sheepdolls successes I decided to take another look at the latest cubemx and the HAL API. I tried the openstm32 ..
GrumpyOldPizza Tue May 10, 2016 11:49 pm Just put the first alpha of the STM32L4 core onto github. Perhaps somebody is interest in reviewing, installing, commenting, ..
sheepdoll Sun Aug 16, 2015 9:17 pm I made some revisions to https://github.com/sheepdoll/HALMX_Arduino_STM32 to add support for F0 Discovery and a start at frameworks ..
petertumler Thu Sep 24, 2015 10:58 am Hi, I’m trying to underclock a STM32F103 (Maple Mini) to 48MHz (for energy efficiency reasons). According to the datasheet ..