|
Title: CAN Controller Post by: kamus on 16 Jun 2004, 19:36 I could understand the IP-BUS work with CAN interface, and the ATMega acts like a CAN controller to receive and send data do HU. The CAN interface chip just format the data to CAN bus.
So... can we use a CAN controller chip with ATMega? Can this make things easier, because we donīt have to worry about the CAN timming? :?: Title: Re: CAN Controller Post by: Vitat on 17 Jun 2004, 01:23 Quote from: kamus I could understand the IP-BUS work with CAN interface, and the ATMega acts like a CAN controller to receive and send data do HU. The CAN interface chip just format the data to CAN bus. CAN protocol and timings are different with IP-Bus protocol and timings. So you can't use CAN controller.So... can we use a CAN controller chip with ATMega? Can this make things easier, because we donīt have to worry about the CAN timming? :?: |