English
Language : 

CP3BT26 Datasheet, PDF (112/278 Pages) National Semiconductor (TI) – Reprogrammable Connectivity Processor with Bluetooth-R, USB, and CAN Interfaces
Data Length Code (DLC)
The DLC field indicates the number of bytes in the data field.
It consists of four bits. The data field can be of length zero.
The admissible number of data bytes for a data frame rang-
es from 0 to 8.
Data Field
The Data field consists of the data to be transferred within a
data frame. It can contain 0 to 8 bytes. A remote frame has
no data field.
Cyclic Redundancy Check (CRC)
The CRC field consists of the CRC sequence followed by
the CRC delimiter. The CRC sequence is derived by the
transmitter from the modulo 2 division of the preceding bit
fields, starting with the SOF up to the end of the data field,
excluding stuff-bits, by the generator polynomial:
The remainder of this division is the CRC sequence trans-
mitted over the bus. On the receiver side, the module di-
vides all bit fields up to the CRC delimiter excluding stuff
bits, and checks if the result is zero. This will then be inter-
preted as a valid CRC. After the CRC sequence a single “re-
cessive” bit is transmitted as the CRC delimiter.
ACK Field
The ACK field is two bits long and contains the ACK slot and
the ACK delimiter. The ACK slot is filled with a “recessive”
bit by the transmitter. This bit is overwritten with a “domi-
nant” bit by every receiver that has received a correct CRC
sequence. The second bit of the ACK field is a “recessive”
bit called the acknowledge delimiter.
The End of Frame field closes a data and a remote frame. It
consists of seven “recessive” bits.
19.2.3 CAN Frame Formats
x15 + x14 + x10 + x8 + x7 + x4 + x3 + 1
Data Frame
The structure of a standard data frame is shown in
Figure 36. The structure of an extended data frame is
shown in Figure 37.
Arbitration Field
11
Control Field
4
STANDARD DATA FRAME (number of bits = 44 + 8N)
8N (0 < N < 8)
Data Field
8
8
16
CRC Field
15
CRC
END OF
FRAME
d
IDENTIFIER
10 ... 0
Note:
d = dominant
r = recessive
ddd
DATA
LENGTH CODE
Bit Stuffing
Figure 36. Standard Data Frame
r rrrrrrrr
DS020
EXTENDED DATA FRAME (number of bits = 64 + 8N)
Arbitration Field
Control Field
8N (0 < N < 0)
Data Field
11
18
4
8
8
d
rr
ddd
IDENTIFIER
28 ... 18
IDENTIFIER
17 ... 0
DATA
LENGTH CODE
Note:
d = dominant
r = recessive
www.national.com
Bit Stuffing
Figure 37. Extended Data Frame
112
16
CRC Field
15
CRC
END OF
FRAME
r rrrrrrrr
DS021