Page 1 of 1

CAN Support

Posted: Tue Nov 05, 2013 2:09 pm
by abaumann
Hi,

Are there any plans to support CAN interface as a standard module ?
What is the best way to implement a CAN interface. Does exist oberon oriented source code examples or should I try to translate C Code examples to Oberon-7 ?
Any hint is appreciated.

Kind regards,


Andreas

Re: CAN Support

Posted: Wed Nov 06, 2013 12:06 pm
by cfbsoftware
We don't have any immediate plans to develop a standard library module for CAN.

Based on our experience, my recommendations when developing a new module like this are:
  • Study the relevant chapter(s) of the User manuals for the microcontroller you are targeting.
  • Look for application notes on the subject.
  • Resist looking at source code until you have the basic design worked out and then only when you need to clarify very specific details.
Initially just aim at developing code to meet the requirements for a specific project. That should be significantly easier than trying to design a general-purpose CAN module. With the experience gained in getting that working you are more likely to then be successful writing a useful reusable general-purpose module.

If, as you progress with it, you have some more specific questions on this project feel free to ask them here.