Hello All,
I am iterating over USB host stack on imx board using its platform sdk
So far ive found usb device stack at platform_sdk\sdk\common\usb_stack and usb host driver at platform_sdk\sdk\drivers\usb\src, which is tightly acting as host driver for HID class and usb mouse.
I want to test how USB host can be used for MSD/MSC
So far i am getting 8 and 0x50 values for interface_descriptor[] when connecting usb pen drive to board. What will be next step ?
Has anyone ported usb host stack for mass storage class/device in platform sdk for imx.
Any further pointers to achieve this or port usb host stack to platform sdk?
MT