CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程

文件名称:STM32_fatfs_shell_double_mode

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    427.9kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

实现了FATFS+SD1.1+Shell。大约20 的代码是出自本人。

其中实现了的shell命令cmd,ls,pwd,cat等。

这是其中一个版本,为了方便大家阅读,如果有兴趣可以查看我的另外一个,实现了FATFS+SDHC+SD2.0+SD1.1+Shell。



操作方法:

上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式

发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式

源码已经在Keil4中运行过,基于STM32F103平台

源码很多是基于网上的资料。感谢各位辛勤的开源大侠。-Achieved FATFS+ SDHC+ SD2.0+ SD1.1+ Shell+ DataFlash. This functional integration is absolutely no line. About 20 of the code is from himself. Operation method: After power-on, hair string! S0! Enter dataflash shell model, made out of shell pattern string close the hair string! S1! Into the SD card shell model, made a string out of shell mode support close the MMC (not test), SD1.0 SD2.0 (ordinary and SDHC) source has been Keil4 run-off, based on STM32F103 source platform is based on a lot of online information. Thank you for the hard open-source heroes.
相关搜索: sdhc fatfs shell sd1.1

(系统自动生成,下载前可以参看下载内容)

下载文件列表

STM32_fatfs_shell_double_mode/project/JLinkLog.txt
STM32_fatfs_shell_double_mode/project/List/cortexm3_macro.lst
STM32_fatfs_shell_double_mode/project/List/project.map
STM32_fatfs_shell_double_mode/project/List/stm32f10x_vector.lst
STM32_fatfs_shell_double_mode/project/project.plg
STM32_fatfs_shell_double_mode/project/project.uvopt
STM32_fatfs_shell_double_mode/project/project.uvproj
STM32_fatfs_shell_double_mode/project/project_Target 1.dep
STM32_fatfs_shell_double_mode/project/project_uvopt.bak
STM32_fatfs_shell_double_mode/project/project_uvproj.bak
STM32_fatfs_shell_double_mode/project/Startup/cortexm3_macro.s
STM32_fatfs_shell_double_mode/project/Startup/stm32f10x_startup.s
STM32_fatfs_shell_double_mode/project/Startup/stm32f10x_vector.s
STM32_fatfs_shell_double_mode/readme.txt
STM32_fatfs_shell_double_mode/source/code/dataflash/at45db161d.h
STM32_fatfs_shell_double_mode/source/code/dataflash/dataflash.c
STM32_fatfs_shell_double_mode/source/code/dataflash/dataflash.h
STM32_fatfs_shell_double_mode/source/code/delay/delay.c
STM32_fatfs_shell_double_mode/source/code/delay/delay.h
STM32_fatfs_shell_double_mode/source/code/FATFS/inc/diskio.h
STM32_fatfs_shell_double_mode/source/code/FATFS/inc/ff.h
STM32_fatfs_shell_double_mode/source/code/FATFS/inc/ffconf.h
STM32_fatfs_shell_double_mode/source/code/FATFS/inc/integer.h
STM32_fatfs_shell_double_mode/source/code/FATFS/src/diskio.c
STM32_fatfs_shell_double_mode/source/code/FATFS/src/diskio.c[2010-03-16-09-00-51].sfb
STM32_fatfs_shell_double_mode/source/code/FATFS/src/diskio.c[2010-03-16-09-03-04].sfb
STM32_fatfs_shell_double_mode/source/code/FATFS/src/ff.c
STM32_fatfs_shell_double_mode/source/code/FATFS/src/ff.c[2010-03-16-09-03-03].sfb
STM32_fatfs_shell_double_mode/source/code/fuel/fuel.c
STM32_fatfs_shell_double_mode/source/code/fuel/fuel.h
STM32_fatfs_shell_double_mode/source/code/SD_driver/inc/SD_driver.h
STM32_fatfs_shell_double_mode/source/code/SD_driver/src/SD_driver.c
STM32_fatfs_shell_double_mode/source/code/SD_driver/src/SD_driver.c[2010-03-16-09-02-51].sfb
STM32_fatfs_shell_double_mode/source/code/SD_driver/src/SD_driver.c[2010-03-16-09-02-58].sfb
STM32_fatfs_shell_double_mode/source/code/SD_MUL/SPI_MSD_Driver.c
STM32_fatfs_shell_double_mode/source/code/SD_MUL/SPI_MSD_Driver.h
STM32_fatfs_shell_double_mode/source/code/serial/Serial.c
STM32_fatfs_shell_double_mode/source/code/serial/Serial.c[2010-03-16-09-03-03].sfb
STM32_fatfs_shell_double_mode/source/code/serial/Serial.h
STM32_fatfs_shell_double_mode/source/code/serial/Serial.h[2010-03-16-09-03-02].sfb
STM32_fatfs_shell_double_mode/source/code/serial/SerialProcess.c
STM32_fatfs_shell_double_mode/source/code/serial/SerialProcess.c.bak
STM32_fatfs_shell_double_mode/source/code/serial/SerialProcess.c[2010-03-16-09-03-02].sfb
STM32_fatfs_shell_double_mode/source/code/serial/SerialProcess.h
STM32_fatfs_shell_double_mode/source/code/serial/SerialProcess.h[2010-03-16-09-03-01].sfb
STM32_fatfs_shell_double_mode/source/code/serial/shell.c
STM32_fatfs_shell_double_mode/source/code/serial/shell.c[2010-03-16-09-03-01].sfb
STM32_fatfs_shell_double_mode/source/code/serial/shell.h
STM32_fatfs_shell_double_mode/source/code/serial/shell.h[2010-03-16-09-02-54].sfb
STM32_fatfs_shell_double_mode/source/code/serial/SysDebug.c
STM32_fatfs_shell_double_mode/source/code/serial/SysDebug.h
STM32_fatfs_shell_double_mode/source/code/Source/Config.h
STM32_fatfs_shell_double_mode/source/code/Source/Config.h[2010-03-16-09-03-05].sfb
STM32_fatfs_shell_double_mode/source/code/Source/Config.h_cbf
STM32_fatfs_shell_double_mode/source/code/Source/main.c
STM32_fatfs_shell_double_mode/source/code/Source/main.c[2010-03-16-09-02-25].sfb
STM32_fatfs_shell_double_mode/source/code/Source/main.c[2010-03-16-09-03-00].sfb
STM32_fatfs_shell_double_mode/source/code/Source/main.c[2010-03-16-09-03-59].sfb
STM32_fatfs_shell_double_mode/source/code/Source/main.c[2010-03-16-09-04-06].sfb
STM32_fatfs_shell_double_mode/source/FatFS_cmds.c
STM32_fatfs_shell_double_mode/source/FatFS_cmds.c[2010-03-16-09-02-44].sfb
STM32_fatfs_shell_double_mode/source/FatFS_cmds.c[2010-03-16-09-02-59].sfb
STM32_fatfs_shell_double_mode/source/FatFS_cmds.h
STM32_fatfs_shell_double_mode/source/FatFS_cmds.h[2010-03-16-09-02-38].sfb
STM32_fatfs_shell_double_mode/source/Library/inc/cortexm3_macro.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_adc.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_bkp.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_can.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_crc.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_dac.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_dbgmcu.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_dma.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_exti.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_flash.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_fsmc.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_gpio.h
STM32_fatfs_shell_double_mode/source/Library/inc/stm32f10x_i2c.h
STM32_fatfs_shell_double_

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com