Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Chip: STM32H753VI Flasher hardware: JLink Plus JFlash version: v6.54 (for compatibility reasons) .bin file writes from 0x08000000 to 0x0806C580 I can flash the chip successfully by calling J-Flash from the command line. However, I need to wipe the sector at 0x080E0000 - 0x080FFFFF which is above the last address in the .bin file. I have tried using -delrange0x080E0000,0x080FFFFF both by itself and with the project and bin files specified. The command seems to be ignored by JFlash. I did also try…