Forum Discussion
Altera_Forum
Honored Contributor
21 years agoQuestion:NIOSII IDE, uCOSII, OSTimeTickHook
Since I want to extend uCOSII with a Timer library (from Labrosse's book "Embedded Systems Building Blocks"), I tick off the "Include code for OSTimeTickHook" in RTOS settings. So far so g...
Altera_Forum
Honored Contributor
21 years agoYou must set OS_CPU_HOOKS_EN = 0, and then you must declare ALL the hook functions in another file. Copy the hook functions out of OS_CPU_C.C and then just change the time tick hook function.