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
f0dbf732
Commit
f0dbf732
authored
Jul 26, 2024
by
郑萍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:发零不休眠,且刀盘指示灯157故障发无效值不显示
parent
61abed1e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
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
+4
-0
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+4
-4
No files found.
Firmware/Project/Cmsemicon/BAT32A239/MDK_ARM/RMR42E.uvprojx
View file @
f0dbf732
...
@@ -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 @
f0dbf732
...
@@ -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 @
f0dbf732
...
@@ -81,6 +81,10 @@ void Gauge_Cutterhead_Gear_Display(void)
...
@@ -81,6 +81,10 @@ void Gauge_Cutterhead_Gear_Display(void)
{
{
SEG_SET_Cutterhead
(
1
,
Signal1
,
0
);
SEG_SET_Cutterhead
(
1
,
Signal1
,
0
);
}
}
else
{
SEG_SET_Cutterhead
(
0
,
Signal1
,
0
);
}
}
}
else
else
{
{
...
...
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
f0dbf732
...
@@ -169,10 +169,10 @@ static Power_Status_em Power_Stay_OFF(void)
...
@@ -169,10 +169,10 @@ static Power_Status_em Power_Stay_OFF(void)
{
{
u8PowerSts
=
EM_IGN_OFF
;
u8PowerSts
=
EM_IGN_OFF
;
}
}
else
//
else
{
//
{
u8PowerSts
=
EM_IGN_Sleep_Init
;
//
u8PowerSts = EM_IGN_Sleep_Init;
}
//
}
}
}
return
u8PowerSts
;
return
u8PowerSts
;
...
...
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