IMX8M Mini M4 to A53 Fastest Data Transfer Method

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IMX8M Mini M4 to A53 Fastest Data Transfer Method

710 次查看
Dhevan
Contributor IV

Hi,

  I want to transfer M4 to A53 linux user space. Per second we want to send 14000 data from m4 to A53.

  I had already tried rpmsg_lite_str_echo_rtos this method but this very slow.

 In this link Cortex M7 i had seen using message unit feature we can able to data between two different core.

Dhevan_0-1646334952624.png

But i dont know how to implement this feature please give me your suggestion to implement this concept.

  Any other method is there for fastest data transmission between two cores ?

Thanks & Regards,

       Vasu

0 项奖励
回复
1 回复

687 次查看
AldoG
NXP TechSupport
NXP TechSupport

Hello,

RPMSG is used for sending short messages with several bytes. 

If you need to transfer some data, it is suggested to use shared memory and RPMSG only transmit the share memory address.

Since RPMSG is a mechanism to help user to use MU module. For example sharing data on DDR between cores.

You may refer to the sai_low_power_audio demo in the SDK package for an example of this implementation.

Best regards,
Aldo.

0 项奖励
回复