I need to send data via UDP from PC to the microcontroller, then I have to share the same data to the FPGA via EPI.
As of now, sending data from PC to microcontroller via UDP is done and working fine. Being a beginner I'm not sure how to take that payload and send it to FPGA via EPI.
Can anyone help me with some guide/sample code to implement this functionality?