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
CAN Support
-
- Site Admin
- Posts: 525
- Joined: Fri Dec 31, 2010 12:30 pm
- Contact:
Re: CAN Support
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:
If, as you progress with it, you have some more specific questions on this project feel free to ask them here.
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.
If, as you progress with it, you have some more specific questions on this project feel free to ask them here.