This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCI6638K2K: mutal exclusion between DSP and ARM

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)