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! Matter support for STM32 WIFI devices?

Hello,Does ST plan to support Matter over WIFI? Is there any EVK which is available to test Matter over WIFI. If yes, please provide us the details of EVK as well as source code.Best Regards,Pavan

PKote.2 by Associate II
  • 4561 Views
  • 3 replies
  • 1 kudos

USB stopped connecting to STM32F405.

I have an Adafruit STM32F405 Feather Express. I am compiling / uploading with Arduino IDE V2.1.0 with Windows 11 64. The board worked well for about a week, but no longer connects/shows up as Port 5 of USB. I was successfully connecting and uploading...

JWink.1 by Associate II
  • 2354 Views
  • 3 replies
  • 0 kudos

Extra bits in SPI Slave DMA

I'm working on a SPI slave right now and found some weird behavior in the peripheral on a STM32g441. The following code is within a GPIO interrupt that's triggered by the CS pin rising. The peripheral clock is 160 MHz and sclk is 1.3 MHz. The spi mod...

PCarn.1 by Associate III
  • 1160 Views
  • 3 replies
  • 0 kudos

How to trigger ADC from TIM1 internally?

Hi All,I am using STM32F410RB chip.I want to make launch adc from timer periodically.From reference manual (RM0401) ADC can be triggered from TIM1_CH1 event.On figure 49 the only connection from TIM1 to ADC is TRGO.And from the same figure this TRGO ...

JSmit.11 by Associate II
  • 1394 Views
  • 4 replies
  • 0 kudos

Distorted measurement ADC

Hi,on STM32F303 I use ADC with DMA (12 bit), I measure signals on 3 channels + Vrefin.The input signal is pure sine wave 50 Hz (I can see it on scope). But when I measure it with ADC, so there is distored sine wave, I tried to change SAMPLING TIME, a...

_legacyfs_online_stmicro_images_0693W00000dDLA9QAO.png
JR2963 by Senior II
  • 2552 Views
  • 13 replies
  • 0 kudos

How to enable on-board temperature sensor on STM32G491

On STM32G491 (and family) MCUs the on-board temperature sensor can be read by ADC1 or ADC5 to provide junction temperature.RM0440 Rev 7 informs us:In order to read the temperature sensor we must "wake" it from power-down mode by setting the VSENSESEL...

JBend.6 by Associate III
  • 1990 Views
  • 2 replies
  • 0 kudos

Trigger HRTIM capture via SW (i.e. EXTI event)

I use the HAL to setup multiple HRTIM timers on a STM32G4 and I would like to trigger a simultaneous capture across them using software (the reasons for this are complex but it needs to be a simultaneous capture).Currently I have a GPIO output pin lo...