Tool/software:
Normally, we program CPU1 USER OTP locations corresponding to BOOTPINCONFIG and BOOTDEF to enable the secure boot, then it will secure the 16KB.
Question: Is it possible that do not program CPU1 USER OTP locations corresponding to BOOTPINCONFIG and BOOTDEF to enable the secure boot, but also we can use the CPU1BROM_calculateCMAC to Only Authenticating Flash Code Beyond 16KB?

applicationCMACStatus = CPU1BROM_calculateCMAC(CMAC_AUTH_START_ADDRESS,
CMAC_AUTH_END_ADDRESS,
CMAC_AUTH_TAG_ADDRESS);


