Hello,
I'm examining the best way to turn on secure the debugger port at firmware level.
As you know, default value of values of the backdoor key and other configuration field as follows.
0x400..0x407: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
0x408..0x40F: 0xFF 0xFF 0xFF 0xFF 0xFE 0xFF 0xFF 0xFF
For change FCF values, can I program the FCF value without sector erase?
Because all bits have 1's excepting FSEC|SEC data, I have tried this way with successful.
Is this way can make a ECC problem (bricking)?
Or sector erase step must be done before programming?
Is there any other way of program FCF to recommend?
Regards,