Hi,
I am trying to implement a application scenarios with hardware semaphore between two different cores based on TCI6608 device (multi-core device).
Task A is in core No.0; Task B is in core No.1; When task A got the HW Sem No.1, it can be ready and task B is pending; when task A release the HW Sem No.1, task B can be ready and task A is pending.
Has the application scenario supported in BIOS 6 already? If yes, could you give a example?
If NOT, I have to implement a ISR for the hardware semaphore and maintain/switch the task state, it should be complex. Do you have any idea/suggestion for use HW semaphore with BIOS on multi-core condition? And does TI have any plan that using hardware semaphore to support task synchronization in different cores?
Thanks a lot.
Marvin