Hello, i'm trying to run USB Host code example provided by NXP for LPC17xx.
I have LPC1768 and I'm using the mass storage example.
I already check my board, it doesn't matter what I do I always get an error returning from "USBH_MSC_DriveGetMediaStatus" function.
USBH_Initialize returns OK.
The USB led works great, when I put a pendrive it blinks and thn stays On, and the opposite when flashdrive is removed.
Does anyone have an idea?
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi jeremyzhou !
The example I've tested is exactly the same provided in Keil MDK5 (can be found in this software pack MDK5 - Keil MCB1700 ).
I found online another code, from uVision 4, and this one works better, what eliminates any hardware issue possibilities.
Thank you!
The error is 33 : usbDeviceError
But the USB Led is ON! Indicating that the device is detected!