So far we only have a test application which initializes DUART and try to send few caracters.
When we are configuring FIFO mode, we reset the Transmitter FIFO with UFCR[TFR]. As fifo is empty, we are guessing that first time we write
in UTHR register we can write up to 16 bytes without doing any control at all on UDSR[TXRDY].
But It doesn't work well : When we try to print 16 characteres, some characteres are not present (the last has always been present).
Of course we will add control later.