Hi
I am having a problem with getting the TCP module to generate an interrupt. I've configured the EDMA module correctly and I tested my understanding of interrupts by using and MCBSP to send dummy data and generate an EDMA event. The problem is that the TCP doesn't generate and interrupt after the function TCP_start() has been called. When the TCP_start() function has been called the TCP is supposed to generate a TCPXEVT which will trigger an EDMA hardware interrupt.
Has anybody worked with the EDMA and TCP modules and can you show me how you configured things so I can check my configuration against yours?
Thank you