STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.17.0 released

STM32CubeProgrammer v2.17.0 release information New features:• Added the support for the STM32MP25xx microprocessors in the STM32MP2 series – Flash memory and OTP programming, SSP support Added the support for devices in the STM32WB0 series: STM32WB0...

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
  • 3132 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
  • 998 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?