aro_72 Mon Dec 12, 2016 2:40 pm Hi all, I am experiencing an issue with wait for interrupt (WFI) using Nucleo-L476. It seems my board does not enter WFI or most ..
victor_pv Fri Oct 06, 2017 6:43 pm Roger and everyone else. Following on some discussion on another thread with racemaniac, I tested overclocking i2c1 up to 1.3Mhz ..
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 ..
KenLaszlo Fri Nov 24, 2017 2:12 pm Hi folks Roger encouraged me to make a post here, so here’s me ‘taking the plunge’. My first code-snippet / project. ..
Vassilis Mon Aug 17, 2015 5:37 pm Today I received my new STM32F103VET board and I tried to test the DAC feature. I did a quick search on this forum but I didn’t ..
RogerClark Mon Aug 08, 2016 4:34 am Hi Guys I’m thinking of building something that will do a conversion on a bicycle speedometer from km/h to miles per hour. ..
ramimo Thu Jul 27, 2017 12:15 pm Hi, the STMF1 has two special bytes, called “User data storage option bytes”. You can write them with the Flash Loader ..
JohnL Mon Jun 13, 2016 1:04 pm https://www.b4x.com/b4r.html https://www.b4x.com/android/forum/ ahull Mon Jun 13, 2016 4:25 pm Install Microsoft .Net Framework 4+ (it is already ..
zmemw16 Tue Jan 12, 2016 5:29 pm i’ve a stack of bits 4x nokia 5110, 7 mini maples, 4 red and 6 blue pills. this is all spi1, spi2 has a nrf24l01 wired in, got a working ..
RogerClark Sun Nov 13, 2016 3:41 am Hi Guys, I’ve been looking for some code that would play some simple tunes to a piezo buzzer, but most of the Arduino code ..
tutankhamen Tue Dec 05, 2017 9:43 am I have a project where on one side I’m using an Android phone to control STM32F103 mc via BT on other side. I’m ..
mgrunt Mon Jul 11, 2016 8:20 am Hello, I’m playing with SMT32 + SPL and Eclipse over two years… Now I can using DFU for upload firmware. I try upload ..
sashmich Wed Jan 25, 2017 5:39 pm Hello. How can I disable (or lower priority) interrupts Systick system timer? Thank you. victor_pv Wed Jan 25, 2017 7:27 pm sashmich ..
BennehBoy Mon Feb 20, 2017 7:39 pm I’m trying to port some pretty dated Arduino code to STM32. I’ve managed to fix all the compilations issues firstly ..