多核DSP开发相对于单核而言,最大的不同之处在于如何实现多核之间的同步。TI在C6000系列DSP中集成了IPC,通过IPC提供的核间中断功能,完成核间同步的工作。下面提供一个简单的例子,说明IPC使用的方法。
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开发相对于单核而言,最大的不同之处在于如何实现多核之间的同步。TI在C6000系列DSP中集成了IPC,通过IPC提供的核间中断功能,完成核间同步的工作。下面提供一个简单的例子,说明IPC使用的方法。
您好:
我现在也在学习使用C6678,遇到问题能方便请教下吗?
我的邮箱:chunlei.gan@gmail.com。谢谢。
你好,
我试了一下,下载后解压是可以的,请换一个新一点的rar或者7z解压软件试一下看看。
C66xx_0: Trouble Writing Register PC: The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level. (Error -1176) @ 55424 (0xD880) 这个错误时什么意思啊。
C66xx_0: Trouble Writing Register PC: The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level. (Error -1176) @ 55424 (0xD880) 这个错误时什么意思啊。
在新版本的CCS中这个选项的名字有所改变,我现在装的是CCS5.5,应该选择Build variables
这个IPC的程序比较老了,使用的PDK版本也是以前的。
用新的PDK你可以试一下,如果程序编译没有问题,应该也可以运行。其实IPC的程序里只使用了很少的CSL函数,你对比看一下这些函数的接口有没有改变就可以了。