
ekawahyu Tue Sep 26, 2017 9:38 am I made some enhancement to enable USB CDC to build on STM32F072RB Discovery. Please review the code, it is in here: https://github.com/ekawahyu/Arduino_Cor ..
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 ..
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” ..
zmemw16 Tue Sep 08, 2015 8:25 am is it or will it be possible for users to access the HAL layer interface directly? could we have a flag __HAL_CODE__ ? it is perhaps ..
BlackBrix Mon Dec 18, 2017 9:10 am My actual “project” is, to modify/enable a mini-PLC (DIN rail / “smart-relay”), so that it can be used ..
rapzak Sat Jul 18, 2015 6:53 pm Hi, I get this error on my win7 x64: Setting Configuration 1… Claiming USB DFU Interface… Setting Alternate Setting … ..
Wi6Labs Mon Sep 19, 2016 8:35 am Hello Everybody It’s nice to see the interest of the community about our job on porting the STM32 on Arduino. We would like ..
Pito Thu Jun 22, 2017 6:54 pm I’ve updated my local repo copy as there came to a lot of developments in a few last days I am currently messing with the BLUE ..
danieleff Sat Nov 05, 2016 10:12 am I belive it is there to make compilation faster. Here are my test results: Current: compiling the static library (after clean) ..
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 – ..
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 ..
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 ..
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. ..
AndrewMag Tue Nov 20, 2018 7:11 pm Hi, I have bulit a project using a Nucleo F401RE, it is a weather station that records data on SD card every 20 mins. It works ..
RogerClark Thu Jun 29, 2017 5:06 am Guys I see there is some interest in the STM8 processor, with Armduino porting their core to this (8 bit) architecture, so I thought ..
stevech Sat May 14, 2016 9:50 pm So far I”ve found no C++ or heap-using code in the HAL code; it’s all standard C. This includes the following FATFS ..
aryeduino Wed Sep 26, 2018 11:55 pm Hi All, I would be happy if someone can guide me with the FIRST STM32 board that I got – STM32F030F4P6 I am using This ..
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 … ..
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 ..
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? ..