登录
首页 » Others » STM32_SPI_FLASH

STM32_SPI_FLASH

于 2013-03-31 发布 文件大小:20789KB
0 54
下载积分: 1 下载次数: 82

代码说明:

  自己写的spi_flash的驱动,利用stm32管脚模拟的方式,是学习理解spi总线良好资料,将sd卡挂载的fatfs中的文件(字库)进行读写,并显示到屏幕上,奋斗板的同学试一试(Way the own written spi_flash drive, take advantage of the the stm32 pin analog, to the spi bus good information to learn to understand, read and write to the sd card in mount the fatfs of files (fonts), and displayed on the screen, the students struggled board give it a try)

文件列表:

STM32_SPI_FLASH
...............\cmsis
...............\.....\core_cm3.c,17273,2010-06-07
...............\.....\core_cm3.h,85714,2011-02-09
...............\.....\stm32f10x.h,633941,2011-03-10
...............\.....\system_stm32f10x.c,36557,2011-03-10
...............\.....\system_stm32f10x.h,2085,2011-03-10
...............\head
...............\....\misc.h,8982,2011-03-10
...............\....\stm32f10x_adc.h,21690,2011-03-10
...............\....\stm32f10x_bkp.h,7555,2011-03-10
...............\....\stm32f10x_can.h,27559,2011-03-10
...............\....\stm32f10x_cec.h,6573,2011-03-10
...............\....\stm32f10x_conf.h,2970,2008-04-25
...............\....\stm32f10x_crc.h,2162,2011-03-10
...............\....\stm32f10x_dac.h,15233,2011-03-10
...............\....\stm32f10x_dbgmcu.h,3818,2011-03-10
...............\....\stm32f10x_dma.h,20754,2011-03-10
...............\....\stm32f10x_exti.h,6824,2011-03-10
...............\....\stm32f10x_flash.h,25445,2011-03-10
...............\....\stm32f10x_fsmc.h,27016,2011-03-10
...............\....\stm32f10x_gpio.h,20175,2011-03-10
...............\....\stm32f10x_i2c.h,30029,2011-03-10
...............\....\stm32f10x_iwdg.h,3828,2011-03-10
...............\....\stm32f10x_pwr.h,4383,2011-03-10
...............\....\stm32f10x_rcc.h,30452,2011-03-10
...............\....\stm32f10x_rtc.h,3857,2011-03-10
...............\....\stm32f10x_sdio.h,21863,2011-03-10
...............\....\stm32f10x_spi.h,17725,2011-03-10
...............\....\stm32f10x_tim.h,52427,2011-03-10
...............\....\stm32f10x_usart.h,16548,2011-03-10
...............\....\stm32f10x_wwdg.h,2966,2011-03-10
...............\m25p16_init
...............\...........\spiflash.c,6963,2013-02-28
...............\...........\spiflash.h,1193,2013-02-28
...............\main
...............\....\include.h,557,2013-02-28
...............\....\main.c,182,2013-02-28
...............\project
...............\.......\core_cm3.crf,3529,2013-02-28
...............\.......\core_cm3.d,75,2013-02-28
...............\.......\core_cm3.o,10220,2013-02-28
...............\.......\main.crf,348932,2013-02-28
...............\.......\main.d,1127,2013-02-28
...............\.......\main.o,381004,2013-02-28
...............\.......\misc.crf,348100,2013-02-28
...............\.......\misc.d,1014,2013-02-28
...............\.......\misc.o,379096,2013-02-28
...............\.......\spi.crf,351628,2013-02-28
...............\.......\spi.d,1097,2013-02-28
...............\.......\spi.o,383936,2013-02-28
...............\.......\spiflash.crf,349965,2013-02-28
...............\.......\spiflash.d,1278,2013-02-28
...............\.......\spiflash.o,383608,2013-02-28
...............\.......\startup_stm32f10x_hd.d,65,2013-02-28
...............\.......\startup_stm32f10x_hd.lst,52639,2013-02-28
...............\.......\startup_stm32f10x_hd.o,6764,2013-02-28
...............\.......\stm32f10x_gpio.crf,351598,2013-02-28
...............\.......\stm32f10x_gpio.d,1344,2013-02-28
...............\.......\stm32f10x_gpio.o,385632,2013-02-28
...............\.......\stm32f10x_rcc.crf,355173,2013-02-28
...............\.......\stm32f10x_rcc.d,1311,2013-02-28
...............\.......\stm32f10x_rcc.o,390112,2013-02-28
...............\.......\STM32_2.axf,22856,2013-02-28
...............\.......\STM32_2.htm,40774,2013-02-28
...............\.......\STM32_2.lnp,369,2013-02-28
...............\.......\STM32_2.map,56673,2013-02-28
...............\.......\STM32_2.plg,217,2013-03-01
...............\.......\STM32_2.sct,479,2013-02-28
...............\.......\STM32_2.tra,1347,2013-02-28
...............\.......\STM32_2.uvgui.Administrator,90553,2013-03-01
...............\.......\STM32_2.uvgui_Administrator.bak,87235,2013-02-28
...............\.......\STM32_2.uvopt,25289,2013-03-01
...............\.......\STM32_2.uvproj,22263,2013-02-28
...............\.......\STM32_2_Target 1.dep,12640,2013-03-01
...............\.......\STM32_2_uvopt.bak,25288,2013-02-28
...............\.......\STM32_2_uvproj.bak,22233,2013-02-28
...............\.......\system_stm32f10x.crf,349292,2013-02-28
...............\.......\system_stm32f10x.d,1358,2013-02-28
...............\.......\system_stm32f10x.o,379556,2013-02-28
...............\spi_analog
...............\..........\spi.c,2235,2013-02-28
...............\..........\spi.h,490,2013-02-28
...............\startup_asm
...............\...........\startup_stm32f10x_hd.s,15503,2011-03-10
...............\stm32f10x_stdperiph_lib_um.chm,19649306,2011-04-07
...............\stm32_lib
...............\.........\inc
...............\.........\...\misc.h,8982,2011-03-10
...............\.........\...\stm32f10x_adc.h,21690,2011-03-10
...............\.........\...\stm32f10x_bkp.h,7555,2011-03-10
...............\.........\...\stm32f10x_can.h,27559,2011-03-10
...............\.........\...\stm32f10x_cec.h,6573,2011-03-10
...............\.........\...\stm32f10x_conf.h,2970,2008-04-25
...............\.........\...\stm32f10x_crc.h,2162,2011-03-10
...............\.........\...\stm32f10x_dac.h,15233,2011-03-10
...............\.........\...\stm32f10x_dbgmcu.h,3818,2011-03-10
...............\.........\...\stm32f10x_dma.h,20754,2011-03-10
...............\.........\...\stm32f10x_exti.h,6824,2011-03-10
...............\.........\...\stm32f10x_flash.h,25445,2011-03-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • UARTInt
    LPC1700系列串口中断接收程序,中断方式接收上位机数据并将接收的数据回送给上位机,借助串口调试软件,并设置波特率为9600,8位数据位,1位停止位,注意不要选中"HEX显示"。(LPC1700 series serial interrupt receiving program, to interrupt PC to receive data and receive data back to the host computer, with the serial debugging software, and set the baud rate to 9600, 8 data bits, 1 stop bit, be careful not to select the " HEX Show" .)
    2012-08-30 15:01:06下载
    积分:1
  • STM32SPILCD.doc
    说明:  STM32 SPI驱动LCD,在网上down下来了一份串口驱动,更改成自己需要的SPI驱动,自己调试验证通过了。(STM32 SPI LCD driver)
    2011-04-01 23:08:50下载
    积分:1
  • STM32_CAN_STUDY
    本人调试STM32 CAN 的方法,大家借鉴
    2021-03-03 13:59:33下载
    积分:1
  • KEILmodule
    Stellaris 系列 M3内核MCU的Keil工程模板(Stellaris family M3 core MCU, Keil project templates)
    2010-01-23 19:43:46下载
    积分:1
  • rtc
    stm32f103 rtc每秒中断串口输出(stm32f103 rtc .every second printf out.)
    2018-11-20 08:14:08下载
    积分:1
  • DSP_FFT
    NUC505 采用DSP指令做快速傅里叶变换。理论上指令部分是Cortex-M4F 系列通用的。(NUC505 use dsp do fft. )
    2020-06-29 16:40:02下载
    积分:1
  • 21
    说明:  LD阵列侧面泵浦棒状激光介质内的光场研究,作者:QQ 64134703 ,电子毕业设计,欢迎咨询(LD array side-pumped rod laser medium within the light field study, the authors: QQ 64134703, e-graduate design, please consult)
    2010-09-05 16:00:01下载
    积分:1
  • ucOS-II-V2.86-uCGUI-3.9-DEMO
    基于ARM操作系统代码模板,stm32f103vet6(ARM-based operating system code templates,stm32f103vet6)
    2014-06-12 22:16:20下载
    积分:1
  • 蓝桥杯驱动程序
    说明:  蓝桥杯大赛各类驱动代码包阔超声波红外线pcf8591等单片机组代码(Blue Bridge Cup Competition Driver Code Package Broad Ultrasound Infrared pcf8591 and other MCU group code)
    2020-06-18 20:00:02下载
    积分:1
  • 2440lib
    2440的寄存器设置 用ADS可以查看(2440 with the register set up ADS can check )
    2007-03-14 16:25:51下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载