Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WZ
WZ-EF01
Commits
11b7bcc9
Commit
11b7bcc9
authored
Nov 07, 2025
by
崔立宝
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin' into dev
parents
bb8dd02d
481687c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
CAN_Communication_Matrix.h
code/Sources/Protocol/inc/CAN_Communication_Matrix.h
+7
-0
CAN_Communication_Matrix.c
code/Sources/Protocol/src/CAN_Communication_Matrix.c
+3
-0
No files found.
code/Sources/Protocol/inc/CAN_Communication_Matrix.h
View file @
11b7bcc9
...
...
@@ -2333,6 +2333,7 @@ extern volatile uint8_t CANMsg18FDC40BStatus;
static
const
uint8_t
CANMsg18FDC40BInit
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
static
const
uint8_t
CANMsg18FDC40BTimeout
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
static
const
uint8_t
CANMsg18FDC40BMask
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
<<<<<<<
HEAD
/******************************************************************************
ICM5
ID:0x0C0B2A17
...
...
@@ -2397,6 +2398,8 @@ extern volatile uint8_t CANMsg18A92A17Status;
static
const
uint8_t
CANMsg18A92A17Init
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
static
const
uint8_t
CANMsg18A92A17Timeout
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
static
const
uint8_t
CANMsg18A92A17Mask
[
8
]
=
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
};
=======
>>>>>>>
origin
/*****************************************************************************************************************************************************************************
报文属性预定义
*****************************************************************************************************************************************************************************/
...
...
@@ -2523,7 +2526,11 @@ static const CANMsgAttrStruct CANMsgAttrTable[] =
{
EBS5
,
CANMsg18FDC40B
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
1000
,
0
,
&
CANMsg18FDC40BStatus
,
CANMsg18FDC40BInit
,
CANMsg18FDC40BTimeout
,
CANMsg18FDC40BMask
,},
/*==========================================================================================================================================================================*/
};
<<<<<<<
HEAD
#define CAN_TX_MSG_NUM 10
=======
#define CAN_TX_MSG_NUM 8
>>>>>>>
origin
#define CAN_RX_MSG_NUM 44
#endif
code/Sources/Protocol/src/CAN_Communication_Matrix.c
View file @
11b7bcc9
...
...
@@ -236,6 +236,7 @@ volatile uint8_t CANMsg18FFEB4EStatus;
//EBS5
volatile
CANMsg18FDC40BUnion
CANMsg18FDC40B
;
volatile
uint8_t
CANMsg18FDC40BStatus
;
<<<<<<<
HEAD
//ICM5
volatile
CANMsg0C0B2A17Union
CANMsg0C0B2A17
;
...
...
@@ -244,3 +245,5 @@ volatile uint8_t CANMsg0C0B2A17Status;
//ICM6
volatile
CANMsg18A92A17Union
CANMsg18A92A17
;
volatile
uint8_t
CANMsg18A92A17Status
;
=======
>>>>>>>
origin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment