STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer v2.19 released

We are pleased to announce that STM32CubeProgrammer 2.19 is available What is new in 2.19: Support for the STM32WBA6xxx microcontrollers: Internal memory programmingOption byte/OTP programmingRDP regression with passwordSFI support Support for MCE N...

Using a STM32H745/755 device and Cube Programmer in DFU mode connected via USB and trying to erase flash memory via Cube Programmer..

I've noticed that if the option byte for the CM7 boot address is set to 0x1FF0 (boot into bootloader), the Cube Programmer cannot erase the flash memory. If I change that option byte to 0x0800, the flash memory erases.I can erase and program the flas...

FArms.1 by Associate II
  • 3428 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeProgrammer not starting

Just installed the new version 2.11.0. Never used any version of CubeProgrammer before. I am using it on Windows 10 with Java 18.0.1.1.2022-04-22. When I start it, just the start-dialog appears and disappears after some seconds. In varioius posts I h...

KBrei.1 by Associate
  • 1389 Views
  • 2 replies
  • 0 kudos

Resolved! setVerbosityLevel of the API

I am calling setVerbosityLevel of the API with CUBEPROGRAMMER_VER_LEVEL_NONE (0) in the C++ USB Example project supplied but the DLL routines (like connectDfuBootloader) are still outputting messages. Still there any way to stop these messages?