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
  • 85 Views
  • 7 replies
  • 3 kudos

SIL2/SIL3

Hi!May I ask the relevant safety experts from ST, I have now applied for the STEVAL-SILKT01 development board from ST Company and have signed the NDA. Are there any demo examples related to the STEVAL-SILKT01 development board? If so, could you provi...

STM32WB55 FUS Corrupted in a reset

Hello,I'm having problems with the FUS not starting and the Wireless stack not responding.In my code, the wireless stack can be updated. In the process of updating it, the STM32WB55 was interrupted by an external reset, and the FUS was left unrespons...

DaniStUser_0-1748066043341.png DaniStUser_1-1748066076507.png DaniStUser_2-1748066486402.png

Trying to run the ADC with DMA on STM32H755ZI-Q

Hi,I a using a NUCLEO-H755ZI-Q on STMCubeide 1.18.0i am trying to use the Timer 1 to capture on the rising edge using the analog to digital converter those are my signals the lase one (pink is my signal that i want to capture at this frequency)those ...

William133467_1-1748057361673.png William133467_2-1748057954527.png William133467_3-1748058016884.png William133467_4-1748058563086.png

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 Associate III
  • 27 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