UDS_CFG.h 463 Bytes
Newer Older
hu's avatar
hu committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
#ifdef GLOBALS_UDS_CFG
#define EXTERN_UDS_CFG
#else
#define EXTERN_UDS_CFG extern
#endif

#ifndef _UDS_CFG_H_
#define _UDS_CFG_H_

#define N_Unlock 10000
#define N_SequenceOut 500
#define N_Session 5000
#define N_Cr 150
#define N_Bs 150

#define ID_BCM_PhyAddr 0x7E0
#define ID_BCM_ResAddr 0x7E8 //BCM物理响应

hu's avatar
hu committed
19 20 21
//#define ID_PhyAddr 0x7E8
#define ID_ResAddr 0x7E0 //物理响应
//#define ID_FunAddr 0x7df
hu's avatar
hu committed
22 23 24 25

#define N_FILL 0x00

#endif