added dac support
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
ARM GAS /tmp/ccwVm8tx.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m7
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
28:Src/File_Handling.c ****
|
||||
29:Src/File_Handling.c ****
|
||||
30:Src/File_Handling.c **** void Send_Uart (char *string)
|
||||
ARM GAS /tmp/cc6OCjXR.s page 2
|
||||
ARM GAS /tmp/ccwVm8tx.s page 2
|
||||
|
||||
|
||||
31:Src/File_Handling.c **** {
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
75 0012 0120 movs r0, #1
|
||||
76 .L2:
|
||||
41:Src/File_Handling.c **** else return 0;
|
||||
ARM GAS /tmp/cc6OCjXR.s page 3
|
||||
ARM GAS /tmp/ccwVm8tx.s page 3
|
||||
|
||||
|
||||
42:Src/File_Handling.c **** }
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
48:Src/File_Handling.c **** return 1;//else Send_Uart("ERROR!!! in UNMOUNTING SD CARD\n\n\n");
|
||||
126 .loc 1 48 9 view .LVU21
|
||||
127 0012 0120 movs r0, #1
|
||||
ARM GAS /tmp/cc6OCjXR.s page 4
|
||||
ARM GAS /tmp/ccwVm8tx.s page 4
|
||||
|
||||
|
||||
128 .L8:
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
171 .LCFI2:
|
||||
172 .cfi_def_cfa_offset 16
|
||||
173 .cfi_offset 4, -16
|
||||
ARM GAS /tmp/cc6OCjXR.s page 5
|
||||
ARM GAS /tmp/ccwVm8tx.s page 5
|
||||
|
||||
|
||||
174 .cfi_offset 5, -12
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
69:Src/File_Handling.c **** char *buf = malloc(30*sizeof(char));
|
||||
70:Src/File_Handling.c **** sprintf (buf, "Dir: %s\r\n", fno.fname);
|
||||
71:Src/File_Handling.c **** Send_Uart(buf);
|
||||
ARM GAS /tmp/cc6OCjXR.s page 6
|
||||
ARM GAS /tmp/ccwVm8tx.s page 6
|
||||
|
||||
|
||||
72:Src/File_Handling.c **** free(buf);
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
247 .loc 1 65 46 discriminator 1 view .LVU49
|
||||
248 004c 1D4B ldr r3, .L21+12
|
||||
249 004e 5B7A ldrb r3, [r3, #9] @ zero_extendqisi2
|
||||
ARM GAS /tmp/cc6OCjXR.s page 7
|
||||
ARM GAS /tmp/ccwVm8tx.s page 7
|
||||
|
||||
|
||||
65:Src/File_Handling.c **** if (fno.fattrib & AM_DIR) /* It is a directory */
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
290 0082 FFF7FEFF bl strlen
|
||||
291 .LVL24:
|
||||
292 0086 0546 mov r5, r0
|
||||
ARM GAS /tmp/cc6OCjXR.s page 8
|
||||
ARM GAS /tmp/ccwVm8tx.s page 8
|
||||
|
||||
|
||||
293 .LVL25:
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
331 .loc 1 91 1 is_stmt 0 view .LVU76
|
||||
332 00b0 014B ldr r3, .L21
|
||||
333 00b2 1878 ldrb r0, [r3] @ zero_extendqisi2
|
||||
ARM GAS /tmp/cc6OCjXR.s page 9
|
||||
ARM GAS /tmp/ccwVm8tx.s page 9
|
||||
|
||||
|
||||
334 00b4 0CB0 add sp, sp, #48
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
384 .LVL33:
|
||||
385 000a 0446 mov r4, r0
|
||||
386 .LVL34:
|
||||
ARM GAS /tmp/cc6OCjXR.s page 10
|
||||
ARM GAS /tmp/ccwVm8tx.s page 10
|
||||
|
||||
|
||||
98:Src/File_Handling.c **** sprintf (path, "%s","/");
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
420 002e 6846 mov r0, sp
|
||||
421 0030 FFF7FEFF bl f_readdir
|
||||
422 .LVL38:
|
||||
ARM GAS /tmp/cc6OCjXR.s page 11
|
||||
ARM GAS /tmp/ccwVm8tx.s page 11
|
||||
|
||||
|
||||
105:Src/File_Handling.c **** if (fresult != FR_OK || fno.fname[0] == 0) break; /* Break on error or end of dir */
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
461 .L26:
|
||||
116:Src/File_Handling.c **** }
|
||||
117:Src/File_Handling.c **** }
|
||||
ARM GAS /tmp/cc6OCjXR.s page 12
|
||||
ARM GAS /tmp/ccwVm8tx.s page 12
|
||||
|
||||
|
||||
118:Src/File_Handling.c **** f_closedir(&dir);
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
507 .loc 1 128 1 is_stmt 0 view .LVU117
|
||||
508 0000 70B5 push {r4, r5, r6, lr}
|
||||
509 .LCFI8:
|
||||
ARM GAS /tmp/cc6OCjXR.s page 13
|
||||
ARM GAS /tmp/ccwVm8tx.s page 13
|
||||
|
||||
|
||||
510 .cfi_def_cfa_offset 16
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
153:Src/File_Handling.c ****
|
||||
154:Src/File_Handling.c **** else
|
||||
155:Src/File_Handling.c **** {
|
||||
ARM GAS /tmp/cc6OCjXR.s page 14
|
||||
ARM GAS /tmp/ccwVm8tx.s page 14
|
||||
|
||||
|
||||
156:Src/File_Handling.c **** fresult = f_write(&fil, data, strlen(data), &bw);
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
150:Src/File_Handling.c **** return fresult;
|
||||
559 .loc 1 150 10 view .LVU136
|
||||
151:Src/File_Handling.c **** }
|
||||
ARM GAS /tmp/cc6OCjXR.s page 15
|
||||
ARM GAS /tmp/ccwVm8tx.s page 15
|
||||
|
||||
|
||||
560 .loc 1 151 10 view .LVU137
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
182:Src/File_Handling.c **** }
|
||||
598 .loc 1 182 13 is_stmt 0 view .LVU154
|
||||
599 004a C0B2 uxtb r0, r0
|
||||
ARM GAS /tmp/cc6OCjXR.s page 16
|
||||
ARM GAS /tmp/ccwVm8tx.s page 16
|
||||
|
||||
|
||||
600 004c E2E7 b .L34
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
649 .loc 1 191 5 is_stmt 0 view .LVU162
|
||||
650 0012 08B1 cbz r0, .L40
|
||||
651 .LBB6:
|
||||
ARM GAS /tmp/cc6OCjXR.s page 17
|
||||
ARM GAS /tmp/ccwVm8tx.s page 17
|
||||
|
||||
|
||||
192:Src/File_Handling.c **** {
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
237:Src/File_Handling.c **** //Send_Uart(buf);
|
||||
238:Src/File_Handling.c **** free(buf);
|
||||
239:Src/File_Handling.c **** }
|
||||
ARM GAS /tmp/cc6OCjXR.s page 18
|
||||
ARM GAS /tmp/ccwVm8tx.s page 18
|
||||
|
||||
|
||||
240:Src/File_Handling.c **** }
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
215:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
699 .loc 1 215 15 discriminator 1 view .LVU181
|
||||
700 003c 2070 strb r0, [r4]
|
||||
ARM GAS /tmp/cc6OCjXR.s page 19
|
||||
ARM GAS /tmp/ccwVm8tx.s page 19
|
||||
|
||||
|
||||
216:Src/File_Handling.c **** {
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
737 004c 4552524F .ascii "ERROR!!! No. %d in reading file *%s*\012\012\000"
|
||||
737 52212121
|
||||
737 204E6F2E
|
||||
ARM GAS /tmp/cc6OCjXR.s page 20
|
||||
ARM GAS /tmp/ccwVm8tx.s page 20
|
||||
|
||||
|
||||
737 20256420
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
777 000e B8B9 cbnz r0, .L54
|
||||
778 .LBB8:
|
||||
250:Src/File_Handling.c **** {
|
||||
ARM GAS /tmp/cc6OCjXR.s page 21
|
||||
ARM GAS /tmp/ccwVm8tx.s page 21
|
||||
|
||||
|
||||
251:Src/File_Handling.c **** char *buf = malloc(100*sizeof(char));
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
814 003a 2B4B ldr r3, .L55+4
|
||||
815 003c 1878 ldrb r0, [r3] @ zero_extendqisi2
|
||||
816 003e 0CE0 b .L48
|
||||
ARM GAS /tmp/cc6OCjXR.s page 22
|
||||
ARM GAS /tmp/ccwVm8tx.s page 22
|
||||
|
||||
|
||||
817 .LVL70:
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
285:Src/File_Handling.c ****
|
||||
286:Src/File_Handling.c **** else
|
||||
287:Src/File_Handling.c **** {
|
||||
ARM GAS /tmp/cc6OCjXR.s page 23
|
||||
ARM GAS /tmp/ccwVm8tx.s page 23
|
||||
|
||||
|
||||
288:Src/File_Handling.c **** Send_Uart(buffer);
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
277:Src/File_Handling.c **** {
|
||||
873 .loc 1 277 3 is_stmt 1 view .LVU228
|
||||
277:Src/File_Handling.c **** {
|
||||
ARM GAS /tmp/cc6OCjXR.s page 24
|
||||
ARM GAS /tmp/ccwVm8tx.s page 24
|
||||
|
||||
|
||||
874 .loc 1 277 6 is_stmt 0 view .LVU229
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
916 00a0 FFF7FEFF bl free
|
||||
917 .LVL88:
|
||||
292:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
ARM GAS /tmp/cc6OCjXR.s page 25
|
||||
ARM GAS /tmp/ccwVm8tx.s page 25
|
||||
|
||||
|
||||
918 .loc 1 292 4 view .LVU242
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
961 .LVL97:
|
||||
303:Src/File_Handling.c **** Send_Uart(buf);
|
||||
962 .loc 1 303 5 is_stmt 1 view .LVU254
|
||||
ARM GAS /tmp/cc6OCjXR.s page 26
|
||||
ARM GAS /tmp/ccwVm8tx.s page 26
|
||||
|
||||
|
||||
963 00d4 2246 mov r2, r4
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1010 .LCFI11:
|
||||
1011 .cfi_def_cfa_offset 24
|
||||
1012 .cfi_offset 4, -24
|
||||
ARM GAS /tmp/cc6OCjXR.s page 27
|
||||
ARM GAS /tmp/ccwVm8tx.s page 27
|
||||
|
||||
|
||||
1013 .cfi_offset 5, -20
|
||||
@ -1618,7 +1618,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
332:Src/File_Handling.c **** char *buf = malloc(100*sizeof(char));
|
||||
333:Src/File_Handling.c **** sprintf (buf, "ERROR!!! No. %d in opening file *%s*\n\n", fresult, name);
|
||||
334:Src/File_Handling.c **** //Send_Uart(buf);
|
||||
ARM GAS /tmp/cc6OCjXR.s page 28
|
||||
ARM GAS /tmp/ccwVm8tx.s page 28
|
||||
|
||||
|
||||
335:Src/File_Handling.c **** free(buf);
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1086 .LBE15:
|
||||
1087 .LBB16:
|
||||
318:Src/File_Handling.c **** sprintf (buf, "ERRROR!!! *%s* does not exists\n\n", name);
|
||||
ARM GAS /tmp/cc6OCjXR.s page 29
|
||||
ARM GAS /tmp/ccwVm8tx.s page 29
|
||||
|
||||
|
||||
1088 .loc 1 318 3 is_stmt 1 view .LVU282
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
376:Src/File_Handling.c ****
|
||||
377:Src/File_Handling.c **** /* Close file */
|
||||
378:Src/File_Handling.c **** fresult = f_close(&fil);
|
||||
ARM GAS /tmp/cc6OCjXR.s page 30
|
||||
ARM GAS /tmp/ccwVm8tx.s page 30
|
||||
|
||||
|
||||
379:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1141 .loc 1 336 14 view .LVU296
|
||||
1142 .LBE17:
|
||||
353:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
ARM GAS /tmp/cc6OCjXR.s page 31
|
||||
ARM GAS /tmp/ccwVm8tx.s page 31
|
||||
|
||||
|
||||
1143 .loc 1 353 3 is_stmt 1 view .LVU297
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1180 00b6 BA70 strb r2, [r7, #2]
|
||||
374:Src/File_Handling.c **** }
|
||||
1181 .loc 1 374 5 is_stmt 1 view .LVU315
|
||||
ARM GAS /tmp/cc6OCjXR.s page 32
|
||||
ARM GAS /tmp/ccwVm8tx.s page 32
|
||||
|
||||
|
||||
374:Src/File_Handling.c **** }
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1222 .loc 1 394 13 is_stmt 0 view .LVU329
|
||||
1223 00e2 0F4B ldr r3, .L70+4
|
||||
1224 00e4 1878 ldrb r0, [r3] @ zero_extendqisi2
|
||||
ARM GAS /tmp/cc6OCjXR.s page 33
|
||||
ARM GAS /tmp/ccwVm8tx.s page 33
|
||||
|
||||
|
||||
1225 00e6 C2E7 b .L59
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1271 011c 00000000 .word fno
|
||||
1272 0120 00000000 .word fresult
|
||||
1273 0124 00000000 .word fil
|
||||
ARM GAS /tmp/cc6OCjXR.s page 34
|
||||
ARM GAS /tmp/ccwVm8tx.s page 34
|
||||
|
||||
|
||||
1274 0128 00000000 .word .LC10
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1320 .loc 1 406 3 view .LVU346
|
||||
407:Src/File_Handling.c **** return fresult;
|
||||
1321 .loc 1 407 6 view .LVU347
|
||||
ARM GAS /tmp/cc6OCjXR.s page 35
|
||||
ARM GAS /tmp/ccwVm8tx.s page 35
|
||||
|
||||
|
||||
1322 .loc 1 407 13 is_stmt 0 view .LVU348
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1336 .LVL141:
|
||||
411:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
1337 .loc 1 411 11 discriminator 1 view .LVU352
|
||||
ARM GAS /tmp/cc6OCjXR.s page 36
|
||||
ARM GAS /tmp/ccwVm8tx.s page 36
|
||||
|
||||
|
||||
1338 001e 074B ldr r3, .L77+4
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1376 .LFE1195:
|
||||
1378 .section .text.Update_File,"ax",%progbits
|
||||
1379 .align 1
|
||||
ARM GAS /tmp/cc6OCjXR.s page 37
|
||||
ARM GAS /tmp/ccwVm8tx.s page 37
|
||||
|
||||
|
||||
1380 .global Update_File
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1423 .loc 1 457 13 view .LVU381
|
||||
1424 .LBE23:
|
||||
458:Src/File_Handling.c **** }
|
||||
ARM GAS /tmp/cc6OCjXR.s page 38
|
||||
ARM GAS /tmp/ccwVm8tx.s page 38
|
||||
|
||||
|
||||
459:Src/File_Handling.c ****
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1428 .L80:
|
||||
463:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
1429 .loc 1 463 6 is_stmt 1 view .LVU383
|
||||
ARM GAS /tmp/cc6OCjXR.s page 39
|
||||
ARM GAS /tmp/ccwVm8tx.s page 39
|
||||
|
||||
|
||||
463:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
485:Src/File_Handling.c **** //sprintf (buf, "*%s* UPDATED successfully\n", name);
|
||||
1470 .loc 1 485 7 view .LVU398
|
||||
488:Src/File_Handling.c **** }
|
||||
ARM GAS /tmp/cc6OCjXR.s page 40
|
||||
ARM GAS /tmp/ccwVm8tx.s page 40
|
||||
|
||||
|
||||
1471 .loc 1 488 7 view .LVU399
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1506 .section .text.Remove_File,"ax",%progbits
|
||||
1507 .align 1
|
||||
1508 .global Remove_File
|
||||
ARM GAS /tmp/cc6OCjXR.s page 41
|
||||
ARM GAS /tmp/ccwVm8tx.s page 41
|
||||
|
||||
|
||||
1509 .syntax unified
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1547 0018 164B ldr r3, .L93+4
|
||||
1548 001a 1870 strb r0, [r3]
|
||||
527:Src/File_Handling.c **** if (fresult == FR_OK)
|
||||
ARM GAS /tmp/cc6OCjXR.s page 42
|
||||
ARM GAS /tmp/ccwVm8tx.s page 42
|
||||
|
||||
|
||||
1549 .loc 1 527 3 is_stmt 1 view .LVU418
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1584 .loc 1 517 15 is_stmt 0 view .LVU430
|
||||
1585 003a 6420 movs r0, #100
|
||||
1586 003c FFF7FEFF bl malloc
|
||||
ARM GAS /tmp/cc6OCjXR.s page 43
|
||||
ARM GAS /tmp/ccwVm8tx.s page 43
|
||||
|
||||
|
||||
1587 .LVL161:
|
||||
@ -2578,7 +2578,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1630 .align 2
|
||||
1631 .L93:
|
||||
1632 0070 00000000 .word fno
|
||||
ARM GAS /tmp/cc6OCjXR.s page 44
|
||||
ARM GAS /tmp/ccwVm8tx.s page 44
|
||||
|
||||
|
||||
1633 0074 00000000 .word fresult
|
||||
@ -2638,7 +2638,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1677 000a 1870 strb r0, [r3]
|
||||
549:Src/File_Handling.c **** if (fresult == FR_OK)
|
||||
1678 .loc 1 549 5 is_stmt 1 view .LVU447
|
||||
ARM GAS /tmp/cc6OCjXR.s page 45
|
||||
ARM GAS /tmp/ccwVm8tx.s page 45
|
||||
|
||||
|
||||
1679 .loc 1 549 8 is_stmt 0 view .LVU448
|
||||
@ -2698,7 +2698,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1716 .LVL177:
|
||||
1717 0032 0646 mov r6, r0
|
||||
1718 .LVL178:
|
||||
ARM GAS /tmp/cc6OCjXR.s page 46
|
||||
ARM GAS /tmp/ccwVm8tx.s page 46
|
||||
|
||||
|
||||
559:Src/File_Handling.c **** Send_Uart(buf);
|
||||
@ -2758,7 +2758,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1761 .cfi_startproc
|
||||
1762 @ args = 0, pretend = 0, frame = 0
|
||||
1763 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
ARM GAS /tmp/cc6OCjXR.s page 47
|
||||
ARM GAS /tmp/ccwVm8tx.s page 47
|
||||
|
||||
|
||||
1764 0000 F8B5 push {r3, r4, r5, r6, r7, lr}
|
||||
@ -2818,7 +2818,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1813 .LVL183:
|
||||
573:Src/File_Handling.c **** sprintf (buf, "SD CARD Total Size: \t%lu\n",total);
|
||||
1814 .loc 1 573 5 is_stmt 1 view .LVU475
|
||||
ARM GAS /tmp/cc6OCjXR.s page 48
|
||||
ARM GAS /tmp/ccwVm8tx.s page 48
|
||||
|
||||
|
||||
1815 0046 2246 mov r2, r4
|
||||
@ -2878,7 +2878,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1861 .cfi_restore 80
|
||||
1862 .cfi_restore 81
|
||||
1863 .cfi_def_cfa_offset 24
|
||||
ARM GAS /tmp/cc6OCjXR.s page 49
|
||||
ARM GAS /tmp/ccwVm8tx.s page 49
|
||||
|
||||
|
||||
1864 0092 F8BD pop {r3, r4, r5, r6, r7, pc}
|
||||
@ -2938,7 +2938,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1915 000e 104B ldr r3, .L110+4
|
||||
1916 0010 1870 strb r0, [r3]
|
||||
587:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
ARM GAS /tmp/cc6OCjXR.s page 50
|
||||
ARM GAS /tmp/ccwVm8tx.s page 50
|
||||
|
||||
|
||||
1917 .loc 1 587 2 is_stmt 1 view .LVU497
|
||||
@ -2998,7 +2998,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
629:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
630:Src/File_Handling.c **** {
|
||||
631:Src/File_Handling.c **** char *buf = malloc(100*sizeof(char));
|
||||
ARM GAS /tmp/cc6OCjXR.s page 51
|
||||
ARM GAS /tmp/ccwVm8tx.s page 51
|
||||
|
||||
|
||||
632:Src/File_Handling.c **** //sprintf (buf, "ERROR!!! No. %d in closing file *%s*\n\n", fresult, name);
|
||||
@ -3058,7 +3058,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
1959 002e 0A4B ldr r3, .L110+12
|
||||
1960 0030 3246 mov r2, r6
|
||||
1961 0032 2946 mov r1, r5
|
||||
ARM GAS /tmp/cc6OCjXR.s page 52
|
||||
ARM GAS /tmp/ccwVm8tx.s page 52
|
||||
|
||||
|
||||
1962 0034 3846 mov r0, r7
|
||||
@ -3118,7 +3118,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
2005 .LVL200:
|
||||
2006 .LFB1201:
|
||||
646:Src/File_Handling.c ****
|
||||
ARM GAS /tmp/cc6OCjXR.s page 53
|
||||
ARM GAS /tmp/ccwVm8tx.s page 53
|
||||
|
||||
|
||||
647:Src/File_Handling.c **** FRESULT Update_File_byte (char *name, uint8_t *data, unsigned int bytesize)
|
||||
@ -3178,7 +3178,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
661:Src/File_Handling.c **** {
|
||||
662:Src/File_Handling.c **** /* Create a file with read write access and open it */
|
||||
663:Src/File_Handling.c **** fresult = f_open(&fil, name, FA_OPEN_APPEND | FA_WRITE);
|
||||
ARM GAS /tmp/cc6OCjXR.s page 54
|
||||
ARM GAS /tmp/ccwVm8tx.s page 54
|
||||
|
||||
|
||||
664:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
@ -3238,7 +3238,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
2053 0018 3222 movs r2, #50
|
||||
2054 001a 2146 mov r1, r4
|
||||
2055 001c 0D48 ldr r0, .L117+8
|
||||
ARM GAS /tmp/cc6OCjXR.s page 55
|
||||
ARM GAS /tmp/ccwVm8tx.s page 55
|
||||
|
||||
|
||||
2056 001e FFF7FEFF bl f_open
|
||||
@ -3298,7 +3298,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
2094 .LVL208:
|
||||
692:Src/File_Handling.c **** if (fresult != FR_OK)
|
||||
2095 .loc 1 692 14 discriminator 1 view .LVU561
|
||||
ARM GAS /tmp/cc6OCjXR.s page 56
|
||||
ARM GAS /tmp/ccwVm8tx.s page 56
|
||||
|
||||
|
||||
2096 0044 2070 strb r0, [r4]
|
||||
@ -3358,7 +3358,7 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
2158 .align 2
|
||||
2161 fno:
|
||||
2162 0000 00000000 .space 24
|
||||
ARM GAS /tmp/cc6OCjXR.s page 57
|
||||
ARM GAS /tmp/ccwVm8tx.s page 57
|
||||
|
||||
|
||||
2162 00000000
|
||||
@ -3396,86 +3396,86 @@ ARM GAS /tmp/cc6OCjXR.s page 1
|
||||
2187 .file 10 "/usr/include/newlib/stdio.h"
|
||||
2188 .file 11 "/usr/include/newlib/stdlib.h"
|
||||
2189 .file 12 "<built-in>"
|
||||
ARM GAS /tmp/cc6OCjXR.s page 58
|
||||
ARM GAS /tmp/ccwVm8tx.s page 58
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 File_Handling.c
|
||||
/tmp/cc6OCjXR.s:20 .text.Send_Uart:00000000 $t
|
||||
/tmp/cc6OCjXR.s:26 .text.Send_Uart:00000000 Send_Uart
|
||||
/tmp/cc6OCjXR.s:40 .text.Mount_SD:00000000 $t
|
||||
/tmp/cc6OCjXR.s:46 .text.Mount_SD:00000000 Mount_SD
|
||||
/tmp/cc6OCjXR.s:86 .text.Mount_SD:0000001c $d
|
||||
/tmp/cc6OCjXR.s:2175 .bss.fs:00000000 fs
|
||||
/tmp/cc6OCjXR.s:92 .text.Unmount_SD:00000000 $t
|
||||
/tmp/cc6OCjXR.s:98 .text.Unmount_SD:00000000 Unmount_SD
|
||||
/tmp/cc6OCjXR.s:138 .text.Unmount_SD:0000001c $d
|
||||
/tmp/cc6OCjXR.s:143 .rodata.Scan_SD.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:156 .text.Scan_SD:00000000 $t
|
||||
/tmp/cc6OCjXR.s:162 .text.Scan_SD:00000000 Scan_SD
|
||||
/tmp/cc6OCjXR.s:344 .text.Scan_SD:000000b8 $d
|
||||
/tmp/cc6OCjXR.s:2161 .bss.fno:00000000 fno
|
||||
/tmp/cc6OCjXR.s:355 .rodata.Format_SD.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:359 .text.Format_SD:00000000 $t
|
||||
/tmp/cc6OCjXR.s:365 .text.Format_SD:00000000 Format_SD
|
||||
/tmp/cc6OCjXR.s:485 .text.Format_SD:00000078 $d
|
||||
/tmp/cc6OCjXR.s:494 .text.Write_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:500 .text.Write_File:00000000 Write_File
|
||||
/tmp/cc6OCjXR.s:604 .text.Write_File:00000050 $d
|
||||
/tmp/cc6OCjXR.s:2168 .bss.fil:00000000 fil
|
||||
/tmp/cc6OCjXR.s:2147 .bss.bw:00000000 bw
|
||||
/tmp/cc6OCjXR.s:612 .text.Write_File_byte:00000000 $t
|
||||
/tmp/cc6OCjXR.s:618 .text.Write_File_byte:00000000 Write_File_byte
|
||||
/tmp/cc6OCjXR.s:721 .text.Write_File_byte:0000004c $d
|
||||
/tmp/cc6OCjXR.s:729 .rodata.Read_File.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:745 .text.Read_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:751 .text.Read_File:00000000 Read_File
|
||||
/tmp/cc6OCjXR.s:976 .text.Read_File:000000e4 $d
|
||||
/tmp/cc6OCjXR.s:2154 .bss.br:00000000 br
|
||||
/tmp/cc6OCjXR.s:991 .rodata.Seek_Read_File.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:995 .text.Seek_Read_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1001 .text.Seek_Read_File:00000000 Seek_Read_File
|
||||
/tmp/cc6OCjXR.s:1271 .text.Seek_Read_File:0000011c $d
|
||||
/tmp/cc6OCjXR.s:1287 .text.Create_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1293 .text.Create_File:00000000 Create_File
|
||||
/tmp/cc6OCjXR.s:1372 .text.Create_File:00000038 $d
|
||||
/tmp/cc6OCjXR.s:1379 .text.Update_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1385 .text.Update_File:00000000 Update_File
|
||||
/tmp/cc6OCjXR.s:1489 .text.Update_File:00000050 $d
|
||||
/tmp/cc6OCjXR.s:1497 .rodata.Remove_File.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:1507 .text.Remove_File:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1513 .text.Remove_File:00000000 Remove_File
|
||||
/tmp/cc6OCjXR.s:1632 .text.Remove_File:00000070 $d
|
||||
/tmp/cc6OCjXR.s:1642 .rodata.Create_Dir.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:1649 .text.Create_Dir:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1655 .text.Create_Dir:00000000 Create_Dir
|
||||
/tmp/cc6OCjXR.s:1734 .text.Create_Dir:00000048 $d
|
||||
/tmp/cc6OCjXR.s:1742 .rodata.Check_SD_Space.str1.4:00000000 $d
|
||||
/tmp/cc6OCjXR.s:1752 .text.Check_SD_Space:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1758 .text.Check_SD_Space:00000000 Check_SD_Space
|
||||
/tmp/cc6OCjXR.s:1870 .text.Check_SD_Space:00000094 $d
|
||||
/tmp/cc6OCjXR.s:2140 .bss.pfs:00000000 pfs
|
||||
/tmp/cc6OCjXR.s:2133 .bss.fre_clust:00000000 fre_clust
|
||||
ARM GAS /tmp/cc6OCjXR.s page 59
|
||||
/tmp/ccwVm8tx.s:20 .text.Send_Uart:00000000 $t
|
||||
/tmp/ccwVm8tx.s:26 .text.Send_Uart:00000000 Send_Uart
|
||||
/tmp/ccwVm8tx.s:40 .text.Mount_SD:00000000 $t
|
||||
/tmp/ccwVm8tx.s:46 .text.Mount_SD:00000000 Mount_SD
|
||||
/tmp/ccwVm8tx.s:86 .text.Mount_SD:0000001c $d
|
||||
/tmp/ccwVm8tx.s:2175 .bss.fs:00000000 fs
|
||||
/tmp/ccwVm8tx.s:92 .text.Unmount_SD:00000000 $t
|
||||
/tmp/ccwVm8tx.s:98 .text.Unmount_SD:00000000 Unmount_SD
|
||||
/tmp/ccwVm8tx.s:138 .text.Unmount_SD:0000001c $d
|
||||
/tmp/ccwVm8tx.s:143 .rodata.Scan_SD.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:156 .text.Scan_SD:00000000 $t
|
||||
/tmp/ccwVm8tx.s:162 .text.Scan_SD:00000000 Scan_SD
|
||||
/tmp/ccwVm8tx.s:344 .text.Scan_SD:000000b8 $d
|
||||
/tmp/ccwVm8tx.s:2161 .bss.fno:00000000 fno
|
||||
/tmp/ccwVm8tx.s:355 .rodata.Format_SD.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:359 .text.Format_SD:00000000 $t
|
||||
/tmp/ccwVm8tx.s:365 .text.Format_SD:00000000 Format_SD
|
||||
/tmp/ccwVm8tx.s:485 .text.Format_SD:00000078 $d
|
||||
/tmp/ccwVm8tx.s:494 .text.Write_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:500 .text.Write_File:00000000 Write_File
|
||||
/tmp/ccwVm8tx.s:604 .text.Write_File:00000050 $d
|
||||
/tmp/ccwVm8tx.s:2168 .bss.fil:00000000 fil
|
||||
/tmp/ccwVm8tx.s:2147 .bss.bw:00000000 bw
|
||||
/tmp/ccwVm8tx.s:612 .text.Write_File_byte:00000000 $t
|
||||
/tmp/ccwVm8tx.s:618 .text.Write_File_byte:00000000 Write_File_byte
|
||||
/tmp/ccwVm8tx.s:721 .text.Write_File_byte:0000004c $d
|
||||
/tmp/ccwVm8tx.s:729 .rodata.Read_File.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:745 .text.Read_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:751 .text.Read_File:00000000 Read_File
|
||||
/tmp/ccwVm8tx.s:976 .text.Read_File:000000e4 $d
|
||||
/tmp/ccwVm8tx.s:2154 .bss.br:00000000 br
|
||||
/tmp/ccwVm8tx.s:991 .rodata.Seek_Read_File.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:995 .text.Seek_Read_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1001 .text.Seek_Read_File:00000000 Seek_Read_File
|
||||
/tmp/ccwVm8tx.s:1271 .text.Seek_Read_File:0000011c $d
|
||||
/tmp/ccwVm8tx.s:1287 .text.Create_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1293 .text.Create_File:00000000 Create_File
|
||||
/tmp/ccwVm8tx.s:1372 .text.Create_File:00000038 $d
|
||||
/tmp/ccwVm8tx.s:1379 .text.Update_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1385 .text.Update_File:00000000 Update_File
|
||||
/tmp/ccwVm8tx.s:1489 .text.Update_File:00000050 $d
|
||||
/tmp/ccwVm8tx.s:1497 .rodata.Remove_File.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:1507 .text.Remove_File:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1513 .text.Remove_File:00000000 Remove_File
|
||||
/tmp/ccwVm8tx.s:1632 .text.Remove_File:00000070 $d
|
||||
/tmp/ccwVm8tx.s:1642 .rodata.Create_Dir.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:1649 .text.Create_Dir:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1655 .text.Create_Dir:00000000 Create_Dir
|
||||
/tmp/ccwVm8tx.s:1734 .text.Create_Dir:00000048 $d
|
||||
/tmp/ccwVm8tx.s:1742 .rodata.Check_SD_Space.str1.4:00000000 $d
|
||||
/tmp/ccwVm8tx.s:1752 .text.Check_SD_Space:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1758 .text.Check_SD_Space:00000000 Check_SD_Space
|
||||
/tmp/ccwVm8tx.s:1870 .text.Check_SD_Space:00000094 $d
|
||||
/tmp/ccwVm8tx.s:2140 .bss.pfs:00000000 pfs
|
||||
/tmp/ccwVm8tx.s:2133 .bss.fre_clust:00000000 fre_clust
|
||||
ARM GAS /tmp/ccwVm8tx.s page 59
|
||||
|
||||
|
||||
/tmp/cc6OCjXR.s:2126 .bss.total:00000000 total
|
||||
/tmp/cc6OCjXR.s:2119 .bss.free_space:00000000 free_space
|
||||
/tmp/cc6OCjXR.s:1881 .text.Update_File_float:00000000 $t
|
||||
/tmp/cc6OCjXR.s:1887 .text.Update_File_float:00000000 Update_File_float
|
||||
/tmp/cc6OCjXR.s:1990 .text.Update_File_float:0000004c $d
|
||||
/tmp/cc6OCjXR.s:1998 .text.Update_File_byte:00000000 $t
|
||||
/tmp/cc6OCjXR.s:2004 .text.Update_File_byte:00000000 Update_File_byte
|
||||
/tmp/cc6OCjXR.s:2107 .text.Update_File_byte:0000004c $d
|
||||
/tmp/cc6OCjXR.s:2116 .bss.free_space:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2123 .bss.total:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2130 .bss.fre_clust:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2137 .bss.pfs:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2144 .bss.bw:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2151 .bss.br:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2158 .bss.fno:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2165 .bss.fil:00000000 $d
|
||||
/tmp/cc6OCjXR.s:2172 .bss.fs:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2126 .bss.total:00000000 total
|
||||
/tmp/ccwVm8tx.s:2119 .bss.free_space:00000000 free_space
|
||||
/tmp/ccwVm8tx.s:1881 .text.Update_File_float:00000000 $t
|
||||
/tmp/ccwVm8tx.s:1887 .text.Update_File_float:00000000 Update_File_float
|
||||
/tmp/ccwVm8tx.s:1990 .text.Update_File_float:0000004c $d
|
||||
/tmp/ccwVm8tx.s:1998 .text.Update_File_byte:00000000 $t
|
||||
/tmp/ccwVm8tx.s:2004 .text.Update_File_byte:00000000 Update_File_byte
|
||||
/tmp/ccwVm8tx.s:2107 .text.Update_File_byte:0000004c $d
|
||||
/tmp/ccwVm8tx.s:2116 .bss.free_space:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2123 .bss.total:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2130 .bss.fre_clust:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2137 .bss.pfs:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2144 .bss.bw:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2151 .bss.br:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2158 .bss.fno:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2165 .bss.fil:00000000 $d
|
||||
/tmp/ccwVm8tx.s:2172 .bss.fs:00000000 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
f_mount
|
||||
|
||||
Reference in New Issue
Block a user