Tool/software:
Hello all,
I am working on UART driver development. I check TX_FIFO_FULL (bit 0) of the register UART_SSR is equal to 0, that is FIFO is not full, the I send the data.
When I am trying to send the 10 bytes of data one by one in a loop, TX_FIFO is full hence I am not able to write more than one byte of data.
Is there any delay to be introduced between the write of each byte. I am not sure why TX FIFO is full just after writing a byte. Please provide me the answer.
Kind regards
Thank You
Manisha N G