2016-06-09 01:16 PM
Hi.
When read protection level 1 is applied to MCU, is it possible to read flash content somehow?I would like to store CPU status register, PC and some other variables into flash in case of hard fault. But MCU was read protected with level 1 before. If I get such (defected) part back, is it possible to read those statuses and variables from flash? I would have one dedicated flash page only for that.Or is it maybe possible to leave only that page unprotected?Thanks2016-06-09 01:21 PM
It is a binary option, and only your own code running in Flash can read the content. You will have to code your own methods to exfiltrate the data you have stored there.
2016-06-09 09:05 PM
2016-06-10 09:30 AM
I think I've been pretty clear, if you feel the need to validate what I'm saying you should experiment and draw your own conclusions.