基本信息
源码名称:Vector CCP移植教程.pdf
源码大小:0.67M
文件格式:.pdf
开发语言:C/C++
更新时间:2020-10-09
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

 文档是关于Vector CCP协议栈移植的教程,原文档名称: Integration of the Vector CCP Driver


1 Table of Contents
1 Table of Contents.........................................................................................................2
2 Overview.......................................................................................................................3
2.1 VECTOR CAN and CCP Driver .............................................................................4
2.1.1Configuration of the Vector CAN/CCP Driver ................................................................4
2.1.2Project Files of User’s Application .................................................................................5
2.2 Tools .....................................................................................................................6
2.2.1The Database Editor CANdb .........................................................................................6
2.2.2CANGen.........................................................................................................................7
2.3 VECTOR CCP Driver ............................................................................................8
2.3.1Polling Mode ..................................................................................................................9
2.3.2Synchronous Data Acquisition Mode (DAQ) ...............................................................10
2.3.3Checksum Calculation .................................................................................................11
2.3.4Flash Kernel Download................................................................................................11
2.3.5Seed & Key..................................................................................................................11
2.3.6C Code Generation of Parameters ..............................................................................12
3 CCP_Demo Sample....................................................................................................13
3.1 Configuration of the Vector CCP Driver ...............................................................14
3.1.1Adding CRO and DTO message in an existing *.dbc file ............................................14
3.1.2CANGen SETUP – General Settings...........................................................................16
3.2 Creation of a New CANape Project .....................................................................20
3.3 Adding a Measurement Signal to the Controller Database...................................25
3.4 Measuring Signals in Polling Mode......................................................................27
3.5 Enabling the Synchronous Data Acquisition Mode (DAQ)....................................29
3.6 Using the Synchronous Data Acquisition Mode in CANape .................................30
3.6.1Explaining the Synchronous Data Acquisition Mode...................................................34
3.7 Enabling the Checksum Calculation ....................................................................37
3.8 Enabling the Checksum Calculation in the ECU ..................................................39
3.9 Enabling the Checksum Calculation and the Cache in CANape ..........................40
3.10 Enabling “Flash Kernel Download” in the ECU ...............................................41
3.11 Enabling “Flash Kernel Download” in CANape ...............................................42
3.12 Enabling “Seed & Key” in the ECU ................................................................43
3.13 “Seed & Key” – DLL.......................................................................................45
3.14 Enabling “Seed & Key” in CANape ................................................................45
3.15 C Code Generation for Calibration Data Objects ............................................46
3.15.1 Template Files .......................................................................................................46
3.15.2 Macros ...................................................................................................................47
3.15.3 Template Example .................................................................................................48
3.15.4 How to generate a C code file (CCPTEST2.CNA) ................................................48
4 CCP_DEMO Sample Files ..........................................................................................52