hello
After using 280049 DCSM (only Z1 area for encryption), connect the emulator, decrypt it in On-chip Flash, load program can run.
But after disconnecting the simulator, the power-on can not work properly, and the DSP has been in the reset state.
Analysis reasons: 1. Decryption problem
2. Boot loader Problem
For 1 decryption, the decryption function DCSM_unlockZone 1CSM (& PasswordKey) in TI driver lab is called directly, and the problem remains.
For 2 Bootloader, the default boot mode of hardware, that is, gpio32 and gpio24, is high, so Z1otp-GPREG1(0x7800C) is configured as 0xFFFFFFFF,Z1otp-bootctrl(0x7801E) is 0xFFFFFFFF
1otp-GPREG1 (0x7800C) is configured as 0x5AFFFFFF, Z1otp-bootctrl (0x7801E) is 0xFFFFFF02. The problem remains.
Do you have any other possible reasons? Thank you.