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! 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
  • 1929 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...

Resolved! Place constant at end of used flash - not specific address

Heyho,how can I put a constant at the end of the STM32's used flash? (using: STM32CubeIDE)Not at a specific address (that's not a problem), but I'd like to have a constant always at the end of the used internal flash, independent of any other source ...

LCE by Principal II
  • 678 Views
  • 29 replies
  • 7 kudos

SDRAM MPU configuration for LTDC 1280x720

Hi, I have problem config LTDC for 1280x720 @60Hz. Without caching it works no problem, but slow. We are using 32MB SDRAM 16bit, config at 100MHz. When we use MPU to cache SDRAM, code as below: ``` MPU_Region_InitTypeDef MPU_InitStruct; /* Disable t...

Dat Tran by Senior II
  • 197 Views
  • 1 replies
  • 0 kudos