UART FIFO might not be FIFO
osresearch opened this issue · 1 comments
osresearch commented
The UART doesn't seem to correctly FIFO when it is full.
osresearch commented
Lots of small fixes in the #11 branch that fixed this. The issue is that the "First Word Fall Through" was not correctly handled and that the rx_strobe
input really isn't a strobe but more a "ready to receive" signal.