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
This is a deadlock between full CDC receive buffer (which is 128 bytes) and SFP server waiting for full packet to be available. Quick fix - increase the buffer to 256 or 512 bytes. Better fix - parse binary packets on the go (just like ascii packets are).
The device hangs if SPI transaction data size is larger than 121 bytes.
The text was updated successfully, but these errors were encountered: