CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 微处理器(ARM/PowerPC等)

文件名称:09-M25P16-SPIread-and-write

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    653.12kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

演示STM32F103VE单片机将一段字符串写入M25P16的1页中,然后读出并通过USART1传送出去。-The demo STM32F103VE microcontroller takes a string and write M25P16 are one, and then read out and sent by using USART1.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

09 M25P16-SPI读写/FWlib/inc/misc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_adc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_bkp.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_can.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_conf.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_crc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_dac.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_dbgmcu.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_dma.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_exti.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_flash.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_fsmc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_gpio.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_i2c.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_iwdg.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_pwr.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_rcc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_rtc.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_sdio.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_spi.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_tim.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_usart.h
09 M25P16-SPI读写/FWlib/inc/stm32f10x_wwdg.h
09 M25P16-SPI读写/FWlib/SRC/misc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_adc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_bkp.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_can.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_crc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_dac.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_dbgmcu.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_dma.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_exti.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_flash.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_fsmc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_gpio.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_i2c.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_iwdg.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_pwr.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_rcc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_rtc.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_sdio.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_spi.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_tim.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_usart.c
09 M25P16-SPI读写/FWlib/SRC/stm32f10x_wwdg.c
09 M25P16-SPI读写/FWlib/SRC/system_stm32f10x.c
09 M25P16-SPI读写/JLink Regs CM3.txt
09 M25P16-SPI读写/JLinkArm_STM3210B-EVAL.ini
09 M25P16-SPI读写/JLinkLog.txt
09 M25P16-SPI读写/JLinkSettings.ini
09 M25P16-SPI读写/List/startup_stm32f10x_hd.lst
09 M25P16-SPI读写/List/STM32_FD_AD45DB161D-SPI.map
09 M25P16-SPI读写/main.c
09 M25P16-SPI读写/Obj/core_cm3.crf
09 M25P16-SPI读写/Obj/core_cm3.d
09 M25P16-SPI读写/Obj/core_cm3.o
09 M25P16-SPI读写/Obj/ExtDll.iex
09 M25P16-SPI读写/Obj/main.crf
09 M25P16-SPI读写/Obj/main.d
09 M25P16-SPI读写/Obj/main.o
09 M25P16-SPI读写/Obj/misc.crf
09 M25P16-SPI读写/Obj/misc.d
09 M25P16-SPI读写/Obj/misc.o
09 M25P16-SPI读写/Obj/spi_flash.crf
09 M25P16-SPI读写/Obj/spi_flash.d
09 M25P16-SPI读写/Obj/spi_flash.o
09 M25P16-SPI读写/Obj/startup_stm32f10x_hd.d
09 M25P16-SPI读写/Obj/startup_stm32f10x_hd.o
09 M25P16-SPI读写/Obj/stm32f10x_gpio.crf
09 M25P16-SPI读写/Obj/stm32f10x_gpio.d
09 M25P16-SPI读写/Obj/stm32f10x_gpio.o
09 M25P16-SPI读写/Obj/stm32f10x_it.crf
09 M25P16-SPI读写/Obj/stm32f10x_it.d
09 M25P16-SPI读写/Obj/stm32f10x_it.o
09 M25P16-SPI读写/Obj/stm32f10x_rcc.crf
09 M25P16-SPI读写/Obj/stm32f10x_rcc.d
09 M25P16-SPI读写/Obj/stm32f10x_rcc.o
09 M25P16-SPI读写/Obj/stm32f10x_spi.crf
09 M25P16-SPI读写/Obj/stm32f10x_spi.d
09 M25P16-SPI读写/Obj/stm32f10x_spi.o
09 M25P16-SPI读写/Obj/stm32f10x_usart.crf
09 M25P16-SPI读写/Obj/stm32f10x_usart.d
09 M25P16-SPI读写/Obj/stm32f10x_usart.o
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.axf
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.hex
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.htm
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.lnp
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.plg
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.sct
09 M25P16-SPI读写/Obj/STM32_FD_AD45DB161D-SPI.tra
09 M25P16-SPI读写/Obj/system_stm32f10x.crf
09 M25P16-SPI读写/Obj/system_stm32f10x.d
09 M25P16-SPI读写/Obj/system_stm32f10x.o
09 M25P16-SPI读写/platform_config.h
09 M25P16-SPI读写/readme.txt
09 M25P16-SPI读写/startup/startup_stm32f10x_hd.s
09 M25P16-SPI读写/startup/startup_stm32f10x_ld.s
09 M25P16-SPI读写/startup/startup_stm32f10x_md.s
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI.opt.bak
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI.Uv2
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI.uvopt
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI.uvproj
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI_Opt.Bak
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI_STM32-SPI-AT45DB161D.dep
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI_Uv2.Bak
09 M25P16-SPI读写/STM32-FD-AT45DB161D-SPI_uvopt.bak
09 M25P16-SPI读写/stm32f10x_conf.h
09 M25P16-SPI读写/stm32f10x_it.h
09 M25P16-SPI读写/user/core_cm3.c
09 M25P16-SPI读写/user/core_cm3.h
09 M25P16-SPI读写/user/platform_config.h
09 M25P16-SPI读写/user/SPI_Flash.c
09 M25P16-SPI读写/user/SPI_Flash.h
09 M25P16-SPI读写/user/stm32f10x.h
09 M25P16-SPI读写/user/stm32f10x_conf.h
09 M25P16-SPI读写/user/stm32f10x_it.c
09 M25P16-SPI读写/user/stm32f10x_it.h
09 M25P16-SPI读写/user/system_stm32f10x.c
09 M25P16-SPI读写/user/system_stm32f10x.h
09 M25P16-SPI读写/FWlib/inc
09 M25P16-SPI读写/FWlib/SRC
09 M25P16-SPI读写/FWlib
09 M25P16-SPI读写/List
09 M25P16-SPI读写/Obj
09 M25P16-SPI读写/startup
09 M25P16-SPI读写/user
09 M25P16-SPI读写

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com