read/write USB/SD without filesystem

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

read/write USB/SD without filesystem

1,040件の閲覧回数
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 返信

967件の閲覧回数
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 件の賞賛
返信