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.

MSP430F5438A程序段重新分配



在IAR中可以通过预处理#pragma segment="USERSEGMENT"对flash空间进行重新分配,将用户程序、中断程序可以放置在指定位置,在CCS6.1中如何进行操作?我原有程序在IAR中运行没有问题,因为修改.XCL文件后,对应修改CMD文件程序不能正常运行,求解CMD文件如何进行修改?