资源简介

详细的CCP源码、驱动和协议详解。包含CCP2.1英文原版、对CCP2.1的详细解读文档、CCP驱动及说明、CCP范例等源码和文档

资源截图

代码片段和文件信息

/*****************************************************************************
| Project Name: C C P - Driver adapter
|    File Name: CAN_CCP.C
|
|  Description: 
|   CCP driver customization module
|   This module is just an example how to adapt the CCP driver
|   It may be modified 
|       !!! Please contact Vector for Support !!!
|
|  Contains:
|   - Examples for indication confirmation and pretransmit functions
|     for the vector CAN driver.
|   - Examples for FLASH programming EEPROM programming CalPage switching
|
|-----------------------------------------------------------------------------
|               C O P Y R I G H T
|-----------------------------------------------------------------------------
| Copyright (c)  2001-2003 by Vector Informatik GmbH.     All rights reserved.
|-----------------------------------------------------------------------------
|               A U T H O R   I D E N T I T Y
|-----------------------------------------------------------------------------
| Initials     Name                      Company
| --------     ---------------------     -------------------------------------
| Hp           Armin Happel              Vector Informatik GmbH
| Js           Bernd Jesse               Vector Informatik GmbH
| Mra          Marc Rauscher             Vector Informatik GmbH
| Tri          Frank Triem               Vector Informatik GmbH
| Si           Bernd Sigle               Vector Informatik GmbH
|-----------------------------------------------------------------------------
|               R E V I S I O N   H I S T O R Y
|-----------------------------------------------------------------------------
|  Date       Version  Author  Description
| ----------  -------  ------  -----------------------------------------------
| 2002-04-17  1.00.00  Hp      - Setting-up version and commonise the header 
|                                with CANbedded software modules.
|                      Js      - CCP_CAN_CHANNEL added code switches only via
|                                positive defines changed
| 2002-05-15  1.01.00  Js      - CCP_CRO_Indication() dummy statement moved at
|                                the of the function
| 2003-02-11  1.02.00  Si      - support for C_COMP_ANSI_CANOE added
| 2003-04-11  1.03.00  Mra     - support for indexed CAN drivers
| 2003-08-12  1.03.01  Tri     - support for V_ENABLE_USE_DUMMY_STATEMENT added
| 2003-09-17  1.03.02  Si      - support for C_COMP_ANSI_CANOE and Windows NT added
| 2003-10-14  1.03.03  Tri     - corrected compiler switch CCP_BOOTLOADER for ccpFlashClear()
|***************************************************************************/

#define CCP_CAN_INTERNAL


#include “can_inc.h“
#include “ccp.h“

#if defined ( C_ENABLE_CCP )

#define CCP_CAN_ADAPTER_VERSION  0x0103
#define CCP_CAN_ADAPTER_BUGFIX_VERSION 0x03


/*----------------------------------------------------------------------------*/

#if defi

评论

共有 条评论