I want to do UDP communication with M7

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I want to do UDP communication with M7

673件の閲覧回数
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 返答(返信)

624件の閲覧回数
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 件の賞賛
返信

610件の閲覧回数
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 件の賞賛
返信