hi,
I am new to TI and SYS BIOS and related architecture, but i have significant exp, working with other OS and embedded platforms.
I have managed to create a sample project {with SYS/BIOS} simulator {not with emulator} with few tasks and semaphores.
I could able to use the SYS/BIOS API's to control the communication among threads using semaphores i.e blocking a thread and going to others etc.
But when i use Task_sleep(), i could not able to achieve the same. i.e Sleep is not working at all. After sleep, i expect the control to switch to other tasks, but it does not happen. But using semaphores, the control goes to other tasks and returning back to it, when it got the required resource.
Does SLEEP not work with simulator? If i make it to work, what has to be done.
Kindly advice,.