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.
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