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.
为什么DSP需要cmd文件来进行代码定位,而单片机不需要?
ARM中也有一个.s文件啊。51是没有的,它己经定死区间的,不需要再区分,TI就是有再分扇区的功能啊。通过它可以将代码运行在RAM或FLASH区间中。