Hello Geeks,
We have a system using MCF54415 and I am intending to use the USB OTG port as Host.
We took the Tower example project for USB Host. But as the Tower board does not use OTG port for USB Host, I need to make some changes.
I made the following changes in twrmcf54418.h :
- Commented // #define USBCFG_USBOTG_CONNECTOR USBCFG_CONNECTOR_ULPI.
- Added #define USBCFG_USBOTG_CONNECTOR USBCFG_CONNECTOR_STANDARD
- Commented // #define USBCFG_DEFAULT_HOST_CONTROLLER (&_bsp_usb_host_ehci1_if)
- Added #define USBCFG_DEFAULT_HOST_CONTROLLER (&_bsp_usb_host_ehci0_if)
- Commented // #define USBCFG_EHCI 1
- Added #define USBCFG_EHCI 0
I have tested it and it is not working (that is why I am here :smileyhappy: ).
So all the brainies out there, please help me fixing the issue. Please let me know what and where more changes are to be made.
Regards,
Nitro