View previous topic :: View next topic |
Author |
Message |
matt1971
Joined: 26 Oct 2008 Posts: 15
|
PIC18F4685 - which CAN header? |
Posted: Sat Nov 08, 2008 2:55 pm |
|
|
Which is the best header file to use with a PIC18F4685 for CAN ? I'm using the ECAN module direct, so no use of any MCP* devices. Is the can-18xxx8.h compatible, or is 18F4580.h better ? Or do neither work !!
Thanks |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sun Nov 09, 2008 1:52 pm |
|
|
You mean which CAN driver is best for the 18F4685. CCS has two
drivers. One is for the 18F458, and the other is for the 18F4580.
The 18F4580 and 18F4685 both have ECAN modules and are similar,
so the 18F4580.h driver would be the best choice. |
|
|
|