luudee Sat Oct 08, 2016 7:02 pm Hi Guys ! So I have one of those tiny ‘F407VET boards. (actually I have a few of them) I do all my work on Linux, particularly ..
messiah Sun Apr 01, 2018 12:20 pm hey there just bought STM32F103C8 and ST-link v2. want to build another author made CW radio beacon on si4432. he have it working ..
Jimbo13 Mon Oct 09, 2017 12:28 pm I cannot build the SD card example: https://github.com/greiman/SdFat/tree/m … les/SdInfo for Stm32F103 https://github.com/rogerclarkmelbourne/Arduino_STM32 ..
stm32user Thu Nov 26, 2015 1:07 pm Stm32f103c8 Mini Board ili9325 2.4” TFT (arduino uno compotible) HI How do I program with these two products arduino ide thanks! ..
skyng22003 Tue Oct 06, 2015 8:31 pm I have come across a very strange problem with using I2C on the BaiTe Maple Mini with the latest STM32 build and arduino 1.6.5. ..
BlackBrix Fri Mar 30, 2018 10:44 am Hello, I am looking for a arduino library for the 1-channel 10bit SPI DAC AD5310 –> http://www.analog.com/media/en/technica ..
thakshak Tue Jul 21, 2015 3:04 pm I have a AM2320 temperature and humidity sensor (datasheet http://akizukidenshi.com/download/ds/aosong/AM2320.pdf) it has address ..
mephisto000 Fri Dec 21, 2018 8:17 am Hello everybody, i use the library from Steve, https://github.com/stevstrong/Adafruit_ … 8bit_STM32 My Pin setup (i use the USB-Port ..
Mabez Fri Nov 25, 2016 1:58 pm Hi, I am really trying to get my I2C display to work, I originally posted about using u8glib but I cannot get it to work, so I thought ..
stevestrong Mon Dec 26, 2016 11:28 am Hi all, I was lately trying to improve some SPI functions (speed optimization). I mostly used the new SDfat beta and everything ..
Ollie Sun Jul 03, 2016 3:33 am Openlibcm3 claims that their library supports all major MCU product families. It would be nice to combine that functionality with ..
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 ..