I have sysbios on the ARM of a DM8148 running at 720Mhz. Timer is at 20Mhz, OS tick rate is 1kHz. When I add a task that only contains an infinite loop around a Task_sleep(10), and my CPU % utilization goes from 1% at idle to 10% at idle.
This makes no sense to me. Does anyone have any ideas what I might be doing wrong?