STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 324 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
  • 408 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
  • 1090 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
  • 1487 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...