Hi, i tried recreating your project on IMX RT1060, but i see on debugging console "VNIC EnetSend failed" log constantly. Also, i can't ping another device from host PC (it works on cdc_vnic example).
Are you sure it works well?
Also, I have few questions about project design.
1. Why do you use g_cdcVnic object to work with VNIC functions, and not g_deviceComposite->cdcVnic?
2.In USB_DeviceCdcRndisCallback why you don't use VNIC_EnetGetSpeed() and VNIC_EnetGetLinkStatus() functions, but instead you write constant values?
Thank you!