Forum Discussion
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