hi
I'm trying to understand LPC55S69 secure boot.
I'm reading UM11126 user manual and AN12283.
What are the options to update a firmware on LPC after secure boot is enabled?
I understand that 2 main commands are available for programming the flash
1) blhost write-memory
2) blhost receive-sb-file
are both of them available after secure boot is enabled?
is only receive-sb file enabled?
the only info I have found is:
SECURE_BOOT_CFG
field determines whether
secure boot flow is
enabled or not.
• If secure boot is enabled
or debug authentication
fields (CC_SOCU_xxx) are
not in the default state,
then limited ISP
commands are allowed.
Allowed command set can
be retrieved by “blhost -p
COMx/-u <VID,PID> --
get-property 7”.
thank you