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.

TMS320C6414T: Porting a TMS320C6202 existing software application to a TMS320C6414T

Part Number: TMS320C6414T
Other Parts Discussed in Thread: TMS320C6202B

The TMS320C6414T datasheet claims the following: Fully Software-Compatible With C62x

I currently have a software application running on a TMS320C6202B, where code side in 0x00000000 to 0x0003FFFF range and software data memory reside internal in 0x800xxxx range. Memory MAP1. No external memory required.

The new hardware design is a TMS320C6414T with no external memory, and no internal data memory at 0x8000xxxx (data and program memory locate at 0x000xxxxx).

Given the TMS320C6414T is Fully Software-Compatible With C62x, how can I port my TMS320C6202B software application to the TMS320C6414T without any modification ?

or do I have to modify my link command file to locate my data memory section to internal 0x0004xxx and re-link my C62x software application to be able to run as is in a C64x?

Any other software porting considerations a should I should take care ? 

Regards and thank you for your support