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 ..
iotnode Fri Apr 13, 2018 2:46 pm i’m reposting my problems: Hello All, i’ve trying to get LORAWAN library LMIC/ARDUINO port (https://github.com/matthijskooijman/arduino-lmic) ..
victor_pv Fri May 15, 2015 3:12 pm All, I took the old RET6 bootloader code and brought it up on par with the bootloader 2.0 for the mini, including most of Roger’s ..
AndySymons Tue Nov 20, 2018 12:56 pm I recently made a board definition by adapting code from a similar board, as the instructions suggest, but it is not clear how the definitions ..
Hypercube Fri Apr 28, 2017 11:36 pm Hi, I built my own STM32F103C8T6 board and used Linux tools under Ubuntu 14.04 to flash the board ~/Arduino/hardware/Arduino_STM32/tools/linux/stlink$ ..
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 ..
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, ..