Skip to content

Commit

Permalink
README: document echo frame limitation
Browse files Browse the repository at this point in the history
echo frame is generated earlier than ideal which is acceptable for most but not all use cases.
  • Loading branch information
fenugrec committed Jun 5, 2024
1 parent fcd3acf commit 3e79d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ https://github.com/candle-usb/candleLight_fw/pull/176.

STM32G431-based devices (e.g. CANable-MKS 2.0) are not yet supported.

Currently, the firmware sends back an echo frame to the host when the frame is written to the CAN peripheral, and not when the frame is actually sent successfully on the bus. This affects timestamps, one-shot mode, and other edge cases.

## Known issues

Expand Down

0 comments on commit 3e79d97

Please sign in to comment.