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.

关于Local reset后调用Ipc_start()无法通过的问题



我的应用中8个core都调用Ipc_start()后可通过MessageQ进行通信,如果通过0号核将某个core Local Reset,该core再次启动并运行应用,会在Ipc_start()接口中死等,无法通过执行,之后的通信也无从谈起了,请问如何才能让core在Local Reset后能够通过Ipc_start()接口且能与其他core进行通信呢?恳请赐教,不胜感激!!!