Lines Matching full:can
1 .. zephyr:code-sample:: can-babbling
2 :name: Controller Area Network (CAN) babbling node
5 Simulate a babbling CAN node.
11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
12 bus access for any CAN frame with lower priority as these frames will loose the bus arbitration.
14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are
16 the CAN frame is of interest.
18 Being able to simulate a babbling CAN node is useful when examining the behavior of other nodes on
19 the same CAN bus when they constantly loose bus arbitration.
21 The source code for this sample application can be found at:
22 :zephyr_file:`samples/drivers/can/babbling`.
27 This sample requires a board with a CAN controller. The CAN controller must be configured using the
40 :zephyr-app: samples/drivers/can/babbling
50 babbling on can@40024000 with standard (11-bit) CAN ID 0x010, RTR 0, CAN FD 0