Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
baizhengyuan
TianYing_ty100
Commits
108cb1d1
Commit
108cb1d1
authored
Aug 17, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:56654 【天鹰TY200】【IDN OFF 检测】30电固定12V,15电从正常电压下降至5V,仪表IGN OFF,等待休眠后,上升15电电压,无法唤醒仪表
parent
831d5c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+5
-1
No files found.
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
108cb1d1
...
...
@@ -208,7 +208,11 @@ static void Power_Sleep_Init(void)
LED_Driver_Service
();
Analog_Signal_Conv_Stop
();
UART_DeInit
(
UART0
);
RTE_DEEPSLEEP_Enable
();
if
(
RTE_GPIO_Get_Level
(
WAKEUP_KL15_In
)
==
0
)
{
RTE_DEEPSLEEP_Enable
();
}
}
static
Power_Status_em
Power_Stay_ON
(
void
)
...
...
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