efftek Sun Mar 19, 2017 8:28 pm Hi, I have two buttons connected to my blue pill on PB10 and PB11. Ultimately, I need six buttons, I’m just messing around ..
flyboy74 Tue Aug 21, 2018 4:18 am I am using a ST7735 TFT with res of 160×228 in 16bit colour mode. When I display images they are tinted blue, this is very ..
AndrewMag Tue Nov 20, 2018 7:11 pm Hi, I have bulit a project using a Nucleo F401RE, it is a weather station that records data on SD card every 20 mins. It works ..
devan Wed Jul 13, 2016 1:11 am This is a spin-off of the discussion about the Maple bootloader: viewtopic.php?f=20&t=1234#p15835 I’ve been playing around ..
RogerClark Thu Jun 29, 2017 5:06 am Guys I see there is some interest in the STM8 processor, with Armduino porting their core to this (8 bit) architecture, so I thought ..
Vassilis Mon Apr 18, 2016 6:46 am On March 2016 I started working on Sheepdoll’s (Julie S. Porter) great work on HALMX core files. I focused on STM32F103C8 ..
stevech Sat May 14, 2016 9:50 pm So far I”ve found no C++ or heap-using code in the HAL code; it’s all standard C. This includes the following FATFS ..
ChrisMicro Tue Jun 20, 2017 9:55 am I just saw that huaweix has added support for all components of the F429i Discovery board. There is also a demo but I don’t ..
aryeduino Wed Sep 26, 2018 11:55 pm Hi All, I would be happy if someone can guide me with the FIRST STM32 board that I got – STM32F030F4P6 I am using This ..
racemaniac Fri Apr 22, 2016 6:55 pm Just a little brainfart i wanted to post here . I wanted to see how fast DMA could drive the ports, so i set up a DMA memory ..
Rintin Thu Dec 15, 2016 1:14 am Hi, I needed to detect if a button is pressed once, twice or long. For this I wrote the attached code. The used pin is configured ..
RogerClark Mon May 02, 2016 7:00 am Guys, When using the Adafruit Max31855 library (for thermocouples), I ran into an issue with the way that the pin numbers for MOSI, ..
roffey Thu Sep 29, 2016 9:41 am This is on a Maple mini with bootloader V2. Using it’s USB to program. Boot1 pin pulled down with 10K. New to STM32 as such ..
Timoteo Sun Sep 16, 2018 11:31 am Hello all, Once again I am here searching for some help. As the STM32 does not have an internal EEPROM like the ATMEGA328 is there ..
sheepdoll Sun Mar 10, 2019 6:15 pm Not sure where to put this. I found a wonderful youtube channel https://www.youtube.com/channel/UC-CuJ6 … K3Q/videos which ..
zoomx Sat Nov 07, 2015 6:26 pm From the Twitter account of Expressif (but read on Hackaday!) martinayotte Sat Nov 07, 2015 6:42 pm Yes ! This is really a good news ..
GrumpyOldPizza Tue Jun 14, 2016 6:17 pm With the standard HardwareSerial, is the following use expected to work: Serial1.begin(19200); Serial1.begin(9600); Are those ..
RogerClark Thu Oct 11, 2018 9:44 pm Guys I know a lot of you use the TP4055 based single cell Lipo charger / discharge protection modules, but I’m wondering ..
C_D Mon Aug 03, 2015 8:12 pm Has anyone here worked with emulated eeprom on the stm32? I am working on an application where I need to do a one off calibration and save ..
dev Sun Jul 15, 2018 2:25 pm Hi, I was using SPI interface with ST7735 tft. i got it working with software SPI. but hardware spi is not working. i checked with logic ..