Hello,
we are using a TMS570LS20216PGE device. As part of the project we are to use a UART to exchange data. Architecturally we need to have as signal for every byte that is received. Since we are operating at a fairly high baud rate, we need to use a DMA. So here is my question. How can we configure the DMA such that for every byte received we get an interrupt or can read a status. We are looking to have up to 4 * 1 byte buffers that can be managed by the DMA in a circular fashion. My understanding is that this is feasable if we use the DMA chaining feature. Can anybody help me by providing an example on how to do this configuration ?
Thanks for the support.
regards,
Normand