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.

C6678多核方案疑问

你好,

刚接触C6000系列DSP,当前应用是每个核处理类似的工作,只是应对不同的数据流(即共有N×8个控制对象)。参考“multicore programming guide”,感觉用Single Image的方式比较合适。但有如下问题:

1. 是否一定需要SYS/BIOS?还是可以沿用类似C2000系列的写法?

2. “The code must set up pointer tables for unique data sections that reside in shared L2 or DDR SDRAM”. 这里的pointer table具体指什么?有没有什么例子可以学习?

3. “The linker command file should define the device memory map using aliased addresses only”. 是不是cmd文件中只能使用别名地址,不能出现全局地址? 因为外设是多核共享的,假设由核0统一打理,数据由外设DMA到shared L2中,那该如何在cmd文件中表示呢?如果用全局地址,是否会8核重复?

谢谢

x 出现错误。请重试或与管理员联系。