If you are looking for a Free RTOS for PIC, you can use PICos18 : www.picos18.com.
Sources are available, PICos18 is GPL.
It is not based on the same principe of Salvo RTOS : PICos18 is really full préemptive. It is also based on reliable Atomotive Standard : OSEK.
Hi,
After know abt jacOS at this forum, i'm trying to evaluate it. I'm using MCS 51 libraries. while going through the example program, i have some confusing abt timer tick defination/routines. Can anybody tell me what is the purpose of
#define OS_TMR_TICK 249 in jacnfg.h and
OS_Is_Timer () function..
Regards
AWM
, i have some confusing abt timer tick defination/routines. Can anybody tell me what is the purpose of
#define OS_TMR_TICK 249 in jacnfg.h and
OS_Is_Timer () function..
OS_TMR_TICK is used as timer correction constant for some AVR & PIC timers.
Macro OS_Is_Timer() is used for PIC while separating system timer interrupt from other interrupts. They are optional just don't use them.