Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou CAN NOT stop or change sys_clk_timer !!!!
This is reserved to OS for task scheduling and all other OS services. If you need it, add another interval timer to the system. For TK_SLEEP, try: # include "tk_crnos.h" You can possibly use OSTimeDly (), which is the same as TK_SLEEP