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
8a5b0299
Commit
8a5b0299
authored
Mar 07, 2024
by
李秉薇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:39846,39877(一类)
parent
38067988
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UDS_ISO14229_Services.c
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
+2
-2
TBDML.ini
code/TBDML.ini
+1
-1
No files found.
code/Sources/Diagnostic/src/UDS_ISO14229_Services.c
View file @
8a5b0299
...
@@ -1056,7 +1056,7 @@ void UDS_Service_10_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
...
@@ -1056,7 +1056,7 @@ void UDS_Service_10_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
if
(
UDS_ISO14229_Transfer
[
0
]
==
0x02
){
if
(
UDS_ISO14229_Transfer
[
0
]
==
0x02
){
NegRes
.
code
=
requestCorrectlyReceivedResponsePending
;
NegRes
.
code
=
requestCorrectlyReceivedResponsePending
;
UDS_Service_Response
(
0x10
,
NEGATIVE_RSP
,
DIAG_ID_Tx
,
1
,
(
uint8_t
*
)
(
&
NegRes
.
code
)
);
UDS_Service_Response
(
0x10
,
NEGATIVE_RSP
,
DIAG_ID_Tx
,
1
,
(
uint8_t
*
)
(
&
NegRes
.
code
)
);
for
(
i
=
0
;
i
<
5
00
;
++
i
){
for
(
i
=
0
;
i
<
300
00
;
++
i
){
nop
();
nop
();
}
}
WRITE_BZ_inDFLAH2Sector
(
0x3AA3
);
//进入编程模式
WRITE_BZ_inDFLAH2Sector
(
0x3AA3
);
//进入编程模式
...
@@ -2238,7 +2238,7 @@ void UDS_Service_11_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
...
@@ -2238,7 +2238,7 @@ void UDS_Service_11_Indication ( uint32_t A_TA_type, uint16_t A_Length, uint8_t
if
(
UDS_ISO14229_Transfer
[
0
]
==
0x01
){
if
(
UDS_ISO14229_Transfer
[
0
]
==
0x01
){
UDS_Service_Response
(
0x11
,
POSITIVE_RSP
,
DIAG_ID_Tx
,
1
,
UDS_ISO14229_Transfer
);
UDS_Service_Response
(
0x11
,
POSITIVE_RSP
,
DIAG_ID_Tx
,
1
,
UDS_ISO14229_Transfer
);
i
=
3000
;
i
=
3000
0
;
while
(
i
--
){
while
(
i
--
){
nop
();
nop
();
}
}
...
...
code/TBDML.ini
View file @
8a5b0299
...
@@ -11,7 +11,7 @@ Layout=C_layout.hwl
...
@@ -11,7 +11,7 @@ Layout=C_layout.hwl
LoadDialogOptions
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
LoadDialogOptions
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
CPU
=
HC12
CPU
=
HC12
AEFWarningDialog
=
FALSE
AEFWarningDialog
=
FALSE
MainFrame
=
2,3,-
1,-1
,-1,-1,382,131,1859,919
MainFrame
=
2,3,-
32000,-32000
,-1,-1,382,131,1859,919
TOOLBAR
=
57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
TOOLBAR
=
57600 57601 32795 0 57635 57634 57637 0 57671 57669 0 32777 32776 32782 32780 32781 32778 0 32806
Configuration
=
TBDML.hwc
Configuration
=
TBDML.hwc
Statusbar
=
1
Statusbar
=
1
...
...
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