STM32CubeProgrammer (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeProgrammer 2.18.0 released

STM32CubeProgrammer v2.18.0 release information New features:• Added the support for the STM32U3 series– Internal memory programming– Option byte/OTP programming– Core register programming– Regression with password (close/open)– SFI support– Key wrap...

Retrieve MCU Device ID from USB DFU

We are working on our own firmware update utility, and need a way to get the Device Id from default USB DFU bootloader in order to avoid wrong firmware flashing. On CubeProgrammer, we can see that info: 21:36:20 : Device ID  : 0x0423The question is: ...

NChin.2 by Associate II
  • 865 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeProgrammer 2.10.0 does not work on Linux

Hi,I tried to install STM32CubeProgrammer v2.10.0 on my Kubuntu 20.04.4.The error I get is CubeProgrammer_API or one of its dependencies is missing.What I could find from the forum is that could mean the installer used a different Java/OpenJDK versio...

Arno1 by Senior
  • 500 Views
  • 1 replies
  • 0 kudos

protect sector when upload in dfu

Hi,I started developing a project for stm32l072cz. After seeing dfu mode working correctly I realized a problem. The objects that I program through the j-link Segger are serialized and when I go to upload the dfu file, the serialization is deleted. I...