worldcoin / orb-software

Software for the orb
https://worldcoin.github.io/orb-software
Apache License 2.0
237 stars 36 forks source link

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

Open fouge opened 4 months ago

fouge commented 4 months ago

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.