How can I copy data variable from one core to another core in Aurix

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User14049
Level 3
Level 3
How can I copy data variable from one core to another core in Aurix
0 Likes
1 Reply
cwunder
Employee
Employee
100 solutions authored 5 likes given 50 likes received
How can I copy data variable from one core to another core in Aurix

You could implement message passing or shared memory using IPC methods or semaphores.
0 Likes