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: PALIGN fail with #10099-D but ALIGN OK

Part Number: TMS320F28386D

Hi,

I try to use the PALIGN(8) in my .cmd file showed below:

It is built with error   #10099-D

I tried below:

1. if I replace .text  PALIGN(8) to ALIGN(8), it build successfully.

2. if I replace .text  PALIGN(8) to PALIGN(1), it still fail.

3. if I merge FLASH_0103 | FLASH_0405 | FLASH_0607 | FLASH_0809 | FLASH_1013 to one section, it build successfully.

.text : >> FLASH_01TO13, PALIGN(8)

I am sure that the FLASH Memory is sufficient.

Is my original usage like screenshot illegal?

Thank you