navintiwari08 Sat Aug 22, 2015 4:34 pm Hi!! this is Navin. I’ve worked with 8 bit micro controllers including PIC, 8051 and AVRs(with Arduino). I really wanted ..
Nutsy Sun Jul 24, 2016 4:37 pm I’ve been struggling to upgrade the Chinese Maple Mini i got off ebay to the new boot loader. I’ve tried using rogers ..
victor_pv Sun Apr 30, 2017 11:25 pm Seems like adding DMA to the SDIO library should not be much harder than adding it to the SPI. Now, my F407 board doesn’t ..
tenbaht Wed Oct 11, 2017 4:06 pm Hi, last year I adopted the Arduino environment as closely as possible for the STM8. Now user Kenjutsu suggested to link the STM8 ..
oneselflost Sun Oct 29, 2017 8:28 pm Has anyone had any luck getting the ST SensorTile working with Arduino IDE? I know it uses an STM32L476, which is supported ..
C_D Mon Aug 28, 2017 9:33 pm I’m trying to use the STM32DUINO bootloader on a custom board, but I cant get the bootloader to run. The micro is an F103R8T7, ..
caniggia Fri May 26, 2017 11:13 am Hi I have tried “Arduino_Core_STM32F1” repo: https://github.com/stm32duino/Arduino_Core_STM32F1 , because i need uC as I2C slave. ..
davidb Wed Mar 14, 2018 3:10 pm Hi, I am somewhat confused. I found the repo at https://github.com/sheepdoll/HALMX_Arduino_STM32. When I read the line “HALMX ..
ProudPagan Thu Feb 16, 2017 5:16 am Hi All, I have used the Arduino framework+IDE for AVR and ESP8266, but can’t get a blinky to work on the STM32 Value Line ..
jcw Sun Nov 01, 2015 3:51 pm Has anyone explored this serial-only USB boot loader, as alternative for the DFU approach? original repository: https://github.com/leaflabs/maple-bootloader ..
logd32 Sun Oct 29, 2017 4:04 pm Hi, I still encounter issues during upload under OSX (10.11.6), to make sure this is not caused by previous changes in core or bootloader ..
edogaldo Thu Jun 23, 2016 11:26 pm Dear all, I installed the “generic_boot20_pc13.bin” bootloader on a VEt6 board like this: http://www.ebay.it/itm/141929437789?_tr ..
MasterT Sat Mar 11, 2017 9:40 am HI, I installed STM32duino bootloader following instructions on this web site https://medium.com/@paramaggarwal/progr … .tppplljtw ..
victor_pv Sat Apr 29, 2017 7:52 pm I am adding SPI.dmaSend and SPI.dmaTransfer as discussed in another thread. Now, for doing so I need to add a number of defines, ..
dannyf Sat May 27, 2017 1:19 pm All: have been a user of STM32Duino for a while and liked its simplicity but not the IDE. Never bothered to do anything about it, however. ..
sheepdoll Mon Sep 07, 2015 2:50 am Here is a simple skeleton roadmap of where I am planning to go with HALMX • Glue code to float Arduino API over the HAL API through ..
Vassilis Thu Mar 31, 2016 2:09 pm A few days ago I started playing with the STM32CubeMX and the the Sheepdoll’s HALMX core files. I liked the idea of creating ..
danieleff Mon Apr 10, 2017 6:53 am It seems current cores target specific boards, and try to make them work on others are an afterthought. Even the official one is full ..
Slammer Wed Jul 20, 2016 4:45 pm I created a repo with some small programs running under HALMX using Codeblocks IDE. The important is the use of HALMX as library ..
Hexmicro Thu Sep 13, 2018 3:27 pm Hi, First posting here! I’ve tried to find simple code examples that use the timer.c in the STM core but without much luck. ..