Replies: 1 comment 4 replies
-
That is the problem - we were simply running out of space 😅 We could use some of the bits of the UART data register - just the lowest 8 bits are used right now. However, if you just want to check for the TX FIFO depth you could also use a piece of software:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Stephan,
I plan to write an ISR driven UART TX driver. For this driver would be very helpfull to know the size of the implmented FIFO. Because then i can use following scheme:
I see that there are only 3 bits free in the register. Therefore one question are the bits for FIFO Half (more/less) are really necessary? In relation to the transfer speed in the major cases is the ISR several times faster. Therefore i would recomend to free BIT 17, 20, 23, 26.
BR,
Andreas
Beta Was this translation helpful? Give feedback.
All reactions