Pito Mon Jul 17, 2017 8:15 am This is a short sketch to demonstrate the problem, fixed by steve’s patch in libmaple: // USBSERIAL TX PROBLEM DEMONSTRATION ..
BennehBoy Sun Jan 14, 2018 4:07 pm Today I spent some time porting a very cut down version of my car gauge system to a Black F407VET6 board that I have. I’ve ..
RogerClark Mon Apr 27, 2015 11:16 am The an bootloader is being developed to replace the existing Maple bootloader. The improvements in the “bootloader 2.0” ..
danieleff Wed Jul 05, 2017 11:38 am STM32GENERIC: Arduino implementation on top of STM32 HAL, for all STM32 boards. Code on GitHub: https://github.com/danieleff/STM32GENERIC ..
Slammer Wed Apr 13, 2016 11:58 pm I miss very much the old-school printf() function…. I am tired to write again and again Serial.print() commands to display ..
victor_pv Sat May 02, 2015 2:37 pm Just wanted to share this square root calculation algorithm that I found a few weeks back: http://medialab.freaknet.org/martin/src/sqrt/sqrt.c ..
ChrisMicro Sat Sep 02, 2017 11:33 pm There is again an article regarding the BluePill on Hackaday: https://hackaday.com/2017/09/02/a-bluep … ependence/ ahull ..
ChrisMicro Fri Jul 07, 2017 2:11 pm I started a simulator software so that I can compile Arduino code in Eclipse CDT and run it on my Linux PC ( it uses X11 ). At first ..
konczakp Fri Apr 21, 2017 6:14 pm Guys, I have a problem as in the subject. I have this function on one maple mini: void callDomofon(int nrLok, int ileDzwonkow){ ..
aster Tue Jul 25, 2017 8:12 pm hello i have this SD module, sdfat version 1.0.3, external ttl-serial, low (4mhz) speed, stm32duino core last update (20 of this month) ..
flyboy74 Tue Jun 19, 2018 8:54 am OK I am trying to learn how to create my own interrupts. I have learnt how to use registers to setup GPIO pins and to set/read ..
Nutsy Fri Jan 20, 2017 3:59 pm Well hi again, another new issue has come up. I have pin 20 running as in input. I have input_pullup on, an opto isolator is buffering ..
tomvdb Tue Jul 18, 2017 9:35 am Hi, Thanks for all the work on the STM Core for Arduino. It’s awesome. At our local makerspace we have been putting together ..
borombo96 Tue Aug 21, 2018 3:14 pm Hi, I’m working on an application that uses a sim7000 breakout board and STM32L053R8 (with the I-Nucleo-LRWAN1 expansion ..
RogerClark Fri May 08, 2015 4:46 am Arduino STM32 https://github.com/rogerclarkmelbourne/Arduino_STM32 This is the main repo that people on this site are using. ..
ElDominio Tue Mar 06, 2018 9:03 pm Hey guys, I’m not sure if this is the correct place to post it, but I’m encountering a bug when I program my STM32 ..
bianchifan Tue Jan 10, 2017 10:18 am Uploading sketches via ST-Link is still easy goin Using bootloader instead still same old … ( From time to time – ..
lsmod Sat Jan 19, 2019 3:30 pm Moderator note: moved from “General” to STM Core Today is the first time i have the time to continue with my STM32 stuff. ..
Pito Wed Apr 26, 2017 4:44 pm Continuation from http://www.stm32duino.com/viewtopic.php … 065#p27066 While running SdFat Bench demo on the Black407ZE, Daniel’s ..
arpruss Sat Nov 25, 2017 8:00 pm I made some fast bitband-based gpio preprocessor macros that generate fast and small i/o code. They work only with pin numbers explicitly ..