Hello,
I have seen some information that we can directly connect an external ethernet cable to iMX RT 1050, using a USB to Ethernet(RJ-45) converter.Can we use any kind of USB to Ethernet converter for the iMX RT MCUs? I have found that the most compatible configuration is the ECM(Ethernet Control Model) for most of the devices.
Also, are they any examples of processing ethernet over USB?
Thank You
已解决! 转到解答。
Hello,
The i.MXRT should be the USB Host with CDC support. On the MCUXpresso SDK v28.0 for EVKB-MIMXRT1050, it is available an example with such characteristics under “usb_examples->host_cdc_bm”.
This example asks for a USB-UART Device, so, it will be required applying the proper changes to work with USB-Ethernet and with the desired functionality.
Have a nice day.
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------
Hello,
The i.MXRT should be the USB Host with CDC support. On the MCUXpresso SDK v28.0 for EVKB-MIMXRT1050, it is available an example with such characteristics under “usb_examples->host_cdc_bm”.
This example asks for a USB-UART Device, so, it will be required applying the proper changes to work with USB-Ethernet and with the desired functionality.
Have a nice day.
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------