Example project for USBX HOST with CDC-ECM class for connecting a USB-Ethernet dongle
Looking for an example for how to configure the NetxDuo and USBX HOST stack for using CDC-ECM class for interfacing an USB-Ethernet dongle.
rtos-docs/rtos-docs/usbx/usbx-host-stack-6.md at main · eclipse-threadx/rtos-docs (github.com)
The above link gives high level view but not enough details. Looks outdated too as can't find where this function is.
/* Find the CDC-ECM class. */ class_cdc_ecm_get();
I want to use a generic USB-Ethernet dongle
The HW is STM32H743xi
Threadx version 6.4.0
