Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUART Transmitter Sends Bytes Out of Order
Hello, I have the following Verilog code which sends 8 bytes to the serial port successively after a button is pressed. The problem is, the bytes are sent out of order as to what I would e...
Altera_Forum
Honored Contributor
14 years agoQuite cleary isTransmitting is active for 2 clocks.
It won't be seen inactive until the clock after the uart sees begin_transmit active.