This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28388D: 请教一下,关于CPU1BROM_calculateCMAC函数的使用

Part Number: TMS320F28388D

我想在普通flash启动的情况下,使用这个CPU1BROM_calculateCMAC函数,应该怎么使用呢?

1. 查看手册,说在非secure boot时,调用此函数前,需要对Z1 OTP CMACKEY进行dummy load

2. 使用例程boot_ex1_cpu1_cpu2_cm_secure_flash_cpu1,生成hex文件,烧写到flash中。

切换secure boot启动,复位,可以正常校验通过;

但是切换普通flash启动,复位,不能正常校验通过,请问这是什么问题导致的呢?