Hi,
想问下,
1.在SYS/BIOS 中的IPC_start,我看了手册上说主要作用是初始化对象和模块、同步多核并让他们能够boot in any order。而通过IPC_attach函数来连接多核,感觉里面在SYS/BIOS模块函数里面没有涉及core0触发其他核的概念。想问下是这么解释么?
2.因为我感觉在SYS/BIOS下面没有core0触发其他核的概念,我创建了一个task用作core0去触发其他核,但是其他核并不会被触发。请问如何解决?
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.
Hi,
想问下,
1.在SYS/BIOS 中的IPC_start,我看了手册上说主要作用是初始化对象和模块、同步多核并让他们能够boot in any order。而通过IPC_attach函数来连接多核,感觉里面在SYS/BIOS模块函数里面没有涉及core0触发其他核的概念。想问下是这么解释么?
2.因为我感觉在SYS/BIOS下面没有core0触发其他核的概念,我创建了一个task用作core0去触发其他核,但是其他核并不会被触发。请问如何解决?