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! Newbie Blue Pill Blink CubeIDE

Hi,Pretty new to STM32 but reasonably comfortable with ESP32, Pico and 40 years of C++. So old enough to expect it to be me.Cannot get blink to work with blue pill 32k using cube ide on ubuntu 23.04 with   while (1) { /* USER CODE END WHILE *...

bibble235 by Associate III
  • 5975 Views
  • 11 replies
  • 1 kudos

Resolved! USB DFU on STM32F103C8t6

Hi everyone I want to program Stm32F103C8t6 via USB and STM32Cube programmer version 2.10.0. I am using "STM32 smart V2." I pulled up the Boot0 pin and disconnected and connected the USB cable to the board (the board's power comes from the USB, so it...

Capture.PNG
Behzad by Associate
  • 1481 Views
  • 4 replies
  • 1 kudos

STM32 How to use LTDC

Hi, I designed a board with uC STM32H743 that works with a 480x800 display connected through the LTDC peripheral, I don't quite know how to use the LTDC, I don't have ram for the buffer of the entire display. What I can do is fill the background with...

kulfi27 by Associate II
  • 953 Views
  • 4 replies
  • 1 kudos

Resolved! RMII Connection Confusion

Hello,This might seem like a silly question but when using the pin names generated by cube IDE for the RMII interface does TXDx connect to TXDx on the PHY or RXDx? On the schematic for the NUCLEO board it seems that the microcontroller pin in named t...