implemented sweep and current steps processing. But not compiles
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
ARM GAS /tmp/ccot7YtA.s page 1
|
||||
|
||||
|
||||
1 .cpu cortex-m4
|
||||
@ -58,7 +58,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
28:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** (+) Prefetch on I-Code
|
||||
29:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** (+) 64 cache lines of 128 bits on I-Code
|
||||
30:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** (+) 8 cache lines of 128 bits on D-Code
|
||||
ARM GAS /tmp/ccIuLSzg.s page 2
|
||||
ARM GAS /tmp/ccot7YtA.s page 2
|
||||
|
||||
|
||||
31:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
@ -118,7 +118,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
85:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** */
|
||||
86:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
87:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** #ifdef HAL_FLASH_MODULE_ENABLED
|
||||
ARM GAS /tmp/ccIuLSzg.s page 3
|
||||
ARM GAS /tmp/ccot7YtA.s page 3
|
||||
|
||||
|
||||
88:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
@ -178,7 +178,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
142:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** ##### Programming operation functions #####
|
||||
143:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** ===============================================================================
|
||||
144:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** [..]
|
||||
ARM GAS /tmp/ccIuLSzg.s page 4
|
||||
ARM GAS /tmp/ccot7YtA.s page 4
|
||||
|
||||
|
||||
145:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** This subsection provides a set of functions allowing to manage the FLASH
|
||||
@ -238,7 +238,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
199:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
200:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /* If the program operation is completed, disable the PG Bit */
|
||||
201:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** FLASH->CR &= (~FLASH_CR_PG);
|
||||
ARM GAS /tmp/ccIuLSzg.s page 5
|
||||
ARM GAS /tmp/ccot7YtA.s page 5
|
||||
|
||||
|
||||
202:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
@ -298,7 +298,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
256:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** return status;
|
||||
257:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
258:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
ARM GAS /tmp/ccIuLSzg.s page 6
|
||||
ARM GAS /tmp/ccot7YtA.s page 6
|
||||
|
||||
|
||||
259:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /**
|
||||
@ -358,7 +358,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
313:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
314:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /* Check if there are still sectors to erase*/
|
||||
315:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** if (pFlash.NbSectorsToErase != 0U)
|
||||
ARM GAS /tmp/ccIuLSzg.s page 7
|
||||
ARM GAS /tmp/ccot7YtA.s page 7
|
||||
|
||||
|
||||
316:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** {
|
||||
@ -418,7 +418,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
370:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** __HAL_FLASH_DISABLE_IT(FLASH_IT_ERR);
|
||||
371:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
372:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
ARM GAS /tmp/ccIuLSzg.s page 8
|
||||
ARM GAS /tmp/ccot7YtA.s page 8
|
||||
|
||||
|
||||
373:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
@ -478,7 +478,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
427:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
428:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /**
|
||||
429:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @brief Unlock the FLASH control register access
|
||||
ARM GAS /tmp/ccIuLSzg.s page 9
|
||||
ARM GAS /tmp/ccot7YtA.s page 9
|
||||
|
||||
|
||||
430:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @retval HAL Status
|
||||
@ -538,7 +538,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
484:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /**
|
||||
485:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @brief Lock the FLASH Option Control Registers access.
|
||||
486:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @retval HAL Status
|
||||
ARM GAS /tmp/ccIuLSzg.s page 10
|
||||
ARM GAS /tmp/ccot7YtA.s page 10
|
||||
|
||||
|
||||
487:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** */
|
||||
@ -598,7 +598,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
541:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
542:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /**
|
||||
543:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @}
|
||||
ARM GAS /tmp/ccIuLSzg.s page 11
|
||||
ARM GAS /tmp/ccot7YtA.s page 11
|
||||
|
||||
|
||||
544:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** */
|
||||
@ -658,7 +658,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
598:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
599:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /**
|
||||
600:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @brief Program a double word (64-bit) at a specified address.
|
||||
ARM GAS /tmp/ccIuLSzg.s page 12
|
||||
ARM GAS /tmp/ccot7YtA.s page 12
|
||||
|
||||
|
||||
601:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** * @note This function must be used when the device voltage range is from
|
||||
@ -718,7 +718,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
624:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** /* Barrier to ensure programming is performed in 2 steps, in right order
|
||||
625:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** (independently of compiler optimization behavior) */
|
||||
626:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** __ISB();
|
||||
ARM GAS /tmp/ccIuLSzg.s page 13
|
||||
ARM GAS /tmp/ccot7YtA.s page 13
|
||||
|
||||
|
||||
60 .loc 1 626 3 is_stmt 1 view .LVU12
|
||||
@ -778,7 +778,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
51:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
52:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __NO_RETURN
|
||||
53:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __NO_RETURN __attribute__((__noreturn__))
|
||||
ARM GAS /tmp/ccIuLSzg.s page 14
|
||||
ARM GAS /tmp/ccot7YtA.s page 14
|
||||
|
||||
|
||||
54:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
@ -838,7 +838,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
108:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(add
|
||||
109:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
110:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __ALIGNED
|
||||
ARM GAS /tmp/ccIuLSzg.s page 15
|
||||
ARM GAS /tmp/ccot7YtA.s page 15
|
||||
|
||||
|
||||
111:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __ALIGNED(x) __attribute__((aligned(x)))
|
||||
@ -898,7 +898,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
165:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
166:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __PROGRAM_START __cmsis_start
|
||||
167:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
ARM GAS /tmp/ccIuLSzg.s page 16
|
||||
ARM GAS /tmp/ccot7YtA.s page 16
|
||||
|
||||
|
||||
168:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
@ -958,7 +958,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
222:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
|
||||
223:Drivers/CMSIS/Include/cmsis_gcc.h ****
|
||||
224:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
|
||||
ARM GAS /tmp/ccIuLSzg.s page 17
|
||||
ARM GAS /tmp/ccot7YtA.s page 17
|
||||
|
||||
|
||||
225:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief No Operation
|
||||
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
78 .loc 1 630 1 view .LVU17
|
||||
79 0024 5DF8044B ldr r4, [sp], #4
|
||||
80 .LCFI1:
|
||||
ARM GAS /tmp/ccIuLSzg.s page 18
|
||||
ARM GAS /tmp/ccot7YtA.s page 18
|
||||
|
||||
|
||||
81 .cfi_restore 4
|
||||
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
115 000c 42F40072 orr r2, r2, #512
|
||||
116 0010 1A61 str r2, [r3, #16]
|
||||
653:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** FLASH->CR |= FLASH_CR_PG;
|
||||
ARM GAS /tmp/ccIuLSzg.s page 19
|
||||
ARM GAS /tmp/ccot7YtA.s page 19
|
||||
|
||||
|
||||
117 .loc 1 653 3 is_stmt 1 view .LVU24
|
||||
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
150 .loc 1 676 3 view .LVU32
|
||||
151 0000 074B ldr r3, .L9
|
||||
152 0002 1A69 ldr r2, [r3, #16]
|
||||
ARM GAS /tmp/ccIuLSzg.s page 20
|
||||
ARM GAS /tmp/ccot7YtA.s page 20
|
||||
|
||||
|
||||
153 0004 22F44072 bic r2, r2, #768
|
||||
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
189 .cfi_startproc
|
||||
190 @ args = 0, pretend = 0, frame = 0
|
||||
191 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
ARM GAS /tmp/ccIuLSzg.s page 21
|
||||
ARM GAS /tmp/ccot7YtA.s page 21
|
||||
|
||||
|
||||
192 @ link register save eliminated.
|
||||
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
231 .cfi_startproc
|
||||
232 @ args = 0, pretend = 0, frame = 0
|
||||
233 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
ARM GAS /tmp/ccIuLSzg.s page 22
|
||||
ARM GAS /tmp/ccot7YtA.s page 22
|
||||
|
||||
|
||||
234 @ link register save eliminated.
|
||||
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
729:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
730:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** if (__HAL_FLASH_GET_FLAG(FLASH_FLAG_PGPERR) != RESET)
|
||||
273 .loc 1 730 3 view .LVU69
|
||||
ARM GAS /tmp/ccIuLSzg.s page 23
|
||||
ARM GAS /tmp/ccot7YtA.s page 23
|
||||
|
||||
|
||||
274 .loc 1 730 7 is_stmt 0 view .LVU70
|
||||
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
312 .loc 1 746 7 is_stmt 0 view .LVU84
|
||||
313 0068 0D4B ldr r3, .L21
|
||||
314 006a DB68 ldr r3, [r3, #12]
|
||||
ARM GAS /tmp/ccIuLSzg.s page 24
|
||||
ARM GAS /tmp/ccot7YtA.s page 24
|
||||
|
||||
|
||||
315 .loc 1 746 6 view .LVU85
|
||||
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
354 00a0 003C0240 .word 1073888256
|
||||
355 00a4 00000000 .word pFlash
|
||||
356 .cfi_endproc
|
||||
ARM GAS /tmp/ccIuLSzg.s page 25
|
||||
ARM GAS /tmp/ccot7YtA.s page 25
|
||||
|
||||
|
||||
357 .LFE255:
|
||||
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
233:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
403 .loc 1 233 18 is_stmt 0 view .LVU108
|
||||
404 001e 4861 str r0, [r1, #20]
|
||||
ARM GAS /tmp/ccIuLSzg.s page 26
|
||||
ARM GAS /tmp/ccot7YtA.s page 26
|
||||
|
||||
|
||||
235:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** {
|
||||
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
445 .LVL13:
|
||||
248:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
446 .loc 1 248 5 is_stmt 0 view .LVU123
|
||||
ARM GAS /tmp/ccIuLSzg.s page 27
|
||||
ARM GAS /tmp/ccot7YtA.s page 27
|
||||
|
||||
|
||||
447 0048 F1E7 b .L25
|
||||
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
500 .global HAL_FLASH_IRQHandler
|
||||
501 .syntax unified
|
||||
502 .thumb
|
||||
ARM GAS /tmp/ccIuLSzg.s page 28
|
||||
ARM GAS /tmp/ccot7YtA.s page 28
|
||||
|
||||
|
||||
503 .thumb_func
|
||||
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
545 .LVL17:
|
||||
546 .L39:
|
||||
294:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c ****
|
||||
ARM GAS /tmp/ccIuLSzg.s page 29
|
||||
ARM GAS /tmp/ccot7YtA.s page 29
|
||||
|
||||
|
||||
547 .loc 1 294 5 is_stmt 1 view .LVU143
|
||||
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
355:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
588 .loc 1 355 9 is_stmt 1 view .LVU157
|
||||
355:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
ARM GAS /tmp/ccIuLSzg.s page 30
|
||||
ARM GAS /tmp/ccot7YtA.s page 30
|
||||
|
||||
|
||||
589 .loc 1 355 48 is_stmt 0 view .LVU158
|
||||
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
631 .LVL23:
|
||||
280:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
632 .loc 1 280 7 is_stmt 1 view .LVU171
|
||||
ARM GAS /tmp/ccIuLSzg.s page 31
|
||||
ARM GAS /tmp/ccot7YtA.s page 31
|
||||
|
||||
|
||||
280:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
671 .loc 1 322 22 view .LVU187
|
||||
672 00b4 0133 adds r3, r3, #1
|
||||
673 00b6 E360 str r3, [r4, #12]
|
||||
ARM GAS /tmp/ccIuLSzg.s page 32
|
||||
ARM GAS /tmp/ccot7YtA.s page 32
|
||||
|
||||
|
||||
323:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** FLASH_Erase_Sector(addresstmp, pFlash.VoltageForErase);
|
||||
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
713 00e0 1869 ldr r0, [r3, #16]
|
||||
349:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
714 .loc 1 349 9 view .LVU203
|
||||
ARM GAS /tmp/ccIuLSzg.s page 33
|
||||
ARM GAS /tmp/ccot7YtA.s page 33
|
||||
|
||||
|
||||
715 00e2 FFF7FEFF bl HAL_FLASH_EndOfOperationCallback
|
||||
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
761 .loc 1 443 9 is_stmt 0 view .LVU213
|
||||
762 0018 1B69 ldr r3, [r3, #16]
|
||||
443:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** {
|
||||
ARM GAS /tmp/ccIuLSzg.s page 34
|
||||
ARM GAS /tmp/ccot7YtA.s page 34
|
||||
|
||||
|
||||
763 .loc 1 443 8 view .LVU214
|
||||
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
809 .L63:
|
||||
810 000e 00BF .align 2
|
||||
811 .L62:
|
||||
ARM GAS /tmp/ccIuLSzg.s page 35
|
||||
ARM GAS /tmp/ccot7YtA.s page 35
|
||||
|
||||
|
||||
812 0010 003C0240 .word 1073888256
|
||||
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
856 001e 00BF .align 2
|
||||
857 .L67:
|
||||
858 0020 003C0240 .word 1073888256
|
||||
ARM GAS /tmp/ccIuLSzg.s page 36
|
||||
ARM GAS /tmp/ccot7YtA.s page 36
|
||||
|
||||
|
||||
859 0024 3B2A1908 .word 135866939
|
||||
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
909 .loc 1 539 3 view .LVU244
|
||||
539:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
910 .loc 1 539 16 is_stmt 0 view .LVU245
|
||||
ARM GAS /tmp/ccIuLSzg.s page 37
|
||||
ARM GAS /tmp/ccot7YtA.s page 37
|
||||
|
||||
|
||||
911 0000 014B ldr r3, .L73
|
||||
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
958 .LVL42:
|
||||
564:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** {
|
||||
959 .loc 1 564 3 is_stmt 1 view .LVU255
|
||||
ARM GAS /tmp/ccIuLSzg.s page 38
|
||||
ARM GAS /tmp/ccot7YtA.s page 38
|
||||
|
||||
|
||||
960 .L77:
|
||||
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
998 003c 0122 movs r2, #1
|
||||
999 003e DA60 str r2, [r3, #12]
|
||||
1000 .L81:
|
||||
ARM GAS /tmp/ccIuLSzg.s page 39
|
||||
ARM GAS /tmp/ccot7YtA.s page 39
|
||||
|
||||
|
||||
582:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** FLASH_FLAG_PGPERR | FLASH_FLAG_PGSERR | FLASH_FLAG_RDERR)) != RESET)
|
||||
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
1047 .cfi_def_cfa_offset 24
|
||||
1048 .cfi_offset 3, -24
|
||||
1049 .cfi_offset 4, -20
|
||||
ARM GAS /tmp/ccIuLSzg.s page 40
|
||||
ARM GAS /tmp/ccot7YtA.s page 40
|
||||
|
||||
|
||||
1050 .cfi_offset 5, -16
|
||||
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
1088 0024 012C cmp r4, #1
|
||||
1089 0026 18D0 beq .L98
|
||||
186:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** {
|
||||
ARM GAS /tmp/ccIuLSzg.s page 41
|
||||
ARM GAS /tmp/ccot7YtA.s page 41
|
||||
|
||||
|
||||
1090 .loc 1 186 10 is_stmt 1 view .LVU298
|
||||
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
1130 0050 F1B2 uxtb r1, r6
|
||||
1131 0052 2846 mov r0, r5
|
||||
1132 .LVL55:
|
||||
ARM GAS /tmp/ccIuLSzg.s page 42
|
||||
ARM GAS /tmp/ccot7YtA.s page 42
|
||||
|
||||
|
||||
179:Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c **** }
|
||||
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
1181 .loc 1 501 1 is_stmt 1 view -0
|
||||
1182 .cfi_startproc
|
||||
1183 @ args = 0, pretend = 0, frame = 0
|
||||
ARM GAS /tmp/ccIuLSzg.s page 43
|
||||
ARM GAS /tmp/ccot7YtA.s page 43
|
||||
|
||||
|
||||
1184 @ frame_needed = 0, uses_anonymous_args = 0
|
||||
@ -2575,67 +2575,67 @@ ARM GAS /tmp/ccIuLSzg.s page 1
|
||||
1233 .file 7 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h"
|
||||
1234 .file 8 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h"
|
||||
1235 .file 9 "Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h"
|
||||
ARM GAS /tmp/ccIuLSzg.s page 44
|
||||
ARM GAS /tmp/ccot7YtA.s page 44
|
||||
|
||||
|
||||
DEFINED SYMBOLS
|
||||
*ABS*:00000000 stm32f4xx_hal_flash.c
|
||||
/tmp/ccIuLSzg.s:21 .text.FLASH_Program_DoubleWord:00000000 $t
|
||||
/tmp/ccIuLSzg.s:26 .text.FLASH_Program_DoubleWord:00000000 FLASH_Program_DoubleWord
|
||||
/tmp/ccIuLSzg.s:87 .text.FLASH_Program_DoubleWord:0000002c $d
|
||||
/tmp/ccIuLSzg.s:92 .text.FLASH_Program_Word:00000000 $t
|
||||
/tmp/ccIuLSzg.s:97 .text.FLASH_Program_Word:00000000 FLASH_Program_Word
|
||||
/tmp/ccIuLSzg.s:131 .text.FLASH_Program_Word:00000020 $d
|
||||
/tmp/ccIuLSzg.s:136 .text.FLASH_Program_HalfWord:00000000 $t
|
||||
/tmp/ccIuLSzg.s:141 .text.FLASH_Program_HalfWord:00000000 FLASH_Program_HalfWord
|
||||
/tmp/ccIuLSzg.s:175 .text.FLASH_Program_HalfWord:00000020 $d
|
||||
/tmp/ccIuLSzg.s:180 .text.FLASH_Program_Byte:00000000 $t
|
||||
/tmp/ccIuLSzg.s:185 .text.FLASH_Program_Byte:00000000 FLASH_Program_Byte
|
||||
/tmp/ccIuLSzg.s:218 .text.FLASH_Program_Byte:0000001c $d
|
||||
/tmp/ccIuLSzg.s:223 .text.FLASH_SetErrorCode:00000000 $t
|
||||
/tmp/ccIuLSzg.s:228 .text.FLASH_SetErrorCode:00000000 FLASH_SetErrorCode
|
||||
/tmp/ccIuLSzg.s:354 .text.FLASH_SetErrorCode:000000a0 $d
|
||||
/tmp/ccIuLSzg.s:1215 .data.pFlash:00000000 pFlash
|
||||
/tmp/ccIuLSzg.s:360 .text.HAL_FLASH_Program_IT:00000000 $t
|
||||
/tmp/ccIuLSzg.s:366 .text.HAL_FLASH_Program_IT:00000000 HAL_FLASH_Program_IT
|
||||
/tmp/ccIuLSzg.s:451 .text.HAL_FLASH_Program_IT:0000004c $d
|
||||
/tmp/ccIuLSzg.s:457 .text.HAL_FLASH_EndOfOperationCallback:00000000 $t
|
||||
/tmp/ccIuLSzg.s:463 .text.HAL_FLASH_EndOfOperationCallback:00000000 HAL_FLASH_EndOfOperationCallback
|
||||
/tmp/ccIuLSzg.s:478 .text.HAL_FLASH_OperationErrorCallback:00000000 $t
|
||||
/tmp/ccIuLSzg.s:484 .text.HAL_FLASH_OperationErrorCallback:00000000 HAL_FLASH_OperationErrorCallback
|
||||
/tmp/ccIuLSzg.s:499 .text.HAL_FLASH_IRQHandler:00000000 $t
|
||||
/tmp/ccIuLSzg.s:505 .text.HAL_FLASH_IRQHandler:00000000 HAL_FLASH_IRQHandler
|
||||
/tmp/ccIuLSzg.s:721 .text.HAL_FLASH_IRQHandler:000000e8 $d
|
||||
/tmp/ccIuLSzg.s:727 .text.HAL_FLASH_Unlock:00000000 $t
|
||||
/tmp/ccIuLSzg.s:733 .text.HAL_FLASH_Unlock:00000000 HAL_FLASH_Unlock
|
||||
/tmp/ccIuLSzg.s:779 .text.HAL_FLASH_Unlock:00000028 $d
|
||||
/tmp/ccIuLSzg.s:785 .text.HAL_FLASH_Lock:00000000 $t
|
||||
/tmp/ccIuLSzg.s:791 .text.HAL_FLASH_Lock:00000000 HAL_FLASH_Lock
|
||||
/tmp/ccIuLSzg.s:812 .text.HAL_FLASH_Lock:00000010 $d
|
||||
/tmp/ccIuLSzg.s:817 .text.HAL_FLASH_OB_Unlock:00000000 $t
|
||||
/tmp/ccIuLSzg.s:823 .text.HAL_FLASH_OB_Unlock:00000000 HAL_FLASH_OB_Unlock
|
||||
/tmp/ccIuLSzg.s:858 .text.HAL_FLASH_OB_Unlock:00000020 $d
|
||||
/tmp/ccIuLSzg.s:864 .text.HAL_FLASH_OB_Lock:00000000 $t
|
||||
/tmp/ccIuLSzg.s:870 .text.HAL_FLASH_OB_Lock:00000000 HAL_FLASH_OB_Lock
|
||||
/tmp/ccIuLSzg.s:891 .text.HAL_FLASH_OB_Lock:00000010 $d
|
||||
/tmp/ccIuLSzg.s:896 .text.HAL_FLASH_GetError:00000000 $t
|
||||
/tmp/ccIuLSzg.s:902 .text.HAL_FLASH_GetError:00000000 HAL_FLASH_GetError
|
||||
/tmp/ccIuLSzg.s:918 .text.HAL_FLASH_GetError:00000008 $d
|
||||
/tmp/ccIuLSzg.s:923 .text.FLASH_WaitForLastOperation:00000000 $t
|
||||
/tmp/ccIuLSzg.s:929 .text.FLASH_WaitForLastOperation:00000000 FLASH_WaitForLastOperation
|
||||
/tmp/ccIuLSzg.s:1025 .text.FLASH_WaitForLastOperation:00000058 $d
|
||||
/tmp/ccIuLSzg.s:1031 .text.HAL_FLASH_Program:00000000 $t
|
||||
/tmp/ccIuLSzg.s:1037 .text.HAL_FLASH_Program:00000000 HAL_FLASH_Program
|
||||
/tmp/ccIuLSzg.s:1167 .text.HAL_FLASH_Program:00000074 $d
|
||||
/tmp/ccIuLSzg.s:1173 .text.HAL_FLASH_OB_Launch:00000000 $t
|
||||
/tmp/ccIuLSzg.s:1179 .text.HAL_FLASH_OB_Launch:00000000 HAL_FLASH_OB_Launch
|
||||
/tmp/ccIuLSzg.s:1206 .text.HAL_FLASH_OB_Launch:00000018 $d
|
||||
/tmp/ccIuLSzg.s:1212 .data.pFlash:00000000 $d
|
||||
/tmp/ccot7YtA.s:21 .text.FLASH_Program_DoubleWord:00000000 $t
|
||||
/tmp/ccot7YtA.s:26 .text.FLASH_Program_DoubleWord:00000000 FLASH_Program_DoubleWord
|
||||
/tmp/ccot7YtA.s:87 .text.FLASH_Program_DoubleWord:0000002c $d
|
||||
/tmp/ccot7YtA.s:92 .text.FLASH_Program_Word:00000000 $t
|
||||
/tmp/ccot7YtA.s:97 .text.FLASH_Program_Word:00000000 FLASH_Program_Word
|
||||
/tmp/ccot7YtA.s:131 .text.FLASH_Program_Word:00000020 $d
|
||||
/tmp/ccot7YtA.s:136 .text.FLASH_Program_HalfWord:00000000 $t
|
||||
/tmp/ccot7YtA.s:141 .text.FLASH_Program_HalfWord:00000000 FLASH_Program_HalfWord
|
||||
/tmp/ccot7YtA.s:175 .text.FLASH_Program_HalfWord:00000020 $d
|
||||
/tmp/ccot7YtA.s:180 .text.FLASH_Program_Byte:00000000 $t
|
||||
/tmp/ccot7YtA.s:185 .text.FLASH_Program_Byte:00000000 FLASH_Program_Byte
|
||||
/tmp/ccot7YtA.s:218 .text.FLASH_Program_Byte:0000001c $d
|
||||
/tmp/ccot7YtA.s:223 .text.FLASH_SetErrorCode:00000000 $t
|
||||
/tmp/ccot7YtA.s:228 .text.FLASH_SetErrorCode:00000000 FLASH_SetErrorCode
|
||||
/tmp/ccot7YtA.s:354 .text.FLASH_SetErrorCode:000000a0 $d
|
||||
/tmp/ccot7YtA.s:1215 .data.pFlash:00000000 pFlash
|
||||
/tmp/ccot7YtA.s:360 .text.HAL_FLASH_Program_IT:00000000 $t
|
||||
/tmp/ccot7YtA.s:366 .text.HAL_FLASH_Program_IT:00000000 HAL_FLASH_Program_IT
|
||||
/tmp/ccot7YtA.s:451 .text.HAL_FLASH_Program_IT:0000004c $d
|
||||
/tmp/ccot7YtA.s:457 .text.HAL_FLASH_EndOfOperationCallback:00000000 $t
|
||||
/tmp/ccot7YtA.s:463 .text.HAL_FLASH_EndOfOperationCallback:00000000 HAL_FLASH_EndOfOperationCallback
|
||||
/tmp/ccot7YtA.s:478 .text.HAL_FLASH_OperationErrorCallback:00000000 $t
|
||||
/tmp/ccot7YtA.s:484 .text.HAL_FLASH_OperationErrorCallback:00000000 HAL_FLASH_OperationErrorCallback
|
||||
/tmp/ccot7YtA.s:499 .text.HAL_FLASH_IRQHandler:00000000 $t
|
||||
/tmp/ccot7YtA.s:505 .text.HAL_FLASH_IRQHandler:00000000 HAL_FLASH_IRQHandler
|
||||
/tmp/ccot7YtA.s:721 .text.HAL_FLASH_IRQHandler:000000e8 $d
|
||||
/tmp/ccot7YtA.s:727 .text.HAL_FLASH_Unlock:00000000 $t
|
||||
/tmp/ccot7YtA.s:733 .text.HAL_FLASH_Unlock:00000000 HAL_FLASH_Unlock
|
||||
/tmp/ccot7YtA.s:779 .text.HAL_FLASH_Unlock:00000028 $d
|
||||
/tmp/ccot7YtA.s:785 .text.HAL_FLASH_Lock:00000000 $t
|
||||
/tmp/ccot7YtA.s:791 .text.HAL_FLASH_Lock:00000000 HAL_FLASH_Lock
|
||||
/tmp/ccot7YtA.s:812 .text.HAL_FLASH_Lock:00000010 $d
|
||||
/tmp/ccot7YtA.s:817 .text.HAL_FLASH_OB_Unlock:00000000 $t
|
||||
/tmp/ccot7YtA.s:823 .text.HAL_FLASH_OB_Unlock:00000000 HAL_FLASH_OB_Unlock
|
||||
/tmp/ccot7YtA.s:858 .text.HAL_FLASH_OB_Unlock:00000020 $d
|
||||
/tmp/ccot7YtA.s:864 .text.HAL_FLASH_OB_Lock:00000000 $t
|
||||
/tmp/ccot7YtA.s:870 .text.HAL_FLASH_OB_Lock:00000000 HAL_FLASH_OB_Lock
|
||||
/tmp/ccot7YtA.s:891 .text.HAL_FLASH_OB_Lock:00000010 $d
|
||||
/tmp/ccot7YtA.s:896 .text.HAL_FLASH_GetError:00000000 $t
|
||||
/tmp/ccot7YtA.s:902 .text.HAL_FLASH_GetError:00000000 HAL_FLASH_GetError
|
||||
/tmp/ccot7YtA.s:918 .text.HAL_FLASH_GetError:00000008 $d
|
||||
/tmp/ccot7YtA.s:923 .text.FLASH_WaitForLastOperation:00000000 $t
|
||||
/tmp/ccot7YtA.s:929 .text.FLASH_WaitForLastOperation:00000000 FLASH_WaitForLastOperation
|
||||
/tmp/ccot7YtA.s:1025 .text.FLASH_WaitForLastOperation:00000058 $d
|
||||
/tmp/ccot7YtA.s:1031 .text.HAL_FLASH_Program:00000000 $t
|
||||
/tmp/ccot7YtA.s:1037 .text.HAL_FLASH_Program:00000000 HAL_FLASH_Program
|
||||
/tmp/ccot7YtA.s:1167 .text.HAL_FLASH_Program:00000074 $d
|
||||
/tmp/ccot7YtA.s:1173 .text.HAL_FLASH_OB_Launch:00000000 $t
|
||||
/tmp/ccot7YtA.s:1179 .text.HAL_FLASH_OB_Launch:00000000 HAL_FLASH_OB_Launch
|
||||
/tmp/ccot7YtA.s:1206 .text.HAL_FLASH_OB_Launch:00000018 $d
|
||||
/tmp/ccot7YtA.s:1212 .data.pFlash:00000000 $d
|
||||
|
||||
UNDEFINED SYMBOLS
|
||||
FLASH_Erase_Sector
|
||||
FLASH_FlushCaches
|
||||
ARM GAS /tmp/ccIuLSzg.s page 45
|
||||
ARM GAS /tmp/ccot7YtA.s page 45
|
||||
|
||||
|
||||
HAL_GetTick
|
||||
|
||||
Reference in New Issue
Block a user