Hi all,
I would like to ask you about a few questions. I make a converter from UART to TCP using TIVA C (tm4c1294). The data flow of uart is about 4Mbits/s and only one tcp client can connect to the tiva (tcp server). I use DMA transfer (specifically Ping-pong mode). I have created a global variable for tcp structure (tcp_pcb) and when there is DMA interrupt to send data using tcp_write function. Can I use tcp_write this way?
The application works fine for some time (normally hours) and then tiva don’t transfer any data. Do you know where a problem is?
Thanks for your answers
Vsekaz.