Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

NEW RTOS for PIC and AVR- JACOS with features of SALVO

Status
Not open for further replies.
mikasi said:
JacOS is not available as source only as library file !

Sources are available, when purchasing support. Support is on Russian only.
 

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.

If you are any question about PICos18: yu can post in www.picos18.com/forum.

Bertrand
www.picos18.com
www.pragmatec.net
 

Has anyone a manual?
 

ggsimon said:
Has anyone a manual?

There is shorh manual ( about 30 pages) on http:/jacos.narod.ru
In Russian only.
 

Any web translator for Russian <-> English?? Does anyone know one please?
 

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
 

wahabmalik said:
, 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.
 

hi
What are the Mandatory thing to keep track for development of a RTOS ? TIMER???
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top