simonf Sun Dec 06, 2015 7:51 pm Hi I know this isn’t a Library as per this section. I have modified the maple mini library I had, I added a Blue/Red pill. ..
ericosowski Sun Oct 28, 2018 4:41 pm Hello guys, I’m new with STM32 and I’m in trouble with a TFT 3.5″ UNO SHIELD as show at the attached image, ..
ipsilondev Wed Aug 16, 2017 9:06 pm DISCLAIMER: i’m trying to use the platform to build a commercial product. Hi everyone first of all, sorry for so many posts, ..
octavio Wed May 31, 2017 12:06 pm Actually i have this code that does not compile because “timer->dev” is private, what is the correct way to do it? timer_dma_enable_trg_req(timer->dev); ..
idahowalker Sun Dec 30, 2018 7:09 pm I used uTimerLib when I started the project and it worked fine but I wanted to use freeRTOS. If you notice uTimerLib was commented ..
Ollie Sat Jun 04, 2016 3:56 am I have observed that the ST Microelectronics documentation is very detailed and is distributed in large number of PDF files. Sometimes ..
FurkanCetin Sun Sep 20, 2015 12:16 pm Hi friends In near future, I’ll start designing my PCB for STM32 Smart Watch project. I am curious about using MURATA ..
altEnergy Sat Oct 06, 2018 6:24 pm Further to my introductory post, I am still having issues I ran lcd_id_readreg on my new wiring using the following defines #define ..
paksoft Fri Nov 03, 2017 10:05 am Hello Dude, I’m new to FreeRTOS and studying the book from FreeRTOS. I’m trying to test Idle hook function, so I need ..
thakshak Fri May 08, 2015 7:34 am i am trying to interface the HC-SR04 UltraSonic Distance sensor with my stm32f103c8t6 board using arduino IDE… for receiving ..
electrobling Fri Feb 09, 2018 5:12 am I’m trying to get ahead of things while I wait for my hardware to arrive. The RTC is a very important thing for me, I would ..
octavio Tue Sep 12, 2017 2:46 pm https://github.com/octavio4/parallel-output-stm32 This library is non blocking ,it uses dma and irq to send the data while the main ..
stevestrong Sat Aug 05, 2017 1:12 pm Hi all, I was recently involved in a ILI9341 related project and missed some features which were already implemented in the original ..
Jimbo13 Sun Feb 11, 2018 5:23 pm I have tried without success to use the FlashDiagnostics example from this library to test a Winbond 25Q80 SPI flash from a blue ..
STM32 Wed Mar 29, 2017 8:06 pm Hy guys. Thank you very much for this wonderful forum! I’m a new user here. I have an Arduino project that I would like to put on the “Blue ..
david.prentice Sun Apr 02, 2017 2:36 pm On a regular Uno, Mega, Leonardo, … you can upload a sketch via the Bootloader whether the Serial Terminal is open ..
victor_pv Fri May 08, 2015 2:11 am I just tested the FreeRTOS library from the “untested” folder, with a simple blinking sketch, and seems to work fine ..
stm32user Mon Jan 15, 2018 12:54 pm Hello there I want to use an external DAC in Stm32f103c8. How can I get a value of 0-255 as 8 logic output. thax Pito Mon Jan 15, 2018 ..
searcher Wed Dec 16, 2015 3:00 pm Hello, Does anybody know how to make the u8glib libary work with an STM32f103c8t6 board? I would really like to drive my 128×64 ..
Pararera Fri Oct 05, 2018 4:05 pm I installed STM32 package (STM32F1xx/GD32Fxx by stm32duino) from Boards Manager in Arduino IDE. Then I copied package from %appdata% ..