This content has been marked as final.
Show 3 replies
-
1. Re: Is it possible to use FX3 to read from USB3 mass storage device?
manaskantd_51 Jan 21, 2018 10:02 PM (in response to andreas.axelsson_3099781)Please refer to the cyfxusbhost code example that comes along with the FX3 SDK in the basic examples folder. It has an MSC (cyfxmscdrv.c) driver file which is capable of handling simple reads and writes.
-
2. Re: Is it possible to use FX3 to read from USB3 mass storage device?
andreas.axelsson_3099781 Jan 25, 2018 12:31 PM (in response to manaskantd_51)Thank you for pointing me in this direction. What is not clear is if transfer will be done on Hi-speed (480 Mbps) or SuperSpeed (5Gbps), thus does it truly support a USB3 flash drive at its full potential or will it only communicate over USB2.0?
-
3. Re: Is it possible to use FX3 to read from USB3 mass storage device?
manaskantd_51 Jan 29, 2018 9:54 AM (in response to andreas.axelsson_3099781)FX3 only supports Hi Speed in USB host mode. So, the USB 3 flash drive will operate in USB 2.0 mode.