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
a5c1308f
Commit
a5c1308f
authored
Mar 28, 2024
by
hu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'menutest' into withBoot_ENCN
parents
29eca063
4cdf8a74
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
FlashCheckSum.h
source/Application/Graphic/GUI/FlashCheckSum.h
+1
-1
GUI.h
source/Application/Graphic/GUI/GUI.h
+1
-1
UDS_22Service_Main.c
...ce/Application/UDS/APP/UDS_22Service/UDS_22Service_Main.c
+2
-2
No files found.
source/Application/Graphic/GUI/FlashCheckSum.h
View file @
a5c1308f
#ifndef __FLASHCHECKSUM_H_
#define __FLASHCHECKSUM_H_
#define REAL_FLASHCHECKSUM 0x
FBBA5D2D
u
#define REAL_FLASHCHECKSUM 0x
1CE2C295
u
#define SPI_START_ADDR 0x10000000u
#define SPI_ADDR_RANGE 0x0699ADC0u
...
...
source/Application/Graphic/GUI/GUI.h
View file @
a5c1308f
...
...
@@ -18,7 +18,7 @@
#define SystemSupplierECUHardwareVersionNumberApp ((uint16_t)(10301))
/*硬件版本号 HV:01.02.02*/
#define SystemSupplierECUSoftwareInformationApp ((uint16_t)(10010))
/*软件版本号 SV:01.01.05*/
#define systemSupplierECUFlashInformationApp ((uint16_t)(
7
))
/*FLASH版本号 FV:00.14*/
#define systemSupplierECUFlashInformationApp ((uint16_t)(
8
))
/*FLASH版本号 FV:00.14*/
typedef
struct
{
...
...
source/Application/UDS/APP/UDS_22Service/UDS_22Service_Main.c
View file @
a5c1308f
...
...
@@ -3,10 +3,10 @@
const
uint8_t
TYW_UDS_BWVersion
[
7
]
=
"BV:1.00"
;
// TYW BOOT -- 00 01
const
uint8_t
TYW_UDS_SWVersion
[
7
]
=
"SV:1.10"
;
// TYW Software -- 00 02
const
uint8_t
TYW_UDS_HWVersion
[
7
]
=
"HV:1.03"
;
// TYW Hardware -- 00 03
const
uint8_t
TYW_UDS_FWVersion
[
7
]
=
"FV:1.0
6
"
;
// TYW Flash -- 00 04
const
uint8_t
TYW_UDS_FWVersion
[
7
]
=
"FV:1.0
8
"
;
// TYW Flash -- 00 04
const
uint8_t
TYW_UDS_BLVersion
[
7
]
=
"BL:-.--"
;
// TYW BL -- 00 05
const
uint8_t
TYW_UDS_ProgrammingDate
[
8
]
=
"20240326"
;
// TYW Compilation Date -- 00 06
const
uint8_t
TYW_UDS_FUVersion
[
7
]
=
"FU:1.
50
"
;
// TYW FUEL -- 00 07
const
uint8_t
TYW_UDS_FUVersion
[
7
]
=
"FU:1.
05
"
;
// TYW FUEL -- 00 07
/**
*22服务函数入口
...
...
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