USB-HS storage to NVM with RT102x

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB-HS storage to NVM with RT102x

603 Views
threeboystech
Contributor II

I'm using an MIMXRT1021 that is required to store USB-HS data (at least 16GB) to NVM storage.

Is there a recommended solution as to what memory and what memory configuration to use?  My thoughts are an eMMC part connected to the USDHC2 peripheral using the 8-pin data interface.

Can someone share an application note link on how to make this connection?

Thanks

Labels (1)
0 Kudos
5 Replies

522 Views
threeboystech
Contributor II

Do you have a link to a USB Spec document that will provide details on the supported Callback events supported by the SDK?  Examples on how to detect when a disk operation is started/stopped would be helpful.  Searching NXP for this document has not provided any success.

 

Terry

0 Kudos

483 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi Terry, 

I am sorry for the late reply. 

There is USB stack documentation detailed within SDK, please take a look to see if it helps you. See the below example

diego_charles_0-1689022262046.png

Many thanks for your patience. 

Diego

0 Kudos

525 Views
threeboystech
Contributor II

Hi Diego

Our solution will not require a SD card, we will be using direct connection to the eMMC.

 

Terry

513 Views
diego_charles
NXP TechSupport
NXP TechSupport
Thanks for letting me know, Terry.
0 Kudos

550 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @threeboystech 

Do you require an eMMC over an SD card? A SD card is another flexible option. 

As you may now we have several MMC examples in our SDK, and most of them are SD card based .For example sdcard_fatfs to see SD card file creating and R/W and  the dev_msc_disk_bm which works as a USB to SD card bridge.

Best regards, 

Diego

0 Kudos