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.

explain about BSP in Vxworks

Status
Not open for further replies.

muruga86

Member level 3
Joined
Mar 26, 2005
Messages
54
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Location
Chennai, India
Activity points
1,927
can any one tell me about significance of Board support package (BSP) in VXworks and why it is so important?
 

BSP contains all the low level drivers for the specific board it was written for. Your work gets much easier with it because you can start right away with your application level code using the functions provided by the BSP to access the hardware ...Well this is just one way to look at it !
-F
 

A board support package provides a abstraction of hardware by providing common functionality over which rest of the RTOS is built. For example, the scheduler does not change if the peripherals or even CPU is changed. Nor does the logic of Message Queue or semaphore implementation. But the booting process definitely changes when you choose a different CPU or even have diferent peripherals on board. A Board Support package then, eliminates these hardware specific details to be seperated from the rest of the RTOS code. Every time you design a new custom board, you need to write the BSP for it so that you may run your RTOS on it.
 

BSP orboard support package provides a abstraction layer of the hardware ,
When RTOS has to work on an Hardware Architecture the Device should be Compatible to os , BSP are this lowlevel drivers which stand in between the Hardware and OS
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top