登录
首页 » Others » STM32_SPI_FLASH

STM32_SPI_FLASH

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

  • lcd-ls020-stm32
    lcd ls020 from siemens s65 libery for stm32f10x
    2012-01-22 01:38:58下载
    积分:1
  • ltc4150
    STM32F103 LTC4150电源管理 把电量和电量百分比放到stm32的内部flash中。(STM32F103 LTC4150 power management to power and the percentage of power into stm32 internal flash.)
    2020-11-18 23:09:38下载
    积分:1
  • stm8s105s4-SPI
    STM8单片机的SPI主从通信,一个STM8单片机当主机,另一个STM8单片机当从机,基本实现了SPI的所有功能,特别适合对SPI的深入理解。(STM8 microcontroller SPI master or slave communication, a STM8 microcontroller as host another STM8 microcontroller from the machine, the basic realization of all the features of the SPI, especially for in-depth understanding of the SPI.)
    2020-10-26 14:40:00下载
    积分:1
  • SoC_JTAG_debug
    说明:  本文首先介绍了JTAG标准和SoC调试技术,研究了基于JTAG的多核SoC调试结构,优化了一种全兼容多核SoC调试结构,使JTAG控制器的互连能配置成多种模式,以实现单核或多核SoC调试;然后在IEEEl 149.1标准的基础上进行了结构化改进,扩展了指令集与寄存器,实现了基于JTAG标准的SoC调试系统;最后进行了SoC调试系统的功能测试与性能分析,测试结果表明本文实现的SoC调试系统比现有的同类调试工具在功能与性能方面都有明显提高。(This paper describes the JTAG standard and SoC debugging technology, research-based JTAG debugging multi-core SoC structure, optimized multi-core SoC debugging a fully compliant structure, the JTAG controller can be configured into a variety of interconnect models in order to achieve a single-core or multi-core SoC debugging then IEEEl 149.1 standard structured on the basis of improved, expanded instruction set and registers, to achieve standards-based SoC JTAG debug system Finally, a functional test system SoC debugging and performance analysis The test results show that the implementation of SoC debug system debugging tools than the existing similar in function and performance are improved obviously.)
    2011-04-14 17:54:50下载
    积分:1
  • EmbeddedSystemsAndLabsForARM-V1.1
    Embedded System Application Development and Labs Textbook is compounded with the Embest ARM Development System that was developed by Embst Inc. at Shenzhen, China. Any reader who is interested in using the Embest development tools for ARM can contact Embest Inc. The following is the Embest contact information
    2013-10-05 12:09:43下载
    积分:1
  • (适合探索者STM32F4板)ESP8266WIFI模块实验
    ESP8266直接接在开发板的WIFI接口,本代码为完整的程序源代码,手机装上我们提供的APP,开机就可以实现手机与开发板的WIFI链接(STM32F407ZGT6 & ESP8266 WIFI)
    2019-02-02 15:13:17下载
    积分:1
  • 驱动
    J-Link V8刷新固件包,注意:修改序列号;解决问题主要是:clone(J-Link V8 refresh firmware package and source file(*.bin).notice :change the SN seril)
    2017-11-02 11:05:33下载
    积分:1
  • BLE_DFU_手机升级
    关于nordic的BLE蓝牙空中升级详细流程(about ble nordic nrf5X dfu update)
    2020-06-21 15:00:02下载
    积分:1
  • Formula
    说明:  汽车OBD诊断系统,国际标准下的动力系统数据定义以及数据解析。(OBD diagnostic system of automobile, data definition and data analysis of power system under international standards.)
    2019-01-16 14:55:59下载
    积分:1
  • global-variable
    Visual Studio C++ 编程入门 全局变量(Visual Studio C++ programming entry of global variables)
    2014-11-11 15:09:28下载
    积分:1
  • 696518资源总数
  • 104374会员总数
  • 24今日下载