sharing data between two cores of H7
Title edited - originally said, "sharing data between two boards"
Good day y'all,
I'm trying for the first time to have the two cores on a H7 board share data between one another on shared memory, in particular cm7 writing data and cm4 read it.
From what I understand I need to use a semaphore to signal back and forth to alert the cm4 when there is new data in every iteration, the theory I get, but I'm not sure of the shared memory allocation and the semaphore correct availability. Is there any example code I can see to understand how it's supposed to go? I tried looking at the ide examples, but anytime I try to open the example folder the ide application just dies :\
Thx all for the advices,
P.S. I'm also using FREERTOS but it's not supposed to cause any problem but you never know
