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.

TMS320F28386D: Zero boot mode to Flash configuration

Part Number: TMS320F28386D

Hello,

I want to program the boot of the CPU1 to boot from Flash without boot mode pin.

Do you confirm that the following code would work as per my understanding:

 .sect "dcsm_z1otp_gpreg" ;0x0007 8008
.retain
.long 0x5AFFFFFF ;Z1-BOOTPINCONFIG (No boot mode pins
.long 0xFFFFFFFF ;Z1OTP_GPREG2 (Don't care)
.long 0xFFFFFF03 ;Z1-BOOTDEF-LOW (Bootdef 0 to boot to flash sector 0 - other boot def don't care)
.long 0xFFFFFFFF ;Z1-BOOTDEF-HIGH (Other boot def don't care)


Regards,
Clément