Commit a6608b9b authored by 陈家乐's avatar 陈家乐

feat:压力测试程序:ODO位置显示时间秒

parent 7147af6d
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
; *** Scatter-Loading Description File generated by uVision *** ; *** Scatter-Loading Description File generated by uVision ***
; ************************************************************* ; *************************************************************
LR_IROM1 0x00008000 0x00040000 { ; load region size_region LR_IROM1 0x00000000 0x00040000 { ; load region size_region
ER_IROM1 0x00008000 0x00040000 { ; load address = execution address ER_IROM1 0x00000000 0x00040000 { ; load address = execution address
*.o (RESET, +First) *.o (RESET, +First)
*(InRoot$$Sections) *(InRoot$$Sections)
.ANY (+RO) .ANY (+RO)
......
...@@ -100,7 +100,7 @@ void Gauge_Service(void) ...@@ -100,7 +100,7 @@ void Gauge_Service(void)
} }
SEG_SET_ODO_TRIP_FAULTCODE_TCS_DIS(Get_Dis_KM_Unit(), Get_ODO_Value() / 10u, Get_Trip_Value()); SEG_SET_ODO_TRIP_FAULTCODE_TCS_DIS(Get_Dis_KM_Unit(), Get_Dis_Seconds_Time(), Get_Trip_Value());
Gauge_Clock_Display(); Gauge_Clock_Display();
SEG_SET_FuelDial(1, Get_CurFuelSetp()); SEG_SET_FuelDial(1, Get_CurFuelSetp());
SEG_SET_EspeedDial(1, Get_DispEngineSpeed()/500); SEG_SET_EspeedDial(1, Get_DispEngineSpeed()/500);
......
...@@ -563,6 +563,11 @@ uint8_t Get_Dis_Minute_Time(void) ...@@ -563,6 +563,11 @@ uint8_t Get_Dis_Minute_Time(void)
return counter_val.time.RTC_Minutes; return counter_val.time.RTC_Minutes;
} }
uint8_t Get_Dis_Seconds_Time(void)
{
return counter_val.time.RTC_Seconds;
}
uint8_t Get_Current_PageType(void) uint8_t Get_Current_PageType(void)
{ {
return PageType; return PageType;
......
...@@ -67,6 +67,7 @@ void Key_Left_Long_Press(void); ...@@ -67,6 +67,7 @@ void Key_Left_Long_Press(void);
void Key_Auto_Save(void); void Key_Auto_Save(void);
uint8_t Get_Dis_Hour_Time(void); uint8_t Get_Dis_Hour_Time(void);
uint8_t Get_Dis_Minute_Time(void); uint8_t Get_Dis_Minute_Time(void);
uint8_t Get_Dis_Seconds_Time(void);
uint8_t Get_Current_PageType(void); uint8_t Get_Current_PageType(void);
uint8_t Get_Current_PageMenu(void); uint8_t Get_Current_PageMenu(void);
void TYW_RESET_ODO(void); void TYW_RESET_ODO(void);
......
#new Option #new Option
#Wed Aug 21 15:17:41 CST 2024 #Fri Sep 27 10:01:36 CST 2024
IsSort=true IsSort=true
MergeFlashIsCompression=false MergeFlashIsCompression=false
ChangeAppFilePath= ChangeAppFilePath=
...@@ -7,7 +7,7 @@ MergeCanXLSPath= ...@@ -7,7 +7,7 @@ MergeCanXLSPath=
RH850_D1M1AGPIOJSONpath= RH850_D1M1AGPIOJSONpath=
DBFFilePath= DBFFilePath=
MergeCrcTtpe=21 MergeCrcTtpe=21
MergeBootFilePath=D\:\\Git\\\u5929\u9E70\\tianying_ty100\\Firmware\\utility\\Boot_Release\\TY200.080000b(ty)\\TY_TY200.080000b(ty)_Boot_B1.04_240820.hex MergeBootFilePath=D\:\\git\\temp\\tianying_ty100\\Firmware\\utility\\Boot_Release\\TY200.080000b(ty)\\TY_TY200.080000b(ty)_Boot_B1.06_240920.hex
IsMergeChangeAddress=false IsMergeChangeAddress=false
MergeFlashOutPutFilePath= MergeFlashOutPutFilePath=
GPIOOutPutPath= GPIOOutPutPath=
...@@ -30,7 +30,7 @@ AppUpdateFilePath= ...@@ -30,7 +30,7 @@ AppUpdateFilePath=
FUNID=7DF FUNID=7DF
IsMergeCreateBin=false IsMergeCreateBin=false
IsOverWrite=false IsOverWrite=false
DllFilePath=D\:\\Git\\\u5929\u9E70\\tianying_ty100\\Firmware\\utility\\\u8BCA\u65AD\u5DE5\u5177\\\u89E3\u9501\u6587\u4EF6\\TY100 x64.dll DllFilePath=
MergeAudioOutPutPath= MergeAudioOutPutPath=
MergeCanOutPutPath= MergeCanOutPutPath=
ChangeOutPutFilePath= ChangeOutPutFilePath=
...@@ -56,8 +56,8 @@ IsHexDisplay=true ...@@ -56,8 +56,8 @@ IsHexDisplay=true
MergeLineInXLSPath= MergeLineInXLSPath=
MergeFlashInPutFilePath= MergeFlashInPutFilePath=
MergeFlashIsInternal=false MergeFlashIsInternal=false
MergeOutPutFilePath=D\:\\Git\\\u5929\u9E70\\tianying_ty100\\Firmware\\utility\\\u7A0B\u5E8F\u91CA\u653E\\20240821 MergeOutPutFilePath=D\:\\git\\temp\\tianying_ty100\\Firmware\\utility\\\u538B\u529B\u6D4B\u8BD5\u7A0B\u5E8F\u91CA\u653E
MergeAppFilePath=D\:\\Git\\\u5929\u9E70\\tianying_ty100\\Firmware\\utility\\\u7A0B\u5E8F\u91CA\u653E\\20240821\\TianYing.hex MergeAppFilePath=D\:\\git\\temp\\tianying_ty100\\Firmware\\Project\\Cmsemicon\\BAT32A239\\MDK_ARM\\Objects\\TianYing.hex
MergeTelltalesXLSPath= MergeTelltalesXLSPath=
FillingByte=-86 FillingByte=-86
ImageVersion=0 ImageVersion=0
......
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