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! Open-drain GPIO current sink limitation

I'm planning to connect 40 LED with a current of 20mA (total 800mA) to 40-gpio pins of STM32G4 device. The pins will be configured as Open-drain so the 20mA LED current of each pin will flow through an external resistor and the internal low-side NMOS...

Gaston by Senior
  • 461 Views
  • 6 replies
  • 10 kudos

DFU Implementation

Hi all,I a developing a custom product were the partition is like Bootloader  + APP1 + Partition 2 , were I Integrated the DFU library into bootloader and which is successfully enumerated in PC without any errors. My goal is do the flashing .bin file...

aravindpv_0-1760611039356.png aravindpv_1-1760611122577.png
aravindpv by Associate III
  • 361 Views
  • 3 replies
  • 0 kudos

Resolved! NOR Flash Write-While-Erase-Suspended?

Hello,maybe this is bit off-topic, but does anybody know if it is possible to suspend an ERASE operation and write to another (previously erased) sector?I want to save a page in flash in case of a power outage and want to interrupt a probably ongoing...

regjoe_0-1760981035028.png regjoe_1-1760981065400.png regjoe_2-1760981380824.png regjoe_3-1760981677350.png
regjoe by Senior II
  • 491 Views
  • 10 replies
  • 3 kudos

Wake up from Standby by RTC AlarmA in STM32U575

Hi!I’m currently building an application where I need to periodically wake up my NUCLEO-U575ZI-Q from Standby mode using RTC alarms. I’m aware of the Wake-Up Timers, but I’ve been specifically asked to use alarms. This will be integrated into a FreeR...

Joaam by Associate
  • 420 Views
  • 1 replies
  • 0 kudos

Resolved! Trying to run a blinking LED on STM32H755ZI-Q

Hi, am new to STM32 and i am trying to configurate my Nucleo but i don't understand my problem i am trying to setup a basic blink code with the basic structure (serial port communication with putty , debugger stlinkv3 and communication between cores ...