2022-09-15 06:58 PM
Hello, Is there any tip or reference code to implement WRP? I need to prevent changing original codes and adding any other codes from malicious third parties.
I use stm32f303k8 and CubeIDE.
I appreciate any help you can provide.
Solved! Go to Solution.
2022-09-19 03:17 AM
Hello @伸弥 北郷 ,
You should be able to change the settings in STM32CubeProgrammer.
Please check RM0316, "4.3.2 Write protection" section for more details.
FAQ: What are option bytes in STM32 and how do I use them?
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2022-09-19 03:17 AM
Hello @伸弥 北郷 ,
You should be able to change the settings in STM32CubeProgrammer.
Please check RM0316, "4.3.2 Write protection" section for more details.
FAQ: What are option bytes in STM32 and how do I use them?
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2022-09-19 08:54 PM
Thanks, Imen.
I will try to use STM32CubeProgrammer.