Closed
Conversation
fouge
added a commit
that referenced
this pull request
Feb 10, 2026
the remote (in our case the Nvidia Jetson) seems to have trouble sending messages over iso-tp in specific cases using candump, we can see that the flow-control (FC) frame is received before the last frame from the block (bs=8) is sent, which is not expected. A dump: ``` can0 3F2 [8] 27 2C 2D 2E 2F 30 31 32 <- frame #27 = 7/8 can0 1F2 [3] 30 08 00 <- FC frame can0 3F2 [8] 28 33 34 35 36 37 38 39 <- frame #28 = 8/8 ``` Probing the can bus, we can see that frame #28 is sent before the FC frame is responded to the Jetson (as per iso-tp protocol). But the Jetson doesn't seem to correctly order these frames and each time it happens, transmission stalls. Adding some delay for the FC response on the mcu side seems to fix the issue as the Jetson now has more time to set up the reception of the FC frame. Signed-off-by: Cyril Fougeray <cyril.fougeray@toolsforhumanity.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.