I am attempting to implement a USB Host Mass Storage application on an F28069FPZT device.
On my custom board I have a fixed VBUS with just DP and PM attached to the socket, with a flash drive in the socket.
I have compiled the example usb_host_msc.c file, and the code seems to run ok.
All registers show initialized, and the serial interface behaves as expected.
The flash drive led lights when the board is powered.
However, I am never able to connect to the drive.
The serial interface prompt continuously shows NODEV,
All attempts to connect to the devices through the serial UI return FR_NOT_READY.
g_eState has the value STATE_NO_DEVICE.
I can see no data on the DP and DM lines.
Can anyone confirm that the F28069FPZT device has the USB peripheral?
The tables show that "F" devices have the USB module on board.
Thanks!
