Changes between Version 11 and Version 12 of BlueCAN


Ignore:
Timestamp:
01/26/13 20:25:22 (11 years ago)
Author:
Boris Ioffe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BlueCAN

    v11 v12  
    1 Communication protocol between CAN and CC2540 chip. [[BR]]
     1
     2== Communication protocol between CAN and CC2540 chip. ==[[BR]]
     3
    24
    35List of commands from CC2540 to CAN transiver:
     
    911 6. Reset filter state
    1012 7. Passthrough message 
    11 
    12 Command message structure
    13 
    14 ||= Byte =||= Bitmask =||= Description =||= Values =||
    15 ||     0        ||                      || Command code || 1 = 7||
    16 ||     1        ||                      || Payload size || 0 - 254||
    17 ||  2 - 255 ||                      || Payload ||||
    1813
    1914{{{
     
    3025}}}
    3126
     27Command message structure
     28
     29||= Byte =||= Bitmask =||= Description =||= Values =||
     30||     0        ||                      || Command code || 1 - 7||
     31||     1        ||                      || Payload size || 0 - 254||
     32||  2 - 255 ||                      || Payload ||||
     33
    3234
    3335Examples