文件名称: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.
其中实现了的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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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_
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_
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.