2024-01-11 10:16 AM
I am trying to erase my STM32U575 which is on a Nucleo board (U575ZI-Q) and it connected to the computer via ST-Link V3. I can erase the chip fine using the GUI STM32CubeProgrammer, but the command line method does nothing. This is the output I get when trying to run the erase all command:
./STM32_Programmer_CLI.exe port=SWD UR --e all
-------------------------------------------------------------------
STM32CubeProgrammer v2.13.0
-------------------------------------------------------------------
After a brief pause, it finishes with nothing else printed.
Any ideas?
Solved! Go to Solution.
2024-01-11 10:43 AM
I forgot to put "-c" on the beginning of the command.
2024-01-11 10:21 AM
Certainly trying the latest version is worth a shot. Latest is v2.15 The U5 family is new, bugs tend to happen for newer devices and get fixed in future updates.
2024-01-11 10:23 AM
Perhaps select more verbose output / logging ?
2024-01-11 10:37 AM - edited 2024-01-11 10:38 AM
I've tried the latest version of the programmer, v2.15. I also tried setting verbosity to -vb 1,2, and 3 but nothing is printed.
2024-01-11 10:43 AM
I forgot to put "-c" on the beginning of the command.