文件名称:DVK90CAN_Sever
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 113kb
- 下载次数:
- 0次
- 提 供 者:
- yangzh******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
基于atmel at90can128单片机的can接口例程,主要做canmaster-1) The DVK90CAN1 is configured as a master of this CAN bus.
2) Periodically, the DVK90CAN1 sends remote fr a mes (IDs from 0x80 up
to 0x89) and waits for response (with time-out) from all the DVK90CAN1s addressed.
3) When DVK90CAN1 receives an response, it formates the data and sends it to a terminal.
2) Periodically, the DVK90CAN1 sends remote fr a mes (IDs from 0x80 up
to 0x89) and waits for response (with time-out) from all the DVK90CAN1s addressed.
3) When DVK90CAN1 receives an response, it formates the data and sends it to a terminal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DVK90CAN_Sever\config.h
..............\main_dvk90can_server.c
..............\Output_ImageCraft
..............\Lib_MCU
..............\.......\COMPILER.H
..............\.......\MCU.H
..............\.......\Uart
..............\.......\....\uart_noit_lib.c
..............\.......\....\uart_noit_lib.h
..............\.......\can
..............\.......\...\can_autobaud.h
..............\.......\...\can_autobaud.s90
..............\.......\...\can_bdr.h
..............\.......\...\can_drv.c
..............\.......\...\can_drv.h
..............\.......\...\can_lib.c
..............\.......\...\can_lib.h
..............\.......\...\exemple
..............\.......\...\.......\can_lib.dep
..............\.......\...\.......\can_lib.ewd
..............\.......\...\.......\can_lib.ewp
..............\.......\...\.......\config.h
..............\.......\...\.......\lnkm128s.xcl
..............\.......\...\.......\main.c
..............\.......\...\.......\Debug
..............\.......\...\.......\.....\Exe
..............\.......\...\.......\.....\...\can_lib.a90
..............\.......\...\doc
..............\.......\...\...\Readme.html
..............\.......\...\...\html
..............\.......\...\...\....\annotated.html
..............\.......\...\...\....\can_8txt.html
..............\.......\...\...\....\can__lib_8c-source.html
..............\.......\...\...\....\can__lib_8c.html
..............\.......\...\...\....\can__lib_8h-source.html
..............\.......\...\...\....\can__lib_8h.html
..............\.......\...\...\....\doxygen.css
..............\.......\...\...\....\doxygen.png
..............\.......\...\...\....\files.html
..............\.......\...\...\....\ftv2blank.png
..............\.......\...\...\....\ftv2doc.png
..............\.......\...\...\....\ftv2folderclosed.png
..............\.......\...\...\....\ftv2folderopen.png
..............\.......\...\...\....\ftv2lastnode.png
..............\.......\...\...\....\ftv2link.png
..............\.......\...\...\....\ftv2mlastnode.png
..............\.......\...\...\....\ftv2mnode.png
..............\.......\...\...\....\ftv2node.png
..............\.......\...\...\....\ftv2plastnode.png
..............\.......\...\...\....\ftv2pnode.png
..............\.......\...\...\....\ftv2vertline.png
..............\.......\...\...\....\functions.html
..............\.......\...\...\....\functions_vars.html
..............\.......\...\...\....\globals_func.html
..............\.......\...\...\....\globals.html
..............\.......\...\...\....\globals_defs.html
..............\.......\...\...\....\globals_enum.html
..............\.......\...\...\....\globals_eval.html
..............\.......\...\...\....\index.html
..............\.......\...\...\....\main.html
..............\.......\...\...\....\page1.html
..............\.......\...\...\....\page2.html
..............\.......\...\...\....\pages.html
..............\.......\...\...\....\structcan__ctrl__t.html
..............\.......\...\...\....\structst__cmd__t.html
..............\.......\...\...\....\trame.gif
..............\.......\...\...\....\tree.html
..............\.......\...\...\....\unioncan__id__t.html
..............\.......\Adc
..............\.......\...\adc_lib.c
..............\.......\...\adc_lib.h
..............\.......\...\ADC_LIB._C
..............\Lib_Board
..............\.........\board.h
..............\.........\Sensor
..............\.........\......\sensor_drv.c
..............\.........\......\sensor_drv.h
..............\.........\......\sensor_drv._c
..............\.........\RTC
..............\.........\...\rtc_drv.c
..............\.........\...\rtc_drv.h
..............\.........\LED
..............\.........\...\LED_DRV.C
..............\.........\...\LED_DRV.H
..............\.........\Key
..............\.........\...\KEY_DRV.C
..............\.........\...\KEY_DRV.H
..............\.........\Audio
..............\.........\.....\audio_drv.c
..............\.........\.....\audio_drv.h
DVK90CAN_Sever
..............\main_dvk90can_server.c
..............\Output_ImageCraft
..............\Lib_MCU
..............\.......\COMPILER.H
..............\.......\MCU.H
..............\.......\Uart
..............\.......\....\uart_noit_lib.c
..............\.......\....\uart_noit_lib.h
..............\.......\can
..............\.......\...\can_autobaud.h
..............\.......\...\can_autobaud.s90
..............\.......\...\can_bdr.h
..............\.......\...\can_drv.c
..............\.......\...\can_drv.h
..............\.......\...\can_lib.c
..............\.......\...\can_lib.h
..............\.......\...\exemple
..............\.......\...\.......\can_lib.dep
..............\.......\...\.......\can_lib.ewd
..............\.......\...\.......\can_lib.ewp
..............\.......\...\.......\config.h
..............\.......\...\.......\lnkm128s.xcl
..............\.......\...\.......\main.c
..............\.......\...\.......\Debug
..............\.......\...\.......\.....\Exe
..............\.......\...\.......\.....\...\can_lib.a90
..............\.......\...\doc
..............\.......\...\...\Readme.html
..............\.......\...\...\html
..............\.......\...\...\....\annotated.html
..............\.......\...\...\....\can_8txt.html
..............\.......\...\...\....\can__lib_8c-source.html
..............\.......\...\...\....\can__lib_8c.html
..............\.......\...\...\....\can__lib_8h-source.html
..............\.......\...\...\....\can__lib_8h.html
..............\.......\...\...\....\doxygen.css
..............\.......\...\...\....\doxygen.png
..............\.......\...\...\....\files.html
..............\.......\...\...\....\ftv2blank.png
..............\.......\...\...\....\ftv2doc.png
..............\.......\...\...\....\ftv2folderclosed.png
..............\.......\...\...\....\ftv2folderopen.png
..............\.......\...\...\....\ftv2lastnode.png
..............\.......\...\...\....\ftv2link.png
..............\.......\...\...\....\ftv2mlastnode.png
..............\.......\...\...\....\ftv2mnode.png
..............\.......\...\...\....\ftv2node.png
..............\.......\...\...\....\ftv2plastnode.png
..............\.......\...\...\....\ftv2pnode.png
..............\.......\...\...\....\ftv2vertline.png
..............\.......\...\...\....\functions.html
..............\.......\...\...\....\functions_vars.html
..............\.......\...\...\....\globals_func.html
..............\.......\...\...\....\globals.html
..............\.......\...\...\....\globals_defs.html
..............\.......\...\...\....\globals_enum.html
..............\.......\...\...\....\globals_eval.html
..............\.......\...\...\....\index.html
..............\.......\...\...\....\main.html
..............\.......\...\...\....\page1.html
..............\.......\...\...\....\page2.html
..............\.......\...\...\....\pages.html
..............\.......\...\...\....\structcan__ctrl__t.html
..............\.......\...\...\....\structst__cmd__t.html
..............\.......\...\...\....\trame.gif
..............\.......\...\...\....\tree.html
..............\.......\...\...\....\unioncan__id__t.html
..............\.......\Adc
..............\.......\...\adc_lib.c
..............\.......\...\adc_lib.h
..............\.......\...\ADC_LIB._C
..............\Lib_Board
..............\.........\board.h
..............\.........\Sensor
..............\.........\......\sensor_drv.c
..............\.........\......\sensor_drv.h
..............\.........\......\sensor_drv._c
..............\.........\RTC
..............\.........\...\rtc_drv.c
..............\.........\...\rtc_drv.h
..............\.........\LED
..............\.........\...\LED_DRV.C
..............\.........\...\LED_DRV.H
..............\.........\Key
..............\.........\...\KEY_DRV.C
..............\.........\...\KEY_DRV.H
..............\.........\Audio
..............\.........\.....\audio_drv.c
..............\.........\.....\audio_drv.h
DVK90CAN_Sever