Skip to main content
JMene.1
Associate II
February 1, 2022
Question

If I programmed a region of Flash protected by PCROP., how I can I modify the rest of the code, download and debug it with the STM32CubeIDE? In other words, is it possible to download code only in Bank1 and nothing in Bank2, hence keeping the PCROP r

  • February 1, 2022
  • 2 replies
  • 761 views

..

This topic has been closed for replies.

2 replies

Bubbles
ST Employee
March 9, 2022

Yes, it's possible. You mainly need to skip the mass erase and download only what was erased, for example one bank.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
JMene.1
JMene.1Author
Associate II
March 15, 2022

Thanks. But there is a way to do it easely with the cubeIDE or I need to change the makefile?