read/write USB/SD without filesystem

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

read/write USB/SD without filesystem

674 Views
davidzhu
Contributor III

Is it possible to access read/write  to a Usb Mass storage device directly without a filesystem? I think the overhead of a file system is too big.

I'd like to be able to simple access the entire device with MQX.

0 Kudos
1 Reply

601 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi:

The USB doesn't have the implementation to have a R/W directly without a file system and the conclusion is that it is better for you use SD and explore using the IO driver and using the examples provided in the document MQXIOUG.pdf.

We already have an ESDHC driver.This driver defines common interface for communication with various types of cards including SD, SDHC, SDIO etc. The driver is currently used as an alternative to SPI low level communication for SDCARD wrapper under the MFS stack. You can find the example of using the driver in section 16.11 of MQXIOUG.pdf document.

Regard

Daniel

0 Kudos