stm32loader icon indicating copy to clipboard operation
stm32loader copied to clipboard

Question about syntax

Open macfr76 opened this issue 1 year ago • 1 comments

Hi,

I have instructions to flash a firmware that were done with the old version of stm32loader by Ivan A-R.

./stm32loader.py -p $port -b 115200 -a 0x8000000 -E 126 -w firmware.bin

I would like to use your version as it works with python3.

But I'm uncertain about corresponding syntax.

Options for the old version were : -h This help -q Quiet -V Verbose -e Erase -E nbPages Erase nbPages flash block -w Write -v Verify -r Read -l length Length of read -p port Serial port (default: /dev/tty.usbserial-ftCYPMYJ) -b baud Baud speed (default: 115200) -a addr Target address

What would be the correct commande line with the new version, especially regarding -a and -E of the old syntax ?

Thanks a lot

macfr76 avatar Mar 11 '24 18:03 macfr76

Sorry, question on wrong project

macfr76 avatar Mar 11 '24 18:03 macfr76