I want to receive 255 byte via UART on TM4C123 MCU. I connect the kit with PC via Com port USB debugger.
How can I do it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I want to receive 255 byte via UART on TM4C123 MCU. I connect the kit with PC via Com port USB debugger.
How can I do it?
When your FIFO "fills" to a certain point - that event generates a "signal" - does it not? Might it make sense to (then) empty the FIFO - storing the FIFO's contents - and continue? Good read/review of the MCU manual's UART section should prove useful...