文件名称:STM32_Reader
介绍说明--下载内容均来自于网络,请自行研究使用
基于STM32编写的TXT阅读器,供大家讨论研究。1. 程序是刚刚才写出来的,没有整理,(也很懒,不想整理),只是修改了几个函数,用了FATFS文件系统(这个系统,我也不了解,只是用了它两个函数).2必须在SD卡根目录下有个TEST.TXT文件.(我测试300K的TXT都可以正常使用,但是有极少部分文字显示乱码,不知道是字库的问题,还是我程序的问题)3.程序使用:开机后,按 左键-------录入test.txt文件(文件大的要等好几十秒)
-Based on the STM32 prepared TXT reader, for all to discuss and study. 1. Program is only just written, with no sorting (also lazy, do not want to order), but modified a few functions, with the FATFS file system (this system, I do not know, only used it two functions ) .2 must be SD card root directory has a TEST.TXT files. (I tested 300K can be used normally to TXT, but there are rarely part of the text displayed garbled, I do not know font problem, or I have a point of order ) 3. program to use: boot, press the left button------- Input test.txt file (a good tens of seconds to wait for a large)
-Based on the STM32 prepared TXT reader, for all to discuss and study. 1. Program is only just written, with no sorting (also lazy, do not want to order), but modified a few functions, with the FATFS file system (this system, I do not know, only used it two functions ) .2 must be SD card root directory has a TEST.TXT files. (I tested 300K can be used normally to TXT, but there are rarely part of the text displayed garbled, I do not know font problem, or I have a point of order ) 3. program to use: boot, press the left button------- Input test.txt file (a good tens of seconds to wait for a large)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TXT阅读器V1.1\说明文档.doc
.............\src\GPIO.c
.............\...\RCC.c
.............\...\USART.C
.............\...\diskio.h
.............\...\hal.c
.............\...\hal.h
.............\...\integer.h
.............\...\main.c
.............\...\sd.c
.............\...\sd.c.bak
.............\...\stm32f10x_it.c
.............\...\string.h
.............\...\tff.c
.............\...\tff.h
.............\...\25f.c
.............\...\STM32Lib\core_cm3.c
.............\...\........\core_cm3.h
.............\...\........\misc.c
.............\...\........\misc.h
.............\...\........\stm32f10x.h
.............\...\........\stm32f10x_adc.c
.............\...\........\stm32f10x_adc.h
.............\...\........\stm32f10x_bkp.c
.............\...\........\stm32f10x_bkp.h
.............\...\........\stm32f10x_can.c
.............\...\........\stm32f10x_can.h
.............\...\........\stm32f10x_conf.h
.............\...\........\stm32f10x_crc.c
.............\...\........\stm32f10x_crc.h
.............\...\........\stm32f10x_dac.c
.............\...\........\stm32f10x_dac.h
.............\...\........\stm32f10x_dbgmcu.c
.............\...\........\stm32f10x_dbgmcu.h
.............\...\........\stm32f10x_dma.c
.............\...\........\stm32f10x_dma.h
.............\...\........\stm32f10x_exti.c
.............\...\........\stm32f10x_exti.h
.............\...\........\stm32f10x_flash.c
.............\...\........\stm32f10x_flash.h
.............\...\........\stm32f10x_fsmc.c
.............\...\........\stm32f10x_fsmc.h
.............\...\........\stm32f10x_gpio.c
.............\...\........\stm32f10x_gpio.h
.............\...\........\stm32f10x_i2c.c
.............\...\........\stm32f10x_i2c.h
.............\...\........\stm32f10x_iwdg.c
.............\...\........\stm32f10x_iwdg.h
.............\...\........\stm32f10x_pwr.c
.............\...\........\stm32f10x_pwr.h
.............\...\........\stm32f10x_rcc.c
.............\...\........\stm32f10x_rcc.h
.............\...\........\stm32f10x_rtc.c
.............\...\........\stm32f10x_rtc.h
.............\...\........\stm32f10x_sdio.c
.............\...\........\stm32f10x_sdio.h
.............\...\........\stm32f10x_spi.c
.............\...\........\stm32f10x_spi.h
.............\...\........\stm32f10x_tim.c
.............\...\........\stm32f10x_tim.h
.............\...\........\stm32f10x_usart.c
.............\...\........\stm32f10x_usart.h
.............\...\........\stm32f10x_wwdg.c
.............\...\........\stm32f10x_wwdg.h
.............\...\........\system_stm32f10x.c
.............\...\........\system_stm32f10x.h
.............\...\........\USBLib\usb_conf.h
.............\...\........\......\usb_core.c
.............\...\........\......\usb_core.h
.............\...\........\......\usb_def.h
.............\...\........\......\usb_init.c
.............\...\........\......\usb_init.h
.............\...\........\......\usb_int.c
.............\...\........\......\usb_int.h
.............\...\........\......\usb_lib.h
.............\...\........\......\usb_mem.c
.............\...\........\......\usb_mem.h
.............\...\........\......\usb_regs.c
.............\...\........\......\usb_regs.h
.............\...\........\......\usb_type.h
.............\...\........\StartUp\startup_stm32f10x_hd.s
.............\...\........\.......\startup_stm32f10x_ld.s
.............\...\........\.......\startup_stm32f10x_md.s
.............\...\TFT\TFTHAL.c
.............\...\...\TFTHAL.h
.............\...\...\TFTdriver.c
.............\...\...\TFTdriver.h
.............\...\...\font_data.c
.............\...\...\font_data.h
.............\RVMDK\ExtDll.iex
.............\.....\SD_Target 1.dep
.............\.....\SD_sct.Bak
.............\.....\JLinkLog.txt
.............\.....\SD_RAM.dep
.............\.....\ram.ini
.............\.....\SD_Uv2.Bak
.............\.....\SD_Opt.Bak
.............\.....\SD_DEBUG IN FLASH.dep
.............\.....\SD.Uv2
.............\.....\SD.Opt
.............\src\GPIO.c
.............\...\RCC.c
.............\...\USART.C
.............\...\diskio.h
.............\...\hal.c
.............\...\hal.h
.............\...\integer.h
.............\...\main.c
.............\...\sd.c
.............\...\sd.c.bak
.............\...\stm32f10x_it.c
.............\...\string.h
.............\...\tff.c
.............\...\tff.h
.............\...\25f.c
.............\...\STM32Lib\core_cm3.c
.............\...\........\core_cm3.h
.............\...\........\misc.c
.............\...\........\misc.h
.............\...\........\stm32f10x.h
.............\...\........\stm32f10x_adc.c
.............\...\........\stm32f10x_adc.h
.............\...\........\stm32f10x_bkp.c
.............\...\........\stm32f10x_bkp.h
.............\...\........\stm32f10x_can.c
.............\...\........\stm32f10x_can.h
.............\...\........\stm32f10x_conf.h
.............\...\........\stm32f10x_crc.c
.............\...\........\stm32f10x_crc.h
.............\...\........\stm32f10x_dac.c
.............\...\........\stm32f10x_dac.h
.............\...\........\stm32f10x_dbgmcu.c
.............\...\........\stm32f10x_dbgmcu.h
.............\...\........\stm32f10x_dma.c
.............\...\........\stm32f10x_dma.h
.............\...\........\stm32f10x_exti.c
.............\...\........\stm32f10x_exti.h
.............\...\........\stm32f10x_flash.c
.............\...\........\stm32f10x_flash.h
.............\...\........\stm32f10x_fsmc.c
.............\...\........\stm32f10x_fsmc.h
.............\...\........\stm32f10x_gpio.c
.............\...\........\stm32f10x_gpio.h
.............\...\........\stm32f10x_i2c.c
.............\...\........\stm32f10x_i2c.h
.............\...\........\stm32f10x_iwdg.c
.............\...\........\stm32f10x_iwdg.h
.............\...\........\stm32f10x_pwr.c
.............\...\........\stm32f10x_pwr.h
.............\...\........\stm32f10x_rcc.c
.............\...\........\stm32f10x_rcc.h
.............\...\........\stm32f10x_rtc.c
.............\...\........\stm32f10x_rtc.h
.............\...\........\stm32f10x_sdio.c
.............\...\........\stm32f10x_sdio.h
.............\...\........\stm32f10x_spi.c
.............\...\........\stm32f10x_spi.h
.............\...\........\stm32f10x_tim.c
.............\...\........\stm32f10x_tim.h
.............\...\........\stm32f10x_usart.c
.............\...\........\stm32f10x_usart.h
.............\...\........\stm32f10x_wwdg.c
.............\...\........\stm32f10x_wwdg.h
.............\...\........\system_stm32f10x.c
.............\...\........\system_stm32f10x.h
.............\...\........\USBLib\usb_conf.h
.............\...\........\......\usb_core.c
.............\...\........\......\usb_core.h
.............\...\........\......\usb_def.h
.............\...\........\......\usb_init.c
.............\...\........\......\usb_init.h
.............\...\........\......\usb_int.c
.............\...\........\......\usb_int.h
.............\...\........\......\usb_lib.h
.............\...\........\......\usb_mem.c
.............\...\........\......\usb_mem.h
.............\...\........\......\usb_regs.c
.............\...\........\......\usb_regs.h
.............\...\........\......\usb_type.h
.............\...\........\StartUp\startup_stm32f10x_hd.s
.............\...\........\.......\startup_stm32f10x_ld.s
.............\...\........\.......\startup_stm32f10x_md.s
.............\...\TFT\TFTHAL.c
.............\...\...\TFTHAL.h
.............\...\...\TFTdriver.c
.............\...\...\TFTdriver.h
.............\...\...\font_data.c
.............\...\...\font_data.h
.............\RVMDK\ExtDll.iex
.............\.....\SD_Target 1.dep
.............\.....\SD_sct.Bak
.............\.....\JLinkLog.txt
.............\.....\SD_RAM.dep
.............\.....\ram.ini
.............\.....\SD_Uv2.Bak
.............\.....\SD_Opt.Bak
.............\.....\SD_DEBUG IN FLASH.dep
.............\.....\SD.Uv2
.............\.....\SD.Opt