CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档

文件名称:STM32-CAN

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

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

将程序分别下载到A板和B板两块DMSTM-L系统板上。

这个是收发一体,不需要分主机从机,都可以执行收发操作。



运行时,均先复位板子,然后:

按下A板的S1——A板发送数据,B板LED灯DS1闪烁,说明B板接收到数据。

  按下B板的S1——B板发送数据,A板LED灯DS2闪烁,说明A板接收到数据。-将程序分别下载到A板和B板两块DMSTM-L系统板上。

这个是收发一体,不需要分主机从机,都可以执行收发操作。



运行时,均先复位板子,然后:

    按下A板的S1——A板发送数据,B板LED灯DS1闪烁,说明B板接收到数据。

  按下B板的S1——B板发送数据,A板LED灯DS2闪烁,说明A板接收到数据。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

CAN_Double_Side/CMSIS/core_cm3.c
CAN_Double_Side/CMSIS/core_cm3.h
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_cl.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_hd.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_hd_vl.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_ld.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_ld_vl.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_md.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_md_vl.s
CAN_Double_Side/CMSIS/Startup/startup_stm32f10x_xl.s
CAN_Double_Side/CMSIS/stm32f10x.h
CAN_Double_Side/CMSIS/system_stm32f10x.c
CAN_Double_Side/CMSIS/system_stm32f10x.h
CAN_Double_Side/Code/CAN/CAN.c
CAN_Double_Side/Code/CAN/CAN.H
CAN_Double_Side/Code/KEY/key.c
CAN_Double_Side/Code/KEY/key.h
CAN_Double_Side/Code/LED/led.c
CAN_Double_Side/Code/LED/led.h
CAN_Double_Side/Code/SYSTICK/systick.c
CAN_Double_Side/Code/SYSTICK/SYSTICK.h
CAN_Double_Side/Listing/CAN.map
CAN_Double_Side/Listing/startup_stm32f10x_md.lst
CAN_Double_Side/Output/CAN.hex
CAN_Double_Side/STM32_FWLib/inc/misc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_adc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_bkp.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_can.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_cec.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_crc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_dac.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_dbgmcu.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_dma.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_exti.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_flash.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_fsmc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_gpio.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_i2c.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_iwdg.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_pwr.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_rcc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_rtc.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_sdio.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_spi.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_tim.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_usart.h
CAN_Double_Side/STM32_FWLib/inc/stm32f10x_wwdg.h
CAN_Double_Side/STM32_FWLib/src/misc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_adc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_bkp.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_can.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_cec.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_crc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_dac.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_dbgmcu.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_dma.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_exti.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_flash.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_fsmc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_gpio.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_i2c.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_iwdg.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_pwr.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_rcc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_rtc.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_sdio.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_spi.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_tim.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_usart.c
CAN_Double_Side/STM32_FWLib/src/stm32f10x_wwdg.c
CAN_Double_Side/User/CAN_Double.uvgui.Administrator
CAN_Double_Side/User/CAN_Double.uvgui_Administrator.bak
CAN_Double_Side/User/CAN_Double.uvopt
CAN_Double_Side/User/CAN_Double.uvproj
CAN_Double_Side/User/CAN_Double_Target 1.dep
CAN_Double_Side/User/CAN_Double_uvopt.bak
CAN_Double_Side/User/CAN_Double_uvproj.bak
CAN_Double_Side/User/DEMO.uvopt
CAN_Double_Side/User/main.c
CAN_Double_Side/User/stm32f10x_conf.h
CAN_Double_Side/User/stm32f10x_it.c
CAN_Double_Side/User/stm32f10x_it.h
CAN_Double_Side/User/system_stm32f10x.c
CAN_Double_Side/使用方法.txt
CAN_Double_Side/CMSIS/Startup
CAN_Double_Side/Code/CAN
CAN_Double_Side/Code/KEY
CAN_Double_Side/Code/LED
CAN_Double_Side/Code/SYSTICK
CAN_Double_Side/STM32_FWLib/inc
CAN_Double_Side/STM32_FWLib/src
CAN_Double_Side/CMSIS
CAN_Double_Side/Code
CAN_Double_Side/Listing
CAN_Double_Side/Output
CAN_Double_Side/STM32_FWLib
CAN_Double_Side/User
CAN_Double_Side

相关说明

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

相关评论

暂无评论内容.

发表评论

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