Searched full:babbling (Results 1 – 6 of 6) sorted by relevance
1 .. zephyr:code-sample:: can-babbling2 :name: Controller Area Network (CAN) babbling node5 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 CAN14 This sample application simulates a babbling CAN node. The properties of the CAN frames sent are18 Being able to simulate a babbling CAN node is useful when examining the behavior of other nodes on22 :zephyr_file:`samples/drivers/can/babbling`.30 The sample supports an optional button for stopping the babbling. If present, the button must be40 :zephyr-app: samples/drivers/can/babbling[all …]
4 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.
2 name: CAN bus babbling node4 sample.drivers.can.babbling:14 - "babbling on .*"
5 project(babbling) project
112 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()
1867 * :github:`50282` - samples: drivers: can: babbling: can controller not started.