Question
How can I download the code using USART bootloader without removing Readout Protection?
I am using STM32F030CC in my application and set the Readout Protection to level 1. While I download the code with Flash Loader Demonstrator using USART bootloader, Flash loader warns that flash will be mass erased and all data will be lost when you click Remove protection.
Is there any way not to erase all flash while updating the read out protected code?