I want to do UDP communication with M7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to do UDP communication with M7

547 Views
mttcp
Contributor I

Hello,

I would like to do UDP communication on M7 with i.MX 8M Plus.

I downloaded the SDK (SDK_2.13.0_MIMX8ML8xxxKZ) but could not find such a sample.

So I tried to realize it by adding FreeRTOS Plus TCP, but I could not find "NetworkInterface.c" as i.MX 8M Plus and did not know how to create it. LPC54018 was provided.

Is i.MX 8M Plus not provided? If not, is there any reference material on how to create one for i.MX 8M Plus?

Also, is there any other way to do UDP communication?

0 Kudos
Reply
2 Replies

498 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

We don't provide such demo in i.MX8 M core SDK.

The SDK eth drive is in \boards\evkmimx8mp\cmsis_driver_examples\enet\txrx_transfer.You can combine this driver and NetworkInterface.c in LPC to realize UDP.

0 Kudos
Reply

484 Views
mttcp
Contributor I

Sorry, isn't the driver for eth in fsl_enet.c in \devices\MIMX8ML8\drivers?

I am having trouble rewriting the LPC NetworkInterface.c for the i.MX8 M core SDK.

0 Kudos
Reply