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

We are pleased to announce that STM32CubeProgrammer 2.21 is available What is new in 2.21: • Support for the STM32WL3Rxx microcontrollers:         – Internal memory programming        – Option byte and OTP programming         – PKCS#11        – Firmw...

Need help with CubeProgrammer CLI syntax

Hello,STM32L4+, CubeProgrammer 2.21, ST-Link V2, Windows 10I need to do:* Full flash erase* Write Application image (.hex or .bin)* Write Bootloader image (.hex or .bin)* Set RDP level 1* Start the application at the Bootloader start address.-I am su...

NArnd by Associate III
  • 611 Views
  • 20 replies
  • 5 kudos

Resolved! CubeProgrammer won't work properly

After updating and restarting my PC with Windows 10, my old version of CubeProgrammer would not open at all. The version number is unknown. Other STM32 software works without any issue such as CubeMX and CubeIDE.I then tried installing the latest ver...

AL_0-1769186665936.png
AL by Associate III
  • 150 Views
  • 6 replies
  • 4 kudos

UART Bootloader connection via API

Hi everyone,this is my first post, as I have always been able to solve my problems thanks to your help. Unfortunately, I can't find a solution regarding the CubeProgrammer API, which I am currently working on. I am developing an update tool that will...

JimNastic_0-1768555615158.png

STM32H723VGTx DMA TX reboot use fail

Cube setting is OK!First run OK!if(HAL_OK != HAL_UART_Transmit(CO_INFO.channel, co_dma_tx_data, send_len, 0xFFFF))    {        DEBUG_PRINT("CO MODULE SEND DATA ERROR!!\r\n");    } Then setting OK!if(HAL_OK==HAL_UART_AbortReceive(CO_INFO.channel))if(H...