文件名称: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板接收到数据。
这个是收发一体,不需要分主机从机,都可以执行收发操作。
运行时,均先复位板子,然后:
按下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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.