Hi all,
In a sample application on DM8148 I do the following:
- The HDVPSS M3 notifies the Cortex A8 (Linux) and the C674x DSP (sysbios) (with ID 11)
- Both the A8 and DSP pend on a semaphore, which is posted by the HDVPSS Notification callback
- Then the A8 pends on an other semaphore which is posted by an other Notification (ID: 12) callback
- After the DSP receives the notification from HDVPSS M3 (semaphore_pend is returns) sends an other notification (ID: 12) to the A8
- On A8 side I measure the amount of time (T) of pending on Semaphore2.
- Goto step 1
Lajos