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.
我正在尝试查找适用于 mcusw/mcus_demos/inter_core_comm/IPC_remote 样片的 A72 Linux 匹配器件、它可能仅适用于 A72上的 TI RTOS?
此线程从 https://e2e.ti.com/support/processors/f/791/p/904897/3344836#3344836拆分
您好、Karan、
与 Linux 一起使用的 IPC Betweeb A72无法直接与 mcusw/IPC 通信。 在 A72和 mcusw 之间进行通信的唯一选项是 A72 (Linux)-> MCUx_x (TI RTOS)-> MCUx_x (MCUSW)
此致、Sujith
您好、Sujith、
您能给我提供建议吗?您能举个例子、说明如何设计此通信链? 是否有任何指导原则?
我们需要从 MCU 域中的 R5F 访问 A72上的 Linux 中的 CAN 数据。
--
格里戈里
您好、Grigory、
为此、您需要将 MCUx_x (autosar)-> MCUx_x (tirtos)视为一个部分、将 MCUx_x (tirtos)-> A72 (Linux)视为另一个部分。
MCUSW 中的一个示例-这从 MCU1_0 (运行 AUTOSAR)到 MCU2_1 (运行 TI RTOS)- http://downloads.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/mcusw/mcal_drv/docs/drv_docs/demo_cdd_ipc_profile_top.html
另一个请参阅 PDK 中的示例-这涉及从运行内核的 TI RTOS 到 A72 (运行 Linux)- http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_device_drv.html#ipclld
参考这两者、则需要编写自己的应用程序来完成整个链接。
此致、
Karan
您好、Grigory、
我可以关闭它吗?
此致、
Karan
您好、Karan、
是的、当然、感谢您的帮助!
--
格里戈里