Hi All,
I'm looking for good examples for developing USB Mass Storage Device using Kinetis K27/MCUXpresso 11.1. The actual storage media is an eMMC chip using K27 SDHC interface (and FAT). We need to read out files from that eMMC chip to a PC or similar. However, I can't get any of the K27 SDK USB/MSC device examples to function. When I connect the FRDM-28F to the Windows 10 PC, it reports an error (or nothing happens at all) :
Windows has stopped this device because it has reported problems. (Code 43)
A request for the USB device descriptor failed.
Just to verify the hardware, I downloaded the uTasker bootloader binary and flashed K27 using that. Windows then detected the disk drive immediately. Then I transferred the uTasker application using USB without any problems.
Has anyone tried this using K27/MCUXpresso SDK 2.7/FRDM-28F ?
I've built both Full speed and High speed versions with the same result. I think the FRDM jumpers are correct.
Any other suggestions ?