Blank check with STM32_Programmer_CLI.exe
I make a blankcheck of a device with this command:
STM32_Programmer_CLI.exe" "-c port=swd UR -blankcheck"
This command returns ERRORLEVEL == 0 if the device is blank, but also if the devices is programmed.
How can I, from the command line, find out if a device is programmed or not?
