View Single Post
Old 08-06-2011, 01:39 PM   #385 (permalink)
DJBecker
EcoModding Apprentice
 
Join Date: Nov 2010
Location: Annapolis
Posts: 159
Thanks: 0
Thanked 32 Times in 27 Posts
Quote:
Originally Posted by sawickm View Post
DJB,

I did not realize that the some PICs had an optional built-in CAN controller (eCAN). What Cougar interface hardware are you using on the ATmega168 for CAN bus? schematic? I know you discussed this issue on another thread, but progress info on it died out.
There is pretty much only one choice for an add-on CAN controller chip. The MCP2515. It connects to a 4 wire SPI bus. The Cougar board has almost every signal needed on the ISP programming header (GND, +5V, the three high speed SPI lines) . Only the chip select line needs to be picked up from one of the unused pins on the PIC (PD2, PD3, or PD4).
  Reply With Quote
The Following User Says Thank You to DJBecker For This Useful Post:
Brose (08-07-2011)