Dear TI engineers,
DSP-6672 on my board is designed to boot from NOR flash memory connected with EMIF16 bus, directly.
But, I don’t know how to prepare the EMIF16-bootable code.
These are some questions, that I have, related with EMIF16-booting :
1. Does TI provide some utility that converts ELF-format output file to EMIF16-bootable binary code?
I know “hex conversion utility” is provided with CCSv5.
But, I’m not sure that the utility supports EMIF16-bootable code.
2. DSP-6672 bootstrap on my board is set to EMIF16-boot.
Then, the program counter will jump to 0x70000000 when it boots up?
I saw some posting on this forum says it is 0x7006F778 instead of 0x70000000.
Which one is correct?
3. What kind of data should I locate on 0x70000000 (or 0x7006FF78)?
Booting information table, like I2C-boot case? Or Just program code “_c_int00” ?
Is there more information that I should know, please let me know.
Regards.