Hello NXP, I am a newbie with i.MX RT1060. I bought it's evaluation board.
I understand from the reference guide that RT1060 has both SDHC and USB interfaces. However, I am curious if it's actually possible to make a USB flash drive using RT1060 i.e. interface SD card with your host computer via RT1060.
Hi Arora,
Yes, it is feasible building a SD card reader using the i.MX RT1060, using USB and uSDHC peripherals. You could refer to the Mass Storage Class (MSC) demo, and uSDHC driver included on the MCUXpresso SDK.
Just as reference regarding the integration, you could check the following Reference Designs:
https://www.nxp.com/docs/en/reference-manual/DRM104.pdf
https://www.nxp.com/docs/en/reference-manual/DRM065.pdf
Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Carlos! This is really helpful.