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
81782dbd
Commit
81782dbd
authored
Feb 02, 2026
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改自走最大步骤
parent
07ffac9d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
API_RTC.c
Test_Bench/Api_Sources/API_RTC.c
+1
-1
APP_Test.c
Test_Bench/Api_Sources/APP_Test.c
+0
-2
APP_Test.h
Test_Bench/App_Headers/APP_Test.h
+2
-0
TBDML.ini
Test_Bench/TBDML.ini
+11
-0
No files found.
Test_Bench/Api_Sources/API_RTC.c
View file @
81782dbd
...
@@ -497,7 +497,7 @@ interrupt void Api_RTC_isr(void)
...
@@ -497,7 +497,7 @@ interrupt void Api_RTC_isr(void)
RT_2s
=
null
;
RT_2s
=
null
;
Key
.
CAN_Step
++
;
Key
.
CAN_Step
++
;
if
(
Key
.
CAN_Step
>
1
)
if
(
Key
.
CAN_Step
>
STEP_MAX
)
{
{
Key
.
CAN_Step
=
0
;
Key
.
CAN_Step
=
0
;
}
}
...
...
Test_Bench/Api_Sources/APP_Test.c
View file @
81782dbd
...
@@ -2,8 +2,6 @@
...
@@ -2,8 +2,6 @@
#include "../App_Headers/includes.h"
#include "../App_Headers/includes.h"
#include "../Library/TimeCtrl.h"
#include "../Library/TimeCtrl.h"
#define STEP_MAX 6//34//����
void
All_Lamp_TurnOn
(
void
);
void
All_Lamp_TurnOn
(
void
);
void
APP_Test_Init
(
void
){
void
APP_Test_Init
(
void
){
...
...
Test_Bench/App_Headers/APP_Test.h
View file @
81782dbd
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#define EXTERN_APP_TEST extern
#define EXTERN_APP_TEST extern
#endif
#endif
#define STEP_MAX 6
#ifndef APP_TEDT_H_
#ifndef APP_TEDT_H_
#define APP_TEDT_H_
#define APP_TEDT_H_
...
...
Test_Bench/TBDML.ini
View file @
81782dbd
...
@@ -57,3 +57,14 @@ File3=
...
@@ -57,3 +57,14 @@ File3=
[Turbo_BDM_Light]
[Turbo_BDM_Light]
TARGET_FREQUENCY_RATIO
=
2000000
TARGET_FREQUENCY_RATIO
=
2000000
TARGET_FREQUENCY
=
16000000
TARGET_FREQUENCY
=
16000000
[Recent Applications File List]
File0
=
C:
\U
sers
\H
e
\D
esktop
\T
esting_Bench_260119.s19
File1
=
File2
=
File3
=
LoadFlags0
=
AUTOERASEANDFLASH RUNANDSTOPAFTERLOAD="main"
LoadFlags1
=
LoadFlags2
=
LoadFlags3
=
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