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

UART Interrupt Not working with DMA enabled

Hello ,We are encountering an issue with the USART_DMA interrupt method on the STM32G070CBT6 microcontroller. The problem is that data is only received after performing a hardware reset. We expect the data to be received continuously without needing ...

vageesh by Associate
  • 742 Views
  • 3 replies
  • 0 kudos

UART Communication Using UART to USB cable.

I'm trying to get a simple UART hello world program to work. It just transmits a buffer once per second. I've enabled UART2, enabled the interrupt, and configured the baud rate, parity, and word length. But when I open minicom I don't see anything. I...

noel by Associate II
  • 2785 Views
  • 6 replies
  • 1 kudos

"Upgrade error, please try again" with ST-Link

Hello,I am facing constant difficulties in connecting to my Nucleo H723ZG Boards.Almost every time I try to update the ST-Link via STMCube32IDE, the compilation stops half-way through the process and throws an error (see image)I have tried:swapping c...

Upgrade error.png
Lysandros by Associate II
  • 1281 Views
  • 5 replies
  • 3 kudos

Resolved! External trigger of STM32G474RET6 timer 3 behavior

Hello  I am working with an STM32G474RET6, using Timer 3 in one-pulse mode with an external trigger.Below is my Timer 3 initialization code:static void MX_TIM3_Init(void){/* USER CODE BEGIN TIM3_Init 0 *//* USER CODE END TIM3_Init 0 */TIM_ClockConfig...

Resolved! stm32g0 freezes in bootloader

Hello,We have a device that runs an stm32g0. I have a bootloader at the beginning of the flash and then 2 pages for config and the rest of the flash for the firmware. The bootloader basically checks if the two config pages are OK and then starts the ...

os81 by Associate III
  • 2975 Views
  • 13 replies
  • 4 kudos

Resolved! STM32H7 Custom Project prototype , power issues

Hi there,this is my first post here. So be gentle with me ;)I been working on a project with STM32H757XIH6 for some time now, but without any success. This is already my 2nd prototype and costed me quite some $$ since it had to be a 8 layer PCB. The ...

pema_0-1721062538995.png pema_1-1721062710099.png
pema by Associate II
  • 1034 Views
  • 4 replies
  • 0 kudos

DFSDM with PDM mic

Hi everyone,1, What are the acceptable buffer sizes for the DFSDM PDM mic configuration, give me some examples?2, Can I use ( int32_t buffer[4000] ) for the PDM buffer?3, How do I sync different sensors with the DFSDM PDM mic?

RBacs.1 by Associate II
  • 445 Views
  • 0 replies
  • 0 kudos

Resolved! stm32H7 - USB application - HSE or HSI+CRS

Hello,I'm a hobbyist and I'm working on a USB to 4xI2S (8 channels using the SAIs) using a stm32H7 MCU. I have a proof of concept working on a stm32F7 discovery board. I'm starting to look at the dedicated board.I understand that the USB peripheral n...

jmf1 by Senior
  • 2372 Views
  • 7 replies
  • 1 kudos