You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using the socket.h/socket.c to communicate between the High Level Application and the two Real Time Cores, and it works great. Your example really made this clear and achievable!
I tried to adapt socket.h and socket.c to enable communication between the two real time cores, but with no real success... It seems the socket implemented by Microsoft on the HL Core side does an initial setup that is not performed by the socket in the examples. I also tried to use MBox directly, but it seems that I don't grasp a detail or two, my messages never reach the other cores.
How could I achieve this? Do you have an example of such communication?
Thanks!
(the reference example is: mt3620-m4-samples/tree/master/IntercoreComms_Mailbox)
(For now, we use the HL Core as a proxy for the RT Cores messaging, but it would be more efficient to do a direct mailbox)
The text was updated successfully, but these errors were encountered:
I'm not very familiar with the Codethink Labs examples, but I know that the MediaTek examples show M4 to M4 comms. You can see the working example here. Enjoy
This is a great suggestion, but we're trying not to switch to MediaTek drivers as most (80-90%) of the project is already written with CodeThink based drivers. I was looking forward to use their implementation of the MBox instead.
Hi,
We've been using the socket.h/socket.c to communicate between the High Level Application and the two Real Time Cores, and it works great. Your example really made this clear and achievable!
I tried to adapt socket.h and socket.c to enable communication between the two real time cores, but with no real success... It seems the socket implemented by Microsoft on the HL Core side does an initial setup that is not performed by the socket in the examples. I also tried to use MBox directly, but it seems that I don't grasp a detail or two, my messages never reach the other cores.
How could I achieve this? Do you have an example of such communication?
Thanks!
(the reference example is:
mt3620-m4-samples/tree/master/IntercoreComms_Mailbox
)(For now, we use the HL Core as a proxy for the RT Cores messaging, but it would be more efficient to do a direct mailbox)
The text was updated successfully, but these errors were encountered: