Home
last modified time | relevance | path

Searched full:babbling (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst1 .. zephyr:code-sample:: can-babbling
2 :name: Controller Area Network (CAN) babbling node
5 Simulate a babbling CAN node.
10 In a Controller Area Network a babbling node is a node continuously (and usually erroneously)
11 transmitting CAN frames with identical - often high - priority. This constant babbling blocks CAN
14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are
18 Being able to simulate a babbling CAN node is useful when examining the behavior of other nodes on
22 :zephyr_file:`samples/drivers/can/babbling`.
30 The sample supports an optional button for stopping the babbling. If present, the button must be
40 :zephyr-app: samples/drivers/can/babbling
[all …]
DKconfig4 menu "Controller Area Network babbling node sample"
12 Babbling node CAN ID.
22 Babbling node sends Remote Transmission Request (RTR) frames.
28 Babbling node sends CAN FD format frames.
Dsample.yaml2 name: CAN bus babbling node
4 sample.drivers.can.babbling:
14 - "babbling on .*"
DCMakeLists.txt5 project(babbling) project
/Zephyr-latest/samples/drivers/can/babbling/src/
Dmain.c112 printk("babbling on %s with %s (%d-bit) CAN ID 0x%0*x, RTR %d, CAN FD %d\n", in main()
134 printk("button press detected, babbling stopped\n"); in main()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst1867 * :github:`50282` - samples: drivers: can: babbling: can controller not started.