I want to do UDP communication with M7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

I want to do UDP communication with M7

672 次查看
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 项奖励
回复
2 回复数

623 次查看
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 项奖励
回复

609 次查看
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 项奖励
回复