Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I need to imeplement CAN BUS

Status
Not open for further replies.

bomba

Full Member level 2
Joined
Sep 9, 2003
Messages
134
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Activity points
1,193
microchip canbus

I am planning to do a system using CAN BUS, to interconnect all the subsystems each others. Which is the best IC in the market to do that, and which is the best microcontroller family to do that.

Thanks in advance
 

best microcontroller for canbus

I recommand you to use any micro with CAN controller inside (depending your application) (it's cheapest way), and as transceiver you can use MCP2511 or TJA1050TD.

Hope this helps,
//a
 

can bus microcontroller

Did you want to say MCP2511 -> MCP2551 from microchip?

Thank you
 

mcp2551

Yes, MCP2551 from microchip... my mistake, sorry...
//a
 

interfacing mcp2551 with lpc2129

Philips SJA1000
 

mcp2551 vs philips

I have implemented a CAN Bus with Motorola powerPC555 before, it worked out fine
 

advaced can bus applications

If you use a microcontroller, I like Microchip Pic18F and Freescale. They offer also very good support.

If you need a controller: SJA1000. But Philips doesn't provide good support.

Best regards,

mimoto
 

best microcontroller for can bus

You can see the Philips LPC2129 microcontroller. Advantages:
32-bit universal and very fast microcontroller
Two CAN interfaces
Very good example for a Keil MCB2100 evaluation board and
free limited compiler from Keil for non-commercial usage, good
for experiments. www.keil.com
 

freescale can bus

bomba said:
I am planning to do a system using CAN BUS, to interconnect all the subsystems each others. Which is the best IC in the market to do that, and which is the best microcontroller family to do that.

Thanks in advance

Hi,

you need to have CAN bus transceiver. Some well-known transceiver are from TI, Phillips, Freescale.

besides, your microcontroller should have CAN module support. So interface from the MCU to the transceiver is is via 2 pins Tx, Rx. the transceiver is interfaced to the bus via CAN_H, CAN_L pins. Note that the CAN bus should have 120ohm's for termination.

There are many microcontrollers supporting CAN from Freescale, Renesas, etc.

Depending on your application, you can choose your own suitable one.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top