Save current local changes

This commit is contained in:
Ayzen
2026-03-13 17:49:58 +03:00
parent db80907a0b
commit eafc328caa
89 changed files with 36315 additions and 34500 deletions

View File

@ -1,4 +1,4 @@
ARM GAS /tmp/cc9TanaG.s page 1
ARM GAS /tmp/ccWTTAKN.s page 1
1 .cpu cortex-m7
@ -58,7 +58,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
29:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** HAL_FLASH_Lock() functions
30:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** (++) Erase function: Erase sector, erase all sectors
31:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** (++) There are two modes of erase :
ARM GAS /tmp/cc9TanaG.s page 2
ARM GAS /tmp/ccWTTAKN.s page 2
32:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** (+++) Polling Mode using HAL_FLASHEx_Erase()
@ -118,7 +118,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
86:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @}
87:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** */
88:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 3
ARM GAS /tmp/ccWTTAKN.s page 3
89:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* Private function prototypes -----------------------------------------------*/
@ -178,7 +178,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
143:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @{
144:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** */
145:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /**
ARM GAS /tmp/cc9TanaG.s page 4
ARM GAS /tmp/ccWTTAKN.s page 4
146:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @brief Perform a mass erase or erase the specified FLASH memory sectors
@ -238,7 +238,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
200:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* Wait for last operation to be completed */
201:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** status = FLASH_WaitForLastOperation((uint32_t)FLASH_TIMEOUT_VALUE);
202:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 5
ARM GAS /tmp/ccWTTAKN.s page 5
203:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* If the erase operation is completed, disable the SER Bit and SNB Bits */
@ -298,7 +298,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
257:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** #endif /* FLASH_OPTCR_nDBANK */
258:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
259:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** else
ARM GAS /tmp/cc9TanaG.s page 6
ARM GAS /tmp/ccWTTAKN.s page 6
260:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** {
@ -358,7 +358,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
314:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** status = FLASH_OB_RDP_LevelConfig(pOBInit->RDPLevel);
315:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
316:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 7
ARM GAS /tmp/ccWTTAKN.s page 7
317:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* USER configuration */
@ -418,7 +418,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
371:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* Process Unlocked */
372:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** __HAL_UNLOCK(&pFlash);
373:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 8
ARM GAS /tmp/ccWTTAKN.s page 8
374:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** return status;
@ -478,7 +478,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
428:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @arg VOLTAGE_RANGE_3: when the device voltage range is 2.7V to 3.6V,
429:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * the operation will be done by word (32-bit)
430:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @arg VOLTAGE_RANGE_4: when the device voltage range is 2.7V to 3.6V + External Vpp,
ARM GAS /tmp/cc9TanaG.s page 9
ARM GAS /tmp/ccWTTAKN.s page 9
431:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * the operation will be done by double word (64-bit)
@ -538,7 +538,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
459:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** {
460:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /*Only bank1 will be erased*/
461:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** FLASH->CR |= FLASH_CR_MER1;
ARM GAS /tmp/cc9TanaG.s page 10
ARM GAS /tmp/ccWTTAKN.s page 10
54 .loc 1 461 5 is_stmt 1 view .LVU12
@ -598,7 +598,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
28:Drivers/CMSIS/Include/cmsis_gcc.h **** /* ignore some GCC warnings */
29:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic push
30:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wsign-conversion"
ARM GAS /tmp/cc9TanaG.s page 11
ARM GAS /tmp/ccWTTAKN.s page 11
31:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wconversion"
@ -658,7 +658,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
85:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
86:Drivers/CMSIS/Include/cmsis_gcc.h **** #ifndef __UNALIGNED_UINT16_READ
87:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic push
ARM GAS /tmp/cc9TanaG.s page 12
ARM GAS /tmp/ccWTTAKN.s page 12
88:Drivers/CMSIS/Include/cmsis_gcc.h **** #pragma GCC diagnostic ignored "-Wpacked"
@ -718,7 +718,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
142:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("cpsid i" : : : "memory");
143:Drivers/CMSIS/Include/cmsis_gcc.h **** }
144:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/cc9TanaG.s page 13
ARM GAS /tmp/ccWTTAKN.s page 13
145:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -778,7 +778,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
199:Drivers/CMSIS/Include/cmsis_gcc.h ****
200:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
201:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Get IPSR Register
ARM GAS /tmp/cc9TanaG.s page 14
ARM GAS /tmp/ccWTTAKN.s page 14
202:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the content of the IPSR Register.
@ -838,7 +838,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
256:Drivers/CMSIS/Include/cmsis_gcc.h **** #if (defined (__ARM_FEATURE_CMSE ) && (__ARM_FEATURE_CMSE == 3))
257:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
258:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Get Process Stack Pointer (non-secure)
ARM GAS /tmp/cc9TanaG.s page 15
ARM GAS /tmp/ccWTTAKN.s page 15
259:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the current value of the non-secure Process Stack Pointer (PSP) when in secure s
@ -898,7 +898,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
313:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Returns the current value of the non-secure Main Stack Pointer (MSP) when in secure stat
314:Drivers/CMSIS/Include/cmsis_gcc.h **** \return MSP Register value
315:Drivers/CMSIS/Include/cmsis_gcc.h **** */
ARM GAS /tmp/cc9TanaG.s page 16
ARM GAS /tmp/ccWTTAKN.s page 16
316:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_MSP_NS(void)
@ -958,7 +958,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
370:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_SP_NS(uint32_t topOfStack)
371:Drivers/CMSIS/Include/cmsis_gcc.h **** {
372:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MSR sp_ns, %0" : : "r" (topOfStack) : );
ARM GAS /tmp/cc9TanaG.s page 17
ARM GAS /tmp/ccWTTAKN.s page 17
373:Drivers/CMSIS/Include/cmsis_gcc.h **** }
@ -1018,7 +1018,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
427:Drivers/CMSIS/Include/cmsis_gcc.h **** }
428:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
429:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/cc9TanaG.s page 18
ARM GAS /tmp/ccWTTAKN.s page 18
430:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -1078,7 +1078,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
484:Drivers/CMSIS/Include/cmsis_gcc.h ****
485:Drivers/CMSIS/Include/cmsis_gcc.h ****
486:Drivers/CMSIS/Include/cmsis_gcc.h **** /**
ARM GAS /tmp/cc9TanaG.s page 19
ARM GAS /tmp/ccWTTAKN.s page 19
487:Drivers/CMSIS/Include/cmsis_gcc.h **** \brief Set Base Priority
@ -1138,7 +1138,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
541:Drivers/CMSIS/Include/cmsis_gcc.h **** */
542:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE uint32_t __TZ_get_FAULTMASK_NS(void)
543:Drivers/CMSIS/Include/cmsis_gcc.h **** {
ARM GAS /tmp/cc9TanaG.s page 20
ARM GAS /tmp/ccWTTAKN.s page 20
544:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t result;
@ -1198,7 +1198,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
598:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
599:Drivers/CMSIS/Include/cmsis_gcc.h **** uint32_t result;
600:Drivers/CMSIS/Include/cmsis_gcc.h **** __ASM volatile ("MRS %0, psplim" : "=r" (result) );
ARM GAS /tmp/cc9TanaG.s page 21
ARM GAS /tmp/ccWTTAKN.s page 21
601:Drivers/CMSIS/Include/cmsis_gcc.h **** return result;
@ -1258,7 +1258,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
655:Drivers/CMSIS/Include/cmsis_gcc.h **** \details Assigns the given value to the non-secure Process Stack Pointer Limit (PSPLIM) when in s
656:Drivers/CMSIS/Include/cmsis_gcc.h **** \param [in] ProcStackPtrLimit Process Stack Pointer Limit value to set
657:Drivers/CMSIS/Include/cmsis_gcc.h **** */
ARM GAS /tmp/cc9TanaG.s page 22
ARM GAS /tmp/ccWTTAKN.s page 22
658:Drivers/CMSIS/Include/cmsis_gcc.h **** __STATIC_FORCEINLINE void __TZ_set_PSPLIM_NS(uint32_t ProcStackPtrLimit)
@ -1318,7 +1318,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
712:Drivers/CMSIS/Include/cmsis_gcc.h **** }
713:Drivers/CMSIS/Include/cmsis_gcc.h **** #endif
714:Drivers/CMSIS/Include/cmsis_gcc.h ****
ARM GAS /tmp/cc9TanaG.s page 23
ARM GAS /tmp/ccWTTAKN.s page 23
715:Drivers/CMSIS/Include/cmsis_gcc.h ****
@ -1378,7 +1378,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
769:Drivers/CMSIS/Include/cmsis_gcc.h **** (defined (__FPU_USED ) && (__FPU_USED == 1U)) )
770:Drivers/CMSIS/Include/cmsis_gcc.h **** #if __has_builtin(__builtin_arm_get_fpscr)
771:Drivers/CMSIS/Include/cmsis_gcc.h **** // Re-enable using built-in when GCC has been fixed
ARM GAS /tmp/cc9TanaG.s page 24
ARM GAS /tmp/ccWTTAKN.s page 24
772:Drivers/CMSIS/Include/cmsis_gcc.h **** // || (__GNUC__ > 7) || (__GNUC__ == 7 && __GNUC_MINOR__ >= 2)
@ -1438,7 +1438,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
826:Drivers/CMSIS/Include/cmsis_gcc.h **** #else
827:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __CMSIS_GCC_OUT_REG(r) "=r" (r)
828:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __CMSIS_GCC_RW_REG(r) "+r" (r)
ARM GAS /tmp/cc9TanaG.s page 25
ARM GAS /tmp/ccWTTAKN.s page 25
829:Drivers/CMSIS/Include/cmsis_gcc.h **** #define __CMSIS_GCC_USE_REG(r) "r" (r)
@ -1498,7 +1498,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
79 .syntax unified
80 @ 879 "Drivers/CMSIS/Include/cmsis_gcc.h" 1
81 002c BFF34F8F dsb 0xF
ARM GAS /tmp/cc9TanaG.s page 26
ARM GAS /tmp/ccWTTAKN.s page 26
82 @ 0 "" 2
@ -1558,7 +1558,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
468:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
469:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /**
470:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @brief Erase the specified FLASH memory sector
ARM GAS /tmp/cc9TanaG.s page 27
ARM GAS /tmp/ccWTTAKN.s page 27
471:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @param Sector FLASH sector to erase
@ -1618,7 +1618,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
525:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** This will force the CPU to respect the sequence of instruction (no optimization).*/
526:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** __DSB();
527:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
ARM GAS /tmp/cc9TanaG.s page 28
ARM GAS /tmp/ccWTTAKN.s page 28
528:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
@ -1678,7 +1678,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
555:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @arg OB_STDBY_NO_RST: No reset generated when entering in STANDBY
556:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @arg OB_STDBY_RST: Reset generated when entering in STANDBY
557:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @param Iwdgstop Independent watchdog counter freeze in Stop mode.
ARM GAS /tmp/cc9TanaG.s page 29
ARM GAS /tmp/ccWTTAKN.s page 29
558:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * This parameter can be one of the following values:
@ -1738,7 +1738,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
612:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /**
613:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @brief Return the FLASH User Option Byte value.
614:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @retval uint32_t FLASH User Option Bytes values: WWDG_SW(Bit4), IWDG_SW(Bit5), nRST_STOP(Bit6),
ARM GAS /tmp/cc9TanaG.s page 30
ARM GAS /tmp/ccWTTAKN.s page 30
615:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * nRST_STDBY(Bit7), nDBOOT(Bit28), nDBANK(Bit29), IWDG_STDBY(Bit30) and IWDG_STOP(Bit31).
@ -1798,7 +1798,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
641:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* Check the parameters */
642:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_VOLTAGERANGE(VoltageRange));
643:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 31
ARM GAS /tmp/ccWTTAKN.s page 31
644:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* if the previous operation is completed, proceed to erase all sectors */
@ -1858,7 +1858,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
698:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** FLASH->CR &= SECTOR_MASK;
699:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** FLASH->CR |= FLASH_CR_SER | (Sector << FLASH_CR_SNB_Pos);
700:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** FLASH->CR |= FLASH_CR_STRT;
ARM GAS /tmp/cc9TanaG.s page 32
ARM GAS /tmp/ccWTTAKN.s page 32
701:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
@ -1918,7 +1918,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
755:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_OB_STOP_SOURCE(Stop));
756:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_OB_STDBY_SOURCE(Stdby));
757:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_OB_IWDG_STOP_FREEZE(Iwdgstop));
ARM GAS /tmp/cc9TanaG.s page 33
ARM GAS /tmp/ccWTTAKN.s page 33
758:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_OB_IWDG_STDBY_FREEZE(Iwdgstdby));
@ -1978,7 +1978,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
812:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
813:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /* Wait for last operation to be completed */
814:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** status = FLASH_WaitForLastOperation((uint32_t)FLASH_TIMEOUT_VALUE);
ARM GAS /tmp/cc9TanaG.s page 34
ARM GAS /tmp/ccWTTAKN.s page 34
815:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
@ -2038,7 +2038,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
869:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @note WARNING: When enabling OB_RDP level 2 it's no more possible to go back to level 1 or 0
870:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** *
871:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @retval HAL Status
ARM GAS /tmp/cc9TanaG.s page 35
ARM GAS /tmp/ccWTTAKN.s page 35
872:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** */
@ -2098,7 +2098,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
911:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
203 .loc 1 911 1 is_stmt 0 view .LVU44
204 000c 0020 movs r0, #0
ARM GAS /tmp/cc9TanaG.s page 36
ARM GAS /tmp/ccWTTAKN.s page 36
205 000e 7047 bx lr
@ -2158,7 +2158,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
952:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
953:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
954:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** return status;
ARM GAS /tmp/cc9TanaG.s page 37
ARM GAS /tmp/ccWTTAKN.s page 37
955:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
@ -2218,7 +2218,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
247 .loc 1 982 3 is_stmt 1 view .LVU54
983:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
248 .loc 1 983 1 is_stmt 0 view .LVU55
ARM GAS /tmp/cc9TanaG.s page 38
ARM GAS /tmp/ccWTTAKN.s page 38
249 0014 7047 bx lr
@ -2278,7 +2278,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
998:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
999:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** /**
1000:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** * @brief Configure Boot base address.
ARM GAS /tmp/cc9TanaG.s page 39
ARM GAS /tmp/ccWTTAKN.s page 39
1001:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** *
@ -2338,7 +2338,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1023:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
316 .loc 1 1023 5 is_stmt 1 view .LVU69
1023:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
ARM GAS /tmp/cc9TanaG.s page 40
ARM GAS /tmp/ccWTTAKN.s page 40
317 .loc 1 1023 20 is_stmt 0 view .LVU70
@ -2398,7 +2398,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
363 .loc 1 816 3 is_stmt 1 view .LVU80
816:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** {
364 .loc 1 816 5 is_stmt 0 view .LVU81
ARM GAS /tmp/cc9TanaG.s page 41
ARM GAS /tmp/ccWTTAKN.s page 41
365 000c 20B9 cbnz r0, .L33
@ -2458,7 +2458,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
850:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
410 .loc 1 850 12 is_stmt 0 view .LVU93
411 0004 4CF25030 movw r0, #50000
ARM GAS /tmp/cc9TanaG.s page 42
ARM GAS /tmp/ccWTTAKN.s page 42
412 .LVL24:
@ -2518,7 +2518,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
457 .cfi_offset 14, -4
458 0002 0446 mov r4, r0
875:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 43
ARM GAS /tmp/ccWTTAKN.s page 43
459 .loc 1 875 3 is_stmt 1 view .LVU105
@ -2578,7 +2578,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
502 .loc 1 578 1 is_stmt 0 view .LVU118
503 0000 F8B5 push {r3, r4, r5, r6, r7, lr}
504 .LCFI3:
ARM GAS /tmp/cc9TanaG.s page 44
ARM GAS /tmp/ccWTTAKN.s page 44
505 .cfi_def_cfa_offset 24
@ -2638,7 +2638,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
603:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
541 .loc 1 603 29 is_stmt 0 view .LVU137
542 0014 44EA0701 orr r1, r4, r7
ARM GAS /tmp/cc9TanaG.s page 45
ARM GAS /tmp/ccWTTAKN.s page 45
603:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
@ -2698,7 +2698,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
587 .thumb
588 .thumb_func
590 FLASH_OB_BootAddressConfig:
ARM GAS /tmp/cc9TanaG.s page 46
ARM GAS /tmp/ccWTTAKN.s page 46
591 .LVL41:
@ -2758,7 +2758,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
955:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
632 .loc 1 955 1 is_stmt 0 view .LVU162
633 0020 38BD pop {r3, r4, r5, pc}
ARM GAS /tmp/cc9TanaG.s page 47
ARM GAS /tmp/ccWTTAKN.s page 47
634 .LVL45:
@ -2818,7 +2818,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
683 0010 0122 movs r2, #1
684 0012 1A75 strb r2, [r3, #20]
290:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
ARM GAS /tmp/cc9TanaG.s page 48
ARM GAS /tmp/ccWTTAKN.s page 48
685 .loc 1 290 3 discriminator 2 view .LVU170
@ -2878,7 +2878,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
722 .loc 1 287 21 view .LVU187
723 0032 0120 movs r0, #1
724 .LVL53:
ARM GAS /tmp/cc9TanaG.s page 49
ARM GAS /tmp/ccWTTAKN.s page 49
725 .L61:
@ -2938,7 +2938,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
762 .loc 1 372 3 view .LVU204
763 005c 184B ldr r3, .L80
764 005e 0022 movs r2, #0
ARM GAS /tmp/cc9TanaG.s page 50
ARM GAS /tmp/ccWTTAKN.s page 50
765 0060 1A75 strb r2, [r3, #20]
@ -2998,7 +2998,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
808 .loc 1 321 14 view .LVU215
809 009c D2E7 b .L64
810 .L77:
ARM GAS /tmp/cc9TanaG.s page 51
ARM GAS /tmp/ccWTTAKN.s page 51
342:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** }
@ -3058,7 +3058,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
851 .loc 1 375 1 view .LVU229
852 00bc 7047 bx lr
853 .L81:
ARM GAS /tmp/cc9TanaG.s page 52
ARM GAS /tmp/ccWTTAKN.s page 52
854 00be 00BF .align 2
@ -3118,7 +3118,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
898 .loc 1 396 25 is_stmt 0 view .LVU241
899 0014 FFF7FEFF bl FLASH_OB_GetUser
900 .LVL70:
ARM GAS /tmp/cc9TanaG.s page 53
ARM GAS /tmp/ccWTTAKN.s page 53
396:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
@ -3178,7 +3178,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
488:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
944 .loc 1 488 3 view .LVU255
491:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** assert_param(IS_VOLTAGERANGE(VoltageRange));
ARM GAS /tmp/cc9TanaG.s page 54
ARM GAS /tmp/ccWTTAKN.s page 54
945 .loc 1 491 3 view .LVU256
@ -3238,7 +3238,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
985 0024 22F44072 bic r2, r2, #768
986 0028 1A61 str r2, [r3, #16]
519:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** CLEAR_BIT(FLASH->CR, FLASH_CR_SNB);
ARM GAS /tmp/cc9TanaG.s page 55
ARM GAS /tmp/ccWTTAKN.s page 55
987 .loc 1 519 3 is_stmt 1 view .LVU271
@ -3298,7 +3298,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1029 0054 003C0240 .word 1073888256
1030 .cfi_endproc
1031 .LFE146:
ARM GAS /tmp/cc9TanaG.s page 56
ARM GAS /tmp/ccWTTAKN.s page 56
1033 .section .text.HAL_FLASHEx_Erase,"ax",%progbits
@ -3358,7 +3358,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1076 0018 FFF7FEFF bl FLASH_WaitForLastOperation
1077 .LVL83:
170:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** {
ARM GAS /tmp/cc9TanaG.s page 57
ARM GAS /tmp/ccWTTAKN.s page 57
1078 .loc 1 170 3 is_stmt 1 view .LVU297
@ -3418,7 +3418,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1115 .loc 1 201 9 is_stmt 1 view .LVU314
201:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c ****
1116 .loc 1 201 18 is_stmt 0 view .LVU315
ARM GAS /tmp/cc9TanaG.s page 58
ARM GAS /tmp/ccWTTAKN.s page 58
1117 0040 4CF25030 movw r0, #50000
@ -3478,7 +3478,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1159 .LVL94:
1160 .L105:
209:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** break;
ARM GAS /tmp/cc9TanaG.s page 59
ARM GAS /tmp/ccWTTAKN.s page 59
1161 .loc 1 209 11 is_stmt 1 view .LVU328
@ -3538,7 +3538,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1206 .thumb
1207 .thumb_func
1209 HAL_FLASHEx_Erase_IT:
ARM GAS /tmp/cc9TanaG.s page 60
ARM GAS /tmp/ccWTTAKN.s page 60
1210 .LVL99:
@ -3598,7 +3598,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
249:Drivers/STM32F7xx_HAL_Driver/Src/stm32f7xx_hal_flash_ex.c **** {
1251 .loc 1 249 5 view .LVU352
1252 0028 012B cmp r3, #1
ARM GAS /tmp/cc9TanaG.s page 61
ARM GAS /tmp/ccWTTAKN.s page 61
1253 002a 0DD0 beq .L113
@ -3658,7 +3658,7 @@ ARM GAS /tmp/cc9TanaG.s page 1
1289 .loc 1 252 29 is_stmt 0 view .LVU370
1290 0048 054B ldr r3, .L114
1291 004a 0222 movs r2, #2
ARM GAS /tmp/cc9TanaG.s page 62
ARM GAS /tmp/ccWTTAKN.s page 62
1292 004c 1A70 strb r2, [r3]
@ -3698,61 +3698,61 @@ ARM GAS /tmp/cc9TanaG.s page 1
1322 .file 5 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_def.h"
1323 .file 6 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash.h"
1324 .file 7 "Drivers/STM32F7xx_HAL_Driver/Inc/stm32f7xx_hal_flash_ex.h"
ARM GAS /tmp/cc9TanaG.s page 63
ARM GAS /tmp/ccWTTAKN.s page 63
DEFINED SYMBOLS
*ABS*:00000000 stm32f7xx_hal_flash_ex.c
/tmp/cc9TanaG.s:20 .text.FLASH_MassErase:00000000 $t
/tmp/cc9TanaG.s:25 .text.FLASH_MassErase:00000000 FLASH_MassErase
/tmp/cc9TanaG.s:117 .text.FLASH_MassErase:0000004c $d
/tmp/cc9TanaG.s:122 .text.FLASH_OB_GetWRP:00000000 $t
/tmp/cc9TanaG.s:127 .text.FLASH_OB_GetWRP:00000000 FLASH_OB_GetWRP
/tmp/cc9TanaG.s:145 .text.FLASH_OB_GetWRP:0000000c $d
/tmp/cc9TanaG.s:151 .text.FLASH_OB_GetUser:00000000 $t
/tmp/cc9TanaG.s:156 .text.FLASH_OB_GetUser:00000000 FLASH_OB_GetUser
/tmp/cc9TanaG.s:174 .text.FLASH_OB_GetUser:0000000c $d
/tmp/cc9TanaG.s:180 .text.FLASH_OB_BOR_LevelConfig:00000000 $t
/tmp/cc9TanaG.s:185 .text.FLASH_OB_BOR_LevelConfig:00000000 FLASH_OB_BOR_LevelConfig
/tmp/cc9TanaG.s:209 .text.FLASH_OB_BOR_LevelConfig:00000010 $d
/tmp/cc9TanaG.s:214 .text.FLASH_OB_GetRDP:00000000 $t
/tmp/cc9TanaG.s:219 .text.FLASH_OB_GetRDP:00000000 FLASH_OB_GetRDP
/tmp/cc9TanaG.s:253 .text.FLASH_OB_GetRDP:00000018 $d
/tmp/cc9TanaG.s:258 .text.FLASH_OB_GetBOR:00000000 $t
/tmp/cc9TanaG.s:263 .text.FLASH_OB_GetBOR:00000000 FLASH_OB_GetBOR
/tmp/cc9TanaG.s:280 .text.FLASH_OB_GetBOR:0000000c $d
/tmp/cc9TanaG.s:285 .text.FLASH_OB_GetBootAddress:00000000 $t
/tmp/cc9TanaG.s:290 .text.FLASH_OB_GetBootAddress:00000000 FLASH_OB_GetBootAddress
/tmp/cc9TanaG.s:329 .text.FLASH_OB_GetBootAddress:00000014 $d
/tmp/cc9TanaG.s:334 .text.FLASH_OB_EnableWRP:00000000 $t
/tmp/cc9TanaG.s:339 .text.FLASH_OB_EnableWRP:00000000 FLASH_OB_EnableWRP
/tmp/cc9TanaG.s:382 .text.FLASH_OB_EnableWRP:0000001c $d
/tmp/cc9TanaG.s:387 .text.FLASH_OB_DisableWRP:00000000 $t
/tmp/cc9TanaG.s:392 .text.FLASH_OB_DisableWRP:00000000 FLASH_OB_DisableWRP
/tmp/cc9TanaG.s:435 .text.FLASH_OB_DisableWRP:00000018 $d
/tmp/cc9TanaG.s:440 .text.FLASH_OB_RDP_LevelConfig:00000000 $t
/tmp/cc9TanaG.s:445 .text.FLASH_OB_RDP_LevelConfig:00000000 FLASH_OB_RDP_LevelConfig
/tmp/cc9TanaG.s:485 .text.FLASH_OB_RDP_LevelConfig:00000014 $d
/tmp/cc9TanaG.s:490 .text.FLASH_OB_UserConfig:00000000 $t
/tmp/cc9TanaG.s:495 .text.FLASH_OB_UserConfig:00000000 FLASH_OB_UserConfig
/tmp/cc9TanaG.s:579 .text.FLASH_OB_UserConfig:00000040 $d
/tmp/cc9TanaG.s:585 .text.FLASH_OB_BootAddressConfig:00000000 $t
/tmp/cc9TanaG.s:590 .text.FLASH_OB_BootAddressConfig:00000000 FLASH_OB_BootAddressConfig
/tmp/cc9TanaG.s:646 .text.FLASH_OB_BootAddressConfig:00000030 $d
/tmp/cc9TanaG.s:651 .text.HAL_FLASHEx_OBProgram:00000000 $t
/tmp/cc9TanaG.s:657 .text.HAL_FLASHEx_OBProgram:00000000 HAL_FLASHEx_OBProgram
/tmp/cc9TanaG.s:856 .text.HAL_FLASHEx_OBProgram:000000c0 $d
/tmp/cc9TanaG.s:861 .text.HAL_FLASHEx_OBGetConfig:00000000 $t
/tmp/cc9TanaG.s:867 .text.HAL_FLASHEx_OBGetConfig:00000000 HAL_FLASHEx_OBGetConfig
/tmp/cc9TanaG.s:930 .text.FLASH_Erase_Sector:00000000 $t
/tmp/cc9TanaG.s:936 .text.FLASH_Erase_Sector:00000000 FLASH_Erase_Sector
/tmp/cc9TanaG.s:1029 .text.FLASH_Erase_Sector:00000054 $d
/tmp/cc9TanaG.s:1034 .text.HAL_FLASHEx_Erase:00000000 $t
/tmp/cc9TanaG.s:1040 .text.HAL_FLASHEx_Erase:00000000 HAL_FLASHEx_Erase
/tmp/cc9TanaG.s:1196 .text.HAL_FLASHEx_Erase:0000008c $d
/tmp/cc9TanaG.s:1203 .text.HAL_FLASHEx_Erase_IT:00000000 $t
/tmp/cc9TanaG.s:1209 .text.HAL_FLASHEx_Erase_IT:00000000 HAL_FLASHEx_Erase_IT
/tmp/cc9TanaG.s:1313 .text.HAL_FLASHEx_Erase_IT:00000060 $d
/tmp/ccWTTAKN.s:20 .text.FLASH_MassErase:00000000 $t
/tmp/ccWTTAKN.s:25 .text.FLASH_MassErase:00000000 FLASH_MassErase
/tmp/ccWTTAKN.s:117 .text.FLASH_MassErase:0000004c $d
/tmp/ccWTTAKN.s:122 .text.FLASH_OB_GetWRP:00000000 $t
/tmp/ccWTTAKN.s:127 .text.FLASH_OB_GetWRP:00000000 FLASH_OB_GetWRP
/tmp/ccWTTAKN.s:145 .text.FLASH_OB_GetWRP:0000000c $d
/tmp/ccWTTAKN.s:151 .text.FLASH_OB_GetUser:00000000 $t
/tmp/ccWTTAKN.s:156 .text.FLASH_OB_GetUser:00000000 FLASH_OB_GetUser
/tmp/ccWTTAKN.s:174 .text.FLASH_OB_GetUser:0000000c $d
/tmp/ccWTTAKN.s:180 .text.FLASH_OB_BOR_LevelConfig:00000000 $t
/tmp/ccWTTAKN.s:185 .text.FLASH_OB_BOR_LevelConfig:00000000 FLASH_OB_BOR_LevelConfig
/tmp/ccWTTAKN.s:209 .text.FLASH_OB_BOR_LevelConfig:00000010 $d
/tmp/ccWTTAKN.s:214 .text.FLASH_OB_GetRDP:00000000 $t
/tmp/ccWTTAKN.s:219 .text.FLASH_OB_GetRDP:00000000 FLASH_OB_GetRDP
/tmp/ccWTTAKN.s:253 .text.FLASH_OB_GetRDP:00000018 $d
/tmp/ccWTTAKN.s:258 .text.FLASH_OB_GetBOR:00000000 $t
/tmp/ccWTTAKN.s:263 .text.FLASH_OB_GetBOR:00000000 FLASH_OB_GetBOR
/tmp/ccWTTAKN.s:280 .text.FLASH_OB_GetBOR:0000000c $d
/tmp/ccWTTAKN.s:285 .text.FLASH_OB_GetBootAddress:00000000 $t
/tmp/ccWTTAKN.s:290 .text.FLASH_OB_GetBootAddress:00000000 FLASH_OB_GetBootAddress
/tmp/ccWTTAKN.s:329 .text.FLASH_OB_GetBootAddress:00000014 $d
/tmp/ccWTTAKN.s:334 .text.FLASH_OB_EnableWRP:00000000 $t
/tmp/ccWTTAKN.s:339 .text.FLASH_OB_EnableWRP:00000000 FLASH_OB_EnableWRP
/tmp/ccWTTAKN.s:382 .text.FLASH_OB_EnableWRP:0000001c $d
/tmp/ccWTTAKN.s:387 .text.FLASH_OB_DisableWRP:00000000 $t
/tmp/ccWTTAKN.s:392 .text.FLASH_OB_DisableWRP:00000000 FLASH_OB_DisableWRP
/tmp/ccWTTAKN.s:435 .text.FLASH_OB_DisableWRP:00000018 $d
/tmp/ccWTTAKN.s:440 .text.FLASH_OB_RDP_LevelConfig:00000000 $t
/tmp/ccWTTAKN.s:445 .text.FLASH_OB_RDP_LevelConfig:00000000 FLASH_OB_RDP_LevelConfig
/tmp/ccWTTAKN.s:485 .text.FLASH_OB_RDP_LevelConfig:00000014 $d
/tmp/ccWTTAKN.s:490 .text.FLASH_OB_UserConfig:00000000 $t
/tmp/ccWTTAKN.s:495 .text.FLASH_OB_UserConfig:00000000 FLASH_OB_UserConfig
/tmp/ccWTTAKN.s:579 .text.FLASH_OB_UserConfig:00000040 $d
/tmp/ccWTTAKN.s:585 .text.FLASH_OB_BootAddressConfig:00000000 $t
/tmp/ccWTTAKN.s:590 .text.FLASH_OB_BootAddressConfig:00000000 FLASH_OB_BootAddressConfig
/tmp/ccWTTAKN.s:646 .text.FLASH_OB_BootAddressConfig:00000030 $d
/tmp/ccWTTAKN.s:651 .text.HAL_FLASHEx_OBProgram:00000000 $t
/tmp/ccWTTAKN.s:657 .text.HAL_FLASHEx_OBProgram:00000000 HAL_FLASHEx_OBProgram
/tmp/ccWTTAKN.s:856 .text.HAL_FLASHEx_OBProgram:000000c0 $d
/tmp/ccWTTAKN.s:861 .text.HAL_FLASHEx_OBGetConfig:00000000 $t
/tmp/ccWTTAKN.s:867 .text.HAL_FLASHEx_OBGetConfig:00000000 HAL_FLASHEx_OBGetConfig
/tmp/ccWTTAKN.s:930 .text.FLASH_Erase_Sector:00000000 $t
/tmp/ccWTTAKN.s:936 .text.FLASH_Erase_Sector:00000000 FLASH_Erase_Sector
/tmp/ccWTTAKN.s:1029 .text.FLASH_Erase_Sector:00000054 $d
/tmp/ccWTTAKN.s:1034 .text.HAL_FLASHEx_Erase:00000000 $t
/tmp/ccWTTAKN.s:1040 .text.HAL_FLASHEx_Erase:00000000 HAL_FLASHEx_Erase
/tmp/ccWTTAKN.s:1196 .text.HAL_FLASHEx_Erase:0000008c $d
/tmp/ccWTTAKN.s:1203 .text.HAL_FLASHEx_Erase_IT:00000000 $t
/tmp/ccWTTAKN.s:1209 .text.HAL_FLASHEx_Erase_IT:00000000 HAL_FLASHEx_Erase_IT
/tmp/ccWTTAKN.s:1313 .text.HAL_FLASHEx_Erase_IT:00000060 $d
UNDEFINED SYMBOLS
FLASH_WaitForLastOperation