2019-09-21 06:21 AM
Hello,
The application code is downloaded via CubeProgrammer CLI commands in my project.
Now, need to protect specified pages of flash from writing.
Is there a command for write protection in the current CLI of programmer?
I have tried "-ob wrp=1" (for first page) but it gives a warning "Warning: Option Byte: wrp, does not exist"
2019-11-21 06:54 AM
Hello @gokhannsahin
Thanks for the feedback,
Please try with this command:
>STM32_Programmer_CLI.exe -c port=swd -ob nWRP5=0
Best regards,
Nesrine