技术支持:
1. 6678的中断4-15是可分配中断,0-3是咋使用?
2. 多个核写不同任务,加载不同文件,咋实现,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.
1. 可以看一下下面的文档6.1.1 Types of Interrupts and Signals Used
https://www.ti.com/lit/ug/sprugh7/sprugh7.pdf
2. 请问是多个核使用一个工程还是每个核都有自己的工程?
我将例子中sio例子单独拷贝出来,在一个目录下编译,但就是编译不过。能帮我编译一下吗?
分配段时不要冲突是指内存地址定义不冲突,还是各个变量、代码定义到哪个段不冲突?请详细讲讲
可以看一下下面的多核编程文档6 Memory Management。
https://www.ti.com/lit/an/sprab27b/sprab27b.pdf