read/write USB/SD without filesystem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

read/write USB/SD without filesystem

1,010 次查看
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 项奖励
回复
1 回复

937 次查看
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 项奖励
回复