FAT12/16 formatting

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,605件の閲覧回数
praveenhegde
Contributor I

Hi,

I am using K20 series micro controller in my project. I have a PSRAM interface to the K20 using the flexibus. I need to store the files from USB into the PSRAM in the same format as in USB. I want to format the PSRAM for FAT12/16 file system.

Does MQX file system supports this feature?

Thanks in advance.

PraveenHegde


ラベル(2)
0 件の賞賛
1 解決策
690件の閲覧回数
anthony_huereca
NXP Employee
NXP Employee

It's included as part of MQX after you install it on your computer. The full path name would be <mqx_install_directory>\mfs\examples\ramdisk


MQX can be downloaded from here: http://www.freescale.com/webapp/sps/site/overview.jsp?code=MQXSWDW

元の投稿で解決策を見る

0 件の賞賛
5 返答(返信)
690件の閲覧回数
anthony_huereca
NXP Employee
NXP Employee

I believe that would be possible since there are examples of doing that with MRAM on the TWR-MEM tower board over the flexbus. Take a look at \mfs\examples\ramdisk

There are format IOCTL commands in MFS, and you can see the code used by the ramdisk example to format that memory in \shell\source\mfs\sh_format.c

-Anthony

690件の閲覧回数
praveenhegde
Contributor I

Thanks Anthony...

Let me have a look at the above example.

-Praveen

0 件の賞賛
690件の閲覧回数
praveenhegde
Contributor I

Anthony, I didnt find the \mfs\examples\ramdisk  in freescale website. Do you have the link for this?

0 件の賞賛
691件の閲覧回数
anthony_huereca
NXP Employee
NXP Employee

It's included as part of MQX after you install it on your computer. The full path name would be <mqx_install_directory>\mfs\examples\ramdisk


MQX can be downloaded from here: http://www.freescale.com/webapp/sps/site/overview.jsp?code=MQXSWDW

0 件の賞賛
690件の閲覧回数
praveenhegde
Contributor I

Thanks Anthony, I ll give it a try !!

0 件の賞賛