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! STM32F4 with DCMI

Hello, we have device with very old TFT display which is dying. New one is unable to obtain. It has similar interface as DCMI: vsync, hsync, pixclk, D0-D8.I have connected these clock/data lines to DCMI port, but interrupts was not triggered.Here are...

Screenshot 2025-12-17 182625.png DCMI.png
mm10 by Associate
  • 208 Views
  • 2 replies
  • 0 kudos

STM32G4 -- Flash via I2C-Bootloader Problem

Hi,We are facing the same issue like the below community post. https://community.st.com/t5/stm32-mcus-products/flash-via-i2c-bootloader-problem-for-stm32g0b1kbu6/m-p/636467#M234685 But we are using  'STM32G431RBT6' in our project, kindly let us know ...

Ananthu by Visitor
  • 44 Views
  • 2 replies
  • 0 kudos

STM32C011J4M6

 1. Please suggest the pin for programming interface or documents 2. Programme example for tick timer, two external interrupts? library 

Glodhi_0-1766468122893.png
Glodhi by Associate
  • 17 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F7 Hard and Memory Faults

Hello,I am working on a hobby project with https://www.st.com/en/microcontrollers-microprocessors/stm32f767zi.html.I have my own build and development environment based on arm-gcc-none-eabi and CMake and all HAL Drivers and Libraries from STM.The boa...

DietWall by Associate
  • 227 Views
  • 20 replies
  • 4 kudos

GPIO output pulse stability (bis)

Hello,Trying to do precise GPIO pulses with assembly code - on any STM Nucleo board - shows jitter and fluctuating frequency. I was told by a super user to do it via PWMI would like to add some comment that may be interesting for others :- trying to ...