Other Parts Discussed in Thread: SYSBIOS
I am just a beginer with SYS/BIOS and I have run the exec graph. I have noticed that the exmpty function below takes (380000ns) in my Delfino F28335. The clock is correctly set to 150MHZ. I assume an exmpty function can be executed in less than 100ns. Can anybody explain what is wrong?
The function is:
Void taskFxn(UArg a0, UArg a1)
{
System_printf("enter taskFxn()\n");
System_printf("exit taskFxn()\n");
}
The exec graph is below:
