STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PLL is enabled on power on?

I'm trying to migrate my code away from Platformio, which I've previously been using, to cmake (currently using it with clion and openocd).I've got everything working but when I run my code I run in to one problem.For some reason the PLL is enabled a...

Dvan8_0-1705517684970.png
Dvan .8 by Associate II
  • 1052 Views
  • 3 replies
  • 1 kudos

Resolved! STM32F405RGT6 custom board not working

Hi guys, this is my first post here on the forum. I'm starting my learning in STM and I created a custom board with a STM32F405RGT6, I followed a basic MCU operation schematic that I found in a video on Youtube, but the MCU is not starting. I did sev...

Captura de tela 2024-01-12 100142.png

Resolved! STM32H573 not reaching 250 MHz

Hi,using the code below, the device will not run when set to 250 MHz (PLL1DIVR = 99). It works fine at 200 MHz, and slightly above.HSE is a 25 MHz crystal.What am I missing? static void SystemClockConfig(void){// Must set Vcore to max before we can r...

Dimlite by Associate III
  • 1283 Views
  • 4 replies
  • 4 kudos

Resolved! STM32U5Ax USB issue

I have a problem with USB initialization on those specific MCUs. Initialization function generated automatically by CubeMX hangs on USB_CoreReset function. Specifically on USB_OTG_GRSTCTL_CSRST bit which doesn't want to set after the reset. The Cube ...

mpico by Associate II
  • 1866 Views
  • 5 replies
  • 0 kudos