User Activity

Hi,I'm able with the following script "myScript.prg" to write a single byte of data:-c port=SWD #Write8(0x08000428,0xAB)This script is then called with the batch:STM32_Programmer_CLI.exe -script myScript.prgBut the problem here is that there's no pos...
Hi!I'm currently having troubles jumping from custom bootloader to application.Working on STM32H733 MCU, the boot code that makes the jump is the following:void vSetupAndJumpToAddr(uint32_t flashStartAddr) { uint32_t i=0; // Disable all inte...
Step to reproduce:1) Generate a project in CubeMX v6.2.0 and save it2) Open and modify the 6.2.0 project with CubeMX v6.2.1 (no migration or wathever), save the project3) try to reopen the project with v6.2.0, these window will popup: I need to use t...
Opening the blank new MDK-ARM project in Keil uVision 5, the CM4 cannot be flashed.I found that the error is on the Flash RAM address wich is equal for CM4 and CM7i solved going (into Keil uVision) to Project > Options for target xxxxx-CM4 > Debug > ...
Started with the example that can be found on STM32H7 Github at https://github.com/STMicroelectronics/STM32CubeH7/tree/v1.9.0/Projects/STM32H745I-DISCO/Examples/QSPI/QSPI_MemoryMappedDual , I tried to port it into a brand new project generated with C...
Kudos from