You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation does not support transactions longer than 255 bytes as it doesn't use the I2C reload functionality internally to write out buffers longer, but does allow for multiple consecutive HAL Operations of the same type of <255 bytes to be made. This should be fixed so that transfers longer than 255 internally use the I2C reload logic to continue writing from buffers longer than 255 bytes.
The text was updated successfully, but these errors were encountered:
The current implementation does not support transactions longer than 255 bytes as it doesn't use the I2C reload functionality internally to write out buffers longer, but does allow for multiple consecutive HAL Operations of the same type of <255 bytes to be made. This should be fixed so that transfers longer than 255 internally use the I2C reload logic to continue writing from buffers longer than 255 bytes.
The text was updated successfully, but these errors were encountered: