Forum Discussion
Altera_Forum
Honored Contributor
14 years agoRead problem by using MicroC/OS-II
Hi, I'm a new in using mutitasking tasks. I have the following code:
int startTheSystem=0;
int systemWasBooted=0;
int controlTheSystem=0;
char befehl;
long int zahl=0;
void system_Monitoring(...
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