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.

TMS570LS3137: How should byte alignment be set for the.data,.stack segments?

Part Number: TMS570LS3137

      We are debugging another problem in which we want to align the data segment and stack of the program to 8 bytes.

The "ARM Optimizing C/C++ Compiler V16.9.0.lts User's Guide-SpNU151m "is checked. ALIGN() and PALIGN() are both acceptable.However, the compiled.data was not 8-byte aligned and the.map was not even refreshed.

Code Composer Studio Version: 10.0.0.00010

Please help to see how it is, thank you!