CANopen

Discussion to talk about software related topics only.
Post Reply
kenshail
Posts: 2
Joined: Fri Jul 07, 2017 12:27 am

CANopen

Post by kenshail »

I am currently attempting to implement CANopen on MOD54415.
I am starting with the github source https://github.com/CANopenNode/CANopenNode
The nearest driver that is available is for the MCF5282 but the FlexCAN in that processor differs considerably from the multican FlexCAN in the MCF54415.
The process therefore entails going through each register and translating bit-by-bit.
I would appreciate contact from anyone who has done this or similar or even knows of a ready-built application.
zoanie
Posts: 13
Joined: Mon Apr 11, 2011 10:42 pm
Location: Thousand Oaks, CA

Re: CANopen

Post by zoanie »

Hi,
I was able to port the CANopen source code from the servo amp manufacturer Copley Controls. The source code is available to users of their products. I would imagine if you purchase a servo amp to test the code you would be able to get access. I don't doubt my company would allow access to my code, but the port was reasonable straight forward. I'll give you a synopsis if you still need to make CANopen work on the Netburner.

http://copleycontrols.com/Motion/Downloads/index.html (CML - Copley Motion Library, protected files)


Good luck,

Carlos
Post Reply