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 Survey

We are pleased to introduce the STM32CubeProgrammer survey! We invite you to participate in a quick online survey to share your experience and feedback on STM32CubeProgrammer. Whether you're a hobbyist or a professional, we appreciate your valuable p...

STM32CubeProgrammer v2.20 released

We are pleased to announce that STM32CubeProgrammer 2.20 is available What is new in 2.20: • Support for the STM32MP21x microprocessors:         – External memory programming        – OTP programming        – PKCS#11        – ST power management IC• ...

Resolved! STM32CubeProgrammer does not work with Windows 11.

I have the following problem. I recently installed Windows 11 and tried to install the STM32CubeProgrammer. But non of the following versions work with Windows 11STM32CubeProgrammer 2.11.0STM32CubeProgrammer 2.10.0STM32CubeProgrammer 2.9.0I always ge...

0693W00000Sv9rAQAR.png
TWolf.2 by Associate
  • 2701 Views
  • 2 replies
  • 0 kudos

MCU STM32F733ZE doesn't START

Hello Community,We have an issue on a design with an MCU STM32F733ZE on a custom electronic board, we don't manage to program it through STM32Cubre Programmer ("No STM32 found"). We observed that the power consumption is very low, less than 0.1mA so ...

SFELL.1 by Associate II
  • 2839 Views
  • 6 replies
  • 0 kudos

Resolved! STM32L4Q5CGT - not detecting in STM cube programmer

Hi All,We had purchased STM32L4Q5CGT6 controller for our work and after assembling and testing programming using STLINK V3 using SWD we found that none of the controllers are being detected in the programmer software. when connected the following scr...

PJose.3 by Associate II
  • 1977 Views
  • 9 replies
  • 0 kudos

Resolved! STM32_Programmer_CLI on Ubuntu

Hi,I use STM32_Programmer_CLI.exe on windows. I can use it from python like that:process = subprocess.Popen( ["STM32_Programmer_CLI.exe","-l"], text = True,shell=True, cwd=self.cubeProgPath,stdout=subprocess.PIPE)How c...

JJRR by Senior
  • 2063 Views
  • 1 replies
  • 0 kudos

STM32F767 dual boot option from flash memory

Hey everyone,I'm using the STM32F767 and trying to use the dual boot option to load and run a new image from the flash memory.Using the stm32CubeProgrammer, I have changed the nDBANK and nDBOOT bits to enable those options. Also downloaded the binary...

0693W00000StfJaQAJ.png
gsaru.1 by Associate II
  • 1071 Views
  • 2 replies
  • 0 kudos

Program fixed memory Area with cube Programmer

Hi,I have realized a project for Stm32G0B1 device. In my project I put a marker at address 0x807fff0. If I program the chip using keil I don't have any issue but if I use Stm32Cube Programmer the marker memory is not programmed. Is there anything to ...