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

Getting started with STM32H750VBT6, SDMMC1

Hi, I am trying to move to STM32H750 from STM32F407. To start with I have tried making simple LED blink project and it seems to work.Then I add SDMMC1 and suddenly it started hanging on exiting `static void MX_GPIO_Init(void)`. Any ideas why? Do I ne...

JBond1_0-1768410547333.png JBond1_0-1768412271920.png JBond1_1-1768412281422.png
JBond.1 by Senior
  • 14 Views
  • 0 replies
  • 0 kudos

USART + DMA and RTO (receive timeout) together ?

Can i use UART + DMA  ( normal ) + RTO ? I try to add RTO but when activate RTOE bit the DMA buffer stops fills .I take interrupt with active RTOF , stop DMA , but nothing in buffer !? I use stm32H7 with hardware implemented RTO. Can some one to give...

Brussl by Associate II
  • 214 Views
  • 8 replies
  • 3 kudos

Resolved! STM32C071 NUCLEO Start USB DFU Bootloader

Hi,how do I start the USB DFU Bootloader with a STM32C071 Nucleo? I tried it while putting Boot0 to high and pressing reset or do a power cycle but the STM32 DFU does not show up in the device manager. I connected USB to the NUCLEO extra USB port of ...

Resolved! Can not jump to APP from bootloader on STM32G0B0CET6

Hi I have a question that blocked me for several days, Hopefully someone can help, thanks a lot.1:MCU:STM32G0B0CET6,Develop tool:STM32CubeIDE2:I wanna have a test for OTA ,so i create a bootloader project and app project3:Flash segmentation:1)Bootloa...

sg0993_0-1767521397710.png sg0993_1-1767521424042.png
sg0993 by Associate II
  • 242 Views
  • 10 replies
  • 7 kudos

USB PD Dead Battery Issue

My STM32H533VE works as PD Sink.We connected CC1/CC2 with DBCC1/DBCC2 (as AN5225), STM32 cannot power up with a USB PD adapter. The adapter supplies power for ~20ms then stops the supplying.If I remove the long time initialization code (LSE initializ...

xufl by Visitor
  • 35 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U575 GPDMA DCMI High resolution image

HiI've been struggling trying to get an Image from a Image sensor over DCMI via the GPDMA on an STM32U575.The image sensor has a resolution of 752*480, though I only want to capture 420*420, which I've configured on the sensor to output. I've also co...