Hi @EdwinHz ,
I don't have RT1170 EVK and Quectel EC200A-CN, I use RT1020 EVK and EC200U-EU C4-P01 EVB
https://developer.quectel.com/doc/quecpython/Dev_board_guide/en/ec200x-evb.html
to test this application note.
For now, can not trigger the EC200U-EU EVB USB device attached, just show the log
USB host init success.
I check the host CONTROLLER_ID, and it seems correct for RT1020.
#if ((defined USB_HOST_CONFIG_EHCI) && (USB_HOST_CONFIG_EHCI))
#ifndef CONTROLLER_ID
#define CONTROLLER_ID kUSB_ControllerEhci0
#endif
#endif /* USB_HOST_CONFIG_EHCI */
Is there any USB difference I need to modify?