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

Clear Interrupts Prior to sleep confusion

I'm working on getting the STM32G0 to stop mode. Im using WFI so it will wake on interrupt. Right now its immediately waking which is confusing me.My understanding is that I should __disable_irq() first to prevent the interrupt handlers from being ca...

Carl_G by Senior II
  • 210 Views
  • 1 replies
  • 0 kudos

STM32F446 USB host connection issues

Hi,I am using a STM32F446 as a USB high speed host. my device is connected to a USB3300 chip to control the micro usb port, which is then connected to a camera. My code works ~90% of the time, however sometimes the connection to the camera can be unr...

JoshDarklyLabs_0-1741049534177.png

Double ECC Error inject for STM32L5/U5

Hello Community,Is there a way to inject double Flash ECC Error in Stm32L5/U5 like it is possible in case of H7 where we can simply write some different set of words at a given address without erasing? Thanks in advance,Abhi

Resolved! GPIO & EXTI: switching between input & output

Heyho,I'm currently using a GPIO on a STM32L031 for a custom 1-wire interface, which means it's switching all the time between input and output mode (open drain).So far I have learned that the EXTI interrupt only works with GPIOs in input mode.My que...

LCE by Principal II
  • 554 Views
  • 5 replies
  • 1 kudos

ADC1 and ADC4 readings at the same time

Hello,  I have been trying for some days to read the values incoming form both ADCs, ADC1 & ADC4, from the NUCLEO U545-REQ. The overall idea is to trigger both ADCs at the same time in output compare mode but if i try to trigger both of them at the s...

Marc3 by Associate III
  • 593 Views
  • 5 replies
  • 0 kudos

Resolved! STM32U545RE-Q: not getting ADC1 conversion data via GPDMA

Hello everyone,  I'm currently trying to set up the two ADCs (ADC1, ADC4) on my NUCLEO-U545RE-Q for multi-channel continuous conversion via GPDMA (I've previously used an L4+, but intend to change to the U5 family for the final product and am using t...

cjb89 by Associate II
  • 1109 Views
  • 6 replies
  • 0 kudos