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 agoThanks for tip, didn't get it to work though,
OSTimeTick() in /components/micrium_uc_osii/ucosii/src/os_core.c will not do the call if OS_CPU_HOOKS_EN is 0, it seems: # if OS_TIME_TICK_HOOK_EN > 0# if OS_CPU_HOOKS_EN OSTimeTickHook(); /* Call user definable hook */# endif# endif