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.

MSP432E401Y: Send Data from UDP to EPI

Part Number: MSP432E401Y

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?