2020-04-14 01:42 AM
Hi,
I am using the below on the command line (STM32_Programmer_CLI) to erase full IC.
-c port=SWD mode=UR Freq=8000 -e all'
But it does not erase eeprom, is there another command to erase eeprom?
2020-10-30 06:40 AM
Hi @JFOLE.1
Please try this command:
STM32_Programmer_CLI.exe -c port=swd mode=HOTPLUG -e all -el .\ExternalLoader\MX25LM51245G_STM32L552E-EVAL.stldr -e 0
Just change the ".\ExternalLoader\MX25LM51245G_STM32L552E-EVAL.stldr" with external loader corresponds.
Best regards,
Nesrine