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, ..