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
There is an error with a slave sending multiple data bytes. Either need to clear the USIDR register within the state = USI_SLAVE_SEND_DATA_ACK_WAIT or change line 206 to be if(USIDR & 0x01).
The text was updated successfully, but these errors were encountered:
There is an error with a slave sending multiple data bytes. Either need to clear the USIDR register within the state = USI_SLAVE_SEND_DATA_ACK_WAIT or change line 206 to be if(USIDR & 0x01).
The text was updated successfully, but these errors were encountered: