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.

Which open source OS is suitable for CAN?

Status
Not open for further replies.

beacon88

Newbie level 4
Joined
May 3, 2010
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
hello,
I'm using IAR LPC2478 board.
Is there any suggestion of open source OS that supports CAN?
I'm very new into this field. Any help or guidance will be appreciated.
thank you.
 

Re: suitable OS for CAN.

Depending on the complexity of your final application you may not need a full RTOS.

What are the required tasks to be performed by your ARM device? Which of them are time critical, interrupt driven, etc?

The two main Open Source RTOSs which come to mind are:

eCOS

The FreeRTOS Project

There are several Open Source, but less complex RTOSs available, even rolling your own is an option.

As far as supporting CAN, that is a device specific feature, so you will need to use an available CAN API and write your own driver routines for use in the RTOS of your choice.

BigDog
 
Re: suitable OS for CAN.

my task is to read the data from can devices and transfer them to the ethernet devices.
i'll try to look at these 2 RTOS.
 

hello,
what are major differences between ecos and freertos?
my task is more to networking. thank you.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top