STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 and Switched Mode Power Supply

In some readings, I saw that there are some STM32s that can be used to control Switched Mode Power Supplies. Are there any suggestions for articles with more details on the subject?I am writing a book about "SMPS" and would like to dedicate a section...

Resolved! STM32H533 Cannot identify the device

Hello,I've designed my own PCB using the STM32H533CET6 microcontroller. However, when I try to connect to it using an ST-Link V2 via SWD, STM32Cube Programmer gives me the error: "Cannot identify the device".I've already tried connecting under reset ...

Szerev_0-1731504786591.png Szerev_2-1731504897424.png Szerev_1-1731504857455.png
Szerev by Associate
  • 650 Views
  • 4 replies
  • 1 kudos

Resolved! Debug Mode & Voltage Scaling

I'm using a STM32L151RBT6 and trying to debug with a STLink V3.The debugger loses connection when I encounter the line:PWR_VoltageScalingConfig(PWR_VoltageScaling_Range3); Specifically, when it changes the PWR-CR Bits 12:11 (VOS). I have no issue cha...

MVeen.1 by Associate II
  • 378 Views
  • 4 replies
  • 1 kudos

Programming an STM32H7 for Samsung eMMC Support

Hello, I've just received my custom PCB with an STM32H743VIT6 MCU. It has a Samsung eMMC connected to the SDMMC1 interface (MMC 8 Bits Wide Bus) : (I'll link the eMMC datasheet below.) I'm encountering some issues while initializing the device with ...

yaxsomo_0-1737130265822.png yaxsomo_1-1737130504759.png yaxsomo_2-1737130510135.png yaxsomo_3-1737130514249.png
yaxsomo by Associate III
  • 584 Views
  • 3 replies
  • 0 kudos

STM32 with FlexIO or PIO?

Dear STM team,do you consider to add "Programmable IO" (PIO, as in RP2350) or FlexIO (as in NXP MCUs) to your chips?It would be really cool: often I need interfaces on MCU which are not available as a peripheral devices, such as: MDIO (Master), JTAG ...

tjaekel by Lead
  • 1218 Views
  • 4 replies
  • 6 kudos

newlib and FreeRTOS memory management

hi all,we're using SW4STM32 on a project that uses CubeMX-generated code with FreeRTOS. Our own application is a mix of C and C++. We soon found that malloc/free (used behind the scenes by C++) don't play nice in the multi-threaded environment.Dav...

DShar.17 by Associate II
  • 1634 Views
  • 9 replies
  • 0 kudos

Resolved! Tips for a beginner in STM32

 I'm taking my first steps as an embedded engineer, especially in STM32. I've been looking for a specialization that will give me more experience, in addition to the 35 years I have in IT (Client/Server) and about 10 in embedded systems.I'm currently...