我在使用C6678evm开发板,想要8个核共用一个程序,那意味着只有一个.cfg,请问在.cfg文件中怎样为每个核分配一个独立的共享内存区域用于存放该核的代码和数据?例如核0的.text存放内存为0x0c000000-0x0c010000,核1的.text存放内存为0x0c010001-0x0c020000.能否提供一个例程谢谢!
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.