Question
How to limit STM32CubeProgrammer to only erase sectors that are used in the program.
I'm using the last 2 sectors in Flash for storing user data, but when I reprogram the firmware via STM32CubeProgrammer (uart) it automatically erases those sectors too.
If I download the firmware via CubeIDE (jtag/swd port), the calibration sectors do not get erased.
Is there a way to to configure the CubeProgrammer to only erase the first few sectors before programming?
