登录
首页 » Others » OBD_CAN

OBD_CAN

于 2020-11-16 发布 文件大小:346KB
0 164
下载积分: 1 下载次数: 450

代码说明:

  用STM32F103单片机做的汽车OBD诊断仪,可以读取整车CAN线上,汽车发动机转速,车速等信息,对CAN通信学习有一定帮助,本代码支持所有标准CAN车型。(STM32F103 microcontroller to do with car OBD diagnostic, read the vehicle CAN line, automobile engine speed, vehicle speed and other information, to learn some help CAN communication, the code supports all standard CAN models.)

文件列表:

OBD_CAN读取代码
...............\app
...............\...\can.c,6630,2014-12-17
...............\...\can.h,378,2014-04-15
...............\...\dma.c,1489,2013-08-06
...............\...\dma.h,277,2013-08-06
...............\...\send.c,1530,2014-03-31
...............\...\send.h,183,2014-03-31
...............\...\timer.c,2470,2014-04-27
...............\...\timer.h,153,2014-04-12
...............\...\usart.c,5463,2014-04-13
...............\...\usart.h,184,2013-08-04
...............\BSP
...............\...\bsp.c,13202,2014-12-17
...............\...\bsp.h,4415,2014-12-11
...............\keilkilll.bat,399,2011-04-23
...............\Libraries
...............\.........\CMSIS
...............\.........\.....\core_cm3.c,17273,2010-06-07
...............\.........\.....\core_cm3.h,85714,2011-02-09
...............\.........\.....\startup
...............\.........\.....\.......\startup_stm32f10x_cl.s,15766,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_hd.s,15503,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_hd_vl.s,15692,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_ld.s,12376,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_ld_vl.s,13656,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_md.s,12765,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_md_vl.s,14073,2011-03-10
...............\.........\.....\.......\startup_stm32f10x_xl.s,15955,2011-03-10
...............\.........\.....\stm32f10x.h,633941,2011-03-10
...............\.........\.....\system_stm32f10x.c,36557,2013-08-03
...............\.........\.....\system_stm32f10x.h,2085,2011-03-10
...............\.........\STM32F10x_StdPeriph_Driver
...............\.........\..........................\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_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
...............\.........\..........................\Release_Notes.html,29246,2011-03-14
...............\.........\..........................\src
...............\.........\..........................\...\misc.c,7046,2011-03-10
...............\.........\..........................\...\stm32f10x_adc.c,47201,2011-03-10
...............\.........\..........................\...\stm32f10x_bkp.c,8463,2011-03-10
...............\.........\..........................\...\stm32f10x_can.c,45103,2011-03-10
...............\.........\..........................\...\stm32f10x_cec.c,11656,2011-03-10
...............\.........\..........................\...\stm32f10x_crc.c,3347,2011-03-10
...............\.........\..........................\...\stm32f10x_dac.c,19087,2011-03-10
...............\.........\..........................\...\stm32f10x_dbgmcu.c,5149,2011-03-10
...............\.........\..........................\...\stm32f10x_dma.c,29607,2011-03-10
...............\.........\..........................\...\stm32f10x_exti.c,6959,2011-03-10
...............\.........\..........................\...\stm32f10x_flash.c,62551,2011-03-10
...............\.........\..........................\...\stm32f10x_fsmc.c,35484,2011-03-10
...............\.........\..........................\...\stm32f10x_gpio.c,23221,2011-03-11
...............\.........\..........................\...\stm32f10x_i2c.c,45781,2011-03-10
...............\.........\..........................\...\stm32f10x_iwdg.c,4916,2011-03-10
...............\.........\..........................\...\stm32f10x_pwr.c,8759,2011-03-10
...............\.........\..........................\...\stm32f10x_rcc.c,51271,2011-03-10
...............\.........\..........................\...\stm32f10x_rtc.c,8598,2011-03-10
...............\.........\..........................\...\stm32f10x_sdio.c,28933,2011-03-10
...............\.........\..........................\...\stm32f10x_spi.c,30224,2011-03-10
...............\.........\..........................\...\stm32f10x_tim.c,109159,2011-03-10
...............\.........\..........................\...\stm32f10x_usart.c,38308,2011-03-10
...............\.........\..........................\...\stm32f10x_wwdg.c,5735,2011-03-10
...............\readme.txt,141,2016-10-12
...............\user
...............\....\JLinkSettings.ini,578,2013-08-03
...............\....\main.c,2056,2014-12-28
...............\....\obj
...............\....\...\STM32F103.hex,45943,2014-12-28
...............\....\STM32F103.uvgui.Administrator,148120,2014-12-28
...............\....\STM32F103.uvopt,17623,2014-12-28
...............\....\STM32F103.uvproj,18553,2014-03-31
...............\....\stm32f10x_conf.h,3291,2013-08-06
...............\....\stm32f10x_it.c,9470,2014-12-16
...............\....\stm32f10x_it.h,2127,2013-08-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • eeprom
    eeprom在davinci板子上的例子(davinci board EEPROM in the examples)
    2008-02-25 20:20:56下载
    积分:1
  • STM32-MCKIT-V1.0
    ST PMSM/ACIM FOC 电机控制库 V1.0(ST PMSM/ACIM FOC)
    2013-08-23 14:24:05下载
    积分:1
  • protel
    基于单片机的智能灯光设计电路,愿与大家共同交流(MCU-based intelligent lighting design circuit, and we would like to exchange)
    2020-06-29 20:00:02下载
    积分:1
  • 51综合练习
    说明:  8051 练习项目,包含串口、定时器、红外遥控、LCD1602、SMI串行总线读写等功能。(8051 exercise items, including serial port, timer, infrared remote control, LCD1602, SMI serial bus reading and writing functions.)
    2020-06-16 11:20:02下载
    积分:1
  • Led
    说明:  1.GPIO输出控制实验-控制Led亮灭,zigbee 控制LED亮灭(1. GPIO output control experiment - control LED on and off, ZigBee control LED on and off)
    2019-11-04 10:49:29下载
    积分:1
  • CyUSBSerial_v3.0.11.0
    Zedboard上板载有一个USB转UART串口,采用了Cypress公司的USB-UART控制器CY7C64225。Zedboard的USB驱动安装很简单,首先下载USB驱动程序,解压缩后会有3个子目录分别对应Windows XP、Windows Vista和Windows 7系统,根据自己的计算机系统选择。(Onboard there Zedboard a USB-to-UART serial port, using Cypress' s USB-UART controller CY7C64225. Zedboard USB driver installation is very simple, first download the USB driver, unzip have three subdirectories corresponding to Windows XP, Windows Vista and Windows 7 systems, according to their own computer systems to choose from.)
    2014-07-14 19:13:19下载
    积分:1
  • 8、交通灯
    绿灯亮时,准许车辆通行,黄灯闪烁时,已越过停止线的车辆可以继续通行;没有通过的应该减速慢行到停车线前停止并等待,红灯亮时,禁止车辆通行。给行人看的叫人行横道灯,通常指由红、绿(绿为蓝绿)二种颜色灯组成用来指挥交通通行的信号灯,红灯停,绿灯行。(When the green light is on, the vehicle is allowed to pass. When the yellow light is flashing, the vehicles that have crossed the stop line can continue to pass.You should slow down to stop and wait at the stop line. No traffic is allowed when the red light is on.Pedestrian crossing lights for pedestrians, usually denoted by red, green (green, blue, green), two color lamps used to direct traffic signals, stop at red lights and green.)
    2018-03-20 14:09:14下载
    积分:1
  • TEA5767
    tea5767收音机原理图,mcu是STC90C52属51系列单片机,原码在网上可搜。(TEA5767 RADIO SCH,MCU IS STC90C52 IN SYSTEM,SOURCE PROGRAM WEB SEARCH )
    2013-07-14 11:57:49下载
    积分:1
  • single-voltage
    使用单片机制作多路输入电压表程序 用汇编语言写的。希望对大家有用(Using single-chip multi-channel input voltage meter program written in assembly language. I hope useful)
    2013-09-13 20:14:21下载
    积分:1
  • yuancheng
    51单片机控制,可远程操控温度和湿度,实时观察与检测(51 MCU control, remote control of temperature and humidity, real-time observation and testing)
    2015-07-16 20:42:44下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载