FRDM-MCXN947 Mass Storage with SD Card

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

FRDM-MCXN947 Mass Storage with SD Card

859 Views
Doly02
Contributor I

Hello,

I am currently on FRDM-MCXN947 using frdmmcxn947_dev_msc_disk_bm and frdmmcxn947_dev_msc_disk_lite_bm examples for Mass Storage on SD Card in Device Mode. I have read the documentation to both examples, but I couldn't found in which case is lite version different and if the same functionality as the classic version (frdmmcxn947_dev_msc_disk_bm) is maintained, then the lite version has no limitations.

Also in the documentation or in the code I have not found any information about used Filesystem in both examples. Is it possible to use these examples e.g. FATFS or FAT32 (or another way) to create files on the SD card from the code?

Thank you.

Labels (1)
0 Kudos
Reply
1 Reply

820 Views
Habib_MS
NXP Employee
NXP Employee
 

Hello USER,
The SDK(2.16.1) offers an example code where is implemented the FatFs using a sdcard:

Habib_MS_1-1729110158414.png

Where you can download this example through SDK builder selecting the next option before build the SDK:

Habib_MS_2-1729110197867.png

At the same time, you can download the SDK inside MCUxpresso IDE clicking the next button:

Habib_MS_3-1729110220647.png

Inside to the window called "Download and install SDK" you can search the FRDM- MCXN947 in the filter, where it will be showing the available SDK, as shows in the next image:

Habib_MS_4-1729110248892.png

Also, if you experience any issue, do not hesitate to let me know.
BR
Habib

0 Kudos
Reply