Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mcu-interface: isotp: set block size to 8 #144

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fouge
Copy link
Contributor

@fouge fouge commented Jul 2, 2024

when the MCU tries to send payloads that are
larger than 7 bytes, ISO-TP chunks the data.
The block size is set by the receiver and
indicates to the sender when a flow control
packed must be awaited.
8 CF (consecutive frames) are now sent
by the sender before one FC (flow control)
frame is sent back.

when the MCU tries to send payloads that are
larger than 7 bytes, ISO-TP chunks the data.
The block size is set by the receiver and
indicates to the sender when a flow control
packed must be awaited.
8 CF (consecutive frames) are now sent
by the sender before one FC (flow control)
frame is sent back.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant