Commit 108cb1d1 authored by 李俭双's avatar 李俭双

🐞 fix:56654 【天鹰TY200】【IDN OFF 检测】30电固定12V,15电从正常电压下降至5V,仪表IGN OFF,等待休眠后,上升15电电压,无法唤醒仪表

parent 831d5c36
...@@ -208,7 +208,11 @@ static void Power_Sleep_Init(void) ...@@ -208,7 +208,11 @@ static void Power_Sleep_Init(void)
LED_Driver_Service(); LED_Driver_Service();
Analog_Signal_Conv_Stop(); Analog_Signal_Conv_Stop();
UART_DeInit(UART0); UART_DeInit(UART0);
if(RTE_GPIO_Get_Level(WAKEUP_KL15_In) == 0)
{
RTE_DEEPSLEEP_Enable(); RTE_DEEPSLEEP_Enable();
}
} }
static Power_Status_em Power_Stay_ON(void) static Power_Status_em Power_Stay_ON(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment