hello everyone, i'm using CCS v5 and OMAP L138.
I have two questions ?
Q1 : i am using semaphore_pend(Sem,timeout) to pend task till Sem is post or timeout . the problem is as follows
i want to use timeout = 100 micro sec and clock module working with 1000us (=1ms) and if i change it to be 1us the bios scheduler never started.
so could anyone tell me how to use semaphore_pend with timeout in micro sec ?
Q2 : is there function like(USTIMER_delay) but takes delay period in nano sec ?
Thanks in advance.