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.

TM4C1294NCPDT: TI RTOS NDK interrupt

Part Number: TM4C1294NCPDT

Hello,

My system works with an Ethernet connection and 5 UARTs. 
I receive a frame on the ethernet which I retransmit in part depending on the frame elements at each of the Uart.
These Uart pass this data to devices which return values ​​on the Uart.
The Uarts values ​​are positioned in a frame and sent back by Ethernet.

Gateway.PDF

Following your advice I use NDK for ethernet. When I receive a frame from the PLC, 
it would be necessary to generate an interrupt to then analyze the frame and distribute it in the different Uarts' Task.

Is it possible to generate interrupt with NDK when a frame is receive on ethernet?
Have you got an example ?

Thanks in advance

Best regards 

Christophe GG