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 ..
RogerClark Wed Apr 29, 2015 7:40 am In the Ideas and Suggestion section, @zoomx suggested that a bootloader for Generic boards would be worth investigating The difference ..
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 ..
mrburnette Tue Mar 27, 2018 11:35 pm I am asking this because of this post (today == 2018-27-03) [stevestrong – Tue Mar 27, 2018 9:32 pm] – I don’t ..
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 … ..
fpiSTM Fri Jun 23, 2017 9:35 am Hi all, I’ve raised a discussion around the Analog pins definition: https://github.com/stm32duino/Arduino_C … /issues/37 ..
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 ..
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 ..
devan Wed Jul 13, 2016 1:11 am This is a spin-off of the discussion about the Maple bootloader: viewtopic.php?f=20&t=1234#p15835 I’ve been playing around ..
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 ..
Vassilis Mon Apr 18, 2016 6:46 am On March 2016 I started working on Sheepdoll’s (Julie S. Porter) great work on HALMX core files. I focused on STM32F103C8 ..
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 ..
ChrisMicro Tue Jun 20, 2017 9:55 am I just saw that huaweix has added support for all components of the F429i Discovery board. There is also a demo but I don’t ..
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 ..
Mark81 Wed Dec 05, 2018 3:53 pm I own a NUCLEO-F429ZI board, and here and here I found the pins’ map. I wonder how to use all those PWM pins in my Arduino ..
victor_pv Fri May 15, 2015 3:27 pm I was just thinking, that some people seems to need speed for some things, and as we noticed when moving PIN_MAP to flash, running ..
buaus Wed Aug 23, 2017 4:40 pm Hi, I tried today the attachInterrupt function and I saw that this slow approx 5 to 10usec. Is there any chance to speed up to approx ..
ykciv Sat May 05, 2018 10:13 am Im using the STM32F7 board in arduino. Its working quite well. The EEPROM library have support for STM32F1 and f4 boards but doesnt ..
danieleff Sat Nov 26, 2016 8:06 am I uploaded a HID and USB Composite experiment to https://github.com/danieleff/Arduino_Co … _Composite #include "USBDevice.h" ..
Pito Fri Aug 12, 2016 4:39 pm I’ve learned how to compile a bootloader with the green LED placed on a pin of choice, but I have not understood fully how it is with ..