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封库问题



不同厂家共同运用一块C6678开发项目,A方用0核,B方用1核,由于产权问题,如果将1核的程序封成库文件,供0核运行控制,具体该怎么实现呢?或者有别的方法也行,还望不吝赐教

  • 这涉及到两个核之间的通信,可以使用shared memory,Navigator等进行核间通信。如果使用shared memory,则需要预留一份共享memory供多核数据交换使用,如果使用navigator,则控制与被控制方可以各自定义相应的资源。