I am using an IMXRT1020-EVK board running SDK example code: evkmimxrt1020_dev_msc_disk_freertos
I have a 32GB SDCard plugged into my EVK board.
I can start the example application and my Windows11 computer detects the FLASH drive being present as expected. I can then perform normal file transfer to/from the new drive and the files moved are stored on my SDCard as expected.
The provided readme.txt file provided in the SDK example code indicate the following document:
<MCUXpresso_SDK_Install>/boards/<board>/usb_examples/usb_device_msc_sdcard_lite/<rtos>/readme.pdf.
but this document is not present. Nor is any other document in the indicated path.
Can someone point me to a link that describe the needed APIs that my f/w application can use to access these files that are on the SDCard?
Thanks
Terry