-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Labels
area: CANbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
Describe the bug
No activity on can_tx when running the isotp sample.
To Reproduce
Steps to reproduce the behavior:
- mkdir /tmp/isotp-bug && cd /tmp/isotp-bug
- west init .
- west update
- cd zephyr
- west build --pristine -b nucleo_f303re samples/subsys/canbus/isotp
- sudo west flash
- observe can_tx with oscilloscope
Expected behavior
Sample should function as described, and activity should be observable on the can_tx pin.
Impact
Sample intended to demonstrate setup and use of ISO-TP on the CAN bus does not correctly do so, making it difficult to determine how to use it in a real project.
Environment (please complete the following information):
- OS: Linux
- Toolchain: Docker Image zephyrprojectrtos/zephyr-build
- Version: v0.24.9-amd64
Metadata
Metadata
Assignees
Labels
area: CANbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug