Other Parts Discussed in Thread: AM1705, SYSBIOS
Hello, all.
I have am1705 device; FC 3.20.2.29; XDC 3.22.2.27; IPC 1.23.3.31 and SysBios 6.32.3.47; XDIAS 7.10.0.06
Simple example SYS/BIOS -> Task Mutex example.
I can see the timer runs. The Clock_getTicks returns the correct values.
But the Task_sleep() doesn't return.
The statuses of both tasks are 'blocked'.
There are two timers in my application. The first is "runmode_Auto" + 24000 period and the second is "runmode_User" + 0xFFFFFFFF period.
What's wrong? Should I initialize additional one timer?
