Question
what is the advantage of openamp over hardware semaphore
Hi everyone.
I was struggling with openamp library and finally i couldnt handle it.
As i understand this library is built to share data between two cores and as i know both cores have access to the whole memory region.
So when we want to share for example data from m4 to m7 we can write it to a predetermined address and inform the other core with the hardware semaphore.
Why to use this library?
