Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/13/02 14:11
Read: times


 
#32395 - RE: My watchdog implementation / Peter
Michael Karas wrote:

"....and an 8051 RTOS does "no crazy (and dangerous)" stack manipulations....???
"


I dont know, since I never used RTOS.

I use a self written scheduler with this four functions:

void InitSoftTimer(void);
bit AddDelayedFunc(funcp func, t_res delay);
void RemoveDelayedFunc(funcp func);
void SoftTimeTick(void); // must be called cyclic, e.g. every 1/64sec


Peter


List of 5 messages in thread
TopicAuthorDate
My watchdog implementation            01/01/70 00:00      
RE: My watchdog implementation            01/01/70 00:00      
RE: My watchdog implementation            01/01/70 00:00      
RE: My watchdog implementation / Peter            01/01/70 00:00      
RE: My watchdog implementation / Peter            01/01/70 00:00      

Back to Subject List