Hi,
I modify the example bigclock project for OMAP L138 LCDK on SYS BIOS 6, CCS 5.4, C674X DSP part. It looks like having two tasks: task0(task ID 3) and task1(task ID 4). I also change the task ID 3 sleep time to 5, to make it is different from task ID 4. Both are priority 1. It also has two semaphores. On the Execution Graph, I cannot identify two tasks, two semaphores. Please see the following picture:
Then I change task1 priority from 1 to 2, hoping to identify it on Execution Graph. Although the graph has some changes, it still cannot identify two tasks, and two semaphores.
Can you explain it to me: Execution Graph can differentiate two tasks, two semaphores?
Thanks,