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.

TMS320F28388D /28377D的cmd文件中关于flash的对齐方式

codestart : > BEGIN, ALIGN(4)
.text : >>FLASH2 | FLASH3 | FLASH4, ALIGN(2)
.cinit : > FLASH4, ALIGN(2)
.switch : > FLASH2, ALIGN(2)
.reset : > RESET, TYPE = DSECT /* not used, */
.stack : > RAMM1

程序默认是ALIGN(4),现在将其改写成ALIGN(2),不知道对程序有什么影响吗?