STM32CubeProgrammer (MCUs)

Ask questions on STM32CubeProgrammer and find answers on device detection, connection failure, programming issues, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeProgrammer v2.22 released

We are pleased to announce that STM32CubeProgrammer 2.22 is available What is new in 2.22: Support for the STM32U3 microcontrollers with 2 Mbytes of flash memory: Internal memory programming through debug and bootloader interfacesOption bytes program...

Resolved! Slow programming with TrustZone

Hi,I've started working with the SBSFU example recently on an STMU585. I have noticed that flashing the sbsfu_app_init.bin file is much slower (10x maybe?) if TrustZone is enabled.My workaround has been to create a script to do a regression to RDP le...

mike5 by Associate
  • 416 Views
  • 1 replies
  • 2 kudos

how to uninstall STM32CubeProgrammer on Linux?

There is an uninstaller at ~/STMicroelectronics/STM32Cube/STM32CubeProgrammer/uninstaller/uninstaller.jarBut when I java -jar it, it just produce a log then exited, and nothing in the log actually mean anything useful.I see there is a old post about ...

A424 by Associate II
  • 8674 Views
  • 11 replies
  • 7 kudos

Resolved! Disable Programmer Popups / prompts

Hey there,Is there an option to turn off the prompts after programming in the STM32CubeProgrammer?The Log output is enough for me:Not really a problem, more like a QoL thingy - but i didn't see an option anywhere.Would be a nice addition if it's curr...

Proxi_0-1762174954907.png Proxi_1-1762175164428.png
Proxi by Associate II
  • 402 Views
  • 2 replies
  • 1 kudos

stm32_programmer_cli on arm64

Trying to find a solution here. I have 2x STM32MP157 devices. I'm trying to do a cascade program here where the one device is put into DFU mode with the boot pins the a linux image is loaded to the other MPU and the image can be flashed via the CLI t...

Keaton by Associate
  • 507 Views
  • 0 replies
  • 0 kudos

STM32CubeProgrammer not identifying target MCU

I have a custom PCB with an blank, unflashed STM32L4R and my goal is to flash it with firmware via the ST-LINK on my NUCLEO board that hosts another STM32L4R. The only pins I connected for debugging/flashing purposes is USB_DM and USB_DP, the rest, l...

ym21 by Associate III
  • 950 Views
  • 7 replies
  • 1 kudos

Resolved! cubeprogrammer can not find masserase function

I created an external flash STLDR file for my board, with STM32H750VB chip and W25Q64 QSPI FLASH. After copying the STLDR file to the cubeprographer directory, it can perform normal external flash read/write and sector erase functions. However, when ...