solved laser current setup timing issue

This commit is contained in:
feda
2025-03-04 11:43:09 +03:00
parent 4162005fd4
commit b02e3a35b7
128 changed files with 27304 additions and 24438 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/ccp9HNtD.s page 1
ARM GAS /tmp/ccf8Vjfd.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** * @{
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** */
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c ****
ARM GAS /tmp/ccp9HNtD.s page 2
ARM GAS /tmp/ccf8Vjfd.s page 2
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** #if defined (EXTI)
@ -118,7 +118,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
81:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** /* Interrupt mask register set to default reset values */
82:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** LL_EXTI_WriteReg(IMR, 0x00000000U);
33 .loc 1 82 3 view .LVU1
ARM GAS /tmp/ccp9HNtD.s page 3
ARM GAS /tmp/ccf8Vjfd.s page 3
34 0000 054B ldr r3, .L2
@ -178,7 +178,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
104:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** uint32_t LL_EXTI_Init(LL_EXTI_InitTypeDef *EXTI_InitStruct)
105:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** {
69 .loc 1 105 1 is_stmt 1 view -0
ARM GAS /tmp/ccp9HNtD.s page 4
ARM GAS /tmp/ccf8Vjfd.s page 4
70 .cfi_startproc
@ -238,7 +238,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
109 .L9:
110 .LVL3:
121:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** {
ARM GAS /tmp/ccp9HNtD.s page 5
ARM GAS /tmp/ccf8Vjfd.s page 5
122:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_ll_exti.c **** case LL_EXTI_MODE_IT:
@ -298,7 +298,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
7:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @attention
8:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** *
9:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * Copyright (c) 2017 STMicroelectronics.
ARM GAS /tmp/ccp9HNtD.s page 6
ARM GAS /tmp/ccf8Vjfd.s page 6
10:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * All rights reserved.
@ -358,7 +358,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
64:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** This parameter can be set either to ENABLE or DISABLE */
65:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
66:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** uint8_t Mode; /*!< Specifies the mode for the EXTI lines.
ARM GAS /tmp/ccp9HNtD.s page 7
ARM GAS /tmp/ccf8Vjfd.s page 7
67:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** This parameter can be a value of @ref EXTI_LL_EC_MODE. */
@ -418,7 +418,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
121:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** #define LL_EXTI_LINE_24 EXTI_IMR_IM24 /*!< Extended line 24 */
122:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** #endif
123:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** #if defined(EXTI_IMR_IM25)
ARM GAS /tmp/ccp9HNtD.s page 8
ARM GAS /tmp/ccf8Vjfd.s page 8
124:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** #define LL_EXTI_LINE_25 EXTI_IMR_IM25 /*!< Extended line 25 */
@ -478,7 +478,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
178:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** */
179:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
180:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
ARM GAS /tmp/ccp9HNtD.s page 9
ARM GAS /tmp/ccf8Vjfd.s page 9
181:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** #endif /*USE_FULL_LL_DRIVER*/
@ -538,7 +538,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
235:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @rmtoll IMR IMx LL_EXTI_EnableIT_0_31
236:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @param ExtiLine This parameter can be one of the following values:
237:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_0
ARM GAS /tmp/ccp9HNtD.s page 10
ARM GAS /tmp/ccf8Vjfd.s page 10
238:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_1
@ -598,7 +598,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
292:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_13
293:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_14
294:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_15
ARM GAS /tmp/ccp9HNtD.s page 11
ARM GAS /tmp/ccf8Vjfd.s page 11
295:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_16
@ -658,7 +658,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
349:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @note Please check each device line mapping for EXTI Line availability
350:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @retval State of bit (1 or 0).
351:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** */
ARM GAS /tmp/ccp9HNtD.s page 12
ARM GAS /tmp/ccf8Vjfd.s page 12
352:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** __STATIC_INLINE uint32_t LL_EXTI_IsEnabledIT_0_31(uint32_t ExtiLine)
@ -718,7 +718,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
406:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
407:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** /**
408:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @brief Disable ExtiLine Event request for Lines in range 0 to 31
ARM GAS /tmp/ccp9HNtD.s page 13
ARM GAS /tmp/ccf8Vjfd.s page 13
409:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @rmtoll EMR EMx LL_EXTI_DisableEvent_0_31
@ -778,7 +778,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
267:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** {
152 .loc 2 267 22 view .LVU36
153 .LBB33:
ARM GAS /tmp/ccp9HNtD.s page 14
ARM GAS /tmp/ccf8Vjfd.s page 14
269:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** }
@ -838,7 +838,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
195 .loc 2 402 3 is_stmt 0 view .LVU49
196 0058 4A60 str r2, [r1, #4]
197 .LVL16:
ARM GAS /tmp/ccp9HNtD.s page 15
ARM GAS /tmp/ccf8Vjfd.s page 15
402:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
@ -898,7 +898,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
239 .loc 2 402 3 is_stmt 0 view .LVU62
240 006c 4A60 str r2, [r1, #4]
241 .LVL22:
ARM GAS /tmp/ccp9HNtD.s page 16
ARM GAS /tmp/ccf8Vjfd.s page 16
402:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
@ -958,7 +958,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
471:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_20
472:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_21
473:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_22
ARM GAS /tmp/ccp9HNtD.s page 17
ARM GAS /tmp/ccf8Vjfd.s page 17
474:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_23
@ -1018,7 +1018,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
528:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_22
529:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @note Please check each device line mapping for EXTI Line availability
530:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @retval None
ARM GAS /tmp/ccp9HNtD.s page 18
ARM GAS /tmp/ccf8Vjfd.s page 18
531:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** */
@ -1078,7 +1078,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
585:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @param ExtiLine This parameter can be a combination of the following values:
586:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_0
587:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_1
ARM GAS /tmp/ccp9HNtD.s page 19
ARM GAS /tmp/ccf8Vjfd.s page 19
588:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_2
@ -1138,7 +1138,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
642:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_6
643:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_7
644:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_8
ARM GAS /tmp/ccp9HNtD.s page 20
ARM GAS /tmp/ccf8Vjfd.s page 20
645:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @arg @ref LL_EXTI_LINE_9
@ -1198,7 +1198,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
699:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @note Please check each device line mapping for EXTI Line availability
700:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** * @retval None
701:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** */
ARM GAS /tmp/ccp9HNtD.s page 21
ARM GAS /tmp/ccf8Vjfd.s page 21
702:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h **** __STATIC_INLINE void LL_EXTI_DisableFallingTrig_0_31(uint32_t ExtiLine)
@ -1258,7 +1258,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
577:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
300 .loc 2 577 3 view .LVU79
301 008a 124A ldr r2, .L18
ARM GAS /tmp/ccp9HNtD.s page 22
ARM GAS /tmp/ccf8Vjfd.s page 22
302 008c 9168 ldr r1, [r2, #8]
@ -1318,7 +1318,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
342 .loc 2 534 3 is_stmt 0 view .LVU90
343 00a6 9160 str r1, [r2, #8]
344 .LVL38:
ARM GAS /tmp/ccp9HNtD.s page 23
ARM GAS /tmp/ccf8Vjfd.s page 23
534:Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_ll_exti.h ****
@ -1378,7 +1378,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
377 00b6 1C68 ldr r4, [r3]
378 00b8 21EA0401 bic r1, r1, r4
379 00bc 1160 str r1, [r2]
ARM GAS /tmp/ccp9HNtD.s page 24
ARM GAS /tmp/ccf8Vjfd.s page 24
380 .LVL43:
@ -1438,7 +1438,7 @@ ARM GAS /tmp/ccp9HNtD.s page 1
425 .align 1
426 .global LL_EXTI_StructInit
427 .syntax unified
ARM GAS /tmp/ccp9HNtD.s page 25
ARM GAS /tmp/ccf8Vjfd.s page 25
428 .thumb
@ -1488,18 +1488,18 @@ ARM GAS /tmp/ccp9HNtD.s page 1
461 .file 3 "/usr/lib/gcc/arm-none-eabi/10.3.1/include/stdint.h"
462 .file 4 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f767xx.h"
463 .file 5 "Drivers/CMSIS/Device/ST/STM32F7xx/Include/stm32f7xx.h"
ARM GAS /tmp/ccp9HNtD.s page 26
ARM GAS /tmp/ccf8Vjfd.s page 26
DEFINED SYMBOLS
*ABS*:0000000000000000 stm32f7xx_ll_exti.c
/tmp/ccp9HNtD.s:17 .text.LL_EXTI_DeInit:0000000000000000 $t
/tmp/ccp9HNtD.s:25 .text.LL_EXTI_DeInit:0000000000000000 LL_EXTI_DeInit
/tmp/ccp9HNtD.s:54 .text.LL_EXTI_DeInit:0000000000000018 $d
/tmp/ccp9HNtD.s:59 .text.LL_EXTI_Init:0000000000000000 $t
/tmp/ccp9HNtD.s:66 .text.LL_EXTI_Init:0000000000000000 LL_EXTI_Init
/tmp/ccp9HNtD.s:420 .text.LL_EXTI_Init:00000000000000d4 $d
/tmp/ccp9HNtD.s:425 .text.LL_EXTI_StructInit:0000000000000000 $t
/tmp/ccp9HNtD.s:432 .text.LL_EXTI_StructInit:0000000000000000 LL_EXTI_StructInit
/tmp/ccf8Vjfd.s:17 .text.LL_EXTI_DeInit:0000000000000000 $t
/tmp/ccf8Vjfd.s:25 .text.LL_EXTI_DeInit:0000000000000000 LL_EXTI_DeInit
/tmp/ccf8Vjfd.s:54 .text.LL_EXTI_DeInit:0000000000000018 $d
/tmp/ccf8Vjfd.s:59 .text.LL_EXTI_Init:0000000000000000 $t
/tmp/ccf8Vjfd.s:66 .text.LL_EXTI_Init:0000000000000000 LL_EXTI_Init
/tmp/ccf8Vjfd.s:420 .text.LL_EXTI_Init:00000000000000d4 $d
/tmp/ccf8Vjfd.s:425 .text.LL_EXTI_StructInit:0000000000000000 $t
/tmp/ccf8Vjfd.s:432 .text.LL_EXTI_StructInit:0000000000000000 LL_EXTI_StructInit
NO UNDEFINED SYMBOLS