文件名称:OBD程序+流程图

  • 所属分类:
  • 嵌入式/单片机编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-09-28
  • 文件大小:
  • 2.06mb
  • 下载次数:
  • 1次
  • 提 供 者:
  • ann***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

OBD是英文On-Board Diagnostic的缩写,中文翻译为“车载诊断系统”。这个系统随时监控发动机的运行状况和尾气后处理系统的工作状态,一旦发现有可能引起排放超标的情况,会马上发出警示。当系统出现故障时,故障灯(MIL)或检查发动机(Check Engine)警告灯亮,同时OBD系统会将故障信息存入存储器,通过标准的诊断仪器和诊断接口可以以故障码的形式读取相关信息。根据故障码的提示,维修人员能迅速准确地确定故障的性质和部位。(OBD is the abbreviation of On-Board Diagnostic in English, and the Chinese translation is "on-board diagnostic system"". The system monitors the operating conditions of the engine and the working state of the exhaust gas treatment system at any time. Once it is found that it may cause excessive discharge, a warning will be issued immediately. When the system fails, the fault lamp (MIL) or check engine (Check Engine) warning lights and OBD system fault information will be stored in the memory, through diagnostic instruments and diagnostic standard interface can read the relevant information to the fault code form. According to the prompt of the fault code, the maintenance personnel can quickly and accurately determine the nature and location of the fault.)
相关搜索: STM32F103

(系统自动生成,下载前可以参看下载内容)

下载文件列表

OBD程序+流程图\app\can.c

OBD程序+流程图\app\can.h

OBD程序+流程图\app\dma.c

OBD程序+流程图\app\dma.h

OBD程序+流程图\app\send.c

OBD程序+流程图\app\send.h

OBD程序+流程图\app\timer.c

OBD程序+流程图\app\timer.h

OBD程序+流程图\app\usart.c

OBD程序+流程图\app\usart.h

OBD程序+流程图\BSP\bsp.c

OBD程序+流程图\BSP\bsp.h

OBD程序+流程图\keilkilll.bat

OBD程序+流程图\Libraries\CMSIS\core_cm3.c

OBD程序+流程图\Libraries\CMSIS\core_cm3.h

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_cl.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_hd.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_hd_vl.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_ld.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_ld_vl.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_md.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_md_vl.s

OBD程序+流程图\Libraries\CMSIS\startup\startup_stm32f10x_xl.s

OBD程序+流程图\Libraries\CMSIS\stm32f10x.h

OBD程序+流程图\Libraries\CMSIS\system_stm32f10x.c

OBD程序+流程图\Libraries\CMSIS\system_stm32f10x.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_fsmc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_gpio.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_i2c.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_iwdg.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_pwr.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rcc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_rtc.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_sdio.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_spi.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_tim.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_usart.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_wwdg.h

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\Release_Notes.html

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\misc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_adc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_bkp.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_can.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_cec.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_crc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dac.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dbgmcu.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_dma.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_exti.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_flash.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_fsmc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_gpio.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_i2c.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_iwdg.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_pwr.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rcc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_rtc.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_sdio.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_spi.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_tim.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_usart.c

OBD程序+流程图\Libraries\STM32F10x_StdPeriph_Driver\src\stm32f10x_wwdg.c

OBD程序+流程图\obd主程序流程图.vsdx

OBD程序+流程图\readme.txt

OBD程序+流程图\user\JLinkSettings.ini

OBD程序+流程图\user\main.c

OBD程序+流程图\user\obj\bsp.crf

OBD程序+流程图\user\obj\bsp.d

OBD程序+流程图\user\obj\bsp.o

OBD程序+流程图\user\obj\can.crf

OBD程序+流程图\user\obj\can.d

OBD程序+流程图\user\obj\can.o

OBD程序+流程图\user\obj\core_cm3.crf

OBD程序+流程图\user\obj\core_cm3.d

OBD程序+流程图\user\obj\core_cm3.o

OBD程序+流程图\user\obj\main.crf

OBD程序+流程图\user\obj\main.d

OBD程序+流程图\user\obj\main.o

OBD程序+流程图\user\obj\main.__i

OBD程序+流程图\user\obj\misc.crf

OBD程序+流程图\user\obj\misc.d

OBD程序+流程图\user\obj\misc.o

OBD程序+流程图\user\obj\send.crf

OBD程序+流程图\user\obj\send.d

OBD程序+流程图\user\obj\send.o

OBD程序+流程图\user\obj\startup_stm32f10x_md.d

OBD程序+流程图\user\obj\startup_stm32f10x_md.lst

OBD程序+流程图\user\obj\startup_stm32f10x_md.o

OBD程序+流程图\user\obj\STM32F103.axf

相关说明

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

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org