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

RTC Oscillator not stable

Hello,In one of our new PCBs we use a STM32L476VET6. For the RTC we use an external Oscillator (shown in the Picture)The drive power is set to the highest level.In our setup, the RTC only works at room temperature and with no probe connected. As soon...

FabianHladik_0-1731585469263.png FabianHladik_1-1731586045292.png

USB CDC device not recognized

Hello everyone. I am using an F411 and I cannot figure out how this is supposed to work. I enabled USB_Device in middleware, enabled USB_OTG_FS, and set up line encodings based on the default STM32 example, but when I flash STM (or step through with ...

Sandman2_0-1764225519675.png Sandman2_1-1764225567364.png

Resolved! Omit C29 and L1 in STM32WB55RGV6 SMPS design ?

Hello everyone,I’m working on an electronic design using the STM32WB55RGV6, and the final product cost is very constrained.I have a question regarding the SMPS components, specifically the capacitor C29 and the inductor L1 shown in the reference desi...

EndyQSM_0-1764264943373.png
EndyQSM by Visitor
  • 35 Views
  • 1 replies
  • 2 kudos

USBPD EPR Request

Hi! I'm working on a Power Delivery Sink using an STM32G484RETx MCU. I managed to get SPR Power Delivery working without any issues, but I'm having trouble handling the EPR handshake.I'm using the latest USB-PD library from ST's GitHub:https://github...

epr.jpg epr2.jpg
KamilB by Associate II
  • 71 Views
  • 4 replies
  • 0 kudos

Trigger SPI using Timer

I'm using STM32H723ZG I want to know if a Timer's update event can trigger SPI transfer without any software interrupts.This is the problem