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.

CCS/TMS320F28388D: Can't Boot from Flash.

Part Number: TMS320F28388D
Other Parts Discussed in Thread: C2000WARE,

Tool/software: Code Composer Studio

Hi,

We can't boot from flash with following steps.

step 1. Import fcl_f2838x_tmdxiddk_cpu1 project

step 2. Modify iddk_servo_2838x_flash_Ink_cpu1.cmd

//.data            : > RAMLS6 | RAMLS7

.data            : > RAMGS0

step 3. Adding a dummy const array

name origin length used unused
RAMGS0 0000d000 00001000 00000e45 000001bb

step 4. Boot from flash - PASS

step 5. Increase the array

name origin length used unused
RAMGS0 0000d000 00001000 00000e4b 000001b5

step 6. Boot from flash - FAIL

However, USB debug can boot normally. Is there any size limit for the .data?