Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
66f02826
Commit
66f02826
authored
Jun 17, 2025
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改车型配置以及第一步修改为静态电流
parent
0ea76bc8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
11 deletions
+15
-11
CAN_APP.c
YueJin_test_bench/source/Appliciation/CAN_APP.c
+1
-1
Display_Info.c
YueJin_test_bench/source/Appliciation/Display_Info.c
+1
-1
Task.c
YueJin_test_bench/source/Appliciation/Task.c
+11
-7
init.c
YueJin_test_bench/source/System/init.c
+2
-2
No files found.
YueJin_test_bench/source/Appliciation/CAN_APP.c
View file @
66f02826
...
...
@@ -1221,7 +1221,7 @@ void change_UDS_DID(void)
data
[
2
]
=
0x2E
;
data
[
3
]
=
0xF0
;
data
[
4
]
=
0x10
;
data
[
5
]
=
0x0
3
;
data
[
5
]
=
0x0
2
;
data
[
6
]
=
0xBF
;
data
[
7
]
=
0xFD
;
init_CAN_Frame
(
&
m_msg
,
0x714
,
8
,
1
,
data
);
...
...
YueJin_test_bench/source/Appliciation/Display_Info.c
View file @
66f02826
...
...
@@ -4019,7 +4019,7 @@ void Display_Version_Info(uint32_t ON_OFF)
// TFT_LCD_Draw_Bmp(3, 160, ( uint8_t * )gImage_Alarm_12_WordX6_Y165); //24脚输出占空比
// TFT_LCD_Draw_Bmp(210, 160, ( uint8_t * )gImage_Alarm_13_ImageX222_Y166); //%
TFT_LCD_Draw_Bmp
(
3
,
290
,
(
uint8_t
*
)
gImage_gImage_checkVX6_Y165
);
//检测台版本号
uint8_t
mbuff
[
5
]
=
{
0
,
0x2E
,
0
,
6
,
0xff
};
uint8_t
mbuff
[
5
]
=
{
0
,
0x2E
,
0
,
8
,
0xff
};
General_Number_Disp
(
mbuff
,
160
,
290
);
}
...
...
YueJin_test_bench/source/Appliciation/Task.c
View file @
66f02826
...
...
@@ -101,6 +101,8 @@ void Sys_Run_Mode_10ms_Tasks_Group(void)
Key_Service
(
);
resetchangeUDSfuc
();
if
(
MENU_CHECK_STEP
!=
14
)
{
if
(
fakedelay
<
100
)
{
fakedelay
++
;
...
...
@@ -110,6 +112,8 @@ void Sys_Run_Mode_10ms_Tasks_Group(void)
change_UDS_DID
();
// cycleflag = 1;
}
}
if
(
resetflag
==
0
)
{
if
(
cycleflag
==
1
)
...
...
YueJin_test_bench/source/System/init.c
View file @
66f02826
...
...
@@ -81,8 +81,8 @@ void Sys_Startup_Init(void)
Display_Title_Info
(
);
Key_Init
(
);
Buzzer_Init
();
POWER_CTRL_KL30
=
1
u
;
//B+
POWER_CTRL_KL15
=
1
u
;
//KL15
POWER_CTRL_KL30
=
0
u
;
//B+
POWER_CTRL_KL15
=
0
u
;
//KL15
MENU_CHECK_STEP
=
14
;
}
...
...
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