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

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
  • 515 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
  • 732 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
  • 617 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 -------------...