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
e53f6b3e
Commit
e53f6b3e
authored
Mar 23, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整BUG
parent
b3aa1672
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
236 additions
and
172 deletions
+236
-172
GUI.c
source/Application/Graphic/GUI/GUI.c
+1
-0
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+96
-35
RTE_CAN.c
source/Application/RTE/RTE_CAN.c
+0
-1
EOL_Para.c
source/Application/UDS/APP/Common/EOL_Para.c
+96
-96
EOL_Para.h
source/Application/UDS/APP/Common/EOL_Para.h
+31
-30
UDS_Common.c
source/Application/UDS/APP/Common/UDS_Common.c
+2
-2
UDS_19Service_Main.c
...ce/Application/UDS/APP/UDS_19Service/UDS_19Service_Main.c
+7
-7
DoCAN_ISO15765.c
source/Application/UDS/TP/DoCAN_ISO15765.c
+3
-1
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
e53f6b3e
...
...
@@ -1355,6 +1355,7 @@ void GUI_AVG_FuelSpeed_Display(uint8_t Mode)
}
else
if
(
Mode
==
GUI_DISP_MODE_BLANK
)
{
;
/*Do Nothing !*/
}
else
{
...
...
source/Application/Graphic/Menu/Menu_user.c
View file @
e53f6b3e
This diff is collapsed.
Click to expand it.
source/Application/RTE/RTE_CAN.c
View file @
e53f6b3e
#include "Rscan.h"
#include "GPIO.h"
#include "dr7f701441.dvf.h"
...
...
source/Application/UDS/APP/Common/EOL_Para.c
View file @
e53f6b3e
source/Application/UDS/APP/Common/EOL_Para.h
View file @
e53f6b3e
...
...
@@ -98,4 +98,5 @@ uint8_t Val_EOL_60D0_DriveForm(void);
uint8_t
Val_EOL_60D1_BatteryCapacity
(
void
);
/*电池管理系统*/
uint8_t
Val_EOL_60D2_BatteryManagement
(
void
);
#endif
\ No newline at end of file
source/Application/UDS/APP/Common/UDS_Common.c
View file @
e53f6b3e
...
...
@@ -28,8 +28,8 @@ const uint8_t Ser22_DID_F18C[20] = {0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x
/*IC 系列号*/
const
uint8_t
Ser22_DID_F190
[
17
]
=
{
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
,
0x20
};
/*车辆标识号 VIN*/
const
uint8_t
Ser22_DID_F193
[
6
]
=
{
'V'
,
'
3'
,
'.'
,
'1
'
,
'.'
,
'0'
};
/*IC 硬件版本号 SystemSupplierECUHardwareVersionNumberApp*/
const
uint8_t
Ser22_DID_F195
[
6
]
=
{
'V'
,
'
3
'
,
'.'
,
'1'
,
'.'
,
'0'
};
/*IC 逻辑程序软件版本号 SystemSupplierECUSoftwareInformationApp*/
const
uint8_t
Ser22_DID_F193
[
6
]
=
{
'V'
,
'
1'
,
'.'
,
'2
'
,
'.'
,
'0'
};
/*IC 硬件版本号 SystemSupplierECUHardwareVersionNumberApp*/
const
uint8_t
Ser22_DID_F195
[
6
]
=
{
'V'
,
'
1
'
,
'.'
,
'1'
,
'.'
,
'0'
};
/*IC 逻辑程序软件版本号 SystemSupplierECUSoftwareInformationApp*/
DiagMSGUnion
DiagMSG
;
DiagFlagUnion
DiagFlag
;
...
...
source/Application/UDS/APP/UDS_19Service/UDS_19Service_Main.c
View file @
e53f6b3e
...
...
@@ -18,7 +18,7 @@ void UDS_Service_19_Indication(uint32_t A_TA_type, uint16_t A_Length, uint8_t A_
{
NRC
=
UDS_19Service_NRC7F
();
/*19服务会话是否支持验证*/
}
if
(
NRC
==
positiveResponse
)
if
(
NRC
==
positiveResponse
)
{
UDS_19Service_NRC13_MinLengthCheck
();
/*19服务最小长度验证*/
}
...
...
@@ -119,7 +119,7 @@ void UDS_19Service_Sub01(void)
uint16_t
DTCCount
=
0u
;
for
(
i
=
0u
;
i
<
sizeof
(
DTCToDFlashInfo
.
DTC
)
/
sizeof
(
DTCUnion
);
++
i
)
{
if
(
DTCList
[
i
][
1u
])
if
(
DTCList
[
i
][
1u
])
{
DTCStatus
=
DTCToDFlashInfo
.
DTC
[
i
].
DTCStatus
&
DTCMask
;
if
(
DTCStatus
&
DiagMSG
.
msgData
.
SidDetail
.
Data
[
0
])
...
...
@@ -146,7 +146,7 @@ void UDS_19Service_Sub02(void)
uint32_t
DTC
=
0u
;
for
(
i
=
0u
;
i
<
sizeof
(
DTCToDFlashInfo
.
DTC
)
/
sizeof
(
DTCUnion
);
++
i
)
{
if
(
DTCList
[
i
][
1u
])
if
(
DTCList
[
i
][
1u
])
{
DTCStatus
=
DTCToDFlashInfo
.
DTC
[
i
].
DTCStatus
&
DTCMask
;
if
(
DTCStatus
&
DiagMSG
.
msgData
.
SidDetail
.
Data
[
0
])
...
...
@@ -222,7 +222,7 @@ void UDS_19Service_Sub0A(void)
DiagMSG
.
msgData
.
SidDetail
.
Data
[
count
++
]
=
DTCMask
;
for
(
i
=
0u
;
i
<
sizeof
(
DTCToDFlashInfo
.
DTC
)
/
sizeof
(
DTCUnion
);
++
i
)
{
if
(
DTCList
[
i
][
1u
])
if
(
DTCList
[
i
][
1u
])
{
DTC
=
getDTCNumber
(
i
);
DTCStatus
=
DTCToDFlashInfo
.
DTC
[
i
].
DTCStatus
&
DTCMask
;
...
...
source/Application/UDS/TP/DoCAN_ISO15765.c
View file @
e53f6b3e
...
...
@@ -265,6 +265,8 @@ void DoCAN_L_Data_Request ( uint32_t Identifier, uint8_t dlc, uint8_t Data[] )
Can_Write
(
&
canMag
);
//RSCAN0_SendCH0_TxBuf0(LinkTxCtrl.Identifier, 8U, 1U, LinkTxCtrl.Data);
#else
canMag
.
u8CANLEN
=
dlc
;
Can_Write
(
&
canMag
);
//RSCAN0_SendCH0_TxBuf0(LinkTxCtrl.Identifier, 8U, 1U, LinkTxCtrl.Data);
#endif
...
...
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