2025-03-18 8:12 AM
Hey Folks!
Is there a way to select multiple sectors to erase on an External Flash, instead of clicking on every entry?
I have tried holding down SHIFT, e.g. Click 0, Hold shift, Click 5. That just selects 5.
Alternatively is there a CLI tool where I can provide an address range to erase?
I am using 2.19:
Kind Regards,
Solved! Go to Solution.
2025-03-18 9:31 AM
I managed to get it right using the CLI tool, specifically making use of the "-e [START END ]" command.
STM32_Programmer_CLI.exe -e [START END] -el <PATH-TO-LOADER.stldr> <OTHER ARGS TO CONNECT>
It would be great however if the GUI had the option to select multiple (But not just ALL).
Kind Regards,
2025-03-18 9:31 AM
I managed to get it right using the CLI tool, specifically making use of the "-e [START END ]" command.
STM32_Programmer_CLI.exe -e [START END] -el <PATH-TO-LOADER.stldr> <OTHER ARGS TO CONNECT>
It would be great however if the GUI had the option to select multiple (But not just ALL).
Kind Regards,