STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Turn LED on and off on homemade STM32F405 development board

I have a simple switch on an LED project on a homemade STM32F405 development board. I am using STM32 Cube-MX and It is all working OK and turns an LED on and off via a momentary switch on subsequent button presses. The problem is that on starting the...

pedro1 by Associate II
  • 856 Views
  • 3 replies
  • 0 kudos

Enable upload to homemade STM32F405 evaluation board

Disclaimer - my skill level is pretty low but I am very keen to learn :D I made this homemade STM32F405 evaluation board and using STM32 Cube-MX, Keil uVision 5 and a ST-Link programmer was able to upload a basic blink code example. However I am want...

pedro1 by Associate II
  • 1426 Views
  • 9 replies
  • 0 kudos

ili9341 and pins

Hello guys,I would like to drive ili9341 using that library --> https://github.com/martnak/STM32-ILI9341and I faced somthings that I didn't know about pins.My device is this --> https://tr.aliexpress.com/item/3-2-inch-320x240-320-240-TFT-LCD-Module-...

Zek_De by Senior
  • 690 Views
  • 1 replies
  • 0 kudos

Running code in RAM on STM32H7

Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...

ADion by Associate
  • 583 Views
  • 2 replies
  • 0 kudos

Nucleo F303RE USB Serial Comm HAL example code?

Hello,I suspect there's example code for reading and writing serial data through the USB comm port (ST-link cable) on the Nucleo boards using the HAL libraries. Can anyone point me to one? I've seen the printf() example which is half way there. Th...

How to get started with bluetooth?

Hi, I've had an STM32F411 development board for sometime and have done hobby projects with practically every peripheral on the board (audio output, mic, accelerometer, gyroscope, etc) programming both with and without the HAL. I'm now interested in ...