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

Issues on the STM32 Portfolio selector

Hello ST Community team,I would like to report a possible inconsistency in the STM32 MCU Portfolio Selector regarding Ethernet filtering for the STM32C5 series.While selecting MCUs using the Portfolio Selector, I filtered devices through:- EthernetTh...

Issamos by Lead II
  • 131 Views
  • 1 replies
  • 2 kudos

Resolved! Strangely accurate ADC noise

I've been struggling with a strange ADC problem for a while, and have now made some interesting observations.The scenarioI'm using an STM32G474, where HRTIM directly controls a peltier driver for temperature regulation. Temperatures are measured by A...

Big chart 1.png 83F - 1.png 73F - 1.png 7BF - 1.png
EThom.3 by Senior III
  • 566 Views
  • 18 replies
  • 10 kudos

Clipped sine TCXO clock for STM32G031G8U6

The STM32G031G8U6 in a UFQFPN28 package does not have PF0 / PF1 pins for HSE OSC_IN / OSC_OUT.  It does however have OSC_IN on PC14.  This is intended for an external CMOS oscillator in bypass mode.I’m currently in the schematic design stage. My boar...

BK1 by Associate II
  • 401 Views
  • 6 replies
  • 0 kudos

3.3V stm32u5 and 1.8V PSRAM

Hi! I'm trying to design a project that will use an stm32u5, and I would like to add PSRAM to it. Most higher-capacity PSRAMs seem to want to run at 1.8V rather than 3.3V, from what I can tell.  The particular U5 I've tentatively selected (the U595),...

sb_st by Senior II
  • 182 Views
  • 5 replies
  • 3 kudos

STM32G4 UART Signal Handler Error

Hi there, I have firmware that uses UART1 and UART2 of the STM32G4 series. Both are intended to run on interrupts, but as soon as any signal is received by the MCU, an error occurs, causing HAL_UART_AbortCpltCallback to be called. Therafter, the inte...