2013-07-22 01:23 PM
I would like to write pages 0-3 when I have enabled readout protection and not to loose other pages in mean time. Is there any possibility to do it?
#readout-protection #read-write-protection2013-07-23 02:23 PM
This is not possible when Read Out protection is active. the 4 Kbytes of the memory : 4 pages for low and medium densities and 2 pages for high, connectivity and XL densities, are automatically write protected by hardware and there is no means to change their contents.The purpose of this feature, is to protect the user bootloade code which is put by default in the first pages to be overwritten by a malicieus application code and then read back the remaining contents of the flash.
Cheers, STOne-322013-07-26 03:37 AM
Thank you for the response. In that case I did small bootcode to omit those first pages and keep functionality :).