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

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

STM32 Cube Programmer V2.2.0 still buggy

CLI application stops reading 16MB QSPI after reading less than 1MB (one buffer to RAM), percent progress bar doesn't advance.STM32_Programmer_CLI --connect port=swd --vb 3 --log ext144r.log --extload CLIVEONE-W25Q128B_STM32H7xx-NUCLEO-144.stldr --up...

0690X00000AqP2pQAF.jpg

STM32CubeProgrammers not starting on WIndows 10

Just like the title says: the STM32CubeProgrammers IDE V2.2 does not start on my pc. When I click to execute, I briefly see the program loading and then the splash screen disappears and nothing happens. No tasks running either in task manager. I also...

STM32CubeProgrammer 2.2.0 - Java issue

Hi there!I just installed the STM32CubeProgrammer and the GUI doesn't come up.O/S: (cat /etc/os-release )NAME="Linux Mint" VERSION="19.2 (Tina)" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 19.2" VERSION_ID="19.2" [...] VERSION_CODENAME=tina U...

Resolved! Oracle JRE license impact

https://www.freshconsulting.com/how-oracle-java-licensing-changes-affect/https://labs.consol.de/development/2019/02/05/oracle-license-is-the-free-lunch-over.html https://www.itassetmanagement.net/2019/02/21/oracle-java-new-licensing-model/ https://ww...

30 second timeout whilst programming external device with custom external loader in STM32CubeProgrammer

I have written an external loader for a device connected to my STM32F103 and I have debugged it and it works for the most part. Init(), Erase(), SectorErase(), Read() and Write() are all working ok, except when trying to program a large file. My exte...