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

How to sample improve ADC speed?

My application senario: sample the sensor signal every second, and transmit through UART. to save power supply, I select ADC single mode, and used average as filter.void ConfigureADC(void) { ADC1->CFGR1 |= ADC_CFGR1_AUTOFF; ADC1->CFGR2 = (ADC1->CFGR2...

STM32L09 by Associate II
  • 2882 Views
  • 8 replies
  • 3 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
  • 2074 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
HalloWelt by Associate II
  • 1573 Views
  • 3 replies
  • 1 kudos

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

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
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.