Part Number: EK-TM4C1294XL
Hi Foks,
I want to redesign my solution to send and receive packages trough UART between two TM4C devices. Belonging that I have two questions:
- the CPUs datasheet only use term "channel number", but some API functions from the periphery driver library expect defines that contains a name of a periphery, like: #define UDMA_CHANNEL_UART0TX 9 Which is confused my. These defines doesn't contain UART 3 or 7. How can I imagine a uDMA channel? For me, a channel has two end, from the API functions, it seems that these constants declare the end A, while the 5 possibilities the end B.
- How can I perform uDMA receive for arbitrary number of bytes from an UART periphery, where I don't know the exact size of the next package?
Regards,
Norbert