mcuzone 发表于 2013-12-13 13:53:34

K70例程010: NandFlash操作(基于文件系统)

使用J-LinkV8
MDKKeil版本4.71
调试串口波特率:115200
基于MDKK70-EK_T43硬件平台

实验现象:
编译并下载程序,串口显示操,NandFlash操作菜单和识别的信息。

mcuzone 发表于 2013-12-13 13:53:53

源码包:

jinyi7016 发表于 2015-1-10 11:12:28

文件系统是?fasfs的么

qs6361036 发表于 2015-1-10 12:17:05

K70的片子已经出来啦 ,真够快的 !

LiuCA 发表于 2015-1-10 12:31:35

谢谢分享

sblpp 发表于 2015-1-10 23:11:15

C:\Keil\ARM\Boards\Freescale\TWR-K70F120M\RL\FlashFS\NAND_File
官方的例子吧??

lzl000 发表于 2015-1-12 02:54:22

sblpp 发表于 2015-1-10 23:11
C:\Keil\ARM\Boards\Freescale\TWR-K70F120M\RL\FlashFS\NAND_File
官方的例子吧??

从楼主的标题名看也应该是

0flame0 发表于 2015-1-12 08:33:35

楼主使用的什么文件系统?

superrf 发表于 2015-1-12 10:13:24

0flame0 发表于 2015-1-12 08:33
楼主使用的什么文件系统?

看代码,应该是RL FlashFS

superrf 发表于 2015-1-12 10:46:08

RL FlashFS官方链接 http://www.keil.com/support/man/docs/rlarm/rlarm_fs_flashfs.htm
RL-Flash File System (RL-FlashFS) is a software library that provides a common API to create, save, read, and modify files on a Flash device. The library offers interface functions and handles the low level file input and output operations. Developer can focus on the application needs rather than concerning about the implemented file system. RL-FlashFS works with several ARM- and Cortex-M processor-based devices, and can be used standalone or with the RTX-RTOS. RL-FlashFS applications are written using standard C constructs and are compiled with the ARM Compiler.

qs6361036 发表于 2015-1-12 21:01:26

superrf 发表于 2015-1-12 10:46
RL FlashFS官方链接 http://www.keil.com/support/man/docs/rlarm/rlarm_fs_flashfs.htm
RL-Flash File Sys ...

这种文件系统很少见 ,常用的就是fasfs

superrf 发表于 2015-1-12 21:10:51

qs6361036 发表于 2015-1-12 21:01
这种文件系统很少见 ,常用的就是fasfs

这是个库,支持fat文件系统

qs6361036 发表于 2015-1-12 21:29:50

superrf 发表于 2015-1-12 21:10
这是个库,支持fat文件系统

哦 ,我以为是一种文件系统!

lzl000 发表于 2015-1-12 21:33:38

现在在中低端芯片上的文件系统挺多都是fat啊

0flame0 发表于 2015-1-13 08:31:33

superrf 发表于 2015-1-12 10:13
看代码,应该是RL FlashFS

谢谢,是keil提供的一个库,好像不开源

superrf 发表于 2015-1-13 09:38:14

0flame0 发表于 2015-1-13 08:31
谢谢,是keil提供的一个库,好像不开源

商用应该需要购买
页: [1]
查看完整版本: K70例程010: NandFlash操作(基于文件系统)