make it possible to run via code

This commit is contained in:
davidscherer
2023-06-04 17:50:49 +02:00
parent d48136cb1a
commit 9f80b5e11c
35 changed files with 3565 additions and 3560 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/ccaRdTju.s page 1
ARM GAS /tmp/cckvhj22.s page 1
1 .cpu cortex-m4
@ -58,7 +58,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
28:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** detection.
29:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
30:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** (#) Use HAL_DMA_Abort() function to abort the current transfer
ARM GAS /tmp/ccaRdTju.s page 2
ARM GAS /tmp/cckvhj22.s page 2
31:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -118,7 +118,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
85:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * @brief DMA HAL module driver
86:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * @{
87:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** */
ARM GAS /tmp/ccaRdTju.s page 3
ARM GAS /tmp/cckvhj22.s page 3
88:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -178,7 +178,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
142:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** if(NULL == hdma)
143:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
144:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** return HAL_ERROR;
ARM GAS /tmp/ccaRdTju.s page 4
ARM GAS /tmp/cckvhj22.s page 4
145:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
@ -238,7 +238,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
199:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** HAL_StatusTypeDef HAL_DMA_DeInit(DMA_HandleTypeDef *hdma)
200:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
201:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** /* Check the DMA handle allocation */
ARM GAS /tmp/ccaRdTju.s page 5
ARM GAS /tmp/cckvhj22.s page 5
202:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** if(NULL == hdma)
@ -298,7 +298,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
256:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** @verbatim
257:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ===============================================================================
258:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ##### IO operation functions #####
ARM GAS /tmp/ccaRdTju.s page 6
ARM GAS /tmp/cckvhj22.s page 6
259:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ===============================================================================
@ -358,7 +358,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
313:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** status = HAL_BUSY;
314:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
315:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
ARM GAS /tmp/ccaRdTju.s page 7
ARM GAS /tmp/cckvhj22.s page 7
316:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** return status;
@ -418,7 +418,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
370:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
371:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** /* Remain BUSY */
372:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** status = HAL_BUSY;
ARM GAS /tmp/ccaRdTju.s page 8
ARM GAS /tmp/cckvhj22.s page 8
373:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
@ -478,7 +478,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
427:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
428:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** /* no transfer ongoing */
429:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->ErrorCode = HAL_DMA_ERROR_NO_XFER;
ARM GAS /tmp/ccaRdTju.s page 9
ARM GAS /tmp/cckvhj22.s page 9
430:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -538,7 +538,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
484:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->ErrorCode = HAL_DMA_ERROR_NOT_SUPPORTED;
485:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** return HAL_ERROR;
486:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
ARM GAS /tmp/ccaRdTju.s page 10
ARM GAS /tmp/cckvhj22.s page 10
487:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -598,7 +598,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
541:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
542:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** if(HAL_DMA_FULL_TRANSFER == CompleteLevel)
543:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
ARM GAS /tmp/ccaRdTju.s page 11
ARM GAS /tmp/cckvhj22.s page 11
544:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** /* Clear the transfer complete flag */
@ -658,7 +658,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
598:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** else if ((RESET != (flag_it & (DMA_FLAG_TC1 << hdma->ChannelIndex))) && (RESET != (source_it & DM
599:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
600:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** if((hdma->Instance->CCR & DMA_CCR_CIRC) == 0U)
ARM GAS /tmp/ccaRdTju.s page 12
ARM GAS /tmp/cckvhj22.s page 12
601:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
@ -718,7 +718,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
655:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * @param CallbackID User Callback identifer
656:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * a HAL_DMA_CallbackIDTypeDef ENUM as parameter.
657:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * @param pCallback pointer to private callback function which has pointer to
ARM GAS /tmp/ccaRdTju.s page 13
ARM GAS /tmp/cckvhj22.s page 13
658:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** * a DMA_HandleTypeDef structure as parameter.
@ -778,7 +778,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
712:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** HAL_StatusTypeDef HAL_DMA_UnRegisterCallback(DMA_HandleTypeDef *hdma, HAL_DMA_CallbackIDTypeDef Cal
713:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
714:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** HAL_StatusTypeDef status = HAL_OK;
ARM GAS /tmp/ccaRdTju.s page 14
ARM GAS /tmp/cckvhj22.s page 14
715:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -838,7 +838,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
769:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** @verbatim
770:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ===============================================================================
771:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ##### State and Errors functions #####
ARM GAS /tmp/ccaRdTju.s page 15
ARM GAS /tmp/cckvhj22.s page 15
772:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** ===============================================================================
@ -898,7 +898,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
826:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
29 .loc 1 826 1 view -0
30 .cfi_startproc
ARM GAS /tmp/ccaRdTju.s page 16
ARM GAS /tmp/cckvhj22.s page 16
31 @ args = 0, pretend = 0, frame = 0
@ -958,7 +958,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
847:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
848:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** /* Configure DMA Channel destination address */
849:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->Instance->CMAR = DstAddress;
ARM GAS /tmp/ccaRdTju.s page 17
ARM GAS /tmp/cckvhj22.s page 17
65 .loc 1 849 5 is_stmt 1 view .LVU14
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
860:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
105 .loc 1 860 1 is_stmt 1 view -0
106 .cfi_startproc
ARM GAS /tmp/ccaRdTju.s page 18
ARM GAS /tmp/cckvhj22.s page 18
107 @ args = 0, pretend = 0, frame = 0
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
148 .loc 1 873 26 is_stmt 0 view .LVU41
149 002e 064B ldr r3, .L9+20
150 0030 C363 str r3, [r0, #60]
ARM GAS /tmp/ccaRdTju.s page 19
ARM GAS /tmp/cckvhj22.s page 19
874:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
191 .loc 1 150 3 view .LVU50
151:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** assert_param(IS_DMA_PERIPHERAL_DATA_SIZE(hdma->Init.PeriphDataAlignment));
192 .loc 1 151 3 view .LVU51
ARM GAS /tmp/ccaRdTju.s page 20
ARM GAS /tmp/cckvhj22.s page 20
152:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** assert_param(IS_DMA_MEMORY_DATA_SIZE(hdma->Init.MemDataAlignment));
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
170:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->Init.PeriphDataAlignment | hdma->Init.MemDataAlignment |
228 .loc 1 170 72 view .LVU71
229 0024 0343 orrs r3, r3, r0
ARM GAS /tmp/ccaRdTju.s page 21
ARM GAS /tmp/cckvhj22.s page 21
171:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->Init.Mode | hdma->Init.Priority;
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
266 .LVL13:
267 .L13:
268 .cfi_def_cfa_offset 0
ARM GAS /tmp/ccaRdTju.s page 22
ARM GAS /tmp/cckvhj22.s page 22
269 .cfi_restore 4
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
313 .loc 1 214 3 is_stmt 1 view .LVU101
214:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
314 .loc 1 214 7 is_stmt 0 view .LVU102
ARM GAS /tmp/ccaRdTju.s page 23
ARM GAS /tmp/cckvhj22.s page 23
315 0010 0368 ldr r3, [r0]
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
350 .loc 1 233 3 is_stmt 1 view .LVU121
233:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** hdma->XferErrorCallback = NULL;
351 .loc 1 233 30 is_stmt 0 view .LVU122
ARM GAS /tmp/ccaRdTju.s page 24
ARM GAS /tmp/cckvhj22.s page 24
352 0032 E562 str r5, [r4, #44]
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
391 .global HAL_DMA_Start
392 .syntax unified
393 .thumb
ARM GAS /tmp/ccaRdTju.s page 25
ARM GAS /tmp/cckvhj22.s page 25
394 .thumb_func
@ -1498,7 +1498,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
310:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
435 .loc 1 310 4 is_stmt 0 view .LVU153
436 001c 84F82030 strb r3, [r4, #32]
ARM GAS /tmp/ccaRdTju.s page 26
ARM GAS /tmp/cckvhj22.s page 26
310:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -1558,7 +1558,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
474 0042 43F00103 orr r3, r3, #1
475 0046 1360 str r3, [r2]
283:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
ARM GAS /tmp/ccaRdTju.s page 27
ARM GAS /tmp/cckvhj22.s page 27
476 .loc 1 283 20 view .LVU171
@ -1618,7 +1618,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
522 .loc 1 336 3 discriminator 2 view .LVU181
338:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
523 .loc 1 338 3 discriminator 2 view .LVU182
ARM GAS /tmp/ccaRdTju.s page 28
ARM GAS /tmp/cckvhj22.s page 28
338:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
@ -1678,7 +1678,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
561 0036 2860 str r0, [r5]
349:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
562 .loc 1 349 4 is_stmt 1 view .LVU200
ARM GAS /tmp/ccaRdTju.s page 29
ARM GAS /tmp/cckvhj22.s page 29
563 0038 2046 mov r0, r4
@ -1738,7 +1738,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
600 .loc 1 360 5 is_stmt 1 view .LVU217
360:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
601 .loc 1 360 9 is_stmt 0 view .LVU218
ARM GAS /tmp/ccaRdTju.s page 30
ARM GAS /tmp/cckvhj22.s page 30
602 0064 2268 ldr r2, [r4]
@ -1798,7 +1798,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
646 000e 0022 movs r2, #0
647 0010 80F82020 strb r2, [r0, #32]
392:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
ARM GAS /tmp/ccaRdTju.s page 31
ARM GAS /tmp/cckvhj22.s page 31
648 .loc 1 392 5 view .LVU231
@ -1858,7 +1858,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
408:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
685 .loc 1 408 15 is_stmt 0 view .LVU249
686 0038 83F82110 strb r1, [r3, #33]
ARM GAS /tmp/ccaRdTju.s page 32
ARM GAS /tmp/cckvhj22.s page 32
411:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -1918,7 +1918,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
729 .loc 1 431 5 is_stmt 1 view .LVU263
730 .LVL43:
431:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
ARM GAS /tmp/ccaRdTju.s page 33
ARM GAS /tmp/cckvhj22.s page 33
731 .loc 1 431 12 is_stmt 0 view .LVU264
@ -1978,7 +1978,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
768 0032 80F82120 strb r2, [r0, #33]
449:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
769 .loc 1 449 5 is_stmt 1 view .LVU282
ARM GAS /tmp/ccaRdTju.s page 34
ARM GAS /tmp/cckvhj22.s page 34
449:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -2038,7 +2038,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
815 .cfi_offset 6, -20
816 .cfi_offset 7, -16
817 .cfi_offset 8, -12
ARM GAS /tmp/ccaRdTju.s page 35
ARM GAS /tmp/cckvhj22.s page 35
818 .cfi_offset 9, -8
@ -2098,7 +2098,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
855 0024 1B68 ldr r3, [r3]
482:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
856 .loc 1 482 6 view .LVU311
ARM GAS /tmp/ccaRdTju.s page 36
ARM GAS /tmp/cckvhj22.s page 36
857 0026 13F0200F tst r3, #32
@ -2158,7 +2158,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
894 0048 9340 lsls r3, r3, r2
505:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
895 .loc 1 505 7 view .LVU329
ARM GAS /tmp/ccaRdTju.s page 37
ARM GAS /tmp/cckvhj22.s page 37
896 004a 1942 tst r1, r3
@ -2218,7 +2218,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
484:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** return HAL_ERROR;
933 .loc 1 484 21 is_stmt 0 view .LVU347
934 0074 4FF48073 mov r3, #256
ARM GAS /tmp/ccaRdTju.s page 38
ARM GAS /tmp/cckvhj22.s page 38
935 0078 8363 str r3, [r0, #56]
@ -2278,7 +2278,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
521:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
972 .loc 1 521 7 view .LVU365
521:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
ARM GAS /tmp/ccaRdTju.s page 39
ARM GAS /tmp/cckvhj22.s page 39
973 .loc 1 521 14 is_stmt 0 view .LVU366
@ -2338,7 +2338,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1010 00c0 F6E7 b .L59
1011 .cfi_endproc
1012 .LFE136:
ARM GAS /tmp/ccaRdTju.s page 40
ARM GAS /tmp/cckvhj22.s page 40
1014 .section .text.HAL_DMA_IRQHandler,"ax",%progbits
@ -2398,7 +2398,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1056 .loc 1 575 67 discriminator 1 view .LVU396
1057 0014 15F0040F tst r5, #4
1058 0018 10D0 beq .L65
ARM GAS /tmp/ccaRdTju.s page 41
ARM GAS /tmp/cckvhj22.s page 41
578:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
@ -2458,7 +2458,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1096 .loc 1 598 8 is_stmt 1 view .LVU413
598:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** {
1097 .loc 1 598 47 is_stmt 0 view .LVU414
ARM GAS /tmp/ccaRdTju.s page 42
ARM GAS /tmp/cckvhj22.s page 42
1098 003c 0223 movs r3, #2
@ -2518,7 +2518,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1135 .loc 1 614 4 view .LVU431
1136 006a 0023 movs r3, #0
1137 006c 80F82030 strb r3, [r0, #32]
ARM GAS /tmp/ccaRdTju.s page 43
ARM GAS /tmp/cckvhj22.s page 43
614:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -2578,7 +2578,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1175 0094 0123 movs r3, #1
1176 0096 03FA02F2 lsl r2, r3, r2
632:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
ARM GAS /tmp/ccaRdTju.s page 44
ARM GAS /tmp/cckvhj22.s page 44
1177 .loc 1 632 32 view .LVU449
@ -2638,7 +2638,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1219 .loc 1 662 1 is_stmt 0 view .LVU463
1220 0000 0346 mov r3, r0
663:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
ARM GAS /tmp/ccaRdTju.s page 45
ARM GAS /tmp/cckvhj22.s page 45
1221 .loc 1 663 3 is_stmt 1 view .LVU464
@ -2698,7 +2698,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1259 0026 DFE801F0 tbb [pc, r1]
1260 .L75:
1261 002a 02 .byte (.L78-.L75)/2
ARM GAS /tmp/ccaRdTju.s page 46
ARM GAS /tmp/cckvhj22.s page 46
1262 002b 05 .byte (.L77-.L75)/2
@ -2758,7 +2758,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
663:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
1298 .loc 1 663 21 is_stmt 0 view .LVU499
1299 0042 0020 movs r0, #0
ARM GAS /tmp/ccaRdTju.s page 47
ARM GAS /tmp/cckvhj22.s page 47
686:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c ****
@ -2818,7 +2818,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1343 0014 9042 cmp r0, r2
1344 0016 04D0 beq .L95
753:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** }
ARM GAS /tmp/ccaRdTju.s page 48
ARM GAS /tmp/cckvhj22.s page 48
1345 .loc 1 753 12 view .LVU513
@ -2878,7 +2878,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1385 .loc 1 729 12 is_stmt 1 view .LVU527
1386 003c EDE7 b .L85
1387 .L89:
ARM GAS /tmp/ccaRdTju.s page 49
ARM GAS /tmp/cckvhj22.s page 49
732:Drivers/STM32F3xx_HAL_Driver/Src/stm32f3xx_hal_dma.c **** break;
@ -2938,7 +2938,7 @@ ARM GAS /tmp/ccaRdTju.s page 1
1425 .LFE139:
1427 .section .text.HAL_DMA_GetState,"ax",%progbits
1428 .align 1
ARM GAS /tmp/ccaRdTju.s page 50
ARM GAS /tmp/cckvhj22.s page 50
1429 .global HAL_DMA_GetState
@ -2998,50 +2998,50 @@ ARM GAS /tmp/ccaRdTju.s page 1
1479 .file 4 "Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f302xc.h"
1480 .file 5 "Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f3xx.h"
1481 .file 6 "Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_def.h"
ARM GAS /tmp/ccaRdTju.s page 51
ARM GAS /tmp/cckvhj22.s page 51
1482 .file 7 "Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_dma.h"
1483 .file 8 "Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal.h"
ARM GAS /tmp/ccaRdTju.s page 52
ARM GAS /tmp/cckvhj22.s page 52
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f3xx_hal_dma.c
/tmp/ccaRdTju.s:21 .text.DMA_SetConfig:0000000000000000 $t
/tmp/ccaRdTju.s:26 .text.DMA_SetConfig:0000000000000000 DMA_SetConfig
/tmp/ccaRdTju.s:97 .text.DMA_CalcBaseAndBitshift:0000000000000000 $t
/tmp/ccaRdTju.s:102 .text.DMA_CalcBaseAndBitshift:0000000000000000 DMA_CalcBaseAndBitshift
/tmp/ccaRdTju.s:156 .text.DMA_CalcBaseAndBitshift:0000000000000034 $d
/tmp/ccaRdTju.s:166 .text.HAL_DMA_Init:0000000000000000 $t
/tmp/ccaRdTju.s:172 .text.HAL_DMA_Init:0000000000000000 HAL_DMA_Init
/tmp/ccaRdTju.s:280 .text.HAL_DMA_DeInit:0000000000000000 $t
/tmp/ccaRdTju.s:286 .text.HAL_DMA_DeInit:0000000000000000 HAL_DMA_DeInit
/tmp/ccaRdTju.s:390 .text.HAL_DMA_Start:0000000000000000 $t
/tmp/ccaRdTju.s:396 .text.HAL_DMA_Start:0000000000000000 HAL_DMA_Start
/tmp/ccaRdTju.s:488 .text.HAL_DMA_Start_IT:0000000000000000 $t
/tmp/ccaRdTju.s:494 .text.HAL_DMA_Start_IT:0000000000000000 HAL_DMA_Start_IT
/tmp/ccaRdTju.s:618 .text.HAL_DMA_Abort:0000000000000000 $t
/tmp/ccaRdTju.s:624 .text.HAL_DMA_Abort:0000000000000000 HAL_DMA_Abort
/tmp/ccaRdTju.s:699 .text.HAL_DMA_Abort_IT:0000000000000000 $t
/tmp/ccaRdTju.s:705 .text.HAL_DMA_Abort_IT:0000000000000000 HAL_DMA_Abort_IT
/tmp/ccaRdTju.s:796 .text.HAL_DMA_PollForTransfer:0000000000000000 $t
/tmp/ccaRdTju.s:802 .text.HAL_DMA_PollForTransfer:0000000000000000 HAL_DMA_PollForTransfer
/tmp/ccaRdTju.s:1015 .text.HAL_DMA_IRQHandler:0000000000000000 $t
/tmp/ccaRdTju.s:1021 .text.HAL_DMA_IRQHandler:0000000000000000 HAL_DMA_IRQHandler
/tmp/ccaRdTju.s:1205 .text.HAL_DMA_RegisterCallback:0000000000000000 $t
/tmp/ccaRdTju.s:1211 .text.HAL_DMA_RegisterCallback:0000000000000000 HAL_DMA_RegisterCallback
/tmp/ccaRdTju.s:1261 .text.HAL_DMA_RegisterCallback:000000000000002a $d
/tmp/ccaRdTju.s:1265 .text.HAL_DMA_RegisterCallback:000000000000002e $t
/tmp/ccaRdTju.s:1311 .text.HAL_DMA_UnRegisterCallback:0000000000000000 $t
/tmp/ccaRdTju.s:1317 .text.HAL_DMA_UnRegisterCallback:0000000000000000 HAL_DMA_UnRegisterCallback
/tmp/ccaRdTju.s:1364 .text.HAL_DMA_UnRegisterCallback:000000000000002a $d
/tmp/ccaRdTju.s:1428 .text.HAL_DMA_GetState:0000000000000000 $t
/tmp/ccaRdTju.s:1434 .text.HAL_DMA_GetState:0000000000000000 HAL_DMA_GetState
/tmp/ccaRdTju.s:1452 .text.HAL_DMA_GetError:0000000000000000 $t
/tmp/ccaRdTju.s:1458 .text.HAL_DMA_GetError:0000000000000000 HAL_DMA_GetError
/tmp/ccaRdTju.s:1369 .text.HAL_DMA_UnRegisterCallback:000000000000002f $d
/tmp/ccaRdTju.s:1369 .text.HAL_DMA_UnRegisterCallback:0000000000000030 $t
/tmp/cckvhj22.s:21 .text.DMA_SetConfig:0000000000000000 $t
/tmp/cckvhj22.s:26 .text.DMA_SetConfig:0000000000000000 DMA_SetConfig
/tmp/cckvhj22.s:97 .text.DMA_CalcBaseAndBitshift:0000000000000000 $t
/tmp/cckvhj22.s:102 .text.DMA_CalcBaseAndBitshift:0000000000000000 DMA_CalcBaseAndBitshift
/tmp/cckvhj22.s:156 .text.DMA_CalcBaseAndBitshift:0000000000000034 $d
/tmp/cckvhj22.s:166 .text.HAL_DMA_Init:0000000000000000 $t
/tmp/cckvhj22.s:172 .text.HAL_DMA_Init:0000000000000000 HAL_DMA_Init
/tmp/cckvhj22.s:280 .text.HAL_DMA_DeInit:0000000000000000 $t
/tmp/cckvhj22.s:286 .text.HAL_DMA_DeInit:0000000000000000 HAL_DMA_DeInit
/tmp/cckvhj22.s:390 .text.HAL_DMA_Start:0000000000000000 $t
/tmp/cckvhj22.s:396 .text.HAL_DMA_Start:0000000000000000 HAL_DMA_Start
/tmp/cckvhj22.s:488 .text.HAL_DMA_Start_IT:0000000000000000 $t
/tmp/cckvhj22.s:494 .text.HAL_DMA_Start_IT:0000000000000000 HAL_DMA_Start_IT
/tmp/cckvhj22.s:618 .text.HAL_DMA_Abort:0000000000000000 $t
/tmp/cckvhj22.s:624 .text.HAL_DMA_Abort:0000000000000000 HAL_DMA_Abort
/tmp/cckvhj22.s:699 .text.HAL_DMA_Abort_IT:0000000000000000 $t
/tmp/cckvhj22.s:705 .text.HAL_DMA_Abort_IT:0000000000000000 HAL_DMA_Abort_IT
/tmp/cckvhj22.s:796 .text.HAL_DMA_PollForTransfer:0000000000000000 $t
/tmp/cckvhj22.s:802 .text.HAL_DMA_PollForTransfer:0000000000000000 HAL_DMA_PollForTransfer
/tmp/cckvhj22.s:1015 .text.HAL_DMA_IRQHandler:0000000000000000 $t
/tmp/cckvhj22.s:1021 .text.HAL_DMA_IRQHandler:0000000000000000 HAL_DMA_IRQHandler
/tmp/cckvhj22.s:1205 .text.HAL_DMA_RegisterCallback:0000000000000000 $t
/tmp/cckvhj22.s:1211 .text.HAL_DMA_RegisterCallback:0000000000000000 HAL_DMA_RegisterCallback
/tmp/cckvhj22.s:1261 .text.HAL_DMA_RegisterCallback:000000000000002a $d
/tmp/cckvhj22.s:1265 .text.HAL_DMA_RegisterCallback:000000000000002e $t
/tmp/cckvhj22.s:1311 .text.HAL_DMA_UnRegisterCallback:0000000000000000 $t
/tmp/cckvhj22.s:1317 .text.HAL_DMA_UnRegisterCallback:0000000000000000 HAL_DMA_UnRegisterCallback
/tmp/cckvhj22.s:1364 .text.HAL_DMA_UnRegisterCallback:000000000000002a $d
/tmp/cckvhj22.s:1428 .text.HAL_DMA_GetState:0000000000000000 $t
/tmp/cckvhj22.s:1434 .text.HAL_DMA_GetState:0000000000000000 HAL_DMA_GetState
/tmp/cckvhj22.s:1452 .text.HAL_DMA_GetError:0000000000000000 $t
/tmp/cckvhj22.s:1458 .text.HAL_DMA_GetError:0000000000000000 HAL_DMA_GetError
/tmp/cckvhj22.s:1369 .text.HAL_DMA_UnRegisterCallback:000000000000002f $d
/tmp/cckvhj22.s:1369 .text.HAL_DMA_UnRegisterCallback:0000000000000030 $t
UNDEFINED SYMBOLS
HAL_GetTick