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

STM32F767 ADC value significantly larger than expected

We're using the ADC function built into the STM32F767.The problem is that when the analog signal input to the ADC is around 200mV, the digital value output from the ADC appears to be around 240-260. We're trying to obtain a stable value by collecting...

Seyoung by Associate II
  • 261 Views
  • 4 replies
  • 1 kudos

How to switch between sleep modes in STM32L476RE?

Hi Team, I am planning to use STM32L476RE MCU for my project, Can I know how to switch between Stop1,2 and low power sleep and run modes? I am new to STM32 and I need a reference code or some guidance to start with, any help very much appreciated. Th...

Resolved! STM32N6 DK stuck when generate default project

Hi,Im just getting my new STM32N6570-DK and I try blinking simple led project first with default generate.But when I built and flash it, it got stuck when init UCPD (pic 1), am I missing something ?When I checking seem it still not define yet (pic 2)...

Micls_0-1756704854553.png Micls_1-1756704869910.png
Micls by Associate
  • 225 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F042K6 - USB Library too big for device?

 Hello everyone, I am using the STM32F042K6 for a small project where I don't have much space. Therefore, I rely on the small package and the "crystal-less USB" function. The hardware arrived today, but unfortunately, I had to realize that the USB li...

PP11 by Associate II
  • 2049 Views
  • 10 replies
  • 8 kudos

STM32G0 minimum ADC frequency

Hi,  I don't understand why CubeMX is limiting me through their IOC file to select an ADC clock below 2MHz. The datasheet says 140 kHz is the minimum ADC clock frequency for the STM32G07. Anyone has any answers or help ?. 

Resolved! Unable to execute code in SDRAM on STM32H745

Hi all,Board: STM32H745I-DISCOIDE: 1.16.1 I am facing some issues with trying to execute code on the SDRAM. I have a 2nd stage bootloader that loads the user application onto QSPI located at 0x9000 0000. After that, I copy the user application code t...