工具/软件:
您好、团队
现有的大多数用户项目已经完成、现在需要在这些项目上集成 IPC 功能。
我注意到、在示例中、A53 和 M4F 之间保留了两个端点(请参阅以下 ipc_rpmsg_echo_linux_am62x-sk_m4fss0-0_freertos_ti-arm-clang 代码)。为什么 A53 端没有这样的定义? 它们是否通过相同的端点 ID 相互识别和对应?
/* This is used to run the echo test with linux kernel */ #define IPC_RPMESSAGE_SERVICE_PING "ti.ipc4.ping-pong" #define IPC_RPMESSAGE_ENDPT_PING (13U) /* This is used to run the echo test with user space kernel */ #define IPC_RPMESSAGE_SERVICE_CHRDEV "rpmsg_chrdev" #define IPC_RPMESSAGE_ENDPT_CHRDEV_PING (14U)
背景
PC:Windows 环境
CCS 版本:v12.8
MCU+ SDK:mcu_plus_sdk_am62x_10_01_00_33
A53:Linux、它由 SPL 初始化。
A53 代码:从官方示例中、参阅附件
M4F:无 RTOS
e2e.ti.com/.../ti_2D00_rpmsg_2D00_char_2D00_0.6.9.tar-1-_2800_1_2900_.gz
 
				 
		 
					