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

CubeIDE External Loader

Hi everyone,We're using G474 is new MCU and want to program an external flash via STM32CubeProgrammer. However, IDE can't generate valid stldr file or I have done wrong its settings. I have set the parameters as example for atollic. CubeProgrammer do...

CLI Write Protection Command

Hello,The application code is downloaded via CubeProgrammer CLI commands in my project.Now, need to protect specified pages of flash from writing.Is there a command for write protection in the current CLI of programmer? I have tried "-ob wrp=1" (for ...

Custom external QSPI loader for the STM32H750VB

Hi, I need to develop my custom external QSPI loader for the STM32CubeProgrammer. Based on the UM2237 user manual, I can develop may custom loader for external flash based on the examples available under the “bin/ExternalLoader�? directory. But there...

Asantos by Senior
  • 460 Views
  • 1 replies
  • 0 kudos

external loader MX25L512G_STM32F769I-DISCO.stldr

Hello all,I modified my .ld file as: MEMORY{ RAM   (xrw)   : ORIGIN = 0x20000000,   LENGTH = 512K FLASH   (rx)   : ORIGIN = 0x8000000,   LENGTH = 2048K QUADSPI (rx) : ORIGIN = 0x90000000, LENGTH = 64M (added line)}And I replaced  FLASH with  QUADSPI...