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!