Hi Veronica,
Main function i ran below code
1. Erase all block (0x44)
2. Program Partition Command (0x81) with key value 03(20 keys)
3. Checked in while for security enable was success
Now debug access is not possible, RESET LED is continuously to ON.
I could see start up file has below values assigned and section start address is 0x400
/* Flash Configuration */
.section .FlashConfig, "a"
.long 0xFFFFFFFF /* 8 bytes backdoor comparison key */
.long 0xFFFFFFFF /* */
.long 0xFFFFFFFF /* 4 bytes program flash protection bytes */
.long 0xFFFF7FFE /* FDPROT:FEPROT:FOPT:FSEC(0xFE = unsecured) */
I am using S32K144EVB Q100 board
By using MDM-AP register is it possible to set mass erase or "flash from file" option can help?
Regards,
Sudarshan