Forum Discussion
Altera_Forum
Honored Contributor
15 years agoInterval timer
Is it necessary to have an interval timer in your sopc design for a microc/os-ii project to work? what would happen if you dont put an interval timer.. in my bsp it shows system clock timer as none. ...
Altera_Forum
Honored Contributor
15 years agoI didn't look at the OS code in detail but I doubt the scheduler will work correctly without a timer. You may have a problem when you start running several threads simultaneously.