Hi !
I am working on a custom board using a S7G2 (the same on the SK board) SSP121, it has a LCD screen and a USB HID touchscreen.
The project run with a USB host HID device always plugged on startup on USB FS. I need to connect a USB mass storage device on USB HS during the execution.
I have a demo that can read a .txt file on the usb key and display it but I have to boot the board with the USB key plugged because of the device auto init, if I boot with the USB key unplugged the system is stuck on a black screen.
I think I have to disable the Auto Device Init on the FileX on USB Mass Storage stack setting but I don't know how to make the manual init of this device.
Regards,