Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
04b8e674
Commit
04b8e674
authored
Jul 14, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整BOOTid,调整T10绿灯点亮条件
parent
f959d331
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
CAN_Communication_Matrix.c
...Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.c
+1
-1
Diag_ID_Def.h
source/Application/UDS/TP/Diag_ID_Def.h
+3
-3
RSCAN_Table.c
source/Driver/CAN/RSCAN_Table.c
+2
-2
RSCAN_Table.h
source/Driver/CAN/RSCAN_Table.h
+1
-1
No files found.
source/Application/CAN_APP_NM/CAN_App/CAN_Communication_Matrix.c
View file @
04b8e674
...
...
@@ -821,7 +821,7 @@ uint8_t Get_ID_18F0010B_Sig_ASR_Brake_Control_Active(void)
uint8_t
Get_ID_18F0010B_Sig_HSAGreen_Sta
(
void
)
{
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
ID_CanMsg18F0010B_Msg_Count
,
0
u
)
>>
4u
)
&
0x03u
));
return
(((
uint8_t
)((
uint8_t
)
CAN_MSG_Read
(
ID_CanMsg18F0010B_Msg_Count
,
2
u
)
>>
4u
)
&
0x03u
));
}
uint8_t
Get_ID_18F0010B_Sig_ASR_Offroad_Switch
(
void
)
...
...
source/Application/UDS/TP/Diag_ID_Def.h
View file @
04b8e674
...
...
@@ -8,8 +8,8 @@
#ifndef _DIAG_ID_DEF_H_
#define _DIAG_ID_DEF_H_
#define DIAG_ID_Tx 0x
0113
/*发送ID*/
#define DIAG_ID_Rx_PHY 0x
0112
/*接收ID,物理寻址*/
#define DIAG_ID_Rx_FUN 0x
0111
/*接收ID,功能寻址*/
#define DIAG_ID_Tx 0x
7F8
/*发送ID*/
#define DIAG_ID_Rx_PHY 0x
7F0
/*接收ID,物理寻址*/
#define DIAG_ID_Rx_FUN 0x
7F0
/*接收ID,功能寻址*/
#endif
\ No newline at end of file
source/Driver/CAN/RSCAN_Table.c
View file @
04b8e674
...
...
@@ -42,6 +42,6 @@ const RSCANFD_Filter_st_t CANFD_RX_RULE_TABLE_LIST[CANFD0_RX_RULE_SIZE] =
{
0x000007E8ul
,
0xDFFFFFFFUL
,
0x80000000ul
,
CANFD0_CH2_RX_SELECT
},
/* 1*/
{
0x00000
111
ul
,
0xDFFFFFFFUL
,
0x80000000ul
,
CANFD0_CH2_RX_SELECT
},
/* 2*/
{
0x00000112ul
,
0xDFFFFFFFUL
,
0x80000000ul
,
CANFD0_CH2_RX_SELECT
},
/* 3*/
{
0x00000
7F0
ul
,
0xDFFFFFFFUL
,
0x80000000ul
,
CANFD0_CH2_RX_SELECT
},
/* 2*/
//
{0x00000112ul, 0xDFFFFFFFUL, 0x80000000ul, CANFD0_CH2_RX_SELECT},/* 3*/
};
\ No newline at end of file
source/Driver/CAN/RSCAN_Table.h
View file @
04b8e674
...
...
@@ -13,7 +13,7 @@ typedef struct
#define CANFD0_CH0_RX_RULE_SIZE 24u
#define CANFD0_CH1_RX_RULE_SIZE 0U
#define CANFD0_CH2_RX_RULE_SIZE
3
U
#define CANFD0_CH2_RX_RULE_SIZE
2
U
#define CANFD0_RX_RULE_SIZE (CANFD0_CH0_RX_RULE_SIZE + \
...
...
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