Hi all,
What is the easiest, but a fast way to protect a shared resource (a memory structure) that is used both in DSP corepacs and ARM?
Can I use the hardware semaphore from the ARM side? I.e. can I access this functionality somehow on the ARM running Linux:
- CSL_semAcquireDirect()
- CSL_semReleaseSemaphore().
thanks,vesa
(Running the latest MCSDK on the keystone 2 device, Linux on ARM and BIOS on the DSPs)