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.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• ...

STM32CubeProgrammer 2.14.0 released

STM32CubeProgrammer v2.14.0 release information New features:• Updated the support for the entire STM32H5 series: – Debug authentication with password or certificate – Authentication key provisioning – Key generation – Firmware encryption and signing...

suppress color from STM32_Programmer_CLI

Hello,I am using STM32_Programmer_CLI extensively from scripts (bash, python, ...) to test firmwares automatically.One really annoying thing is the fact that the tool persists to output colors even when its stdout is not an interactive tty, this make...

NVinc.1 by Associate
  • 856 Views
  • 1 replies
  • 0 kudos

STM32CubeProgrammer and STM32G491VET6

Hello,I am using the STM32CubeProgrammer with my board in DFU mode (over USB).It programs fine, but my application does not run after programming even though I checking the "Run after programming" option. and by programs fine, I mean if I power fail ...

MButsch by Associate III
  • 1256 Views
  • 2 replies
  • 0 kudos

Reinitialize MIPI-DSI registers

Hi,I am using stm32mp157c processor with kernel version 5.10.10 over custom carrier board.I interfaced LVDS display via sn65dsi83 which is MIPI-DSI to LVDS converter and its working fine.Now i am integrating the interrupt generated by my sn65dsi83 ( ...

anikew by Associate
  • 975 Views
  • 0 replies
  • 0 kudos

CAN communication not working

I am using stm32 mini m4 when i run the can code and debug it The can communication is not starting. when i checked with oscilloscope the can h and can l is always high. Please help me with the code.#include "main.h" /* Private includes -------------...

STM32CubeProgrammer - write to memory without reset

Hi,I want to write U32 value to EEPROM (STM32L07) without resetting after writing is done. 1) This writes the value, but then resets the MCU: STM32_Programmer_CLI.exe -c port=SWD mode=normal freq=8000 -w32 0x8080000 0x3 -v 2) I tried this: STM32_Prog...

JR2963 by Senior II
  • 704 Views
  • 1 replies
  • 0 kudos