我想实现多核共用一个cmd文件,cmd文件中每个核存储的代码和数据位置不同,比如核0的.text存储在0x10800000,核1的.text存储在0x11810000.我下面写的这种方式可以么?这是参考TI 的c6678.cmd设计的,但是里面的预定义判断是如何实现的
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.