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! STM32U0 multiple pin overlap

Hi, newbie here - I have some experience with the f4 series, but am working on a small project for which I would like to try a stm32u0 MCU. Looking at the stm32u031 20-pin TSSOP, I am confused by something. When I load this MCU in cubeMX, and tick on...

sb_st by Senior
  • 390 Views
  • 1 replies
  • 0 kudos

Interrupt Vector Table

Hello,As per CM4 guide and TRM of Nucleo f446re,interruot vector table is array of function pointers and each pointer holds the entry address(initial address) of each IRQ_handler, Where interrupt IRQ_number is used for indexing.While debugging I fail...

Screenshot 2025-05-14 222309.png Screenshot 2025-05-14 222359.png Screenshot 2025-05-14 222411.png

UART RX DMA Implementation Issue

Hello,I am using STM32F030C8T6 to implement Modbus RTU protocol which uses UART and RS485 as physical layer.I have already implemented the complete protocol with UART's RXNE and TCIE interrupts.Now I am trying to implement through DMA by which I will...

Anesh by Associate III
  • 712 Views
  • 0 replies
  • 0 kudos

Resolved! I3C: TXFNFF never set when debugging

Setup: NUCLEO-H503RB with X-NUCLEO-IKS4A1, using STM32CubeIDE. To familiarize myself with I3C, I am playing around in this setup and have some source code which causes I3C interaction between controller and target. I have a logic analyzer attached, a...

HalloWelt_0-1747214799915.png HalloWelt_1-1747214945509.png HalloWelt_2-1747215025410.png

LPUART1 wakeup fail in STOP2 mode

Hello,I'm using LPUART1 (STM32U0) for modbus communication and using STOP2 mode to go sleep until new modbus query has requested.Strange things happen, on console I can see prints like "Target is not responding, retrying...".Here is my clock configur...

npatil15_0-1747980221608.png
npatil15 by Associate III
  • 274 Views
  • 1 replies
  • 0 kudos

STM32F3348-DISCO HRTIM DMA PWM Sine Wave

Hi all,I wanted to make a post to shine some light on how to configure the HRTIM DMA on the STM32F3348-DISCO (and probably other ICs w/ HRTIM capabilities).A few posts I've seen have boasted the same solution, but have convoluted the use of a single ...

DMA_Settings.png