Hello.
I have been studying 'Secure Boot' in csec.
In AN5401, Page 20
==========================================================================
If the secure boot process is successful and CMD_BOOT_OK is executed, keys marked as Boot Protected (BOOT_PROT) can
be used by the application code. Otherwise boot protected keys remain locked for application use.
==========================================================================
So my application is checking the secure boot status through "FTFC->FCSESTAT" .
and when boot mac verifying is succeeded, the application calls "CSEC_DRV_BootOK()".
And I tested boot protection flag key.
But, regardless of calling "CSEC_DRV_BootOK()", I could use the boot protection flag key,
As long as, the boot mac verifying is succeeded.
Do i misunderstand AN5401?
Thanks
Best regards
Phillip