Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
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
时昊
RT_RMR42E
Commits
56c6bac3
Commit
56c6bac3
authored
Jul 24, 2024
by
郑萍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改清大计策略
parent
6ff1bbc0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
RMR42E.uvprojx
Firmware/Project/Cmsemicon/BAT32A239/MDK_ARM/RMR42E.uvprojx
+1
-1
userdefine.h
...BAT32A239/MDK_ARM/RTE/Device/BAT32G139GK64FB/userdefine.h
+1
-1
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+1
-1
Option.properties
Firmware/utility/诊断工具/Option/Option.properties
+2
-2
No files found.
Firmware/Project/Cmsemicon/BAT32A239/MDK_ARM/RMR42E.uvprojx
View file @
56c6bac3
...
@@ -275,7 +275,7 @@
...
@@ -275,7 +275,7 @@
</OCR_RVCT3>
</OCR_RVCT3>
<OCR_RVCT4>
<OCR_RVCT4>
<Type>
1
</Type>
<Type>
1
</Type>
<StartAddress>
0x
800
0
</StartAddress>
<StartAddress>
0x0
</StartAddress>
<Size>
0x40000
</Size>
<Size>
0x40000
</Size>
</OCR_RVCT4>
</OCR_RVCT4>
<OCR_RVCT5>
<OCR_RVCT5>
...
...
Firmware/Project/Cmsemicon/BAT32A239/MDK_ARM/RTE/Device/BAT32G139GK64FB/userdefine.h
View file @
56c6bac3
...
@@ -16,7 +16,7 @@ User definitions
...
@@ -16,7 +16,7 @@ User definitions
***********************************************************************************************************************/
***********************************************************************************************************************/
#ifndef __TYPEDEF__
#ifndef __TYPEDEF__
#define HAS_BOOTLOADER (
1
u) // 仅仿真App时设置为0
#define HAS_BOOTLOADER (
0
u) // 仅仿真App时设置为0
#define APP_BASE (0x00008000ul)
#define APP_BASE (0x00008000ul)
typedef
unsigned
short
MD_STATUS
;
typedef
unsigned
short
MD_STATUS
;
...
...
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
56c6bac3
...
@@ -22,7 +22,7 @@ void TYW_Clear_Eeprom_Service(void)
...
@@ -22,7 +22,7 @@ void TYW_Clear_Eeprom_Service(void)
u8MBMS_StatBattWorkState
=
Get_CAN_CH0_ID_18203220_Sig_MBMS_StatBattWorkState
();
u8MBMS_StatBattWorkState
=
Get_CAN_CH0_ID_18203220_Sig_MBMS_StatBattWorkState
();
u16MMCU_AccumulatedWorkHours
=
Get_CAN_CH0_ID_339_Sig_MMCU_AccumulatedWorkHours
();
u16MMCU_AccumulatedWorkHours
=
Get_CAN_CH0_ID_339_Sig_MMCU_AccumulatedWorkHours
();
u8BMCU_BladeSpeedGear
=
Get_CAN_CH0_ID_157_Sig_BMCU_BladeSpeedGear
();
u8BMCU_BladeSpeedGear
=
Get_CAN_CH0_ID_157_Sig_BMCU_BladeSpeedGear
();
if
((
u8MBMS_StatBattChargeState
==
0x
7
)
&&
(
u8MBMS_StatBattWorkState
==
0xf
)
&&
(
u8BMCU_BladeSpeedGear
==
0x7
)
&&
(
u16MMCU_AccumulatedWorkHours
>=
60000
))
if
((
u8MBMS_StatBattChargeState
==
0x
2U
)
&&
(
u8MBMS_StatBattWorkState
==
0xfU
)
&&
(
u8BMCU_BladeSpeedGear
==
0x7U
)
&&
(
u16MMCU_AccumulatedWorkHours
==
0xFFFFUL
))
{
{
g_u8TYWClearEepromFlag
=
1
;
g_u8TYWClearEepromFlag
=
1
;
}
}
...
...
Firmware/utility/诊断工具/Option/Option.properties
View file @
56c6bac3
#new Option
#new Option
#Mon Jul 22 1
1:48:10
CST 2024
#Mon Jul 22 1
5:49:22
CST 2024
IsSort
=
true
IsSort
=
true
MergeFlashIsCompression
=
false
MergeFlashIsCompression
=
false
ChangeAppFilePath
=
ChangeAppFilePath
=
...
@@ -26,7 +26,7 @@ MergeLineInOutPutPath=
...
@@ -26,7 +26,7 @@ MergeLineInOutPutPath=
Leave2ID
=
1
Leave2ID
=
1
PHYID
=
781
PHYID
=
781
BaudRate
=
250K
BaudRate
=
250K
AppUpdateFilePath
=
C
\:\\
Users
\\
Administrator
\\
Desktop
\\
RT_RMRE42-60-20240722
\\
APP_20240722114621583037.srec
AppUpdateFilePath
=
FUNID
=
7DF
FUNID
=
7DF
IsMergeCreateBin
=
false
IsMergeCreateBin
=
false
IsOverWrite
=
false
IsOverWrite
=
false
...
...
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