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

STM32CubeProgrammer v2.21 released

We are pleased to announce that STM32CubeProgrammer 2.21 is available What is new in 2.21: • Support for the STM32WL3Rxx microcontrollers:         – Internal memory programming        – Option byte and OTP programming         – PKCS#11        – Firmw...

CubeProgrammer connect to UART interface

I am using CubProgrammer (version 2.4.0) to update the flash on NUCLEO-G070 board.When I select the device target i/f as ST-Link and connect, I can do flash programming.When I select the target i/f is UART, the Com Port shows up correctly about this ...

KFang.1 by Associate II
  • 15077 Views
  • 10 replies
  • 2 kudos

SWV Hex Display

Is it possible to display the data from the ITM over the SWV viewer (NUCLEO-F401RE) in STM32CubeProgrammer in HEX? ITM_SendChar could be used to send just a 32-bit code, which takes far less CPU time than a printf-style debug output?

Amigo by Associate III
  • 560 Views
  • 0 replies
  • 0 kudos

STM32L152VD-X reserved memory space

Hello,I am using the STM32CubeProgrammer, version 2.10.0, and it does not detect the STM32L152VD-X reserved memory space, at address 0x0803000.The STM32CubeProgrammer detects the correct device ID which is 0x437 but does not detect the correct device...

VLock.2 by Associate
  • 1816 Views
  • 4 replies
  • 0 kudos

After the stm32g0xx chip is set to read protection level 1, the protection level can no longer be set to 0.

The method is as follows:1. First, set the flash option byte to force boot from the main flash.2. Set the read protection level to level 1.After this setting, the st-link tool will no longer be able to connect to the chip, which is equivalent to losi...