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
TY
TianYing_ty100
Commits
e7149627
Commit
e7149627
authored
Aug 15, 2024
by
陈家乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:56305 仪表首帧上大电,外发第一帧时间超过300ms
parent
322449af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
PowerManag_user.c
Firmware/Source/Component/PowerManagement/PowerManag_user.c
+6
-3
No files found.
Firmware/Source/Component/PowerManagement/PowerManag_user.c
View file @
e7149627
...
@@ -49,6 +49,10 @@ static void Power_KL30_Init(void)
...
@@ -49,6 +49,10 @@ static void Power_KL30_Init(void)
Gpio_Init
(
Gpio_KL30_Init
);
Gpio_Init
(
Gpio_KL30_Init
);
eeprom_StoreInfo_Init
();
eeprom_StoreInfo_Init
();
Can_Init
();
Can_Init
();
CAN_TX_Count_Init
();
CAN_TX_SetEnable
(
&
CAN_CH0_CanMsgTxOp
,
CAN_N_TX_Enable
);
Data_TPMS_KL30_Init
();
DFlash_init
();
DFlash_init
();
Data_Read_DiagPara
();
Data_Read_DiagPara
();
...
@@ -82,7 +86,7 @@ static void Power_KL30_Init(void)
...
@@ -82,7 +86,7 @@ static void Power_KL30_Init(void)
Telltales_Init
();
Telltales_Init
();
Telltales_UserInit
();
Telltales_UserInit
();
MenuData_Unit_Init
();
MenuData_Unit_Init
();
Data_TPMS_KL30_Init
();
RTCInformation
.
u8RTCSecond
=
0
;
RTCInformation
.
u8RTCSecond
=
0
;
RTCInformation
.
u8RTCMinute
=
0
;
RTCInformation
.
u8RTCMinute
=
0
;
RTCInformation
.
u8RTCHour
=
0
;
RTCInformation
.
u8RTCHour
=
0
;
...
@@ -93,8 +97,7 @@ static void Power_KL30_Init(void)
...
@@ -93,8 +97,7 @@ static void Power_KL30_Init(void)
RTE_DEEPSLEEP_GPIO_Interrupt_Enable
(
WAKEUP_KL15_In
,
Trigger_Rising
);
RTE_DEEPSLEEP_GPIO_Interrupt_Enable
(
WAKEUP_KL15_In
,
Trigger_Rising
);
FaultCode_Init
();
FaultCode_Init
();
CAN_TX_Count_Init
();
CAN_TX_SetEnable
(
&
CAN_CH0_CanMsgTxOp
,
CAN_N_TX_Enable
);
}
}
extern
uint32_t
PowerIgnOffTimeLine
;
extern
uint32_t
PowerIgnOffTimeLine
;
...
...
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