OpenCores

a VHDL 16550 UART core

Issue List
No "Emptx Transmit Holding" Bit is set #13
Closed srmeister opened this issue about 3 years ago
srmeister commented about 3 years ago

The bit for "Empty Transmitter Holding Register", is not set. It is bit 6 of LSR.

So the Software does not see if the FIFO is full, if it is polling this bit. It keeps on writing into the FIFO after the 16 bytes are full and out comes garbage.

srmeister commented about 3 years ago

sorry i was just too stupid about reading the LSR byte correctly... there is actually no bug

srmeister closed this about 3 years ago

Assignee
No one
Labels
Bug