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.

EMIF Boot Disassembly error

We are working on a EMIF16 NOR Bootloader on a 6678 DSP and are seeing the following error when we look at the Disassembly with Code Composed.

700062a0: ???? Internal error occurred reading 0x700062A0 [code=0x4

According to the map file this address should correspond to

700062a0    00000100                      : autoinit.obj (.text:_auto_init_elf)

I haven't had any luck finding a description of this error in any documentation or on the TI forums. Can someone please provide more information about this error and how we can resolve it.

We are currently loading our EMIF bootloader to DDR, then burning it into Flash. The curious thing is the same binary data in DDR works in the Disassembly window, and the memory browser indicates both DDR and Flash have the same contents, so it is odd that the Disassembly works for one and not the other.