Hi,
I am able to run the usb host and client in different applications, but I wonder if it is possible to run host and client at the same time? Basically, I want to connect a usb disk to my product, and connect my product to pc, from PC I want to read/write files of that usb disk.
I am using MDK4.20 and LPC1700 demo board.
Thanks.
It doesn't look possible as LPC1700 only has one USB port which can be used as Host or Device, perhaps LPC2400 would be better as it has 2 ports, where 1 could be used as Host and other as Device port.