Hi,
i try to connect my mass storage(pen drive) with USB port. I attached my device and use the code from ControlSUITE( usb_host_msc_m3). I am using F28M35H52C1 MCU. Whenever i try to connect my pendrive to MCU, then power is coming to pendrive. But driver was not opening. I searched in the USBLIB source code. i found something that, in the
//
// Open an instance of the mass storage class driver.
//
g_ulMSCInstance = USBHMSCDriveOpen(0, MSCCallback);
this routine is not calling driver opening function(USBHMSCOpen).
so i am getting NO Device connect error.
Please help me to resolve this error.
Thanks in advance
Thirumoorthy.R