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.

Deciding Between 11-bit and 29-bit Identifiers in CAN

Kittu20

Member level 2
Joined
Oct 18, 2022
Messages
52
Helped
1
Reputation
2
Reaction score
0
Trophy points
6
Activity points
427
I'm currently exploring the specifications of the CAN (Control Area Network) protocol. I'm trying to understand decision to select an 11-bit identifier or a 29-bit identifier.

From what I've gathered, if our application involves a limited number of unique messages communicating on the CAN bus, the 11-bit identifier might suffice. It offers up to 2,048 (2^11) unique message IDs.

Considering this, I'm interested to hear from the community about their experiences. What factors did you consider when choosing between the two identifier lengths
 
Solution
Hi,

First: I`m not really experienced with CAN.

I don´t know your application nor it´s requirements, nor all your CAN devices.

Thus I´d prefer 11 bit identifier, because it is the more "standard" one. Every CAN device should be able to work with 11 bit ID. But not every CAN device can work with 29 bit ID.

But for sure if your application requires (because there is an existing CAN system you have to be compatible with) 29 bit ID, then you have to use it.

If there is no existing system: Then just decide whether you are fine with 11 bits then use it. Just write down how you want to "code / manage" your IDs then decide if you are good with 11 bits or you need to chose 29 bits. In most cases I think 11 bits (2048 different IDs)...
Hi,

First: I`m not really experienced with CAN.

I don´t know your application nor it´s requirements, nor all your CAN devices.

Thus I´d prefer 11 bit identifier, because it is the more "standard" one. Every CAN device should be able to work with 11 bit ID. But not every CAN device can work with 29 bit ID.

But for sure if your application requires (because there is an existing CAN system you have to be compatible with) 29 bit ID, then you have to use it.

If there is no existing system: Then just decide whether you are fine with 11 bits then use it. Just write down how you want to "code / manage" your IDs then decide if you are good with 11 bits or you need to chose 29 bits. In most cases I think 11 bits (2048 different IDs) will do.

Klaus
 
Solution

LaTeX Commands Quick-Menu:

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top