Altera_Forum
Honored Contributor
21 years agonew printf features?
First, some background. I am using MicroC/OS-II and one of my tasks (the start task, if it matters) does the following:
for (;;)
{
OSTimeDly(OS_TICKS_PER_SEC * 2);
printf("CPU Usag...