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.
工具/软件:TI-RTOS
尊敬的专家:
在 EVE 上使用 A15 Linux 创建链接时、M4传递的 ACK 消息始终返回到具有错误源 CPU 的 A15。 请验证此修补程序、它对我有效。 此问题适用于包括 vsdk 3.1在内的所有版本。
diff --git a/vision_sdk/links_fW/src/rtos/links_common/system/system_ipc_msgq.c b/vision_sdk/links_fW/src/rtos/links_common/system_ipc_msgq.c
-- a/vision_sdk/links_fw/src/rtos/links_common/system_ipc_msgq.c
++ b/vision_sdk/links_fw/src/rtos/links_common/system_ipc_msgq.c
@@-375、7 +375、7 @@ void System_ipcMsgQTaskMain (UArg0、UArgarg1)
System_link_ID_make_notify_type
(
System_get_PROC_ID (pMsgCommon->LinkID)、/*目标 CPU *
+ ProcID、//源 CPU */
- SYSTEM_PROC_A15_0、//源 CPU *
System_LINK_ID_NOTIFY_TYPE_MSG /* ACK 类型*/
)
);