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
25ac2644
Commit
25ac2644
authored
Jul 20, 2022
by
李茂军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加USB跳转接口
parent
1e35135a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
UDS_Common.c
source/Application/UDS/APP/Common/UDS_Common.c
+6
-0
UDS_Common.h
source/Application/UDS/APP/Common/UDS_Common.h
+2
-0
No files found.
source/Application/UDS/APP/Common/UDS_Common.c
View file @
25ac2644
...
...
@@ -1067,3 +1067,9 @@ void BootReadFlahInit(void)
write2EData
(
Write2EData
);
}
}
void
StartUSBUpgrade
(
void
)
{
WriteJumpBootStatusToDFlash
(
Flag_App_USBStatus
);
UDS_RESET
();
}
\ No newline at end of file
source/Application/UDS/APP/Common/UDS_Common.h
View file @
25ac2644
...
...
@@ -47,6 +47,7 @@
#define NeedWait 0x01u
#define JumpToBoot02 0x58856336u
#define JumpToBoot82 0x85583663u
#define Flag_App_USBStatus 0x4774C99Cu
/**
*10服务和子服务
...
...
@@ -502,4 +503,5 @@ void Ser2EToDFlashInfoInit(void);
void
DTCToDFlashInfoInit
(
void
);
void
DTCConfigurationInit
(
void
);
void
BootReadFlahInit
(
void
);
void
StartUSBUpgrade
(
void
);
#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