1、博创提供过来最新代码 -20230714

This commit is contained in:
“苏飞源” 2023-07-14 14:02:59 +08:00
parent d9603509d5
commit 32db9d4562
13 changed files with 8711 additions and 3370 deletions

View File

@ -50,7 +50,7 @@
<InvalidFlash>1</InvalidFlash> <InvalidFlash>1</InvalidFlash>
</TargetStatus> </TargetStatus>
<OutputDirectory>.\Objects\</OutputDirectory> <OutputDirectory>.\Objects\</OutputDirectory>
<OutputName>ISP368_N10Lite_CSOT667_20230619</OutputName> <OutputName>ISP368_N10Lite_CSOT667</OutputName>
<CreateExecutable>1</CreateExecutable> <CreateExecutable>1</CreateExecutable>
<CreateLib>0</CreateLib> <CreateLib>0</CreateLib>
<CreateHexFile>1</CreateHexFile> <CreateHexFile>1</CreateHexFile>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637] ; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\ap_demo.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\ap_demo.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\ap_demo.crf ..\..\src\app\demo\ap_demo.c] ; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\ap_demo.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\ap_demo.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\ap_demo.crf ..\..\src\app\demo\ap_demo.c]
THUMB THUMB
AREA ||i.Gpio_swire_output||, CODE, READONLY, ALIGN=1 AREA ||i.Gpio_swire_output||, CODE, READONLY, ALIGN=1
@ -438,7 +438,7 @@
00001c 2014 MOVS r0,#0x14 00001c 2014 MOVS r0,#0x14
00001e f7fffffe BL hal_gpio_init_output 00001e f7fffffe BL hal_gpio_init_output
;;;2454 ;;;2454
;;;2455 TAU_LOGD("Note10Lite CSOT667 [%s %s]", __DATE__, __TIME__); ;;;2455 TAU_LOGD("N10Lite CSOT667 [%s %s]", __DATE__, __TIME__);
000022 a070 ADR r0,|L3.484| 000022 a070 ADR r0,|L3.484|
000024 9000 STR r0,[sp,#0] 000024 9000 STR r0,[sp,#0]
000026 a372 ADR r3,|L3.496| 000026 a372 ADR r3,|L3.496|
@ -467,13 +467,13 @@
000044 f7fffffe BL app_tp_init 000044 f7fffffe BL app_tp_init
;;;2469 #ifdef ADD_TIMER3_FUNCTION ;;;2469 #ifdef ADD_TIMER3_FUNCTION
;;;2470 tp_sleep_count=0; ;;;2470 tp_sleep_count=0;
000048 487b LDR r0,|L3.568| 000048 487a LDR r0,|L3.564|
00004a 2400 MOVS r4,#0 00004a 2400 MOVS r4,#0
00004c 7004 STRB r4,[r0,#0] 00004c 7004 STRB r4,[r0,#0]
;;;2471 tp_sleep_clk_count = 0; ;;;2471 tp_sleep_clk_count = 0;
00004e 487b LDR r0,|L3.572| 00004e 487a LDR r0,|L3.568|
;;;2472 phone_DisplayOFF_count=1; ;;;2472 phone_DisplayOFF_count=1;
000050 4e7b LDR r6,|L3.576| 000050 4e7a LDR r6,|L3.572|
000052 7004 STRB r4,[r0,#0] ;2471 000052 7004 STRB r4,[r0,#0] ;2471
000054 2501 MOVS r5,#1 000054 2501 MOVS r5,#1
000056 81f5 STRH r5,[r6,#0xe] 000056 81f5 STRH r5,[r6,#0xe]
@ -482,7 +482,7 @@
00005a f7fffffe BL hal_timer_init 00005a f7fffffe BL hal_timer_init
;;;2474 hal_timer_start(TIMER_NUM3, 10, soft_timer3_cb, NULL); ;;;2474 hal_timer_start(TIMER_NUM3, 10, soft_timer3_cb, NULL);
00005e 2300 MOVS r3,#0 00005e 2300 MOVS r3,#0
000060 4a78 LDR r2,|L3.580| 000060 4a77 LDR r2,|L3.576|
000062 210a MOVS r1,#0xa 000062 210a MOVS r1,#0xa
000064 2003 MOVS r0,#3 000064 2003 MOVS r0,#3
000066 f7fffffe BL hal_timer_start 000066 f7fffffe BL hal_timer_start
@ -508,16 +508,16 @@
;;;2494 if (phone_off_flag==0) ;;;2494 if (phone_off_flag==0)
;;;2495 { ;;;2495 {
;;;2496 if(Flag_blacklight_EN) ;;;2496 if(Flag_blacklight_EN)
00006a 4f77 LDR r7,|L3.584| 00006a 4f76 LDR r7,|L3.580|
|L3.108| |L3.108|
00006c 7830 LDRB r0,[r6,#0] ;2479 ; start_display_on 00006c 7830 LDRB r0,[r6,#0] ;2479 ; start_display_on
00006e 2800 CMP r0,#0 ;2479 00006e 2800 CMP r0,#0 ;2479
000070 d01f BEQ |L3.178| 000070 d01f BEQ |L3.178|
000072 f7fffffe BL init_panel 000072 f7fffffe BL init_panel
000076 4a61 LDR r2,|L3.508| 000076 4a61 LDR r2,|L3.508|
000078 4974 LDR r1,|L3.588| 000078 4973 LDR r1,|L3.584|
00007a 3a4f SUBS r2,r2,#0x4f ;2479 00007a 3a4f SUBS r2,r2,#0x4f ;2479
00007c a074 ADR r0,|L3.592| 00007c a073 ADR r0,|L3.588|
00007e f7fffffe BL LOG_printf 00007e f7fffffe BL LOG_printf
000082 70b5 STRB r5,[r6,#2] ;2479 000082 70b5 STRB r5,[r6,#2] ;2479
000084 69f0 LDR r0,[r6,#0x1c] ;2479 ; g_tx_ctrl_handle 000084 69f0 LDR r0,[r6,#0x1c] ;2479 ; g_tx_ctrl_handle
@ -534,7 +534,7 @@
0000a2 7034 STRB r4,[r6,#0] ;2482 0000a2 7034 STRB r4,[r6,#0] ;2482
0000a4 f7fffffe BL app_tp_transfer_screen_start 0000a4 f7fffffe BL app_tp_transfer_screen_start
0000a8 2202 MOVS r2,#2 ;2489 0000a8 2202 MOVS r2,#2 ;2489
0000aa 496f LDR r1,|L3.616| 0000aa 496e LDR r1,|L3.612|
0000ac 2001 MOVS r0,#1 ;2489 0000ac 2001 MOVS r0,#1 ;2489
0000ae f7fffffe BL hal_gpio_set_ap_reset_int 0000ae f7fffffe BL hal_gpio_set_ap_reset_int
|L3.178| |L3.178|
@ -567,7 +567,7 @@
0000d4 4a49 LDR r2,|L3.508| 0000d4 4a49 LDR r2,|L3.508|
0000d6 a14a ADR r1,|L3.512| 0000d6 a14a ADR r1,|L3.512|
0000d8 322d ADDS r2,r2,#0x2d ;2500 0000d8 322d ADDS r2,r2,#0x2d ;2500
0000da a064 ADR r0,|L3.620| 0000da a063 ADR r0,|L3.616|
0000dc e00b B |L3.246| 0000dc e00b B |L3.246|
|L3.222| |L3.222|
;;;2506 { ;;;2506 {
@ -584,7 +584,7 @@
0000ee 4a43 LDR r2,|L3.508| 0000ee 4a43 LDR r2,|L3.508|
0000f0 a143 ADR r1,|L3.512| 0000f0 a143 ADR r1,|L3.512|
0000f2 3236 ADDS r2,r2,#0x36 0000f2 3236 ADDS r2,r2,#0x36
0000f4 a064 ADR r0,|L3.648| 0000f4 a063 ADR r0,|L3.644|
|L3.246| |L3.246|
0000f6 f7fffffe BL LOG_printf 0000f6 f7fffffe BL LOG_printf
|L3.250| |L3.250|
@ -735,7 +735,7 @@
|L3.410| |L3.410|
;;;2576 { ;;;2576 {
;;;2577 tp_sleep_in=1; ;;;2577 tp_sleep_in=1;
00019a 4842 LDR r0,|L3.676| 00019a 4841 LDR r0,|L3.672|
00019c 7005 STRB r5,[r0,#0] 00019c 7005 STRB r5,[r0,#0]
;;;2578 // hal_gpio_set_output_data(IO_PAD_TD_LEDPWM, IO_LVL_HIGH); ;;;2578 // hal_gpio_set_output_data(IO_PAD_TD_LEDPWM, IO_LVL_HIGH);
;;;2579 ;;;2579
@ -772,7 +772,7 @@
0001d2 2251 MOVS r2,#0x51 0001d2 2251 MOVS r2,#0x51
0001d4 0152 LSLS r2,r2,#5 0001d4 0152 LSLS r2,r2,#5
0001d6 a10a ADR r1,|L3.512| 0001d6 a10a ADR r1,|L3.512|
0001d8 a033 ADR r0,|L3.680| 0001d8 a032 ADR r0,|L3.676|
0001da f7fffffe BL LOG_printf 0001da f7fffffe BL LOG_printf
;;;2593 g_need_enter_sleep_mode = false; ;;;2593 g_need_enter_sleep_mode = false;
0001de 72f4 STRB r4,[r6,#0xb] 0001de 72f4 STRB r4,[r6,#0xb]
@ -786,15 +786,15 @@
0001e2 0000 DCW 0x0000 0001e2 0000 DCW 0x0000
|L3.484| |L3.484|
0001e4 31353a35 DCB "15:52:33",0 0001e4 31313a33 DCB "11:39:01",0
0001e8 323a3333 0001e8 393a3031
0001ec 00 0001ec 00
0001ed 00 DCB 0 0001ed 00 DCB 0
0001ee 00 DCB 0 0001ee 00 DCB 0
0001ef 00 DCB 0 0001ef 00 DCB 0
|L3.496| |L3.496|
0001f0 4a756e20 DCB "Jun 20 2023",0 0001f0 4a756c20 DCB "Jul 6 2023",0
0001f4 32302032 0001f4 20362032
0001f8 30323300 0001f8 30323300
|L3.508| |L3.508|
DCD 0x00000997 DCD 0x00000997
@ -804,73 +804,71 @@
000208 4e543337 000208 4e543337
00020c 37303100 00020c 37303100
|L3.528| |L3.528|
000210 5b25735d DCB "[%s] (%04d) Note10Lite CSOT667 [%s %s]",0 000210 5b25735d DCB "[%s] (%04d) N10Lite CSOT667 [%s %s]",0
000214 20282530 000214 20282530
000218 34642920 000218 34642920
00021c 4e6f7465 00021c 4e31304c
000220 31304c69 000220 69746520
000224 74652043 000224 43534f54
000228 534f5436 000228 36363720
00022c 3637205b 00022c 5b257320
000230 25732025 000230 25735d00
000234 735d00 |L3.564|
000237 00 DCB 0
|L3.568|
DCD tp_sleep_count DCD tp_sleep_count
|L3.572| |L3.568|
DCD tp_sleep_clk_count DCD tp_sleep_clk_count
|L3.576| |L3.572|
DCD ||.data|| DCD ||.data||
|L3.580| |L3.576|
DCD soft_timer3_cb DCD soft_timer3_cb
|L3.584| |L3.580|
DCD Flag_blacklight_EN DCD Flag_blacklight_EN
|L3.588| |L3.584|
DCD ||i.init_panel||+0xc8 DCD ||i.init_panel||+0xc8
|L3.592| |L3.588|
000250 5b25735d DCB "[%s] (%04d) init code",0 00024c 5b25735d DCB "[%s] (%04d) init code",0
000254 20282530 000250 20282530
000258 34642920 000254 34642920
00025c 696e6974 000258 696e6974
000260 20636f64 00025c 20636f64
000264 6500 000260 6500
000266 00 DCB 0 000262 00 DCB 0
000267 00 DCB 0 000263 00 DCB 0
|L3.616| |L3.612|
DCD ap_reset_cb DCD ap_reset_cb
|L3.620| |L3.616|
00026c 5b25735d DCB "[%s] (%04d) Phone off 28",0 000268 5b25735d DCB "[%s] (%04d) Phone off 28",0
000270 20282530 00026c 20282530
000274 34642920 000270 34642920
000278 50686f6e 000274 50686f6e
00027c 65206f66 000278 65206f66
000280 66203238 00027c 66203238
000284 00 000280 00
000285 00 DCB 0 000281 00 DCB 0
000286 00 DCB 0 000282 00 DCB 0
000287 00 DCB 0 000283 00 DCB 0
|L3.648| |L3.644|
000288 5b25735d DCB "[%s] (%04d) Phone off 29",0 000284 5b25735d DCB "[%s] (%04d) Phone off 29",0
00028c 20282530 000288 20282530
000290 34642920 00028c 34642920
000294 50686f6e 000290 50686f6e
000298 65206f66 000294 65206f66
00029c 66203239 000298 66203239
0002a0 00 00029c 00
0002a1 00 DCB 0 00029d 00 DCB 0
0002a2 00 DCB 0 00029e 00 DCB 0
0002a3 00 DCB 0 00029f 00 DCB 0
|L3.676| |L3.672|
DCD tp_sleep_in DCD tp_sleep_in
|L3.680| |L3.676|
0002a8 5b25735d DCB "[%s] (%04d) disable video path\n",0 0002a4 5b25735d DCB "[%s] (%04d) disable video path\n",0
0002ac 20282530 0002a8 20282530
0002b0 34642920 0002ac 34642920
0002b4 64697361 0002b0 64697361
0002b8 626c6520 0002b4 626c6520
0002bc 76696465 0002b8 76696465
0002c0 6f207061 0002bc 6f207061
0002c4 74680a00 0002c0 74680a00
AREA ||i.ap_get_reg_53||, CODE, READONLY, ALIGN=2 AREA ||i.ap_get_reg_53||, CODE, READONLY, ALIGN=2
@ -4792,7 +4790,7 @@
AREA ||.rev16_text||, CODE AREA ||.rev16_text||, CODE
THUMB THUMB
EXPORT |__asm___9_ap_demo_c_c64640cd____REV16| EXPORT |__asm___9_ap_demo_c_c64640cd____REV16|
#line 467 "C:\\Keil_v5\\ARM\\PACK\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h" #line 467 "C:\\Users\\ASUS\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
|__asm___9_ap_demo_c_c64640cd____REV16| PROC |__asm___9_ap_demo_c_c64640cd____REV16| PROC
#line 468 #line 468

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637] ; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\app_tp_st_touch.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\app_tp_st_touch.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\app_tp_st_touch.crf ..\..\src\app\demo\app_tp_st_touch.c] ; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\app_tp_st_touch.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\app_tp_st_touch.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\app_tp_st_touch.crf ..\..\src\app\demo\app_tp_st_touch.c]
THUMB THUMB
AREA ||i.CRC16_2||, CODE, READONLY, ALIGN=2 AREA ||i.CRC16_2||, CODE, READONLY, ALIGN=2
@ -1259,7 +1259,7 @@
AREA ||.rev16_text||, CODE AREA ||.rev16_text||, CODE
THUMB THUMB
EXPORT |__asm___17_app_tp_st_touch_c_0c52f749____REV16| EXPORT |__asm___17_app_tp_st_touch_c_0c52f749____REV16|
#line 467 "C:\\Keil_v5\\ARM\\PACK\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h" #line 467 "C:\\Users\\ASUS\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
|__asm___17_app_tp_st_touch_c_0c52f749____REV16| PROC |__asm___17_app_tp_st_touch_c_0c52f749____REV16| PROC
#line 468 #line 468

View File

@ -1,5 +1,5 @@
; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637] ; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\app_tp_transfer.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\app_tp_transfer.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\app_tp_transfer.crf ..\..\src\app\demo\app_tp_transfer.c] ; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\app_tp_transfer.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\app_tp_transfer.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\app_tp_transfer.crf ..\..\src\app\demo\app_tp_transfer.c]
THUMB THUMB
AREA ||i.S20_Start_init||, CODE, READONLY, ALIGN=2 AREA ||i.S20_Start_init||, CODE, READONLY, ALIGN=2
@ -1276,7 +1276,7 @@
AREA ||.rev16_text||, CODE AREA ||.rev16_text||, CODE
THUMB THUMB
EXPORT |__asm___17_app_tp_transfer_c_e672c05a____REV16| EXPORT |__asm___17_app_tp_transfer_c_e672c05a____REV16|
#line 467 "C:\\Keil_v5\\ARM\\PACK\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h" #line 467 "C:\\Users\\ASUS\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
|__asm___17_app_tp_transfer_c_e672c05a____REV16| PROC |__asm___17_app_tp_transfer_c_e672c05a____REV16| PROC
#line 468 #line 468

View File

@ -1,5 +1,5 @@
; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637] ; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\board.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\board.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\board.crf ..\..\src\board\board.c] ; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\board.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\board.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\board.crf ..\..\src\board\board.c]
THUMB THUMB
AREA ||i.board_Init||, CODE, READONLY, ALIGN=2 AREA ||i.board_Init||, CODE, READONLY, ALIGN=2
@ -42,7 +42,7 @@
AREA ||.rev16_text||, CODE AREA ||.rev16_text||, CODE
THUMB THUMB
EXPORT |__asm___7_board_c_bcd01269____REV16| EXPORT |__asm___7_board_c_bcd01269____REV16|
#line 467 "C:\\Keil_v5\\ARM\\PACK\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h" #line 467 "C:\\Users\\ASUS\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
|__asm___7_board_c_bcd01269____REV16| PROC |__asm___7_board_c_bcd01269____REV16| PROC
#line 468 #line 468

View File

@ -1,5 +1,5 @@
; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637] ; generated by Component: ARM Compiler 5.06 update 6 (build 750) Tool: ArmCC [4d3637]
; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\main.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\main.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Keil_v5\ARM\PACK\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\main.crf ..\..\src\app\main.c] ; commandline ArmCC [--c99 --list --split_sections --debug -c --asm --interleave --gnu -o.\objects\main.o --asm_dir=.\Listings\ --list_dir=.\Listings\ --depend=.\objects\main.d --cpu=Cortex-M0 --apcs=interwork --diag_suppress=9931 -I..\..\src -I..\..\src\board -I..\..\src\common -I..\..\src\sdk\include -I..\..\src\app\demo -I..\..\src\sdk\include\M0 -I..\..\src\app -I..\..\src\app\module_demo -I..\..\src\app\touch -I..\..\src\app\S8 -I..\..\src\app\S9 -I..\CVWL368 -I.\RTE\_ISP_368 -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\CMSIS\Core\Include -IC:\Users\ASUS\AppData\Local\Arm\Packs\ARM\CMSIS\5.5.1\Device\ARM\ARMCM0\Include -D__MICROLIB -D__UVISION_VERSION=528 -D_RTE_ -DARMCM0 -DISP_368 --omf_browse=.\objects\main.crf ..\..\src\app\main.c]
THUMB THUMB
AREA ||i.main||, CODE, READONLY, ALIGN=1 AREA ||i.main||, CODE, READONLY, ALIGN=1
@ -32,7 +32,7 @@
AREA ||.rev16_text||, CODE AREA ||.rev16_text||, CODE
THUMB THUMB
EXPORT |__asm___6_main_c_main____REV16| EXPORT |__asm___6_main_c_main____REV16|
#line 467 "C:\\Keil_v5\\ARM\\PACK\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h" #line 467 "C:\\Users\\ASUS\\AppData\\Local\\Arm\\Packs\\ARM\\CMSIS\\5.5.1\\CMSIS\\Core\\Include\\cmsis_armcc.h"
|__asm___6_main_c_main____REV16| PROC |__asm___6_main_c_main____REV16| PROC
#line 468 #line 468

View File

@ -2452,7 +2452,7 @@ void ap_demo(void)
hal_gpio_init_output(IO_PAD_PWMEN, IO_LVL_LOW); //AP_SWIRE hal_gpio_init_output(IO_PAD_PWMEN, IO_LVL_LOW); //AP_SWIRE
hal_gpio_init_output(IO_PAD_ADCIN, IO_LVL_LOW); //SWIRE hal_gpio_init_output(IO_PAD_ADCIN, IO_LVL_LOW); //SWIRE
TAU_LOGD("Note10Lite CSOT667 [%s %s]", __DATE__, __TIME__); TAU_LOGD("N10Lite CSOT667 [%s %s]", __DATE__, __TIME__);
/* mipi rx³õʼ»¯ */ /* mipi rx³õʼ»¯ */
open_mipi_rx(); open_mipi_rx();
delayMs(20); delayMs(20);