Using stm32flash -a0x51 -w binary.bin -S 0x3000 /dev/i2c-4but get backFailed to write memory at address 0x00003000For 0x8003000 I getErasing memoryPage-by-page erase error.Failed to erase memoryAny solution...can move offset i.e. bootloader offset. I...
Using previous post "STM32H7-bootloader-jump-from-application" and change bootloader memory to 0x1FFF6800. Currently running STM32CubeIDE I see it execute SysMemBootJump but with debugger going immediately (second goes pass) return to HAL_Init(); I ...
I have two solutions.Fix stm32flash...working on it.Using bootloader which will erase application area, bootloader is write protected. Then pad application binary with 0xFF, so without offset it write over bootloader and then application area. Bootlo...