-
- Downloads
fix spurious false failures during SDO transfers
SDO transfers could fail even though the answer frame was actually received if the CAN client's receive buffer was already full before starting the transfer. Flush the receive buffer before starting the transfer and try receiving as many times as the can be frames in a full buffer to make sure we don't miss any received answer frames.
Please register or sign in to comment