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.

CCSTUDIO: CCS选择不同内存宽度生成Hex文件的地址分配问题

Part Number: CCSTUDIO

CCS选择内存宽度为16时,生成的hex文件起始地址为cmd文件里面配置的flash地址,当选择内存宽度为8时,生成的hex起始地址变为了ram,但是我cmd文件分配的代码段地址是放在flash的,如何配置才能实现内存宽度为8的前提下,生成的hex起始地址为flash