cancel
Showing results for 
Search instead for 
Did you mean: 

STLINK-V3 CLI erasing eeprom

JFOLE.1
Associate II

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?

1 REPLY 1

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