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.

TMS570LC4357: How to Ensure .data Section Length is 8-Byte Aligned?

Part Number: TMS570LC4357

Tool/software:

Hi,

I'm trying to ensure the .data section in my CMD file is both start address aligned and length aligned to 8 bytes.

Here's my current setup:

While the start address aligns correctly, the length isn't 8-byte aligned. The linker output shows:

.data      0    f021a000    00001d0e     RUN ADDR = 0800e8a8

How can I make sure the section length is rounded up to the next multiple of 8 bytes? Any advice?

Thanks!