登录
首页 » Others » STM32_SPI_FLASH

STM32_SPI_FLASH

于 2013-03-31 发布 文件大小:20789KB
0 117
下载积分: 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 个回复

  • stm32ZLG7290
    stm32调试周立功7290,实测可用,接口说明已经定义在里面了(stm32 debug Zhou Ligong 7290, the measured available, the interface description has been defined in the inside)
    2013-08-02 10:08:36下载
    积分:1
  • gpio_test.c.tar
    针对OMAP3530处理器,用来测试GPIO的模块程序。这个程序可以申请gpio,为gpio设置中断处理函数等功能。(For the OMAP3530 processor, the program is used to test the GPIO. This procedure can apply gpio, gpio settings for the interrupt handler functions.)
    2011-08-11 17:07:23下载
    积分:1
  • main
    Simple ptxdist create program
    2012-05-08 20:51:45下载
    积分:1
  • stm32 code
    说明:  利用STM32F103内置ADC实现电压电流采集(Acquisition of Voltage and Current Using STM32F103 Built-in ADC)
    2019-01-10 17:04:43下载
    积分:1
  • 毕业设计stm32f1最小系统原图及pcb图
    stm32f1最小系统原理图及pcb图,有按键 ,串口,下载模块(Stm32f1 minimum system schematic diagram and PCB diagram)
    2018-04-06 20:02:44下载
    积分:1
  • C8051F350_ADC
    说明:  ADC编程例程,通过串口打印采集的电压值。(C8051FXXX ADC Program soft example.)
    2020-12-03 23:09:24下载
    积分:1
  • Template1
    STM32库函数版本的模板,很不错,找了好久才找到(STM32 library function version of the template, very good, looking for a long time to find)
    2015-03-24 10:00:28下载
    积分:1
  • Jamp
    For Jamp Board (ARM9 develop board from Design gateway)
    2012-07-10 13:11:57下载
    积分:1
  • test
    STM32 中文资料,详细记录着程序的的使用,包括源文件的程序框架。(STM32 Chinese data, a detailed record of program use, including program source file.)
    2014-08-31 23:10:30下载
    积分:1
  • ANO_PioneerPro_Ti
    说明:  基于TM4C123G编写的飞行控制程序 用于四旋翼无人机的制作(Flight Control Program Based on TM4C123G Manufacture of Quad-Rotor UAV)
    2020-06-19 20:40:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载