User Activity

I use STM32_Programmer_CLI.exe (from STM32CubeMX version 2.11.0) to flash an STM32 with internal and external flash. In some cases the tool prints an error in red in the terminal and exits with errorlevel is set to 0.If I want to use success or failu...
I can use headless build using the following command:Linux:cd <my project path> /opt/st/stm32cubeide_1.11.0/headless-build.sh -import . -cleanBuild <my project name>/DebugWindowsC:\ST\STM32CubeIDE_1.11.0\STM32CubeIDE\headless-build.bat -import . -cle...
Middle mouse click on some links go to the following page:javascript:void(0);Examples: ST Community logo.Drop down menu items under user iconAnd others such as the menu items on the left at search resultsThese break my workflow. I often want to open ...
I've successfully created a custom flash loader for the STM32H7A3ZIT6Q with the MT25TL256 dual-quad NOR FLASH. I can erase, program and read the external memory in STM32CubeProgrammer with a dummy file. Flashing an elf file with external flash data f...
I have a custom board with an STM32H7A3ZIT6Q. It has the MT25TL256 NOR flash connected to the pins of OCTOSPI1.I'm trying to write a flashloader/driver.In our application we do not need to execute code from this flash. We only need it for data. But i...
Kudos from