Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - is any doc guide to write CAN bus driver MCP2515 for QNX: (2 Items)
   
is any doc guide to write CAN bus driver MCP2515 for QNX  
Hi all,

I am trying to develop MCP2515 CAN bus driver for QNX 6.4.1. The platform arch is PPC440.

I am wondering anyone can point me where I should start? or is similar to linux device driver development? Linux has 
kernel code and user code, I would assume it is different since qnx is micro kernel.

Please..

Thanks in advance.

Re: is any doc guide to write CAN bus driver MCP2515 for QNX  
I think writing CAN driver for this QNX release means designing and implementing a resource manager from scratch.

With newer versions, QNX provides libio-can.a library and a standardized interface to CAN, meaning you would *only* need
 to implement the hardware layer to serve the actual chip. But I am not sure if this framework is available for 6.4.1.

-Al