benchmark for interprocessor comunication #318
Replies: 4 comments 2 replies
-
Hello |
Beta Was this translation helpful? Give feedback.
-
Hi Arnopo,
How does your two baords notify each other? mailbox? platform msi? software interrupt? or just poll address in shared memory?
The projects are not available now, could you help re-post them? Thanks. |
Beta Was this translation helpful? Give feedback.
-
If you're talking about communication between two processors on two separate boards, you probably can't use shared memory.
The project description is in the "classic" tab: https://github.com/arnopo?tab=projects&type=classic |
Beta Was this translation helpful? Give feedback.
-
I am referring to the communication between two processors on two different boards. Are you suggesting that sending UART data can trigger the UART interrupt on the remote board? I am not quite grasping the concept. Could you please provide more information on the specifics? Thank you.
Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to use interprocessor communication between rasberrypi and i.mx boards. How do i start with it? Also is there any open source benchmark application for inter processor communication?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions