Hi,
look into the file
<Freescale MQX 4.1_install_path>\mqx\source\bsp\twrmcf54418\twrmcf54418.h
on line 154, USB related board definitions start.
USBCFG_USBOTG_CONNECTOR can't be set to USBCFG_CONNECTOR_STANDARD in this bsp, as on tower there is no physical connection. but you change it here if your have custom board, where physical connection is available
line 174 and 175 assign usb modules to host/device stack. per
<Freescale MQX 4.1_install_path>\mqx\source\bsp\twrmcf54418\init_usb.c,
ehci0 is USBOTG module, ehci1 is USBHOST module.
Regards,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------