FAT12/16 formatting

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

FAT12/16 formatting

跳至解决方案
1,772 次查看
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 解答
857 次查看
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 回复数
857 次查看
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

857 次查看
praveenhegde
Contributor I

Thanks Anthony...

Let me have a look at the above example.

-Praveen

0 项奖励
回复
857 次查看
praveenhegde
Contributor I

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

0 项奖励
回复
858 次查看
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 项奖励
回复
857 次查看
praveenhegde
Contributor I

Thanks Anthony, I ll give it a try !!

0 项奖励
回复