登录
首页 » Others » STM32_SPI_FLASH

STM32_SPI_FLASH

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

  • JN-AN-1216
    说明:  Zigbee Control bright :D
    2020-06-21 18:00:01下载
    积分:1
  • STM32F103RBT6PLC
    stm32f103rbt6 plc fx1n
    2019-07-08 17:13:12下载
    积分:1
  • EasyWEB()
    路虎开发板LPC1768官方一个简单Web服务器程序,EasyWEB(Land Rover LPC1768 development board official a simple Web server program, EasyWEB)
    2013-09-01 18:30:52下载
    积分:1
  • ccd
    一个触摸屏的源代码,用c写的,用于stm32,有资料(A touch screen of the source code used to write c for stm32, has information)
    2013-02-01 20:48:55下载
    积分:1
  • IAP_Program.110918b1
    這是一個應用於NXP LPC系列的IAP成是源碼IAP(LPC series IAP)
    2020-09-04 15:48:07下载
    积分:1
  • Home4
    Other way to process interrupt in MIPSIT
    2012-05-28 05:13:42下载
    积分:1
  • V1_1305_8080P_LPC2148
    说明:  我写的使用LPC2148模拟8080并口驱动OLED屏的程序(I wrote the use of 8080 parallel port driver LPC2148 simulation procedures OLED screen)
    2008-09-25 11:17:38下载
    积分:1
  • I2C_TwoBoards_ComPolling
    基于STM32开发板,通过模拟寄存器,验证I2C通信功能,(I2C_TwoBoards_ComPolling I2C Two Boards Communication Polling Example)
    2017-06-07 17:23:07下载
    积分:1
  • ARM
    说明:  ARM2103开发板的程序,用于驱动智能小车的循迹(i don t know how to write)
    2009-08-20 22:28:31下载
    积分:1
  • ARM_SPI
    用LPC2104做的一个小时钟可以显示日期、学号和时间,并能对时间进行修改。(LPC2104 made with a small clock can display the date, student number and time and can be modified over time.)
    2015-05-25 18:36:35下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载