Commit 352472da authored by hu's avatar hu

调整ADAS显示,跳帧LD文件

parent f3345a2c
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
project .intvect 1536 project .intvect 1536
project .text 317548 project .text 317516
project .rodata 411087 project .rodata 411087
project .secinfo 120 project .secinfo 120
project .syscall 6 project .syscall 6
......
...@@ -919,7 +919,7 @@ void Gui_ADAS_Display(uint8_t Mode) ...@@ -919,7 +919,7 @@ void Gui_ADAS_Display(uint8_t Mode)
if (FLASH_SYNC_1Hz) if (FLASH_SYNC_1Hz)
{ {
/*车*/ /*车*/
GUI_General_Display(ADAS_Sprite, CN_che_yinying_1, GUI_BLENDMODE_SRC_OVER); GUI_General_Display(ADAS_Sprite, CN_che_yinying_1, GUI_BLENDMODE_CUSTOM);
/*道*/ /*道*/
GUI_General_Display(ADAS_Sprite, CN_Road1_yinying_1, GUI_BLENDMODE_SRC_OVER); GUI_General_Display(ADAS_Sprite, CN_Road1_yinying_1, GUI_BLENDMODE_SRC_OVER);
GUI_General_Display(ADAS_Sprite, CN_Road2_yinying_1, GUI_BLENDMODE_SRC_OVER); GUI_General_Display(ADAS_Sprite, CN_Road2_yinying_1, GUI_BLENDMODE_SRC_OVER);
...@@ -935,7 +935,7 @@ void Gui_ADAS_Display(uint8_t Mode) ...@@ -935,7 +935,7 @@ void Gui_ADAS_Display(uint8_t Mode)
((Sys_Sta_A0 == 3u) && ((AEBS_Sta_A0 == 0u) || (AEBS_Sta_A0 == 2u)))) ((Sys_Sta_A0 == 3u) && ((AEBS_Sta_A0 == 0u) || (AEBS_Sta_A0 == 2u))))
{ {
/*车*/ /*车*/
GUI_General_Display(ADAS_Sprite, CN_che_yinying_1, GUI_BLENDMODE_SRC_OVER); GUI_General_Display(ADAS_Sprite, CN_che_yinying_1, GUI_BLENDMODE_CUSTOM);
/*道*/ /*道*/
ADAS_Value = 3u; ADAS_Value = 3u;
...@@ -958,7 +958,7 @@ void Gui_ADAS_Display(uint8_t Mode) ...@@ -958,7 +958,7 @@ void Gui_ADAS_Display(uint8_t Mode)
((Sys_Sta_A0 == 3u) && (AEBS_Sta_A0 == 1u))) ((Sys_Sta_A0 == 3u) && (AEBS_Sta_A0 == 1u)))
{ {
/*车*/ /*车*/
GUI_General_Display(ADAS_Sprite, CN_che, GUI_BLENDMODE_SRC_OVER); GUI_General_Display(ADAS_Sprite, CN_che, GUI_BLENDMODE_CUSTOM);
/*道*/ /*道*/
ADAS_Value = 3u; ADAS_Value = 3u;
......
...@@ -349,7 +349,7 @@ Total_Begin: ...@@ -349,7 +349,7 @@ Total_Begin:
if ((TEMP[0] != 0x50415247) || (TEMP[1] != 0x50415f45)) if ((TEMP[0] != 0x50415247) || (TEMP[1] != 0x50415f45))
{ {
goto Total_Begin; //goto Total_Begin;
} }
End_Begin: End_Begin:
//i_count=0; //i_count=0;
......
...@@ -55,11 +55,11 @@ CONSTANTS ...@@ -55,11 +55,11 @@ CONSTANTS
MEMORY MEMORY
{ {
iROM_0 : ORIGIN = 0x00200400, LENGTH = 2048k iROM_0 : ORIGIN = 0x00000000, LENGTH = 5120k
iRAM_0 : ORIGIN = 0xFEB80000, LENGTH = 512k /* RAM addres space seen by external bus masters */ iRAM_0 : ORIGIN = 0xFEB80000, LENGTH = 512k /* RAM addres space seen by external bus masters */
iRAM_1 : ORIGIN = 0xFED80000, LENGTH = 512k /* local RAM address space */ iRAM_1 : ORIGIN = 0xFED80000, LENGTH = 512k /* local RAM address space */
iRAM_R0 : ORIGIN = 0x3FCE4000, LENGTH = 1k iRAM_R0 : ORIGIN = 0x3FCE4000, LENGTH = 1k
iRAM_R : ORIGIN = 0x3FCE4400, LENGTH = 16k iRAM_R : ORIGIN = 0x3FCE4400, LENGTH = 15k
} }
SECTIONS SECTIONS
...@@ -68,7 +68,7 @@ SECTIONS ...@@ -68,7 +68,7 @@ SECTIONS
/* Start of internal ROM area (iROM_0) */ /* Start of internal ROM area (iROM_0) */
.intvect :>iROM_0 /* start of interrupt vector */ .intvect :>iROM_0 /* start of interrupt vector */
.intvect_end 0x200a00 :>. /* end of interrupt vector */ .intvect_end 0x00000600 :>. /* end of interrupt vector */
.text align(4) :>. /* program code area */ .text align(4) :>. /* program code area */
......
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