From 6e797b7c8ce7e71b86d67464b96c4eaa0de1f670 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Sun, 28 Apr 2024 19:59:24 +0800
Subject: [PATCH] 继续完善,开始添加远传功能
---
KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map | 1864 ++++++++++++++++++++++++++++++++++++++++------------------
1 files changed, 1,286 insertions(+), 578 deletions(-)
diff --git a/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map b/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
index a9d3043..92a7bca 100644
--- a/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
+++ b/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
@@ -39,9 +39,21 @@
aes128.o(i.getSBoxInvert) refers to aes128.o(.constdata) for rsbox
aes128.o(i.getSBoxValue) refers to aes128.o(.constdata) for sbox
mbcrc.o(i.usMBCRC16) refers to mbcrc.o(.constdata) for aucCRCHi
+ system_run_fun.o(i.allExtiIRQ) refers to fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set) for CMU_OPCCR1_EXTICKSEL_Set
+ system_run_fun.o(i.allExtiIRQ) refers to fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable) for CMU_OPCCR1_EXTICKE_Setable
+ system_run_fun.o(i.allExtiIRQ) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_Init) for GPIO_EXTI_Init
+ system_run_fun.o(i.allExtiIRQ) refers to system_run_fun.o(i.NVIC_SetPriority) for NVIC_SetPriority
system_run_fun.o(i.allGpioInit) refers to extern_rtc.o(i.RTC_GPIO_Init) for RTC_GPIO_Init
+ system_run_fun.o(i.allGpioInit) refers to key.o(i.Key_GPIO_Init) for Key_GPIO_Init
+ system_run_fun.o(i.allGpioInit) refers to lcd_io_api.o(i.Lcd_GPIO_Init) for Lcd_GPIO_Init
system_run_fun.o(i.hardwareDriversInit) refers to system_run_fun.o(i.allGpioInit) for allGpioInit
- system_run_fun.o(i.hardwareDriversInit) refers to system_run_fun.o(i.allPeripheralDriver) for allPeripheralDriver
+ system_run_fun.o(i.hardwareDriversInit) refers to spi.o(i.SPI3_Init) for SPI3_Init
+ system_run_fun.o(i.sysRunFunParaInit) refers to extern_rtc.o(i.Set_Rtc_UpdataInterrupt) for Set_Rtc_UpdataInterrupt
+ system_run_fun.o(i.sysRunFunParaInit) refers to extern_rtc.o(i.Get_Extern_Rtc_Time) for Get_Extern_Rtc_Time
+ system_run_fun.o(i.sysRunFunParaInit) refers to extern_rtc.o(i.Set_Extern_Rtc_Time) for Set_Extern_Rtc_Time
+ system_run_fun.o(i.sysRunFunParaInit) refers to valve_control.o(i.ValveRunParaInit) for ValveRunParaInit
+ system_run_fun.o(i.sysRunFunParaInit) refers to extern_rtc.o(.data) for sys_clockBCD_g
+ system_run_fun.o(i.sysRunFunParaInit) refers to system_mem_para.o(.bss) for save_realtime_data_g
system_run_fun.o(i.sysStoredParaInit) refers to memseta.o(.text) for __aeabi_memclr4
system_run_fun.o(i.sysStoredParaInit) refers to eeprom.o(i.EEPROM_MultipleRead) for EEPROM_MultipleRead
system_run_fun.o(i.sysStoredParaInit) refers to uread4.o(.text) for __aeabi_uread4
@@ -51,8 +63,18 @@
main.o(i.main) refers to rcc_config.o(i.System_power_on_init) for System_power_on_init
main.o(i.main) refers to system_run_fun.o(i.hardwareDriversInit) for hardwareDriversInit
main.o(i.main) refers to system_run_fun.o(i.sysStoredParaInit) for sysStoredParaInit
- main.o(i.main) refers to system_run_fun.o(i.sysRunParaInit) for sysRunParaInit
+ main.o(i.main) refers to system_run_fun.o(i.sysRunFunParaInit) for sysRunFunParaInit
+ main.o(i.main) refers to system_run_fun.o(i.allExtiIRQ) for allExtiIRQ
main.o(i.main) refers to user_init.o(i.IWDT_Clr) for IWDT_Clr
+ main.o(i.main) refers to extern_rtc.o(i.Get_Extern_Rtc_Time) for Get_Extern_Rtc_Time
+ main.o(i.main) refers to key.o(i.keyPro) for keyPro
+ main.o(i.main) refers to lcd.o(i.lcdDisplayPro) for lcdDisplayPro
+ main.o(i.main) refers to upper_com.o(i.upperComPro) for upperComPro
+ main.o(i.main) refers to rs485_read_data.o(i.rs485ReadDataPro) for rs485ReadDataPro
+ main.o(i.main) refers to valve_control.o(i.valveCtrlPro) for valveCtrlPro
+ main.o(i.main) refers to wireless_remote_comm.o(i.WirelessRemoteCommPro) for WirelessRemoteCommPro
+ main.o(i.main) refers to system_general_para.o(.data) for sys_run_period
+ main.o(i.main) refers to extern_rtc.o(.data) for sys_clockBCD_g
user_init.o(i.IWDT_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
user_init.o(i.IWDT_Init) refers to user_init.o(i.IWDT_Clr) for IWDT_Clr
user_init.o(i.Init_RCHF) refers to fm33a0xxev_cmu.o(i.CMU_RCHF_Init) for CMU_RCHF_Init
@@ -120,6 +142,13 @@
gpio.o(i.OutputIO) refers to fm33a0xxev_gpio.o(i.GPIO_Init) for GPIO_Init
gpio.o(i.OutputIO_H) refers to fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Getable) for CDIF_CR_INTF_EN_Getable
gpio.o(i.OutputIO_H) refers to fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Setable) for CDIF_CR_INTF_EN_Setable
+ exti.o(i.GPIO_IRQHandler) refers to user_init.o(i.SysWakeUp_ClockCfg) for SysWakeUp_ClockCfg
+ exti.o(i.GPIO_IRQHandler) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx) for GPIO_EXTI_EXTIISR_ChkEx
+ exti.o(i.GPIO_IRQHandler) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx) for GPIO_EXTI_EXTIISR_ClrEx
+ exti.o(i.GPIO_IRQHandler) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
+ exti.o(i.GPIO_IRQHandler) refers to valve_control.o(i.ValveMotorStop) for ValveMotorStop
+ exti.o(i.GPIO_IRQHandler) refers to system_general_para.o(.data) for sys_run_period
+ exti.o(i.GPIO_IRQHandler) refers to system_mem_para.o(.bss) for save_valve_para_g
uart.o(i.DMA_IRQHandler) refers to fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable) for DMA_CHxCR_CHxFTIE_Getable
uart.o(i.DMA_IRQHandler) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk) for DMA_ISR_DMACHFT_Chk
uart.o(i.DMA_IRQHandler) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr) for DMA_ISR_DMACHFT_Clr
@@ -151,6 +180,8 @@
uart.o(i.Uart5_Init) refers to fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr) for UARTx_ISR_RXBF_Clr
uart.o(i.fputc) refers to fm33a0xxev_uart.o(i.UARTx_TXBUF_Write) for UARTx_TXBUF_Write
uart.o(i.fputc) refers to fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk) for UARTx_ISR_TXSE_Chk
+ tim.o(i.BSTIM_IRQHandler) refers to fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk) for BSTIM_ISR_UIF_Chk
+ tim.o(i.BSTIM_IRQHandler) refers to fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr) for BSTIM_ISR_UIF_Clr
tim.o(i.BasicTimer16_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
tim.o(i.BasicTimer16_Init) refers to fm33a0xxev_bt.o(i.BTx_CR1_MODE_Set) for BTx_CR1_MODE_Set
tim.o(i.BasicTimer16_Init) refers to fm33a0xxev_bt.o(i.BTx_CR1_EDGESEL_Set) for BTx_CR1_EDGESEL_Set
@@ -403,77 +434,83 @@
extern_rtc.o(i.Set_Extern_Rtc_Time) refers to extern_rtc.o(i.TimeEffectJudgm) for TimeEffectJudgm
extern_rtc.o(i.Set_Extern_Rtc_Time) refers to extern_rtc.o(i.R8025T_Write) for R8025T_Write
extern_rtc.o(i.Set_Rtc_UpdataInterrupt) refers to extern_rtc.o(i.R8025T_Write) for R8025T_Write
- key.o(i.Get_key) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
- key.o(i.Get_key) refers to delay.o(i.delay_ms) for delay_ms
- key.o(i.get_key4) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
- key.o(i.get_key4) refers to delay.o(i.delay_ms) for delay_ms
+ extern_rtc.o(i.TimeEffectJudgm) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ key.o(i.Key_GPIO_Init) refers to gpio.o(i.InputtIO) for InputtIO
+ key.o(i.keyPro) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
+ key.o(i.keyPro) refers to key.o(.data) for P_Key1Cnt
off_chip_flash.o(i.FLASH_Write_Disable) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.FLASH_Write_Disable) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.FLASH_Write_Disable) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.FLASH_Write_Disable) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.FLASH_Write_Enable) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.FLASH_Write_Enable) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.FLASH_Write_Enable) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.FLASH_Write_Enable) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.FLASH_Write_SR) refers to off_chip_flash.o(i.FLASH_Write_Enable) for FLASH_Write_Enable
off_chip_flash.o(i.FLASH_Write_SR) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.FLASH_Write_SR) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.FLASH_Write_SR) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.FLASH_Write_SR) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_Erase_Chip) refers to off_chip_flash.o(i.FLASH_Write_Enable) for FLASH_Write_Enable
off_chip_flash.o(i.Flash_Erase_Chip) refers to off_chip_flash.o(i.Flash_Wait_Busy) for Flash_Wait_Busy
off_chip_flash.o(i.Flash_Erase_Chip) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_Erase_Chip) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_Erase_Chip) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_Erase_Chip) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to off_chip_flash.o(i.FLASH_Write_Enable) for FLASH_Write_Enable
off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to off_chip_flash.o(i.Flash_Wait_Busy) for Flash_Wait_Busy
off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_OUT_Erase_Sector) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_PowerDown) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_PowerDown) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_PowerDown) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_PowerDown) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_PowerDown) refers to delay.o(i.delay_us) for delay_us
off_chip_flash.o(i.Flash_ReadID) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_ReadID) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_ReadID) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_ReadID) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_ReadSR) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_ReadSR) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_ReadSR) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_ReadSR) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_WAKEUP) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_WAKEUP) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_WAKEUP) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_WAKEUP) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_WAKEUP) refers to delay.o(i.delay_us) for delay_us
off_chip_flash.o(i.Flash_Wait_Busy) refers to off_chip_flash.o(i.Flash_ReadSR) for Flash_ReadSR
off_chip_flash.o(i.Flash_Write_NoCheck) refers to off_chip_flash.o(i.Flash_Write_Page) for Flash_Write_Page
off_chip_flash.o(i.Flash_Write_Page) refers to off_chip_flash.o(i.FLASH_Write_Enable) for FLASH_Write_Enable
off_chip_flash.o(i.Flash_Write_Page) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_Write_Page) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_Write_Page) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_Write_Page) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_Write_Page) refers to off_chip_flash.o(i.Flash_Wait_Busy) for Flash_Wait_Busy
off_chip_flash.o(i.Flash_data_read) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Flash_data_read) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Flash_data_read) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Flash_data_read) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.OUT_FLASH_test) refers to off_chip_flash.o(i.Out_Flash_MultipleWrite) for Out_Flash_MultipleWrite
off_chip_flash.o(i.OUT_FLASH_test) refers to off_chip_flash.o(i.Out_Flash_MultipleRead) for Out_Flash_MultipleRead
off_chip_flash.o(i.Out_Flash_MultipleRead) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
- off_chip_flash.o(i.Out_Flash_MultipleRead) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Out_Flash_MultipleRead) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ off_chip_flash.o(i.Out_Flash_MultipleRead) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
off_chip_flash.o(i.Out_Flash_MultipleWrite) refers to memseta.o(.text) for __aeabi_memclr4
off_chip_flash.o(i.Out_Flash_MultipleWrite) refers to off_chip_flash.o(i.Out_Flash_MultipleRead) for Out_Flash_MultipleRead
off_chip_flash.o(i.Out_Flash_MultipleWrite) refers to off_chip_flash.o(i.Flash_OUT_Erase_Sector) for Flash_OUT_Erase_Sector
off_chip_flash.o(i.Out_Flash_MultipleWrite) refers to off_chip_flash.o(i.Flash_Write_NoCheck) for Flash_Write_NoCheck
off_chip_flash.o(i.Out_Flash_MultipleWrite) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to off_chip_flash.o(i.Out_Flash_MultipleRead) for Out_Flash_MultipleRead
bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to user_init.o(i.IWDT_Clr) for IWDT_Clr
bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to bootloader_iap.o(i.IapBootload_WriteCfgFlash_Handler) for IapBootload_WriteCfgFlash_Handler
+ bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
bootloader_iap.o(i.BootLoader_IapConfigCheckHandler) refers to bootloader_iap.o(.bss) for bootload_para_g
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to memcpya.o(.text) for __aeabi_memcpy
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to off_chip_flash.o(i.Flash_OUT_Erase_Sector) for Flash_OUT_Erase_Sector
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to user_init.o(i.IWDT_Clr) for IWDT_Clr
+ bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to flash.o(i.Flash_AppPageErase) for Flash_AppPageErase
bootloader_iap.o(i.BootLoader_IapConfigSetHander) refers to bootloader_iap.o(.bss) for bootload_para_g
bootloader_iap.o(i.BootLoader_IapDiffDataHandler) refers to memcpya.o(.text) for __aeabi_memcpy
+ bootloader_iap.o(i.BootLoader_IapDiffDataHandler) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
bootloader_iap.o(i.BootLoader_IapDiffDataHandler) refers to off_chip_flash.o(i.Out_Flash_MultipleWrite) for Out_Flash_MultipleWrite
+ bootloader_iap.o(i.BootLoader_IapDiffDataHandler) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
bootloader_iap.o(i.BootLoader_IapDiffDataHandler) refers to bootloader_iap.o(.bss) for bootload_para_g
bootloader_iap.o(i.BootLoader_IapDiffMapSetHandler) refers to memcpya.o(.text) for __aeabi_memcpy
bootloader_iap.o(i.BootLoader_IapDiffMapSetHandler) refers to flash.o(i.Flash_App_Write_String) for Flash_App_Write_String
@@ -485,21 +522,31 @@
bootloader_iap.o(i.OTA_UpdataResetHandler) refers to memcpya.o(.text) for __aeabi_memcpy4
bootloader_iap.o(i.OTA_UpdataResetHandler) refers to delay.o(i.delay_ms) for delay_ms
eeprom.o(i.EEPROM_ID_read) refers to delay.o(i.delay_us) for delay_us
+ eeprom.o(i.EEPROM_ID_read) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_ID_read) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_ID_read) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
+ eeprom.o(i.EEPROM_MultipleRead) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_MultipleRead) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_MultipleRead) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
eeprom.o(i.EEPROM_MultipleRead) refers to eeprom.o(i.EEPROM_Wait_Busy) for EEPROM_Wait_Busy
eeprom.o(i.EEPROM_MultipleRead_CS_2) refers to eeprom.o(i.EEPROM_MultipleRead) for EEPROM_MultipleRead
eeprom.o(i.EEPROM_MultipleRead_CS_2) refers to eeprom.o(.data) for Fram_cs_flag
+ eeprom.o(i.EEPROM_MultipleWrite) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_MultipleWrite) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_MultipleWrite) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
eeprom.o(i.EEPROM_MultipleWrite) refers to eeprom.o(i.EEPROM_Wait_Busy) for EEPROM_Wait_Busy
eeprom.o(i.EEPROM_MultipleWrite_CS_2) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
eeprom.o(i.EEPROM_MultipleWrite_CS_2) refers to eeprom.o(.data) for Fram_cs_flag
eeprom.o(i.EEPROM_Wait_Busy) refers to eeprom.o(i.EEPROM_stat_read) for EEPROM_stat_read
+ eeprom.o(i.EEPROM_data_read) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_data_read) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_data_read) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
eeprom.o(i.EEPROM_data_read_double) refers to eeprom.o(i.EEPROM_data_read) for EEPROM_data_read
eeprom.o(i.EEPROM_data_read_float) refers to eeprom.o(i.EEPROM_data_read) for EEPROM_data_read
eeprom.o(i.EEPROM_data_read_uint16) refers to eeprom.o(i.EEPROM_data_read) for EEPROM_data_read
eeprom.o(i.EEPROM_data_read_uint32) refers to eeprom.o(i.EEPROM_data_read) for EEPROM_data_read
+ eeprom.o(i.EEPROM_data_write) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_data_write) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_data_write) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
eeprom.o(i.EEPROM_data_write) refers to eeprom.o(i.EEPROM_Wait_Busy) for EEPROM_Wait_Busy
eeprom.o(i.EEPROM_data_write_double) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
@@ -507,10 +554,58 @@
eeprom.o(i.EEPROM_data_write_uint16) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
eeprom.o(i.EEPROM_data_write_uint32) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
eeprom.o(i.EEPROM_sleep) refers to delay.o(i.delay_us) for delay_us
+ eeprom.o(i.EEPROM_sleep) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_sleep) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_sleep) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
eeprom.o(i.EEPROM_stat_read) refers to delay.o(i.delay_us) for delay_us
+ eeprom.o(i.EEPROM_stat_read) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_stat_read) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_stat_read) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
+ eeprom.o(i.EEPROM_stat_write) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ eeprom.o(i.EEPROM_stat_write) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
eeprom.o(i.EEPROM_stat_write) refers to spi.o(i.SpiWriteAndRead) for SpiWriteAndRead
+ valve_control.o(i.Force_Open_GPIO_Init) refers to gpio.o(i.InputtIO) for InputtIO
+ valve_control.o(i.Force_Open_GPIO_Init_sleep_mode) refers to gpio.o(i.CloseIO) for CloseIO
+ valve_control.o(i.GetValveRunMaxTime) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ valve_control.o(i.Motor_AB_GPIO_Init) refers to gpio.o(i.OutputIO) for OutputIO
+ valve_control.o(i.Motor_OP_CL_GPIO_Init) refers to gpio.o(i.InputtIO) for InputtIO
+ valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode) refers to gpio.o(i.CloseIO) for CloseIO
+ valve_control.o(i.Read_OP_CL_VALVE_Status) refers to valve_control.o(i.Motor_OP_CL_GPIO_Init) for Motor_OP_CL_GPIO_Init
+ valve_control.o(i.Read_OP_CL_VALVE_Status) refers to delay.o(i.delay_ms) for delay_ms
+ valve_control.o(i.Read_OP_CL_VALVE_Status) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(i.Read_OP_CL_VALVE_Status) for Read_OP_CL_VALVE_Status
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(i.ValveMotorStop) for ValveMotorStop
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(i.GetValveRunMaxTime) for GetValveRunMaxTime
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(i.ValveMotorOpenRun) for ValveMotorOpenRun
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(i.ValveMotorCloseRun) for ValveMotorCloseRun
+ valve_control.o(i.ValveCtrlHade) refers to valve_control.o(.data) for valve_ctrl_para_g
+ valve_control.o(i.ValveCtrlHade) refers to system_mem_para.o(.bss) for save_valve_para_g
+ valve_control.o(i.ValveCtrlOrder) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ valve_control.o(i.ValveCtrlOrder) refers to system_mem_para.o(.bss) for save_valve_para_g
+ valve_control.o(i.ValveCtrlOrder) refers to valve_control.o(.data) for valve_ctrl_para_g
+ valve_control.o(i.ValveForceOpenSignalCheck) refers to valve_control.o(i.Force_Open_GPIO_Init) for Force_Open_GPIO_Init
+ valve_control.o(i.ValveForceOpenSignalCheck) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
+ valve_control.o(i.ValveForceOpenSignalCheck) refers to delay.o(i.delay_ms) for delay_ms
+ valve_control.o(i.ValveForceOpenSignalCheck) refers to valve_control.o(i.Read_OP_CL_VALVE_Status) for Read_OP_CL_VALVE_Status
+ valve_control.o(i.ValveForceOpenSignalCheck) refers to valve_control.o(.data) for valve_ctrl_para_g
+ valve_control.o(i.ValveMotorCloseRun) refers to valve_control.o(i.Motor_AB_GPIO_Init) for Motor_AB_GPIO_Init
+ valve_control.o(i.ValveMotorCloseRun) refers to valve_control.o(i.Motor_OP_CL_GPIO_Init) for Motor_OP_CL_GPIO_Init
+ valve_control.o(i.ValveMotorCloseRun) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ valve_control.o(i.ValveMotorCloseRun) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_Init) for GPIO_EXTI_Init
+ valve_control.o(i.ValveMotorOpenRun) refers to valve_control.o(i.Motor_AB_GPIO_Init) for Motor_AB_GPIO_Init
+ valve_control.o(i.ValveMotorOpenRun) refers to valve_control.o(i.Motor_OP_CL_GPIO_Init) for Motor_OP_CL_GPIO_Init
+ valve_control.o(i.ValveMotorOpenRun) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ valve_control.o(i.ValveMotorOpenRun) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_Init) for GPIO_EXTI_Init
+ valve_control.o(i.ValveMotorStop) refers to valve_control.o(i.Motor_AB_GPIO_Init) for Motor_AB_GPIO_Init
+ valve_control.o(i.ValveMotorStop) refers to valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode) for Motor_OP_CL_GPIO_Init_sleep_mode
+ valve_control.o(i.ValveMotorStop) refers to fm33a0xxev_gpio.o(i.GPIO_EXTI_Init) for GPIO_EXTI_Init
+ valve_control.o(i.ValveMotorStop) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ valve_control.o(i.ValveMotorStop) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ valve_control.o(i.ValveRunParaInit) refers to valve_control.o(i.Read_OP_CL_VALVE_Status) for Read_OP_CL_VALVE_Status
+ valve_control.o(i.ValveRunParaInit) refers to system_mem_para.o(.bss) for save_valve_para_g
+ valve_control.o(i.valveCtrlPro) refers to valve_control.o(i.ValveForceOpenSignalCheck) for ValveForceOpenSignalCheck
+ valve_control.o(i.valveCtrlPro) refers to valve_control.o(i.ValveCtrlHade) for ValveCtrlHade
+ valve_control.o(i.valveCtrlPro) refers to system_mem_para.o(.bss) for equipment_basic_inf_g
sizhu_event_record.o(i.sizhu_event_log_eeprom_default_init) refers to sizhu_event_record.o(i.sizhu_valve_action_log_eeprom_default_init) for sizhu_valve_action_log_eeprom_default_init
sizhu_event_record.o(i.sizhu_event_log_eeprom_default_init) refers to sizhu_event_record.o(i.sizhu_factory_reset_log_eeprom_default_init) for sizhu_factory_reset_log_eeprom_default_init
sizhu_event_record.o(i.sizhu_event_log_eeprom_default_init) refers to sizhu_event_record.o(i.sizhu_calibration_time_log_eeprom_default_init) for sizhu_calibration_time_log_eeprom_default_init
@@ -542,6 +637,148 @@
system_mem_para.o(i.systemEepIdReadFromEep) refers to system_mem_para.o(i.eepABReadCheck) for eepABReadCheck
system_mem_para.o(i.systemEepIdReadFromEep) refers to system_mem_para.o(i.systemEepIdDefaultInit) for systemEepIdDefaultInit
system_mem_para.o(i.systemEepIdReadFromEep) refers to system_mem_para.o(.bss) for system_eep_id_g
+ upper_com.o(i.Upper_ComputerLoginRecvHandler) refers to rand.o(.text) for rand
+ upper_com.o(i.Upper_ComputerLoginRecvHandler) refers to idiv.o(.text) for __aeabi_idivmod
+ upper_com.o(i.Upper_ComputerLoginRecvHandler) refers to system_mem_para.o(.bss) for equipment_basic_inf_g
+ upper_com.o(i.Upper_ComputerLoginRecvHandler) refers to system_general_para.o(.data) for sys_delay_sec_para_g
+ upper_com.o(i.Upper_ComputerLoginRecvHandler) refers to upper_com.o(.data) for local_random_code_g
+ upper_com.o(i.Upper_ComputerLoginRespond) refers to upper_com.o(i.Upper_ComputerRespond) for Upper_ComputerRespond
+ upper_com.o(i.Upper_ComputerReadWriteHandler) refers to upper_com_data_pro.o(i.COM_equipment_basic_inf_handle) for COM_equipment_basic_inf_handle
+ upper_com.o(i.Upper_ComputerReadWriteHandler) refers to upper_com.o(.data) for uc_login_state_g
+ upper_com.o(i.Upper_ComputerRespond) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ upper_com.o(i.Upper_ComputerRespond) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
+ upper_com.o(i.upperComPro) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ upper_com.o(i.upperComPro) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ upper_com.o(i.upperComPro) refers to upper_com.o(i.Upper_ComputerLoginRecvHandler) for Upper_ComputerLoginRecvHandler
+ upper_com.o(i.upperComPro) refers to upper_com.o(i.Upper_ComputerLoginRespond) for Upper_ComputerLoginRespond
+ upper_com.o(i.upperComPro) refers to upper_com.o(i.Upper_ComputerReadWriteHandler) for Upper_ComputerReadWriteHandler
+ upper_com.o(i.upperComPro) refers to memseta.o(.text) for __aeabi_memclr4
+ upper_com.o(i.upperComPro) refers to upper_com.o(.bss) for uc_recv_para_g
+ upper_com.o(i.upperComPro) refers to upper_com.o(.data) for uc_login_state_g
+ upper_com.o(i.upperComPro) refers to system_general_para.o(.data) for sys_delay_sec_para_g
+ upper_com_data_pro.o(i.COM_equipment_basic_inf_handle) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ upper_com_data_pro.o(i.COM_equipment_basic_inf_handle) refers to system_mem_para.o(.bss) for equipment_basic_inf_g
+ wireless_remote_comm.o(i.WRC_PWR_GPIO_Init) refers to gpio.o(i.OutputIO) for OutputIO
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(i.WrcOpenPwrPro) for WrcOpenPwrPro
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(i.WrcCreateLinkPro) for WrcCreateLinkPro
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(i.WrcSendDataPro) for WrcSendDataPro
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(i.WrcWaitRecDataPro) for WrcWaitRecDataPro
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(i.WrcClosePwrPro) for WrcClosePwrPro
+ wireless_remote_comm.o(i.WirelessRemoteCommPro) refers to wireless_remote_comm.o(.data) for wrc_ctrl_para_g
+ wireless_remote_comm.o(i.WrcOpenPwrPro) refers to wireless_remote_comm.o(i.WRC_PWR_GPIO_Init) for WRC_PWR_GPIO_Init
+ wireless_remote_comm.o(i.WrcOpenPwrPro) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
+ lcd.o(i.Lcd_Clear_AllTest) refers to memseta.o(.text) for __aeabi_memclr
+ lcd.o(i.Lcd_Clear_AllTest) refers to lcd_io_api.o(i.Lcd_Write_Reg) for Lcd_Write_Reg
+ lcd.o(i.Lcd_Clear_AllTest) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd.o(i.Lcd_DeInit) refers to lcd_io_api.o(i.Lcd_Write) for Lcd_Write
+ lcd.o(i.Lcd_DeInit) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ lcd.o(i.Lcd_DeInit) refers to lcd.o(.data) for LCD_SYSTEM_MODE_OFF_OFF
+ lcd.o(i.Lcd_Display_AllTest) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd.o(i.Lcd_Display_AllTest) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd.o(i.Lcd_Display_AllTest) refers to lcd_io_api.o(i.Lcd_Write_Reg) for Lcd_Write_Reg
+ lcd.o(i.Lcd_Init) refers to lcd_io_api.o(i.Lcd_Write) for Lcd_Write
+ lcd.o(i.Lcd_Init) refers to lcd.o(.data) for LCD_SYSTEM_MODE_ON_ON
+ lcd.o(i.Lcd_Show_Loop) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd.o(i.Lcd_Show_Loop) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd.o(i.Lcd_Show_Loop) refers to lcd_io_api.o(i.Lcd_Write_Reg) for Lcd_Write_Reg
+ lcd.o(i.Lcd_Show_Loop) refers to delay.o(i.delay_ms) for delay_ms
+ lcd.o(i.Lcd_Show_MenuProcess) refers to lcd_io_api.o(i.Lcd_Write_Reg) for Lcd_Write_Reg
+ lcd.o(i.Lcd_Show_MenuProcess) refers to memseta.o(.text) for __aeabi_memclr
+ lcd.o(i.Lcd_Show_MenuProcess) refers to lcd.o(.data) for lcd_wake_up_flag_g
+ lcd.o(i.Lcd_Show_MenuProcess) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd.o(i.Lcd_Sys_Init) refers to lcd_io_api.o(i.Lcd_GPIO_Init) for Lcd_GPIO_Init
+ lcd.o(i.Lcd_Sys_Init) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ lcd.o(i.Lcd_Sys_Init) refers to delay.o(i.delay_ms) for delay_ms
+ lcd.o(i.Lcd_Sys_Init) refers to lcd.o(i.Lcd_Init) for Lcd_Init
+ lcd.o(i.Lcd_Sys_Init) refers to lcd.o(.data) for lcd_wake_up_flag_g
+ lcd.o(i.lcdDisplayPro) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
+ lcd.o(i.lcdDisplayPro) refers to lcd.o(i.Lcd_Sys_Init) for Lcd_Sys_Init
+ lcd.o(i.lcdDisplayPro) refers to lcd.o(i.Lcd_Show_MenuProcess) for Lcd_Show_MenuProcess
+ lcd.o(i.lcdDisplayPro) refers to lcd.o(i.Lcd_DeInit) for Lcd_DeInit
+ lcd.o(i.lcdDisplayPro) refers to system_general_para.o(.data) for sys_delay_sec_para_g
+ lcd_cfg_api.o(i.Lcd_CalibPage) refers to lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) for Lcd_DisplayFirstLine_23A
+ lcd_cfg_api.o(i.Lcd_CalibPage) refers to fmul.o(.text) for __aeabi_fmul
+ lcd_cfg_api.o(i.Lcd_CalibPage) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_CalibPage) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_CalibPage) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_NormalPage_1) refers to lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) for Lcd_DisplayFirstLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_1) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_NormalPage_1) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_1) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_NormalPage_3) refers to lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) for Lcd_DisplayFirstLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_3) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_NormalPage_3) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_3) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_NormalPage_4) refers to lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) for Lcd_DisplayFirstLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_4) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_NormalPage_4) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_4) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_NormalPage_5) refers to lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) for Lcd_DisplayFirstLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_5) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_NormalPage_5) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_NormalPage_5) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_HardVer) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_ParaPage_HardVer) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_ParaPage_HardVer) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_HardVer) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_IpPort) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_ParaPage_IpPort) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_ParaPage_IpPort) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_IpPort) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_IpPort) refers to extern_rtc.o(.data) for sys_clockBCD_g
+ lcd_cfg_api.o(i.Lcd_ParaPage_MeterNum) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_ParaPage_MeterNum) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoftVer) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoftVer) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoftVer) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoftVer) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoundVel) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoundVel) refers to f2d.o(.text) for __aeabi_f2d
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoundVel) refers to lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) for Lcd_DisplaySecondLine_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_SoundVel) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort) refers to extern_rtc.o(.data) for sys_clockBCD_g
+ lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_MeterNum) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_cfg_api.o(i.Lcd_Show_time) refers to idiv.o(.text) for __aeabi_idivmod
+ lcd_cfg_api.o(i.Lcd_Show_time) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_cfg_api.o(i.Lcd_Show_time) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_cfg_api.o(i.Lcd_SuccErrPage) refers to lcd_io_api.o(i.Lcd_DisplayLetter) for Lcd_DisplayLetter
+ lcd_io_api.o(i.Lcd_ClearDigit_23A) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ lcd_io_api.o(i.Lcd_ClearDigit_23A) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_io_api.o(i.Lcd_DisplayDigit_23A) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ lcd_io_api.o(i.Lcd_DisplayDigit_23A) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to cdcmple.o(.text) for __aeabi_cdcmple
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to dmul.o(.text) for __aeabi_dmul
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to dfixul.o(.text) for __aeabi_d2ulz
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to uldiv.o(.text) for __aeabi_uldivmod
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to cdrcmple.o(.text) for __aeabi_cdrcmple
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to lcd_io_api.o(i.Lcd_ClearDigit_23A) for Lcd_ClearDigit_23A
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_io_api.o(i.Lcd_DisplayFirstLine_23A) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_io_api.o(i.Lcd_DisplayLetter) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ lcd_io_api.o(i.Lcd_DisplayLetter) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to cdcmple.o(.text) for __aeabi_cdcmple
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to dmul.o(.text) for __aeabi_dmul
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to dfixui.o(.text) for __aeabi_d2uiz
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to uidiv.o(.text) for __aeabi_uidivmod
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to cdrcmple.o(.text) for __aeabi_cdrcmple
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to lcd_io_api.o(i.Lcd_ClearDigit_23A) for Lcd_ClearDigit_23A
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to lcd_io_api.o(i.Lcd_DisplayDigit_23A) for Lcd_DisplayDigit_23A
+ lcd_io_api.o(i.Lcd_DisplaySecondLine_23A) refers to lcd_io_api.o(.bss) for LCD_Buffer
+ lcd_io_api.o(i.Lcd_GPIO_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
+ lcd_io_api.o(i.Lcd_GPIO_Init) refers to gpio.o(i.OutputIO) for OutputIO
+ lcd_io_api.o(i.Lcd_GPIO_Init) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ lcd_io_api.o(i.Lcd_Write) refers to i2c.o(i.I2c_Start) for I2c_Start
+ lcd_io_api.o(i.Lcd_Write) refers to i2c.o(i.I2c_Send) for I2c_Send
+ lcd_io_api.o(i.Lcd_Write) refers to i2c.o(i.I2c_Stop) for I2c_Stop
+ lcd_io_api.o(i.Lcd_Write_Reg) refers to i2c.o(i.I2c_Start) for I2c_Start
+ lcd_io_api.o(i.Lcd_Write_Reg) refers to i2c.o(i.I2c_Send) for I2c_Send
+ lcd_io_api.o(i.Lcd_Write_Reg) refers to i2c.o(i.I2c_Stop) for I2c_Stop
cm_backtrace.o(i.cm_backtrace_assert) refers to printf8.o(i.__0printf$8) for __2printf
cm_backtrace.o(i.cm_backtrace_assert) refers to cm_backtrace.o(i.cm_backtrace_firmware_info) for cm_backtrace_firmware_info
cm_backtrace.o(i.cm_backtrace_assert) refers to cm_backtrace.o(i.dump_stack) for dump_stack
@@ -761,6 +998,37 @@
fm33a0xxev_uart.o(i.UART_SInit) refers to fm33a0xxev_uart.o(i.UART_Init) for UART_Init
fm33a0xxev_vrtc.o(i.VRTC_Init_RCLP_Trim) refers to fm33a0xxev_vrtc.o(i.VRTC_RCLPTR_Write) for VRTC_RCLPTR_Write
fm33a0xxev_vrtc.o(i.VRTC_Init_RCMF_Trim) refers to fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_TRIM_Set) for VRTC_RCMFCR_TRIM_Set
+ rs485_read_data.o(i.rs485ComPwrOnHandle) refers to rs485_read_data.o(i.rs485GetDelayTime) for rs485GetDelayTime
+ rs485_read_data.o(i.rs485ComPwrOnHandle) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_read_data.o(i.rs485ComSendHandle) refers to rs485_read_data.o(i.rs485SendReadData) for rs485SendReadData
+ rs485_read_data.o(i.rs485ComSendHandle) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to memcpya.o(.text) for __aeabi_memcpy4
+ rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to rs485_data_analysis_pro.o(i.rs485ComDataAnalysis) for rs485ComDataAnalysis
+ rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to rs485_read_data.o(.bss) for rs485_com_uart_data_g
+ rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_read_data.o(i.rs485GetDelayTime) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_read_data.o(i.rs485ReadDataPro) refers to rs485_read_data.o(i.rs485ComPwrOnHandle) for rs485ComPwrOnHandle
+ rs485_read_data.o(i.rs485ReadDataPro) refers to rs485_read_data.o(i.rs485ComSendHandle) for rs485ComSendHandle
+ rs485_read_data.o(i.rs485ReadDataPro) refers to rs485_read_data.o(i.rs485ComWaitAnswerHandle) for rs485ComWaitAnswerHandle
+ rs485_read_data.o(i.rs485ReadDataPro) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_read_data.o(i.rs485SendReadData) refers to rs485_data_analysis_pro.o(i.sendModbusReadFrame) for sendModbusReadFrame
+ rs485_read_data.o(i.rs485SendReadData) refers to rs485_read_data.o(.data) for rs485_com_ctrl_pata_g
+ rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis) refers to rs485_data_analysis_pro.o(i.modbus03AnswerCheck) for modbus03AnswerCheck
+ rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis) refers to dfltui.o(.text) for __aeabi_ui2d
+ rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis) refers to uwrite8.o(.text) for __aeabi_uwrite8
+ rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis) refers to rs485_data_analysis_pro.o(.bss) for flow_meter_data_g
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to rs485_data_analysis_pro.o(i.modbus03AnswerCheck) for modbus03AnswerCheck
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to dfltui.o(.text) for __aeabi_ui2d
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to dmul.o(.text) for __aeabi_dmul
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to dadd.o(.text) for __aeabi_dadd
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to uwrite8.o(.text) for __aeabi_uwrite8
+ rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) refers to rs485_data_analysis_pro.o(.bss) for flow_meter_data_g
+ rs485_data_analysis_pro.o(i.modbus03AnswerCheck) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ rs485_data_analysis_pro.o(i.rs485ComDataAnalysis) refers to rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis) for SIZHUMODBUSV2_0_dataAnalysis
+ rs485_data_analysis_pro.o(i.rs485ComDataAnalysis) refers to rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis) for EKMODBUS_dataAnalysis
+ rs485_data_analysis_pro.o(i.sendModbusReadFrame) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ rs485_data_analysis_pro.o(i.sendModbusReadFrame) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
startup_fm33a0xxev.o(RESET) refers to startup_fm33a0xxev.o(STACK) for __initial_sp
startup_fm33a0xxev.o(RESET) refers to startup_fm33a0xxev.o(.text) for Reset_Handler
startup_fm33a0xxev.o(RESET) refers to exti.o(i.NMI_Handler) for NMI_Handler
@@ -785,6 +1053,9 @@
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry5.o(.ARM.Collect$$$$00000004) for _main_scatterload
entry.o(.ARM.Collect$$$$00000000) refers (Special) to entry2.o(.ARM.Collect$$$$00000001) for _main_stk
idiv.o(.text) refers to uidiv.o(.text) for __aeabi_uidivmod
+ uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr
+ uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl
+ rand.o(.text) refers to rand.o(.data) for .data
printfb.o(i.__0fprintf$bare) refers to printfb.o(i._printf_core) for _printf_core
printfb.o(i.__0fprintf$bare) refers to uart.o(i.fputc) for fputc
printfb.o(i.__0printf$bare) refers to printfb.o(i._printf_core) for _printf_core
@@ -1023,6 +1294,7 @@
printfa.o(i._sputc) refers (Special) to iusefp.o(.text) for __I$use$fp
fadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
fadd.o(.text) refers to fepilogue.o(.text) for _float_epilogue
+ fmul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
fdiv.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
fdiv.o(.text) refers to fepilogue.o(.text) for _float_round
dadd.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
@@ -1043,7 +1315,12 @@
dfixi.o(.text) refers to llushr.o(.text) for __aeabi_llsr
dfixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dfixui.o(.text) refers to llushr.o(.text) for __aeabi_llsr
+ dfixul.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
+ dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr
+ dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl
f2d.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
+ cdcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
+ cdrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
d2f.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
d2f.o(.text) refers to fepilogue.o(.text) for _float_round
cfrcmple.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
@@ -1054,13 +1331,9 @@
entry5.o(.ARM.Collect$$$$00000004) refers to init.o(.text) for __scatterload
entry9a.o(.ARM.Collect$$$$0000000B) refers to main.o(i.main) for main
entry9b.o(.ARM.Collect$$$$0000000C) refers to main.o(i.main) for main
- uldiv.o(.text) refers to llushr.o(.text) for __aeabi_llsr
- uldiv.o(.text) refers to llshl.o(.text) for __aeabi_llsl
depilogue.o(.text) refers to depilogue.o(i.__ARM_clz) for __ARM_clz
depilogue.o(.text) refers to llshl.o(.text) for __aeabi_llsl
depilogue.o(.text) refers to llushr.o(.text) for __aeabi_llsr
- dfixul.o(.text) refers to llushr.o(.text) for __aeabi_llsr
- dfixul.o(.text) refers to llshl.o(.text) for __aeabi_llsl
init.o(.text) refers to entry5.o(.ARM.Collect$$$$00000004) for __main_after_scatterload
@@ -1097,7 +1370,7 @@
Removing system_general_para.o(.revsh_text), (4 bytes).
Removing system_run_fun.o(.rev16_text), (4 bytes).
Removing system_run_fun.o(.revsh_text), (4 bytes).
- Removing system_run_fun.o(i.allExtiIRQ), (2 bytes).
+ Removing system_run_fun.o(i.allPeripheralDriver), (2 bytes).
Removing main.o(.rev16_text), (4 bytes).
Removing main.o(.revsh_text), (4 bytes).
Removing main.o(.data), (1 bytes).
@@ -1105,7 +1378,6 @@
Removing user_init.o(.revsh_text), (4 bytes).
Removing user_init.o(i.CheckNvicIrqEn), (32 bytes).
Removing user_init.o(i.CheckSysReg), (18 bytes).
- Removing user_init.o(i.SysWakeUp_ClockCfg), (88 bytes).
Removing delay.o(.rev16_text), (4 bytes).
Removing delay.o(.revsh_text), (4 bytes).
Removing rcc_config.o(.rev16_text), (4 bytes).
@@ -1113,11 +1385,9 @@
Removing rcc_config.o(i.rcc_configration), (128 bytes).
Removing gpio.o(.rev16_text), (4 bytes).
Removing gpio.o(.revsh_text), (4 bytes).
- Removing gpio.o(i.AltFunIO), (166 bytes).
Removing gpio.o(i.AltFunIO_H), (148 bytes).
Removing gpio.o(i.AnalogIO_H), (96 bytes).
Removing gpio.o(i.CloseH_IO), (86 bytes).
- Removing gpio.o(i.CloseIO), (56 bytes).
Removing gpio.o(i.InputtIO_H), (132 bytes).
Removing gpio.o(i.OutputIO_H), (128 bytes).
Removing exti.o(.rev16_text), (4 bytes).
@@ -1128,7 +1398,6 @@
Removing uart.o(i.NVIC_DisableIRQ), (24 bytes).
Removing uart.o(i.UARTx_SendData_DMA), (2 bytes).
Removing uart.o(i.UARTx_SendData_IT), (2 bytes).
- Removing uart.o(i.UARTx_SendData_Normal), (42 bytes).
Removing uart.o(i.Uart0_Init), (116 bytes).
Removing uart.o(i.Uart0_RX_DMA_CH7_Init), (2 bytes).
Removing uart.o(i.Uart3_Init), (116 bytes).
@@ -1171,18 +1440,9 @@
Removing adc.o(.data), (8 bytes).
Removing i2c.o(.rev16_text), (4 bytes).
Removing i2c.o(.revsh_text), (4 bytes).
- Removing i2c.o(i.I2c_Ack), (64 bytes).
- Removing i2c.o(i.I2c_No_Ack), (56 bytes).
- Removing i2c.o(i.I2c_Read), (88 bytes).
- Removing i2c.o(i.I2c_Send), (108 bytes).
- Removing i2c.o(i.I2c_Start), (60 bytes).
- Removing i2c.o(i.I2c_Stop), (64 bytes).
Removing i2c.o(i.I2c_Wait_Ack), (92 bytes).
- Removing i2c.o(i.Sda_In), (32 bytes).
- Removing i2c.o(i.Sda_Out), (32 bytes).
Removing spi.o(.rev16_text), (4 bytes).
Removing spi.o(.revsh_text), (4 bytes).
- Removing spi.o(i.SPI3_Init), (216 bytes).
Removing spi.o(i.SpiRead), (28 bytes).
Removing spi.o(i.SpiWrite), (26 bytes).
Removing dma.o(.rev16_text), (4 bytes).
@@ -1196,42 +1456,31 @@
Removing flash.o(i.LL_FLASH_Program_Word), (72 bytes).
Removing extern_rtc.o(.rev16_text), (4 bytes).
Removing extern_rtc.o(.revsh_text), (4 bytes).
- Removing extern_rtc.o(i.Get_Extern_Rtc_Time), (98 bytes).
- Removing extern_rtc.o(i.R8025T_Read), (76 bytes).
- Removing extern_rtc.o(i.R8025T_Write), (48 bytes).
- Removing extern_rtc.o(i.Set_Extern_Rtc_Time), (100 bytes).
- Removing extern_rtc.o(i.Set_Rtc_UpdataInterrupt), (34 bytes).
- Removing extern_rtc.o(i.TimeEffectJudgm), (274 bytes).
Removing key.o(.rev16_text), (4 bytes).
Removing key.o(.revsh_text), (4 bytes).
- Removing key.o(i.Get_key), (108 bytes).
- Removing key.o(i.get_key4), (48 bytes).
- Removing key.o(i.key_interruptinit), (2 bytes).
- Removing key.o(i.key_interruptinit_disable), (2 bytes).
- Removing key.o(i.key_interruptinit_enable), (2 bytes).
Removing off_chip_flash.o(.rev16_text), (4 bytes).
Removing off_chip_flash.o(.revsh_text), (4 bytes).
- Removing off_chip_flash.o(i.FLASH_Write_Disable), (44 bytes).
- Removing off_chip_flash.o(i.FLASH_Write_Enable), (44 bytes).
- Removing off_chip_flash.o(i.FLASH_Write_SR), (56 bytes).
- Removing off_chip_flash.o(i.Flash_Erase_Chip), (56 bytes).
- Removing off_chip_flash.o(i.Flash_OUT_Erase_Sector), (80 bytes).
- Removing off_chip_flash.o(i.Flash_PowerDown), (48 bytes).
- Removing off_chip_flash.o(i.Flash_ReadID), (84 bytes).
- Removing off_chip_flash.o(i.Flash_ReadSR), (56 bytes).
- Removing off_chip_flash.o(i.Flash_WAKEUP), (48 bytes).
+ Removing off_chip_flash.o(i.FLASH_Write_Disable), (60 bytes).
+ Removing off_chip_flash.o(i.FLASH_Write_Enable), (60 bytes).
+ Removing off_chip_flash.o(i.FLASH_Write_SR), (72 bytes).
+ Removing off_chip_flash.o(i.Flash_Erase_Chip), (72 bytes).
+ Removing off_chip_flash.o(i.Flash_OUT_Erase_Sector), (96 bytes).
+ Removing off_chip_flash.o(i.Flash_PowerDown), (64 bytes).
+ Removing off_chip_flash.o(i.Flash_ReadID), (100 bytes).
+ Removing off_chip_flash.o(i.Flash_ReadSR), (72 bytes).
+ Removing off_chip_flash.o(i.Flash_WAKEUP), (64 bytes).
Removing off_chip_flash.o(i.Flash_Wait_Busy), (18 bytes).
Removing off_chip_flash.o(i.Flash_Write_NoCheck), (68 bytes).
- Removing off_chip_flash.o(i.Flash_Write_Page), (96 bytes).
- Removing off_chip_flash.o(i.Flash_data_read), (76 bytes).
+ Removing off_chip_flash.o(i.Flash_Write_Page), (112 bytes).
+ Removing off_chip_flash.o(i.Flash_data_read), (92 bytes).
Removing off_chip_flash.o(i.OUT_FLASH_test), (80 bytes).
- Removing off_chip_flash.o(i.Out_Flash_MultipleRead), (92 bytes).
- Removing off_chip_flash.o(i.Out_Flash_MultipleWrite), (280 bytes).
+ Removing off_chip_flash.o(i.Out_Flash_MultipleRead), (108 bytes).
+ Removing off_chip_flash.o(i.Out_Flash_MultipleWrite), (288 bytes).
Removing bootloader_iap.o(.rev16_text), (4 bytes).
Removing bootloader_iap.o(.revsh_text), (4 bytes).
- Removing bootloader_iap.o(i.BootLoader_IapConfigCheckHandler), (328 bytes).
- Removing bootloader_iap.o(i.BootLoader_IapConfigSetHander), (248 bytes).
- Removing bootloader_iap.o(i.BootLoader_IapDiffDataHandler), (88 bytes).
+ Removing bootloader_iap.o(i.BootLoader_IapConfigCheckHandler), (348 bytes).
+ Removing bootloader_iap.o(i.BootLoader_IapConfigSetHander), (268 bytes).
+ Removing bootloader_iap.o(i.BootLoader_IapDiffDataHandler), (108 bytes).
Removing bootloader_iap.o(i.BootLoader_IapDiffMapSetHandler), (76 bytes).
Removing bootloader_iap.o(i.IapBootload_WriteCfgFlash_Handler), (56 bytes).
Removing bootloader_iap.o(i.OTA_UpdataResetHandler), (64 bytes).
@@ -1239,22 +1488,26 @@
Removing eeprom.o(.rev16_text), (4 bytes).
Removing eeprom.o(.revsh_text), (4 bytes).
Removing eeprom.o(i.EEPROM_CS_2_test), (32 bytes).
- Removing eeprom.o(i.EEPROM_ID_read), (38 bytes).
+ Removing eeprom.o(i.EEPROM_ID_read), (88 bytes).
Removing eeprom.o(i.EEPROM_MultipleRead_CS_2), (36 bytes).
Removing eeprom.o(i.EEPROM_MultipleWrite_CS_2), (36 bytes).
- Removing eeprom.o(i.EEPROM_data_read), (46 bytes).
+ Removing eeprom.o(i.EEPROM_data_read), (96 bytes).
Removing eeprom.o(i.EEPROM_data_read_double), (172 bytes).
Removing eeprom.o(i.EEPROM_data_read_float), (52 bytes).
Removing eeprom.o(i.EEPROM_data_read_uint16), (30 bytes).
Removing eeprom.o(i.EEPROM_data_read_uint32), (52 bytes).
- Removing eeprom.o(i.EEPROM_data_write), (54 bytes).
+ Removing eeprom.o(i.EEPROM_data_write), (148 bytes).
Removing eeprom.o(i.EEPROM_data_write_double), (24 bytes).
Removing eeprom.o(i.EEPROM_data_write_float), (20 bytes).
Removing eeprom.o(i.EEPROM_data_write_uint16), (20 bytes).
Removing eeprom.o(i.EEPROM_data_write_uint32), (20 bytes).
- Removing eeprom.o(i.EEPROM_sleep), (16 bytes).
- Removing eeprom.o(i.EEPROM_stat_write), (24 bytes).
+ Removing eeprom.o(i.EEPROM_sleep), (64 bytes).
+ Removing eeprom.o(i.EEPROM_stat_write), (116 bytes).
Removing eeprom.o(.data), (1 bytes).
+ Removing valve_control.o(.rev16_text), (4 bytes).
+ Removing valve_control.o(.revsh_text), (4 bytes).
+ Removing valve_control.o(i.Force_Open_GPIO_Init_sleep_mode), (20 bytes).
+ Removing valve_control.o(i.ValveCtrlOrder), (108 bytes).
Removing sizhu_alarm_record.o(.rev16_text), (4 bytes).
Removing sizhu_alarm_record.o(.revsh_text), (4 bytes).
Removing sizhu_alarm_record.o(i.system_alarm_log_data_handle), (2 bytes).
@@ -1301,6 +1554,46 @@
Removing system_mem_para.o(.rev16_text), (4 bytes).
Removing system_mem_para.o(.revsh_text), (4 bytes).
Removing system_mem_para.o(i.eepParaPatchPro_2), (2 bytes).
+ Removing upper_com.o(.rev16_text), (4 bytes).
+ Removing upper_com.o(.revsh_text), (4 bytes).
+ Removing upper_com_data_pro.o(.rev16_text), (4 bytes).
+ Removing upper_com_data_pro.o(.revsh_text), (4 bytes).
+ Removing wireless_remote_comm.o(.rev16_text), (4 bytes).
+ Removing wireless_remote_comm.o(.revsh_text), (4 bytes).
+ Removing wireless_remote_comm.o(i.WrcSendCreateLinkCmd), (24 bytes).
+ Removing lcd.o(.rev16_text), (4 bytes).
+ Removing lcd.o(.revsh_text), (4 bytes).
+ Removing lcd.o(i.Lcd_Clear_AllTest), (28 bytes).
+ Removing lcd.o(i.Lcd_Display_AllTest), (1296 bytes).
+ Removing lcd.o(i.Lcd_Show_Loop), (2168 bytes).
+ Removing lcd_cfg_api.o(.rev16_text), (4 bytes).
+ Removing lcd_cfg_api.o(.revsh_text), (4 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_Battery), (2 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_BillingShow), (2 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_CalibPage), (128 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_GprsShow), (2 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_NormalPage_1), (128 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_NormalPage_2), (2 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_NormalPage_3), (104 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_NormalPage_4), (104 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_NormalPage_5), (104 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_HardVer), (556 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_IpPort), (540 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_MeterNum), (810 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_SoftVer), (500 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_SoundVel), (84 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_IpPort), (672 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_ParaPage_ThirdParty_MeterNum), (44 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_Show_time), (348 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_SuccErrPage), (96 bytes).
+ Removing lcd_cfg_api.o(i.Lcd_WaringShow_New), (2 bytes).
+ Removing lcd_io_api.o(.rev16_text), (4 bytes).
+ Removing lcd_io_api.o(.revsh_text), (4 bytes).
+ Removing lcd_io_api.o(i.Lcd_ClearDigit_23A), (1792 bytes).
+ Removing lcd_io_api.o(i.Lcd_DisplayDigit_23A), (18260 bytes).
+ Removing lcd_io_api.o(i.Lcd_DisplayFirstLine_23A), (940 bytes).
+ Removing lcd_io_api.o(i.Lcd_DisplayLetter), (47144 bytes).
+ Removing lcd_io_api.o(i.Lcd_DisplaySecondLine_23A), (736 bytes).
Removing cm_backtrace.o(.emb_text), (16 bytes).
Removing cm_backtrace.o(i.cm_backtrace_assert), (136 bytes).
Removing cm_backtrace.o(i.cm_backtrace_init), (160 bytes).
@@ -1446,8 +1739,6 @@
Removing fm33a0xxev_bstim.o(i.BSTIM_EGR_UG_Setable), (36 bytes).
Removing fm33a0xxev_bstim.o(i.BSTIM_IER_UIE_Getable), (24 bytes).
Removing fm33a0xxev_bstim.o(i.BSTIM_IER_UIE_Setable), (36 bytes).
- Removing fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk), (24 bytes).
- Removing fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr), (12 bytes).
Removing fm33a0xxev_bstim.o(i.BSTIM_PSCR_Read), (12 bytes).
Removing fm33a0xxev_bstim.o(i.BSTIM_PSCR_Write), (12 bytes).
Removing fm33a0xxev_bt.o(.rev16_text), (4 bytes).
@@ -1569,9 +1860,7 @@
Removing fm33a0xxev_cmu.o(i.CMU_ISR_SYSCSE_IF_Chk), (24 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_ISR_SYSCSE_IF_Clr), (12 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Getable), (24 bytes).
- Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable), (36 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Get), (16 bytes).
- Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set), (32 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_I2C0CKE_Getable), (28 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_I2C0CKE_Setable), (40 bytes).
Removing fm33a0xxev_cmu.o(i.CMU_OPCCR1_I2C0CKS_Get), (16 bytes).
@@ -1942,13 +2231,7 @@
Removing fm33a0xxev_gpio.o(i.GPIOH_SetBits), (16 bytes).
Removing fm33a0xxev_gpio.o(i.GPIOH_ToggleBits), (40 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_Close), (18 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable), (252 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDI_Getable), (248 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx), (244 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx), (236 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_Init), (88 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge), (268 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin), (308 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_FOUTSEL_FOUT0SEL_Get), (16 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_FOUTSEL_FOUT0SEL_Set), (28 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_FOUTSEL_FOUT1SEL_Get), (16 bytes).
@@ -1964,10 +2247,8 @@
Removing fm33a0xxev_gpio.o(i.GPIO_PINWKSEL_GetEx), (36 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_PINWKSEL_SetEx), (48 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_ReadInputData), (6 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit), (20 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_ReadOutputData), (6 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_ReadOutputDataBit), (20 bytes).
- Removing fm33a0xxev_gpio.o(i.GPIO_SetBits), (4 bytes).
Removing fm33a0xxev_gpio.o(i.GPIO_ToggleBits), (16 bytes).
Removing fm33a0xxev_gpio.o(i.GPIOx_ANEN_Getable), (18 bytes).
Removing fm33a0xxev_gpio.o(i.GPIOx_ANEN_Setable), (28 bytes).
@@ -2649,51 +2930,32 @@
Removing fm33a0xxev_spi.o(i.SPI_SSN_Set_High), (14 bytes).
Removing fm33a0xxev_spi.o(i.SPI_SSN_Set_Low), (14 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set), (18 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Get), (12 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_MM_Get), (12 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_MSPA_Get), (12 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_MSPA_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_SSPA_Get), (12 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_SSPA_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_CMD8b_Get), (10 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_CMD8b_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Get), (12 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_DUMMY_EN_Getable), (22 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_DUMMY_EN_Setable), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Get), (12 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_HD_RW_Get), (10 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_HD_RW_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Getable), (22 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable), (26 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Getable), (20 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Get), (10 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Getable), (20 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSN_Get), (10 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_SSN_Set), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Getable), (20 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable), (24 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Getable), (20 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable), (24 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr), (6 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr), (6 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr), (6 bytes).
- Removing fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr), (6 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_Deinit), (140 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_IER_ERRIE_Getable), (20 bytes).
Removing fm33a0xxev_spi.o(i.SPIx_IER_ERRIE_Setable), (24 bytes).
@@ -2913,30 +3175,31 @@
Removing fm33a0xxev_wwdt.o(i.WWDT_ISR_NOVF_Chk), (24 bytes).
Removing fm33a0xxev_wwdt.o(i.WWDT_ISR_NOVF_Clr), (12 bytes).
Removing fm33a0xxev_wwdt.o(i.WWDT_PSCR_Read), (16 bytes).
+ Removing rs485_read_data.o(.rev16_text), (4 bytes).
+ Removing rs485_read_data.o(.revsh_text), (4 bytes).
+ Removing rs485_data_analysis_pro.o(.rev16_text), (4 bytes).
+ Removing rs485_data_analysis_pro.o(.revsh_text), (4 bytes).
Removing startup_fm33a0xxev.o(HEAP), (4096 bytes).
Removing system_fm33a0xxev.o(.rev16_text), (4 bytes).
Removing system_fm33a0xxev.o(.revsh_text), (4 bytes).
Removing system_fm33a0xxev.o(i.SystemCoreClockUpdate), (16 bytes).
Removing fadd.o(.text), (178 bytes).
+ Removing fmul.o(.text), (122 bytes).
Removing fdiv.o(.text), (124 bytes).
- Removing dadd.o(.text), (360 bytes).
- Removing dmul.o(.text), (208 bytes).
Removing ddiv.o(.text), (240 bytes).
Removing ffltui.o(.text), (14 bytes).
Removing dflti.o(.text), (40 bytes).
- Removing dfltui.o(.text), (28 bytes).
Removing dfixi.o(.text), (72 bytes).
Removing dfixui.o(.text), (60 bytes).
+ Removing dfixul.o(.text), (64 bytes).
Removing f2d.o(.text), (40 bytes).
+ Removing cdcmple.o(.text), (40 bytes).
+ Removing cdrcmple.o(.text), (40 bytes).
Removing d2f.o(.text), (56 bytes).
Removing cfrcmple.o(.text), (20 bytes).
Removing fepilogue.o(.text), (130 bytes).
- Removing depilogue.o(.text), (190 bytes).
- Removing dfixul.o(.text), (64 bytes).
- Removing cdrcmple.o(.text), (40 bytes).
- Removing depilogue.o(i.__ARM_clz), (46 bytes).
-1867 unused section(s) (total 58807 bytes) removed from the image.
+1857 unused section(s) (total 131771 bytes) removed from the image.
==============================================================================
@@ -2950,43 +3213,45 @@
../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE
../clib/microlib/division.c 0x00000000 Number 0 uidiv.o ABSOLUTE
../clib/microlib/division.c 0x00000000 Number 0 idiv.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry12a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12b.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf2.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf1.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf0.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE
- ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE
../clib/microlib/printf/stubs.s 0x00000000 Number 0 stubs.o ABSOLUTE
../clib/microlib/stdio/streams.c 0x00000000 Number 0 stdout.o ABSOLUTE
+ ../clib/microlib/stdlib/rand.c 0x00000000 Number 0 rand.o ABSOLUTE
../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpya.o ABSOLUTE
../clib/microlib/string/memcpy.c 0x00000000 Number 0 memcpyb.o ABSOLUTE
../clib/microlib/string/memset.c 0x00000000 Number 0 memseta.o ABSOLUTE
../clib/microlib/string/strncpy.c 0x00000000 Number 0 strncpy.o ABSOLUTE
../clib/microlib/stubs.s 0x00000000 Number 0 iusefp.o ABSOLUTE
../clib/microlib/unhosted.c 0x00000000 Number 0 uwrite4.o ABSOLUTE
+ ../clib/microlib/unhosted.c 0x00000000 Number 0 uwrite8.o ABSOLUTE
../clib/microlib/unhosted.c 0x00000000 Number 0 uread4.o ABSOLUTE
../fplib/microlib/d2f.c 0x00000000 Number 0 d2f.o ABSOLUTE
../fplib/microlib/f2d.c 0x00000000 Number 0 f2d.o ABSOLUTE
@@ -2996,13 +3261,14 @@
../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE
../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE
../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE
+ ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE
- ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE
../fplib/microlib/fpflt.c 0x00000000 Number 0 dfltui.o ABSOLUTE
- ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE
../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE
+ ../fplib/microlib/fpflt.c 0x00000000 Number 0 ffltui.o ABSOLUTE
../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE
+ ../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE
..\CmBackTrace\cm_backtrace.c 0x00000000 Number 0 cm_backtrace.o ABSOLUTE
..\CmBackTrace\cmb_fault.S 0x00000000 Number 0 cmb_fault.o ABSOLUTE
..\CmBackTrace\fault_test.c 0x00000000 Number 0 fault_test.o ABSOLUTE
@@ -3041,7 +3307,12 @@
..\Function\BOOTLOADER_IAP\bootloader_iap.c 0x00000000 Number 0 bootloader_iap.o ABSOLUTE
..\Function\E2P\EEPROM.c 0x00000000 Number 0 eeprom.o ABSOLUTE
..\Function\EXTERN_RTC\extern_rtc.c 0x00000000 Number 0 extern_rtc.o ABSOLUTE
+ ..\Function\FLOW_METER_DATA_COLLECT\rs485_data_analysis_pro.c 0x00000000 Number 0 rs485_data_analysis_pro.o ABSOLUTE
+ ..\Function\FLOW_METER_DATA_COLLECT\rs485_read_data.c 0x00000000 Number 0 rs485_read_data.o ABSOLUTE
..\Function\KEY\key.c 0x00000000 Number 0 key.o ABSOLUTE
+ ..\Function\LCD\lcd.c 0x00000000 Number 0 lcd.o ABSOLUTE
+ ..\Function\LCD\lcd_cfg_api.c 0x00000000 Number 0 lcd_cfg_api.o ABSOLUTE
+ ..\Function\LCD\lcd_io_api.c 0x00000000 Number 0 lcd_io_api.o ABSOLUTE
..\Function\OFF_CHIP_FLASH\off_chip_flash.c 0x00000000 Number 0 off_chip_flash.o ABSOLUTE
..\Function\STORAGE\sizhu_alarm_record.c 0x00000000 Number 0 sizhu_alarm_record.o ABSOLUTE
..\Function\STORAGE\sizhu_event_record.c 0x00000000 Number 0 sizhu_event_record.o ABSOLUTE
@@ -3050,6 +3321,10 @@
..\Function\STORAGE\system_eep_mem_manage.c 0x00000000 Number 0 system_eep_mem_manage.o ABSOLUTE
..\Function\STORAGE\system_flash_mem_manage.c 0x00000000 Number 0 system_flash_mem_manage.o ABSOLUTE
..\Function\STORAGE\system_mem_para.c 0x00000000 Number 0 system_mem_para.o ABSOLUTE
+ ..\Function\UPPER_COMPUTER\upper_com.c 0x00000000 Number 0 upper_com.o ABSOLUTE
+ ..\Function\UPPER_COMPUTER\upper_com_data_pro.c 0x00000000 Number 0 upper_com_data_pro.o ABSOLUTE
+ ..\Function\VALVE\valve_control.c 0x00000000 Number 0 valve_control.o ABSOLUTE
+ ..\Function\WirelessRemoteComm\wireless_remote_comm.c 0x00000000 Number 0 wireless_remote_comm.o ABSOLUTE
..\Hardware\ADC\adc.c 0x00000000 Number 0 adc.o ABSOLUTE
..\Hardware\CLOCK\rcc_config.c 0x00000000 Number 0 rcc_config.o ABSOLUTE
..\Hardware\CLOCK\user_init.c 0x00000000 Number 0 user_init.o ABSOLUTE
@@ -3104,7 +3379,12 @@
..\\Function\\BOOTLOADER_IAP\\bootloader_iap.c 0x00000000 Number 0 bootloader_iap.o ABSOLUTE
..\\Function\\E2P\\EEPROM.c 0x00000000 Number 0 eeprom.o ABSOLUTE
..\\Function\\EXTERN_RTC\\extern_rtc.c 0x00000000 Number 0 extern_rtc.o ABSOLUTE
+ ..\\Function\\FLOW_METER_DATA_COLLECT\\rs485_data_analysis_pro.c 0x00000000 Number 0 rs485_data_analysis_pro.o ABSOLUTE
+ ..\\Function\\FLOW_METER_DATA_COLLECT\\rs485_read_data.c 0x00000000 Number 0 rs485_read_data.o ABSOLUTE
..\\Function\\KEY\\key.c 0x00000000 Number 0 key.o ABSOLUTE
+ ..\\Function\\LCD\\lcd.c 0x00000000 Number 0 lcd.o ABSOLUTE
+ ..\\Function\\LCD\\lcd_cfg_api.c 0x00000000 Number 0 lcd_cfg_api.o ABSOLUTE
+ ..\\Function\\LCD\\lcd_io_api.c 0x00000000 Number 0 lcd_io_api.o ABSOLUTE
..\\Function\\OFF_CHIP_FLASH\\off_chip_flash.c 0x00000000 Number 0 off_chip_flash.o ABSOLUTE
..\\Function\\STORAGE\\sizhu_alarm_record.c 0x00000000 Number 0 sizhu_alarm_record.o ABSOLUTE
..\\Function\\STORAGE\\sizhu_event_record.c 0x00000000 Number 0 sizhu_event_record.o ABSOLUTE
@@ -3113,6 +3393,10 @@
..\\Function\\STORAGE\\system_eep_mem_manage.c 0x00000000 Number 0 system_eep_mem_manage.o ABSOLUTE
..\\Function\\STORAGE\\system_flash_mem_manage.c 0x00000000 Number 0 system_flash_mem_manage.o ABSOLUTE
..\\Function\\STORAGE\\system_mem_para.c 0x00000000 Number 0 system_mem_para.o ABSOLUTE
+ ..\\Function\\UPPER_COMPUTER\\upper_com.c 0x00000000 Number 0 upper_com.o ABSOLUTE
+ ..\\Function\\UPPER_COMPUTER\\upper_com_data_pro.c 0x00000000 Number 0 upper_com_data_pro.o ABSOLUTE
+ ..\\Function\\VALVE\\valve_control.c 0x00000000 Number 0 valve_control.o ABSOLUTE
+ ..\\Function\\WirelessRemoteComm\\wireless_remote_comm.c 0x00000000 Number 0 wireless_remote_comm.o ABSOLUTE
..\\Hardware\\ADC\\adc.c 0x00000000 Number 0 adc.o ABSOLUTE
..\\Hardware\\CLOCK\\rcc_config.c 0x00000000 Number 0 rcc_config.o ABSOLUTE
..\\Hardware\\CLOCK\\user_init.c 0x00000000 Number 0 user_init.o ABSOLUTE
@@ -3133,6 +3417,7 @@
RTE/Device/FM33A06XEV/startup_FM33A0XXEV.s 0x00000000 Number 0 startup_fm33a0xxev.o ABSOLUTE
RTE/Device/FM33A06XEV/system_FM33A0XXEV.c 0x00000000 Number 0 system_fm33a0xxev.o ABSOLUTE
RTE\Device\FM33A06XEV\system_FM33A0XXEV.c 0x00000000 Number 0 system_fm33a0xxev.o ABSOLUTE
+ cdcmple.s 0x00000000 Number 0 cdcmple.o ABSOLUTE
cdrcmple.s 0x00000000 Number 0 cdrcmple.o ABSOLUTE
cfrcmple.s 0x00000000 Number 0 cfrcmple.o ABSOLUTE
dc.s 0x00000000 Number 0 dc.o ABSOLUTE
@@ -3152,150 +3437,280 @@
.text 0x000000d8 Section 12 cmb_fault.o(.text)
.text 0x000000e4 Section 28 startup_fm33a0xxev.o(.text)
.text 0x00000100 Section 0 uidiv.o(.text)
- .text 0x0000012c Section 0 memcpya.o(.text)
- .text 0x00000150 Section 0 memseta.o(.text)
- .text 0x00000174 Section 0 uread4.o(.text)
- .text 0x00000188 Section 0 uwrite4.o(.text)
- .text 0x0000019a Section 0 uldiv.o(.text)
- .text 0x000001fa Section 0 llshl.o(.text)
- .text 0x0000021a Section 0 llushr.o(.text)
- .text 0x0000023c Section 36 init.o(.text)
- i.AnalogIO 0x00000260 Section 0 gpio.o(i.AnalogIO)
- i.BSTIM_IRQHandler 0x000002b0 Section 0 tim.o(i.BSTIM_IRQHandler)
- i.BTx_IRQHandler 0x000002b2 Section 0 tim.o(i.BTx_IRQHandler)
- i.CMU_IER_HFDET_IE_Setable 0x000002b4 Section 0 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
- i.CMU_IRQHandler 0x000002d8 Section 0 user_init.o(i.CMU_IRQHandler)
- i.CMU_ISR_HFDETO_Chk 0x000002dc Section 0 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
- i.CMU_Init_RCHF_Trim 0x000002f8 Section 0 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
- i.CMU_PERCLK_SetableEx 0x0000034c Section 0 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
- i.CMU_RCHFCR_FSEL_Set 0x000003b4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
- i.CMU_RCHFCR_RCHFEN_Setable 0x000003d4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
- i.CMU_RCHFTR_RCHFTRIM_Set 0x000003f8 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
- i.CMU_RCHF_Init 0x00000410 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
- i.CMU_SYSCLKCR_AHBPRES_Set 0x00000424 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
- i.CMU_SYSCLKCR_APBPRES_Set 0x00000444 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
- i.CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00000464 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
- i.CMU_SYSCLKCR_SYSCLKSEL_Set 0x0000048c Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
- i.CMU_SysClk_Init 0x000004a8 Section 0 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
- i.CMU_XTHFCR_XTHFEN_Setable 0x000004c8 Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
- i.CMU_XTHFCR_XTHF_CFG_Set 0x000004ec Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
- i.DEBUG_Init 0x0000050c Section 0 rcc_config.o(i.DEBUG_Init)
- i.DMA_CHxCR_CHxFTIE_Getable 0x00000518 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
- i.DMA_IRQHandler 0x00000538 Section 0 uart.o(i.DMA_IRQHandler)
- i.DMA_ISR_DMACHFT_Chk 0x00000558 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
- i.DMA_ISR_DMACHFT_Clr 0x00000578 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
- i.EEPROM_MultipleRead 0x00000588 Section 0 eeprom.o(i.EEPROM_MultipleRead)
- i.EEPROM_MultipleWrite 0x000005c6 Section 0 eeprom.o(i.EEPROM_MultipleWrite)
- i.EEPROM_Wait_Busy 0x00000680 Section 0 eeprom.o(i.EEPROM_Wait_Busy)
- i.EEPROM_stat_read 0x00000692 Section 0 eeprom.o(i.EEPROM_stat_read)
- i.FLS_RDCR_WAIT_Set 0x000006ac Section 0 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
- i.GPIO_Get_InitPara 0x000006c8 Section 0 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
- i.GPIO_IRQHandler 0x0000075c Section 0 exti.o(i.GPIO_IRQHandler)
- i.GPIO_Init 0x0000075e Section 0 fm33a0xxev_gpio.o(i.GPIO_Init)
- i.GPIO_ResetBits 0x000007d0 Section 0 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
- i.I2c_Scl_Gpio_Init 0x000007d4 Section 0 i2c.o(i.I2c_Scl_Gpio_Init)
- i.IWDT_Clr 0x000007fc Section 0 user_init.o(i.IWDT_Clr)
- i.IWDT_Init 0x0000080c Section 0 user_init.o(i.IWDT_Init)
- i.Init_RCHF 0x0000082c Section 0 user_init.o(i.Init_RCHF)
- i.Init_RCLP 0x00000848 Section 0 user_init.o(i.Init_RCLP)
- i.Init_SysClk 0x0000086c Section 0 user_init.o(i.Init_SysClk)
- i.Init_SysClk_Gen 0x000008e4 Section 0 user_init.o(i.Init_SysClk_Gen)
- i.InputtIO 0x000008fa Section 0 gpio.o(i.InputtIO)
- i.LPTIM_CR_EN_Getable 0x00000970 Section 0 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
- i.LPTIM_IRQHandler 0x00000988 Section 0 tim.o(i.LPTIM_IRQHandler)
- i.LPTIM_ISR_OVIF_Chk 0x000009a0 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
- i.LPTIM_ISR_OVIF_Clr 0x000009b8 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
- i.NMI_Handler 0x000009c4 Section 0 exti.o(i.NMI_Handler)
- i.OutputIO 0x000009c6 Section 0 gpio.o(i.OutputIO)
- i.RMU_BORCR_BOR_PDRCFG_Set 0x00000a38 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
- i.RMU_BORCR_OFF_BOR_Setable 0x00000a58 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
- i.RMU_PDRCR_PDREN_Setable 0x00000a7c Section 0 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
- i.RTC_GPIO_Init 0x00000aa0 Section 0 extern_rtc.o(i.RTC_GPIO_Init)
- i.RTC_IRQHandler 0x00000ab8 Section 0 rtc.o(i.RTC_IRQHandler)
- i.SPIx_ISR_RXBF_Chk 0x00000aba Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
- i.SPIx_ISR_TXBE_Chk 0x00000ace Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
- i.SPIx_RXBUF_Read 0x00000ae2 Section 0 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
- i.SPIx_TXBUF_Write 0x00000ae8 Section 0 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
- i.SpiWriteAndRead 0x00000aec Section 0 spi.o(i.SpiWriteAndRead)
- i.SystemInit 0x00000b20 Section 0 system_fm33a0xxev.o(i.SystemInit)
- i.System_power_on_init 0x00000b3c Section 0 rcc_config.o(i.System_power_on_init)
- i.UARTx_ISR_TXSE_Chk 0x00000b84 Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
- i.UARTx_TXBUF_Write 0x00000b98 Section 0 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
- i.__0printf$8 0x00000ba0 Section 0 printf8.o(i.__0printf$8)
- i.__0sprintf$8 0x00000bc0 Section 0 printf8.o(i.__0sprintf$8)
- i.__scatterload_copy 0x00000be8 Section 14 handlers.o(i.__scatterload_copy)
- i.__scatterload_null 0x00000bf6 Section 2 handlers.o(i.__scatterload_null)
- i.__scatterload_zeroinit 0x00000bf8 Section 14 handlers.o(i.__scatterload_zeroinit)
- i._printf_core 0x00000c08 Section 0 printf8.o(i._printf_core)
- _printf_core 0x00000c09 Thumb Code 1020 printf8.o(i._printf_core)
- i._printf_post_padding 0x00001030 Section 0 printf8.o(i._printf_post_padding)
- _printf_post_padding 0x00001031 Thumb Code 32 printf8.o(i._printf_post_padding)
- i._printf_pre_padding 0x00001050 Section 0 printf8.o(i._printf_pre_padding)
- _printf_pre_padding 0x00001051 Thumb Code 44 printf8.o(i._printf_pre_padding)
- i._sputc 0x0000107c Section 0 printf8.o(i._sputc)
- _sputc 0x0000107d Thumb Code 10 printf8.o(i._sputc)
- i.allGpioInit 0x00001086 Section 0 system_run_fun.o(i.allGpioInit)
- i.allParaDefaultInit 0x0000108e Section 0 system_mem_para.o(i.allParaDefaultInit)
- i.allParaPatchPro 0x000010a0 Section 0 system_mem_para.o(i.allParaPatchPro)
- i.allParaReadFromEep 0x000010e0 Section 0 system_mem_para.o(i.allParaReadFromEep)
- i.allPeripheralDriver 0x000010f0 Section 0 system_run_fun.o(i.allPeripheralDriver)
- i.arrayA_2_arrayB 0x000010f2 Section 0 system_general_para.o(i.arrayA_2_arrayB)
- i.cm_backtrace_call_stack 0x00001134 Section 0 cm_backtrace.o(i.cm_backtrace_call_stack)
- i.cm_backtrace_fault 0x00001248 Section 0 cm_backtrace.o(i.cm_backtrace_fault)
- i.cm_backtrace_firmware_info 0x00001458 Section 0 cm_backtrace.o(i.cm_backtrace_firmware_info)
- i.delay_init 0x00001484 Section 0 delay.o(i.delay_init)
- i.delay_ms 0x000014cc Section 0 delay.o(i.delay_ms)
- i.delay_us 0x0000151c Section 0 delay.o(i.delay_us)
- i.disassembly_ins_is_bl_blx 0x0000156c Section 0 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
- disassembly_ins_is_bl_blx 0x0000156d Thumb Code 58 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
- i.dump_stack 0x000015a8 Section 0 cm_backtrace.o(i.dump_stack)
- dump_stack 0x000015a9 Thumb Code 128 cm_backtrace.o(i.dump_stack)
- i.eepABReadCheck 0x0000167c Section 0 system_mem_para.o(i.eepABReadCheck)
- i.eepABWriteAndReadCheck 0x00001788 Section 0 system_mem_para.o(i.eepABWriteAndReadCheck)
- i.eepParaPatchPro_1 0x000017d6 Section 0 system_mem_para.o(i.eepParaPatchPro_1)
- i.eepWriteAndReadCheck 0x000017d8 Section 0 system_mem_para.o(i.eepWriteAndReadCheck)
- i.fputc 0x00001818 Section 0 uart.o(i.fputc)
- i.hardwareDriversInit 0x0000183c Section 0 system_run_fun.o(i.hardwareDriversInit)
- i.main 0x00001848 Section 0 main.o(i.main)
- i.paraCalcCrcAndWriteEepAB 0x00001860 Section 0 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
- i.print_call_stack 0x00001898 Section 0 cm_backtrace.o(i.print_call_stack)
- print_call_stack 0x00001899 Thumb Code 120 cm_backtrace.o(i.print_call_stack)
- i.sysRunParaInit 0x00001930 Section 0 system_run_fun.o(i.sysRunParaInit)
- i.sysStoredParaInit 0x00001934 Section 0 system_run_fun.o(i.sysStoredParaInit)
- i.systemEepIdDefaultInit 0x000019a0 Section 0 system_mem_para.o(i.systemEepIdDefaultInit)
- i.systemEepIdReadFromEep 0x000019dc Section 0 system_mem_para.o(i.systemEepIdReadFromEep)
- i.ucharcmp 0x00001a04 Section 0 system_general_para.o(i.ucharcmp)
- i.usMBCRC16 0x00001a30 Section 0 mbcrc.o(i.usMBCRC16)
- .constdata 0x00001a64 Section 512 mbcrc.o(.constdata)
- aucCRCHi 0x00001a64 Data 256 mbcrc.o(.constdata)
- aucCRCLo 0x00001b64 Data 256 mbcrc.o(.constdata)
- .constdata 0x00001c64 Section 224 cm_backtrace.o(.constdata)
- print_info 0x00001c64 Data 152 cm_backtrace.o(.constdata)
- __FUNCTION__ 0x00001cfc Data 20 cm_backtrace.o(.constdata)
- __FUNCTION__ 0x00001d10 Data 19 cm_backtrace.o(.constdata)
- .conststring 0x00001d44 Section 1566 cm_backtrace.o(.conststring)
- .data 0x20000000 Section 4 delay.o(.data)
- fac_us 0x20000000 Data 1 delay.o(.data)
- fac_ms 0x20000002 Data 2 delay.o(.data)
- .data 0x20000004 Section 20 cm_backtrace.o(.data)
- main_stack_start_addr 0x20000004 Data 4 cm_backtrace.o(.data)
- main_stack_size 0x20000008 Data 4 cm_backtrace.o(.data)
- code_start_addr 0x2000000c Data 4 cm_backtrace.o(.data)
- code_size 0x20000010 Data 4 cm_backtrace.o(.data)
- init_ok 0x20000014 Data 1 cm_backtrace.o(.data)
- on_fault 0x20000015 Data 1 cm_backtrace.o(.data)
- stack_is_overflow 0x20000016 Data 1 cm_backtrace.o(.data)
- on_thread_before_fault 0x20000017 Data 1 cm_backtrace.o(.data)
- .data 0x20000018 Section 4 system_fm33a0xxev.o(.data)
- .data 0x2000001c Section 4 stdout.o(.data)
- .bss 0x20000020 Section 190 system_mem_para.o(.bss)
- .bss 0x200000e0 Section 308 cm_backtrace.o(.bss)
- fw_name 0x200000e0 Data 32 cm_backtrace.o(.bss)
- hw_ver 0x20000100 Data 32 cm_backtrace.o(.bss)
- sw_ver 0x20000120 Data 32 cm_backtrace.o(.bss)
- call_stack_info 0x20000140 Data 144 cm_backtrace.o(.bss)
- regs 0x200001d0 Data 68 cm_backtrace.o(.bss)
- STACK 0x20000218 Section 16384 startup_fm33a0xxev.o(STACK)
+ .text 0x0000012c Section 0 idiv.o(.text)
+ .text 0x00000154 Section 0 uldiv.o(.text)
+ .text 0x000001b4 Section 0 rand.o(.text)
+ .text 0x000001d8 Section 0 memcpya.o(.text)
+ .text 0x000001fc Section 0 memseta.o(.text)
+ .text 0x00000220 Section 0 uread4.o(.text)
+ .text 0x00000234 Section 0 uwrite4.o(.text)
+ .text 0x00000246 Section 0 uwrite8.o(.text)
+ .text 0x00000264 Section 0 dadd.o(.text)
+ .text 0x000003cc Section 0 dmul.o(.text)
+ .text 0x0000049c Section 0 dfltui.o(.text)
+ .text 0x000004b8 Section 0 llshl.o(.text)
+ .text 0x000004d8 Section 0 llushr.o(.text)
+ .text 0x000004fa Section 0 llsshr.o(.text)
+ .text 0x00000520 Section 0 iusefp.o(.text)
+ .text 0x00000520 Section 0 depilogue.o(.text)
+ .text 0x000005e0 Section 36 init.o(.text)
+ i.AltFunIO 0x00000604 Section 0 gpio.o(i.AltFunIO)
+ i.AnalogIO 0x000006aa Section 0 gpio.o(i.AnalogIO)
+ i.BSTIM_IRQHandler 0x000006fa Section 0 tim.o(i.BSTIM_IRQHandler)
+ i.BSTIM_ISR_UIF_Chk 0x0000070c Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
+ i.BSTIM_ISR_UIF_Clr 0x00000724 Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
+ i.BTx_IRQHandler 0x00000730 Section 0 tim.o(i.BTx_IRQHandler)
+ i.CMU_IER_HFDET_IE_Setable 0x00000734 Section 0 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
+ i.CMU_IRQHandler 0x00000758 Section 0 user_init.o(i.CMU_IRQHandler)
+ i.CMU_ISR_HFDETO_Chk 0x0000075c Section 0 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
+ i.CMU_Init_RCHF_Trim 0x00000778 Section 0 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
+ i.CMU_OPCCR1_EXTICKE_Setable 0x000007cc Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
+ i.CMU_OPCCR1_EXTICKSEL_Set 0x000007f0 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
+ i.CMU_PERCLK_SetableEx 0x00000810 Section 0 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
+ i.CMU_RCHFCR_FSEL_Set 0x00000878 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
+ i.CMU_RCHFCR_RCHFEN_Setable 0x00000898 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
+ i.CMU_RCHFTR_RCHFTRIM_Set 0x000008bc Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
+ i.CMU_RCHF_Init 0x000008d4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
+ i.CMU_SYSCLKCR_AHBPRES_Set 0x000008e8 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
+ i.CMU_SYSCLKCR_APBPRES_Set 0x00000908 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
+ i.CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00000928 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
+ i.CMU_SYSCLKCR_SYSCLKSEL_Set 0x00000950 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
+ i.CMU_SysClk_Init 0x0000096c Section 0 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
+ i.CMU_XTHFCR_XTHFEN_Setable 0x0000098c Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
+ i.CMU_XTHFCR_XTHF_CFG_Set 0x000009b0 Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
+ i.COM_equipment_basic_inf_handle 0x000009d0 Section 0 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
+ i.CloseIO 0x00000a04 Section 0 gpio.o(i.CloseIO)
+ i.DEBUG_Init 0x00000a3c Section 0 rcc_config.o(i.DEBUG_Init)
+ i.DMA_CHxCR_CHxFTIE_Getable 0x00000a48 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
+ i.DMA_IRQHandler 0x00000a68 Section 0 uart.o(i.DMA_IRQHandler)
+ i.DMA_ISR_DMACHFT_Chk 0x00000a88 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
+ i.DMA_ISR_DMACHFT_Clr 0x00000aa8 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
+ i.EEPROM_MultipleRead 0x00000ab8 Section 0 eeprom.o(i.EEPROM_MultipleRead)
+ i.EEPROM_MultipleWrite 0x00000b28 Section 0 eeprom.o(i.EEPROM_MultipleWrite)
+ i.EEPROM_Wait_Busy 0x00000c40 Section 0 eeprom.o(i.EEPROM_Wait_Busy)
+ i.EEPROM_stat_read 0x00000c54 Section 0 eeprom.o(i.EEPROM_stat_read)
+ i.EKMODBUS_dataAnalysis 0x00000ca0 Section 0 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
+ i.FLS_RDCR_WAIT_Set 0x00000d74 Section 0 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
+ i.Force_Open_GPIO_Init 0x00000d90 Section 0 valve_control.o(i.Force_Open_GPIO_Init)
+ i.GPIO_EXTI_EXTIDF_Setable 0x00000da4 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
+ i.GPIO_EXTI_EXTIISR_ChkEx 0x00000ea0 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
+ i.GPIO_EXTI_EXTIISR_ClrEx 0x00000f94 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
+ i.GPIO_EXTI_Init 0x00001080 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
+ i.GPIO_EXTI_Select_Edge 0x000010d8 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
+ i.GPIO_EXTI_Select_Pin 0x000011e4 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
+ i.GPIO_Get_InitPara 0x00001318 Section 0 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
+ i.GPIO_IRQHandler 0x000013ac Section 0 exti.o(i.GPIO_IRQHandler)
+ i.GPIO_Init 0x00001510 Section 0 fm33a0xxev_gpio.o(i.GPIO_Init)
+ i.GPIO_ReadInputDataBit 0x00001582 Section 0 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
+ i.GPIO_ResetBits 0x00001596 Section 0 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
+ i.GPIO_SetBits 0x0000159a Section 0 fm33a0xxev_gpio.o(i.GPIO_SetBits)
+ i.GetValveRunMaxTime 0x0000159e Section 0 valve_control.o(i.GetValveRunMaxTime)
+ i.Get_Extern_Rtc_Time 0x000015e2 Section 0 extern_rtc.o(i.Get_Extern_Rtc_Time)
+ i.I2c_Ack 0x0000169c Section 0 i2c.o(i.I2c_Ack)
+ i.I2c_No_Ack 0x000016dc Section 0 i2c.o(i.I2c_No_Ack)
+ i.I2c_Read 0x00001714 Section 0 i2c.o(i.I2c_Read)
+ i.I2c_Scl_Gpio_Init 0x0000176c Section 0 i2c.o(i.I2c_Scl_Gpio_Init)
+ i.I2c_Send 0x00001794 Section 0 i2c.o(i.I2c_Send)
+ i.I2c_Start 0x00001800 Section 0 i2c.o(i.I2c_Start)
+ i.I2c_Stop 0x0000183c Section 0 i2c.o(i.I2c_Stop)
+ i.IWDT_Clr 0x0000187c Section 0 user_init.o(i.IWDT_Clr)
+ i.IWDT_Init 0x0000188c Section 0 user_init.o(i.IWDT_Init)
+ i.Init_RCHF 0x000018ac Section 0 user_init.o(i.Init_RCHF)
+ i.Init_RCLP 0x000018c8 Section 0 user_init.o(i.Init_RCLP)
+ i.Init_SysClk 0x000018ec Section 0 user_init.o(i.Init_SysClk)
+ i.Init_SysClk_Gen 0x00001964 Section 0 user_init.o(i.Init_SysClk_Gen)
+ i.InputtIO 0x0000197a Section 0 gpio.o(i.InputtIO)
+ i.Key_GPIO_Init 0x000019f0 Section 0 key.o(i.Key_GPIO_Init)
+ i.LPTIM_CR_EN_Getable 0x00001a24 Section 0 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
+ i.LPTIM_IRQHandler 0x00001a3c Section 0 tim.o(i.LPTIM_IRQHandler)
+ i.LPTIM_ISR_OVIF_Chk 0x00001a54 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
+ i.LPTIM_ISR_OVIF_Clr 0x00001a6c Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
+ i.Lcd_DeInit 0x00001a78 Section 0 lcd.o(i.Lcd_DeInit)
+ i.Lcd_GPIO_Init 0x00001aa0 Section 0 lcd_io_api.o(i.Lcd_GPIO_Init)
+ i.Lcd_Init 0x00001adc Section 0 lcd.o(i.Lcd_Init)
+ i.Lcd_Show_MenuProcess 0x00001af0 Section 0 lcd.o(i.Lcd_Show_MenuProcess)
+ i.Lcd_Sys_Init 0x00001b14 Section 0 lcd.o(i.Lcd_Sys_Init)
+ i.Lcd_Write 0x00001b3c Section 0 lcd_io_api.o(i.Lcd_Write)
+ i.Lcd_Write_Reg 0x00001b6e Section 0 lcd_io_api.o(i.Lcd_Write_Reg)
+ i.Motor_AB_GPIO_Init 0x00001ba8 Section 0 valve_control.o(i.Motor_AB_GPIO_Init)
+ i.Motor_OP_CL_GPIO_Init 0x00001bc8 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init)
+ i.Motor_OP_CL_GPIO_Init_sleep_mode 0x00001be8 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
+ i.NMI_Handler 0x00001c04 Section 0 exti.o(i.NMI_Handler)
+ i.NVIC_SetPriority 0x00001c08 Section 0 system_run_fun.o(i.NVIC_SetPriority)
+ NVIC_SetPriority 0x00001c09 Thumb Code 110 system_run_fun.o(i.NVIC_SetPriority)
+ i.OutputIO 0x00001c80 Section 0 gpio.o(i.OutputIO)
+ i.R8025T_Read 0x00001cf2 Section 0 extern_rtc.o(i.R8025T_Read)
+ i.R8025T_Write 0x00001d3e Section 0 extern_rtc.o(i.R8025T_Write)
+ i.RMU_BORCR_BOR_PDRCFG_Set 0x00001d70 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
+ i.RMU_BORCR_OFF_BOR_Setable 0x00001d90 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
+ i.RMU_PDRCR_PDREN_Setable 0x00001db4 Section 0 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
+ i.RTC_GPIO_Init 0x00001dd8 Section 0 extern_rtc.o(i.RTC_GPIO_Init)
+ i.RTC_IRQHandler 0x00001df0 Section 0 rtc.o(i.RTC_IRQHandler)
+ i.Read_OP_CL_VALVE_Status 0x00001df4 Section 0 valve_control.o(i.Read_OP_CL_VALVE_Status)
+ i.SIZHUMODBUSV2_0_dataAnalysis 0x00001e4c Section 0 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
+ i.SPI3_Init 0x00002030 Section 0 spi.o(i.SPI3_Init)
+ i.SPIx_CR1_BAUD_Set 0x00002108 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
+ i.SPIx_CR1_CPHA_Set 0x00002120 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
+ i.SPIx_CR1_CPHOL_Set 0x00002132 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
+ i.SPIx_CR1_IOSWAP_Set 0x0000214a Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
+ i.SPIx_CR1_LSBF_Set 0x00002164 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
+ i.SPIx_CR1_MM_Set 0x0000217c Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
+ i.SPIx_CR1_WAIT_Set 0x00002196 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
+ i.SPIx_CR2_DLEN_Set 0x000021ae Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
+ i.SPIx_CR2_HALFDUPLEX_Set 0x000021c8 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
+ i.SPIx_CR2_RXO_Setable 0x000021e2 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
+ i.SPIx_CR2_SPIEN_Setable 0x000021fc Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
+ i.SPIx_CR2_SSNM_Set 0x00002214 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
+ i.SPIx_CR2_SSNSEN_Setable 0x0000222c Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
+ i.SPIx_CR2_TXO_AC_Setable 0x00002244 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
+ i.SPIx_CR2_TXO_Setable 0x0000225c Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
+ i.SPIx_CR3_MERRC_Clr 0x00002274 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
+ i.SPIx_CR3_RXBFC_Clr 0x0000227a Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
+ i.SPIx_CR3_SERRC_Clr 0x00002280 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
+ i.SPIx_CR3_TXBFC_Clr 0x00002286 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
+ i.SPIx_ISR_RXBF_Chk 0x0000228c Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
+ i.SPIx_ISR_TXBE_Chk 0x000022a0 Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
+ i.SPIx_RXBUF_Read 0x000022b4 Section 0 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
+ i.SPIx_TXBUF_Write 0x000022ba Section 0 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
+ i.Sda_In 0x000022c0 Section 0 i2c.o(i.Sda_In)
+ i.Sda_Out 0x000022e0 Section 0 i2c.o(i.Sda_Out)
+ i.Set_Extern_Rtc_Time 0x00002300 Section 0 extern_rtc.o(i.Set_Extern_Rtc_Time)
+ i.Set_Rtc_UpdataInterrupt 0x00002364 Section 0 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
+ i.SpiWriteAndRead 0x00002388 Section 0 spi.o(i.SpiWriteAndRead)
+ i.SysWakeUp_ClockCfg 0x000023bc Section 0 user_init.o(i.SysWakeUp_ClockCfg)
+ i.SystemInit 0x00002414 Section 0 system_fm33a0xxev.o(i.SystemInit)
+ i.System_power_on_init 0x00002430 Section 0 rcc_config.o(i.System_power_on_init)
+ i.TimeEffectJudgm 0x00002478 Section 0 extern_rtc.o(i.TimeEffectJudgm)
+ i.UARTx_ISR_TXSE_Chk 0x000025d2 Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
+ i.UARTx_SendData_Normal 0x000025e6 Section 0 uart.o(i.UARTx_SendData_Normal)
+ i.UARTx_TXBUF_Write 0x00002610 Section 0 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
+ i.Upper_ComputerLoginRecvHandler 0x00002618 Section 0 upper_com.o(i.Upper_ComputerLoginRecvHandler)
+ i.Upper_ComputerLoginRespond 0x000026ac Section 0 upper_com.o(i.Upper_ComputerLoginRespond)
+ i.Upper_ComputerReadWriteHandler 0x000026b8 Section 0 upper_com.o(i.Upper_ComputerReadWriteHandler)
+ i.Upper_ComputerRespond 0x00002718 Section 0 upper_com.o(i.Upper_ComputerRespond)
+ i.ValveCtrlHade 0x00002778 Section 0 valve_control.o(i.ValveCtrlHade)
+ i.ValveForceOpenSignalCheck 0x00002890 Section 0 valve_control.o(i.ValveForceOpenSignalCheck)
+ i.ValveMotorCloseRun 0x000028f8 Section 0 valve_control.o(i.ValveMotorCloseRun)
+ i.ValveMotorOpenRun 0x00002934 Section 0 valve_control.o(i.ValveMotorOpenRun)
+ i.ValveMotorStop 0x00002970 Section 0 valve_control.o(i.ValveMotorStop)
+ i.ValveRunParaInit 0x000029ac Section 0 valve_control.o(i.ValveRunParaInit)
+ i.WRC_PWR_GPIO_Init 0x000029d4 Section 0 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
+ i.WirelessRemoteCommPro 0x000029e8 Section 0 wireless_remote_comm.o(i.WirelessRemoteCommPro)
+ i.WrcClosePwrPro 0x00002a3c Section 0 wireless_remote_comm.o(i.WrcClosePwrPro)
+ i.WrcCreateLinkPro 0x00002a40 Section 0 wireless_remote_comm.o(i.WrcCreateLinkPro)
+ i.WrcOpenPwrPro 0x00002a44 Section 0 wireless_remote_comm.o(i.WrcOpenPwrPro)
+ i.WrcSendDataPro 0x00002a5c Section 0 wireless_remote_comm.o(i.WrcSendDataPro)
+ i.WrcWaitRecDataPro 0x00002a60 Section 0 wireless_remote_comm.o(i.WrcWaitRecDataPro)
+ i.__0printf$8 0x00002a64 Section 0 printf8.o(i.__0printf$8)
+ i.__0sprintf$8 0x00002a84 Section 0 printf8.o(i.__0sprintf$8)
+ i.__ARM_clz 0x00002aac Section 0 depilogue.o(i.__ARM_clz)
+ i.__ARM_common_switch8 0x00002ada Section 0 extern_rtc.o(i.__ARM_common_switch8)
+ i.__scatterload_copy 0x00002af6 Section 14 handlers.o(i.__scatterload_copy)
+ i.__scatterload_null 0x00002b04 Section 2 handlers.o(i.__scatterload_null)
+ i.__scatterload_zeroinit 0x00002b06 Section 14 handlers.o(i.__scatterload_zeroinit)
+ i._printf_core 0x00002b14 Section 0 printf8.o(i._printf_core)
+ _printf_core 0x00002b15 Thumb Code 1020 printf8.o(i._printf_core)
+ i._printf_post_padding 0x00002f3c Section 0 printf8.o(i._printf_post_padding)
+ _printf_post_padding 0x00002f3d Thumb Code 32 printf8.o(i._printf_post_padding)
+ i._printf_pre_padding 0x00002f5c Section 0 printf8.o(i._printf_pre_padding)
+ _printf_pre_padding 0x00002f5d Thumb Code 44 printf8.o(i._printf_pre_padding)
+ i._sputc 0x00002f88 Section 0 printf8.o(i._sputc)
+ _sputc 0x00002f89 Thumb Code 10 printf8.o(i._sputc)
+ i.allExtiIRQ 0x00002f94 Section 0 system_run_fun.o(i.allExtiIRQ)
+ i.allGpioInit 0x00003024 Section 0 system_run_fun.o(i.allGpioInit)
+ i.allParaDefaultInit 0x00003034 Section 0 system_mem_para.o(i.allParaDefaultInit)
+ i.allParaPatchPro 0x00003044 Section 0 system_mem_para.o(i.allParaPatchPro)
+ i.allParaReadFromEep 0x00003084 Section 0 system_mem_para.o(i.allParaReadFromEep)
+ i.arrayA_2_arrayB 0x00003094 Section 0 system_general_para.o(i.arrayA_2_arrayB)
+ i.cm_backtrace_call_stack 0x000030d8 Section 0 cm_backtrace.o(i.cm_backtrace_call_stack)
+ i.cm_backtrace_fault 0x000031ec Section 0 cm_backtrace.o(i.cm_backtrace_fault)
+ i.cm_backtrace_firmware_info 0x000033fc Section 0 cm_backtrace.o(i.cm_backtrace_firmware_info)
+ i.delay_init 0x00003428 Section 0 delay.o(i.delay_init)
+ i.delay_ms 0x00003470 Section 0 delay.o(i.delay_ms)
+ i.delay_us 0x000034c0 Section 0 delay.o(i.delay_us)
+ i.disassembly_ins_is_bl_blx 0x00003510 Section 0 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
+ disassembly_ins_is_bl_blx 0x00003511 Thumb Code 58 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
+ i.dump_stack 0x0000354c Section 0 cm_backtrace.o(i.dump_stack)
+ dump_stack 0x0000354d Thumb Code 128 cm_backtrace.o(i.dump_stack)
+ i.eepABReadCheck 0x00003620 Section 0 system_mem_para.o(i.eepABReadCheck)
+ i.eepABWriteAndReadCheck 0x0000372c Section 0 system_mem_para.o(i.eepABWriteAndReadCheck)
+ i.eepParaPatchPro_1 0x0000377a Section 0 system_mem_para.o(i.eepParaPatchPro_1)
+ i.eepWriteAndReadCheck 0x0000377c Section 0 system_mem_para.o(i.eepWriteAndReadCheck)
+ i.fputc 0x000037bc Section 0 uart.o(i.fputc)
+ i.hardwareDriversInit 0x000037e0 Section 0 system_run_fun.o(i.hardwareDriversInit)
+ i.keyPro 0x000037ec Section 0 key.o(i.keyPro)
+ i.lcdDisplayPro 0x00003854 Section 0 lcd.o(i.lcdDisplayPro)
+ i.main 0x00003884 Section 0 main.o(i.main)
+ i.modbus03AnswerCheck 0x000038d8 Section 0 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
+ i.paraCalcCrcAndWriteEepAB 0x00003920 Section 0 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
+ i.print_call_stack 0x00003958 Section 0 cm_backtrace.o(i.print_call_stack)
+ print_call_stack 0x00003959 Thumb Code 120 cm_backtrace.o(i.print_call_stack)
+ i.rs485ComDataAnalysis 0x000039f0 Section 0 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
+ i.rs485ComPwrOnHandle 0x00003a94 Section 0 rs485_read_data.o(i.rs485ComPwrOnHandle)
+ i.rs485ComSendHandle 0x00003ac0 Section 0 rs485_read_data.o(i.rs485ComSendHandle)
+ i.rs485ComWaitAnswerHandle 0x00003af8 Section 0 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
+ i.rs485GetDelayTime 0x00003bd8 Section 0 rs485_read_data.o(i.rs485GetDelayTime)
+ i.rs485ReadDataPro 0x00003c4c Section 0 rs485_read_data.o(i.rs485ReadDataPro)
+ i.rs485SendReadData 0x00003c9c Section 0 rs485_read_data.o(i.rs485SendReadData)
+ i.sendModbusReadFrame 0x00003d34 Section 0 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
+ i.sysRunFunParaInit 0x00003d78 Section 0 system_run_fun.o(i.sysRunFunParaInit)
+ i.sysStoredParaInit 0x00003db4 Section 0 system_run_fun.o(i.sysStoredParaInit)
+ i.systemEepIdDefaultInit 0x00003e20 Section 0 system_mem_para.o(i.systemEepIdDefaultInit)
+ i.systemEepIdReadFromEep 0x00003e5c Section 0 system_mem_para.o(i.systemEepIdReadFromEep)
+ i.ucharcmp 0x00003e84 Section 0 system_general_para.o(i.ucharcmp)
+ i.upperComPro 0x00003eb0 Section 0 upper_com.o(i.upperComPro)
+ i.usMBCRC16 0x00004018 Section 0 mbcrc.o(i.usMBCRC16)
+ i.valveCtrlPro 0x0000404c Section 0 valve_control.o(i.valveCtrlPro)
+ .constdata 0x00004060 Section 512 mbcrc.o(.constdata)
+ aucCRCHi 0x00004060 Data 256 mbcrc.o(.constdata)
+ aucCRCLo 0x00004160 Data 256 mbcrc.o(.constdata)
+ .constdata 0x00004260 Section 224 cm_backtrace.o(.constdata)
+ print_info 0x00004260 Data 152 cm_backtrace.o(.constdata)
+ __FUNCTION__ 0x000042f8 Data 20 cm_backtrace.o(.constdata)
+ __FUNCTION__ 0x0000430c Data 19 cm_backtrace.o(.constdata)
+ .conststring 0x00004340 Section 1566 cm_backtrace.o(.conststring)
+ .data 0x20000000 Section 18 system_general_para.o(.data)
+ .data 0x20000012 Section 4 delay.o(.data)
+ fac_us 0x20000012 Data 1 delay.o(.data)
+ fac_ms 0x20000014 Data 2 delay.o(.data)
+ .data 0x20000016 Section 6 extern_rtc.o(.data)
+ .data 0x2000001c Section 3 key.o(.data)
+ P_Key1Cnt 0x2000001c Data 1 key.o(.data)
+ R_Key2Cnt 0x2000001d Data 1 key.o(.data)
+ L_Key3Cnt 0x2000001e Data 1 key.o(.data)
+ .data 0x20000020 Section 8 valve_control.o(.data)
+ .data 0x20000028 Section 6 upper_com.o(.data)
+ uc_login_state_g 0x20000028 Data 1 upper_com.o(.data)
+ uc_rw_result_g 0x2000002a Data 1 upper_com.o(.data)
+ local_random_code_g 0x2000002c Data 2 upper_com.o(.data)
+ .data 0x2000002e Section 2 wireless_remote_comm.o(.data)
+ .data 0x20000030 Section 8 lcd.o(.data)
+ .data 0x20000038 Section 20 cm_backtrace.o(.data)
+ main_stack_start_addr 0x20000038 Data 4 cm_backtrace.o(.data)
+ main_stack_size 0x2000003c Data 4 cm_backtrace.o(.data)
+ code_start_addr 0x20000040 Data 4 cm_backtrace.o(.data)
+ code_size 0x20000044 Data 4 cm_backtrace.o(.data)
+ init_ok 0x20000048 Data 1 cm_backtrace.o(.data)
+ on_fault 0x20000049 Data 1 cm_backtrace.o(.data)
+ stack_is_overflow 0x2000004a Data 1 cm_backtrace.o(.data)
+ on_thread_before_fault 0x2000004b Data 1 cm_backtrace.o(.data)
+ .data 0x2000004c Section 7 rs485_read_data.o(.data)
+ .data 0x20000054 Section 4 system_fm33a0xxev.o(.data)
+ .data 0x20000058 Section 4 rand.o(.data)
+ _rand_state 0x20000058 Data 4 rand.o(.data)
+ .data 0x2000005c Section 4 stdout.o(.data)
+ .bss 0x20000060 Section 366 system_mem_para.o(.bss)
+ .bss 0x200001d0 Section 2051 upper_com.o(.bss)
+ .bss 0x200009d3 Section 48 lcd_io_api.o(.bss)
+ .bss 0x20000a04 Section 308 cm_backtrace.o(.bss)
+ fw_name 0x20000a04 Data 32 cm_backtrace.o(.bss)
+ hw_ver 0x20000a24 Data 32 cm_backtrace.o(.bss)
+ sw_ver 0x20000a44 Data 32 cm_backtrace.o(.bss)
+ call_stack_info 0x20000a64 Data 144 cm_backtrace.o(.bss)
+ regs 0x20000af4 Data 68 cm_backtrace.o(.bss)
+ .bss 0x20000b38 Section 260 rs485_read_data.o(.bss)
+ .bss 0x20000c3c Section 96 rs485_data_analysis_pro.o(.bss)
+ STACK 0x20000ca0 Section 16384 startup_fm33a0xxev.o(STACK)
Global Symbols
@@ -3395,138 +3810,276 @@
WWDT_IRQHandler 0x000000f7 Thumb Code 0 startup_fm33a0xxev.o(.text)
__aeabi_uidiv 0x00000101 Thumb Code 0 uidiv.o(.text)
__aeabi_uidivmod 0x00000101 Thumb Code 44 uidiv.o(.text)
- __aeabi_memcpy 0x0000012d Thumb Code 36 memcpya.o(.text)
- __aeabi_memcpy4 0x0000012d Thumb Code 0 memcpya.o(.text)
- __aeabi_memcpy8 0x0000012d Thumb Code 0 memcpya.o(.text)
- __aeabi_memset 0x00000151 Thumb Code 14 memseta.o(.text)
- __aeabi_memset4 0x00000151 Thumb Code 0 memseta.o(.text)
- __aeabi_memset8 0x00000151 Thumb Code 0 memseta.o(.text)
- __aeabi_memclr 0x0000015f Thumb Code 4 memseta.o(.text)
- __aeabi_memclr4 0x0000015f Thumb Code 0 memseta.o(.text)
- __aeabi_memclr8 0x0000015f Thumb Code 0 memseta.o(.text)
- _memset$wrapper 0x00000163 Thumb Code 18 memseta.o(.text)
- __aeabi_uread4 0x00000175 Thumb Code 20 uread4.o(.text)
- __rt_uread4 0x00000175 Thumb Code 0 uread4.o(.text)
- _uread4 0x00000175 Thumb Code 0 uread4.o(.text)
- __aeabi_uwrite4 0x00000189 Thumb Code 18 uwrite4.o(.text)
- __rt_uwrite4 0x00000189 Thumb Code 0 uwrite4.o(.text)
- _uwrite4 0x00000189 Thumb Code 0 uwrite4.o(.text)
- __aeabi_uldivmod 0x0000019b Thumb Code 96 uldiv.o(.text)
- __aeabi_llsl 0x000001fb Thumb Code 32 llshl.o(.text)
- _ll_shift_l 0x000001fb Thumb Code 0 llshl.o(.text)
- __aeabi_llsr 0x0000021b Thumb Code 34 llushr.o(.text)
- _ll_ushift_r 0x0000021b Thumb Code 0 llushr.o(.text)
- __scatterload 0x0000023d Thumb Code 28 init.o(.text)
- __scatterload_rt2 0x0000023d Thumb Code 0 init.o(.text)
- AnalogIO 0x00000261 Thumb Code 80 gpio.o(i.AnalogIO)
- BSTIM_IRQHandler 0x000002b1 Thumb Code 2 tim.o(i.BSTIM_IRQHandler)
- BTx_IRQHandler 0x000002b3 Thumb Code 2 tim.o(i.BTx_IRQHandler)
- CMU_IER_HFDET_IE_Setable 0x000002b5 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
- CMU_IRQHandler 0x000002d9 Thumb Code 4 user_init.o(i.CMU_IRQHandler)
- CMU_ISR_HFDETO_Chk 0x000002dd Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
- CMU_Init_RCHF_Trim 0x000002f9 Thumb Code 80 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
- CMU_PERCLK_SetableEx 0x0000034d Thumb Code 100 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
- CMU_RCHFCR_FSEL_Set 0x000003b5 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
- CMU_RCHFCR_RCHFEN_Setable 0x000003d5 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
- CMU_RCHFTR_RCHFTRIM_Set 0x000003f9 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
- CMU_RCHF_Init 0x00000411 Thumb Code 18 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
- CMU_SYSCLKCR_AHBPRES_Set 0x00000425 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
- CMU_SYSCLKCR_APBPRES_Set 0x00000445 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
- CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00000465 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
- CMU_SYSCLKCR_SYSCLKSEL_Set 0x0000048d Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
- CMU_SysClk_Init 0x000004a9 Thumb Code 30 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
- CMU_XTHFCR_XTHFEN_Setable 0x000004c9 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
- CMU_XTHFCR_XTHF_CFG_Set 0x000004ed Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
- DEBUG_Init 0x0000050d Thumb Code 10 rcc_config.o(i.DEBUG_Init)
- DMA_CHxCR_CHxFTIE_Getable 0x00000519 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
- DMA_IRQHandler 0x00000539 Thumb Code 30 uart.o(i.DMA_IRQHandler)
- DMA_ISR_DMACHFT_Chk 0x00000559 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
- DMA_ISR_DMACHFT_Clr 0x00000579 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
- EEPROM_MultipleRead 0x00000589 Thumb Code 62 eeprom.o(i.EEPROM_MultipleRead)
- EEPROM_MultipleWrite 0x000005c7 Thumb Code 186 eeprom.o(i.EEPROM_MultipleWrite)
- EEPROM_Wait_Busy 0x00000681 Thumb Code 18 eeprom.o(i.EEPROM_Wait_Busy)
- EEPROM_stat_read 0x00000693 Thumb Code 26 eeprom.o(i.EEPROM_stat_read)
- FLS_RDCR_WAIT_Set 0x000006ad Thumb Code 22 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
- GPIO_Get_InitPara 0x000006c9 Thumb Code 148 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
- GPIO_IRQHandler 0x0000075d Thumb Code 2 exti.o(i.GPIO_IRQHandler)
- GPIO_Init 0x0000075f Thumb Code 114 fm33a0xxev_gpio.o(i.GPIO_Init)
- GPIO_ResetBits 0x000007d1 Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
- I2c_Scl_Gpio_Init 0x000007d5 Thumb Code 30 i2c.o(i.I2c_Scl_Gpio_Init)
- IWDT_Clr 0x000007fd Thumb Code 8 user_init.o(i.IWDT_Clr)
- IWDT_Init 0x0000080d Thumb Code 22 user_init.o(i.IWDT_Init)
- Init_RCHF 0x0000082d Thumb Code 26 user_init.o(i.Init_RCHF)
- Init_RCLP 0x00000849 Thumb Code 24 user_init.o(i.Init_RCLP)
- Init_SysClk 0x0000086d Thumb Code 108 user_init.o(i.Init_SysClk)
- Init_SysClk_Gen 0x000008e5 Thumb Code 22 user_init.o(i.Init_SysClk_Gen)
- InputtIO 0x000008fb Thumb Code 116 gpio.o(i.InputtIO)
- LPTIM_CR_EN_Getable 0x00000971 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
- LPTIM_IRQHandler 0x00000989 Thumb Code 24 tim.o(i.LPTIM_IRQHandler)
- LPTIM_ISR_OVIF_Chk 0x000009a1 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
- LPTIM_ISR_OVIF_Clr 0x000009b9 Thumb Code 8 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
- NMI_Handler 0x000009c5 Thumb Code 2 exti.o(i.NMI_Handler)
- OutputIO 0x000009c7 Thumb Code 114 gpio.o(i.OutputIO)
- RMU_BORCR_BOR_PDRCFG_Set 0x00000a39 Thumb Code 26 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
- RMU_BORCR_OFF_BOR_Setable 0x00000a59 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
- RMU_PDRCR_PDREN_Setable 0x00000a7d Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
- RTC_GPIO_Init 0x00000aa1 Thumb Code 18 extern_rtc.o(i.RTC_GPIO_Init)
- RTC_IRQHandler 0x00000ab9 Thumb Code 2 rtc.o(i.RTC_IRQHandler)
- SPIx_ISR_RXBF_Chk 0x00000abb Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
- SPIx_ISR_TXBE_Chk 0x00000acf Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
- SPIx_RXBUF_Read 0x00000ae3 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
- SPIx_TXBUF_Write 0x00000ae9 Thumb Code 4 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
- SpiWriteAndRead 0x00000aed Thumb Code 48 spi.o(i.SpiWriteAndRead)
- SystemInit 0x00000b21 Thumb Code 16 system_fm33a0xxev.o(i.SystemInit)
- System_power_on_init 0x00000b3d Thumb Code 62 rcc_config.o(i.System_power_on_init)
- UARTx_ISR_TXSE_Chk 0x00000b85 Thumb Code 20 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
- UARTx_TXBUF_Write 0x00000b99 Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
- __0printf$8 0x00000ba1 Thumb Code 24 printf8.o(i.__0printf$8)
- __1printf$8 0x00000ba1 Thumb Code 0 printf8.o(i.__0printf$8)
- __2printf 0x00000ba1 Thumb Code 0 printf8.o(i.__0printf$8)
- __0sprintf$8 0x00000bc1 Thumb Code 36 printf8.o(i.__0sprintf$8)
- __1sprintf$8 0x00000bc1 Thumb Code 0 printf8.o(i.__0sprintf$8)
- __2sprintf 0x00000bc1 Thumb Code 0 printf8.o(i.__0sprintf$8)
- __scatterload_copy 0x00000be9 Thumb Code 14 handlers.o(i.__scatterload_copy)
- __scatterload_null 0x00000bf7 Thumb Code 2 handlers.o(i.__scatterload_null)
- __scatterload_zeroinit 0x00000bf9 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
- allGpioInit 0x00001087 Thumb Code 8 system_run_fun.o(i.allGpioInit)
- allParaDefaultInit 0x0000108f Thumb Code 16 system_mem_para.o(i.allParaDefaultInit)
- allParaPatchPro 0x000010a1 Thumb Code 54 system_mem_para.o(i.allParaPatchPro)
- allParaReadFromEep 0x000010e1 Thumb Code 16 system_mem_para.o(i.allParaReadFromEep)
- allPeripheralDriver 0x000010f1 Thumb Code 2 system_run_fun.o(i.allPeripheralDriver)
- arrayA_2_arrayB 0x000010f3 Thumb Code 66 system_general_para.o(i.arrayA_2_arrayB)
- cm_backtrace_call_stack 0x00001135 Thumb Code 248 cm_backtrace.o(i.cm_backtrace_call_stack)
- cm_backtrace_fault 0x00001249 Thumb Code 322 cm_backtrace.o(i.cm_backtrace_fault)
- cm_backtrace_firmware_info 0x00001459 Thumb Code 24 cm_backtrace.o(i.cm_backtrace_firmware_info)
- delay_init 0x00001485 Thumb Code 56 delay.o(i.delay_init)
- delay_ms 0x000014cd Thumb Code 70 delay.o(i.delay_ms)
- delay_us 0x0000151d Thumb Code 70 delay.o(i.delay_us)
- eepABReadCheck 0x0000167d Thumb Code 262 system_mem_para.o(i.eepABReadCheck)
- eepABWriteAndReadCheck 0x00001789 Thumb Code 78 system_mem_para.o(i.eepABWriteAndReadCheck)
- eepParaPatchPro_1 0x000017d7 Thumb Code 2 system_mem_para.o(i.eepParaPatchPro_1)
- eepWriteAndReadCheck 0x000017d9 Thumb Code 64 system_mem_para.o(i.eepWriteAndReadCheck)
- fputc 0x00001819 Thumb Code 32 uart.o(i.fputc)
- hardwareDriversInit 0x0000183d Thumb Code 12 system_run_fun.o(i.hardwareDriversInit)
- main 0x00001849 Thumb Code 24 main.o(i.main)
- paraCalcCrcAndWriteEepAB 0x00001861 Thumb Code 52 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
- sysRunParaInit 0x00001931 Thumb Code 2 system_run_fun.o(i.sysRunParaInit)
- sysStoredParaInit 0x00001935 Thumb Code 102 system_run_fun.o(i.sysStoredParaInit)
- systemEepIdDefaultInit 0x000019a1 Thumb Code 50 system_mem_para.o(i.systemEepIdDefaultInit)
- systemEepIdReadFromEep 0x000019dd Thumb Code 34 system_mem_para.o(i.systemEepIdReadFromEep)
- ucharcmp 0x00001a05 Thumb Code 44 system_general_para.o(i.ucharcmp)
- usMBCRC16 0x00001a31 Thumb Code 44 mbcrc.o(i.usMBCRC16)
- Region$$Table$$Base 0x00002364 Number 0 anon$$obj.o(Region$$Table)
- Image$$ER_IROM1$$Limit 0x00002384 Number 0 anon$$obj.o ABSOLUTE
- Region$$Table$$Limit 0x00002384 Number 0 anon$$obj.o(Region$$Table)
- SystemCoreClock 0x20000018 Data 4 system_fm33a0xxev.o(.data)
- __stdout 0x2000001c Data 4 stdout.o(.data)
- system_eep_id_g 0x20000020 Data 42 system_mem_para.o(.bss)
- equipment_basic_inf_g 0x2000004a Data 70 system_mem_para.o(.bss)
- main_equipment_hardware_software_inf_g 0x20000090 Data 26 system_mem_para.o(.bss)
- lcd_equipment_hardware_software_inf_g 0x200000aa Data 26 system_mem_para.o(.bss)
- wireless_equipment_hardware_software_inf_g 0x200000c4 Data 26 system_mem_para.o(.bss)
- STACK$$Base 0x20000218 Number 0 startup_fm33a0xxev.o(STACK)
- STACK$$Limit 0x20004218 Number 0 startup_fm33a0xxev.o(STACK)
- __initial_sp 0x20004218 Data 0 startup_fm33a0xxev.o(STACK)
+ __aeabi_idiv 0x0000012d Thumb Code 0 idiv.o(.text)
+ __aeabi_idivmod 0x0000012d Thumb Code 40 idiv.o(.text)
+ __aeabi_uldivmod 0x00000155 Thumb Code 96 uldiv.o(.text)
+ rand 0x000001b5 Thumb Code 18 rand.o(.text)
+ srand 0x000001c7 Thumb Code 6 rand.o(.text)
+ __aeabi_memcpy 0x000001d9 Thumb Code 36 memcpya.o(.text)
+ __aeabi_memcpy4 0x000001d9 Thumb Code 0 memcpya.o(.text)
+ __aeabi_memcpy8 0x000001d9 Thumb Code 0 memcpya.o(.text)
+ __aeabi_memset 0x000001fd Thumb Code 14 memseta.o(.text)
+ __aeabi_memset4 0x000001fd Thumb Code 0 memseta.o(.text)
+ __aeabi_memset8 0x000001fd Thumb Code 0 memseta.o(.text)
+ __aeabi_memclr 0x0000020b Thumb Code 4 memseta.o(.text)
+ __aeabi_memclr4 0x0000020b Thumb Code 0 memseta.o(.text)
+ __aeabi_memclr8 0x0000020b Thumb Code 0 memseta.o(.text)
+ _memset$wrapper 0x0000020f Thumb Code 18 memseta.o(.text)
+ __aeabi_uread4 0x00000221 Thumb Code 20 uread4.o(.text)
+ __rt_uread4 0x00000221 Thumb Code 0 uread4.o(.text)
+ _uread4 0x00000221 Thumb Code 0 uread4.o(.text)
+ __aeabi_uwrite4 0x00000235 Thumb Code 18 uwrite4.o(.text)
+ __rt_uwrite4 0x00000235 Thumb Code 0 uwrite4.o(.text)
+ _uwrite4 0x00000235 Thumb Code 0 uwrite4.o(.text)
+ __aeabi_uwrite8 0x00000247 Thumb Code 30 uwrite8.o(.text)
+ __rt_uwrite8 0x00000247 Thumb Code 0 uwrite8.o(.text)
+ _uwrite8 0x00000247 Thumb Code 0 uwrite8.o(.text)
+ __aeabi_dadd 0x00000265 Thumb Code 330 dadd.o(.text)
+ __aeabi_dsub 0x000003af Thumb Code 12 dadd.o(.text)
+ __aeabi_drsub 0x000003bb Thumb Code 12 dadd.o(.text)
+ __aeabi_dmul 0x000003cd Thumb Code 202 dmul.o(.text)
+ __aeabi_ui2d 0x0000049d Thumb Code 24 dfltui.o(.text)
+ __aeabi_llsl 0x000004b9 Thumb Code 32 llshl.o(.text)
+ _ll_shift_l 0x000004b9 Thumb Code 0 llshl.o(.text)
+ __aeabi_llsr 0x000004d9 Thumb Code 34 llushr.o(.text)
+ _ll_ushift_r 0x000004d9 Thumb Code 0 llushr.o(.text)
+ __aeabi_lasr 0x000004fb Thumb Code 38 llsshr.o(.text)
+ _ll_sshift_r 0x000004fb Thumb Code 0 llsshr.o(.text)
+ __I$use$fp 0x00000521 Thumb Code 0 iusefp.o(.text)
+ _double_round 0x00000521 Thumb Code 26 depilogue.o(.text)
+ _double_epilogue 0x0000053b Thumb Code 164 depilogue.o(.text)
+ __scatterload 0x000005e1 Thumb Code 28 init.o(.text)
+ __scatterload_rt2 0x000005e1 Thumb Code 0 init.o(.text)
+ AltFunIO 0x00000605 Thumb Code 166 gpio.o(i.AltFunIO)
+ AnalogIO 0x000006ab Thumb Code 80 gpio.o(i.AnalogIO)
+ BSTIM_IRQHandler 0x000006fb Thumb Code 16 tim.o(i.BSTIM_IRQHandler)
+ BSTIM_ISR_UIF_Chk 0x0000070d Thumb Code 20 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
+ BSTIM_ISR_UIF_Clr 0x00000725 Thumb Code 8 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
+ BTx_IRQHandler 0x00000731 Thumb Code 2 tim.o(i.BTx_IRQHandler)
+ CMU_IER_HFDET_IE_Setable 0x00000735 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
+ CMU_IRQHandler 0x00000759 Thumb Code 4 user_init.o(i.CMU_IRQHandler)
+ CMU_ISR_HFDETO_Chk 0x0000075d Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
+ CMU_Init_RCHF_Trim 0x00000779 Thumb Code 80 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
+ CMU_OPCCR1_EXTICKE_Setable 0x000007cd Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
+ CMU_OPCCR1_EXTICKSEL_Set 0x000007f1 Thumb Code 26 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
+ CMU_PERCLK_SetableEx 0x00000811 Thumb Code 100 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
+ CMU_RCHFCR_FSEL_Set 0x00000879 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
+ CMU_RCHFCR_RCHFEN_Setable 0x00000899 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
+ CMU_RCHFTR_RCHFTRIM_Set 0x000008bd Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
+ CMU_RCHF_Init 0x000008d5 Thumb Code 18 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
+ CMU_SYSCLKCR_AHBPRES_Set 0x000008e9 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
+ CMU_SYSCLKCR_APBPRES_Set 0x00000909 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
+ CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00000929 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
+ CMU_SYSCLKCR_SYSCLKSEL_Set 0x00000951 Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
+ CMU_SysClk_Init 0x0000096d Thumb Code 30 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
+ CMU_XTHFCR_XTHFEN_Setable 0x0000098d Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
+ CMU_XTHFCR_XTHF_CFG_Set 0x000009b1 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
+ COM_equipment_basic_inf_handle 0x000009d1 Thumb Code 46 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
+ CloseIO 0x00000a05 Thumb Code 56 gpio.o(i.CloseIO)
+ DEBUG_Init 0x00000a3d Thumb Code 10 rcc_config.o(i.DEBUG_Init)
+ DMA_CHxCR_CHxFTIE_Getable 0x00000a49 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
+ DMA_IRQHandler 0x00000a69 Thumb Code 30 uart.o(i.DMA_IRQHandler)
+ DMA_ISR_DMACHFT_Chk 0x00000a89 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
+ DMA_ISR_DMACHFT_Clr 0x00000aa9 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
+ EEPROM_MultipleRead 0x00000ab9 Thumb Code 106 eeprom.o(i.EEPROM_MultipleRead)
+ EEPROM_MultipleWrite 0x00000b29 Thumb Code 274 eeprom.o(i.EEPROM_MultipleWrite)
+ EEPROM_Wait_Busy 0x00000c41 Thumb Code 18 eeprom.o(i.EEPROM_Wait_Busy)
+ EEPROM_stat_read 0x00000c55 Thumb Code 70 eeprom.o(i.EEPROM_stat_read)
+ EKMODBUS_dataAnalysis 0x00000ca1 Thumb Code 206 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
+ FLS_RDCR_WAIT_Set 0x00000d75 Thumb Code 22 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
+ Force_Open_GPIO_Init 0x00000d91 Thumb Code 16 valve_control.o(i.Force_Open_GPIO_Init)
+ GPIO_EXTI_EXTIDF_Setable 0x00000da5 Thumb Code 238 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
+ GPIO_EXTI_EXTIISR_ChkEx 0x00000ea1 Thumb Code 232 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
+ GPIO_EXTI_EXTIISR_ClrEx 0x00000f95 Thumb Code 222 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
+ GPIO_EXTI_Init 0x00001081 Thumb Code 84 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
+ GPIO_EXTI_Select_Edge 0x000010d9 Thumb Code 254 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
+ GPIO_EXTI_Select_Pin 0x000011e5 Thumb Code 296 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
+ GPIO_Get_InitPara 0x00001319 Thumb Code 148 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
+ GPIO_IRQHandler 0x000013ad Thumb Code 340 exti.o(i.GPIO_IRQHandler)
+ GPIO_Init 0x00001511 Thumb Code 114 fm33a0xxev_gpio.o(i.GPIO_Init)
+ GPIO_ReadInputDataBit 0x00001583 Thumb Code 20 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
+ GPIO_ResetBits 0x00001597 Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
+ GPIO_SetBits 0x0000159b Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_SetBits)
+ GetValveRunMaxTime 0x0000159f Thumb Code 68 valve_control.o(i.GetValveRunMaxTime)
+ Get_Extern_Rtc_Time 0x000015e3 Thumb Code 186 extern_rtc.o(i.Get_Extern_Rtc_Time)
+ I2c_Ack 0x0000169d Thumb Code 58 i2c.o(i.I2c_Ack)
+ I2c_No_Ack 0x000016dd Thumb Code 50 i2c.o(i.I2c_No_Ack)
+ I2c_Read 0x00001715 Thumb Code 82 i2c.o(i.I2c_Read)
+ I2c_Scl_Gpio_Init 0x0000176d Thumb Code 30 i2c.o(i.I2c_Scl_Gpio_Init)
+ I2c_Send 0x00001795 Thumb Code 102 i2c.o(i.I2c_Send)
+ I2c_Start 0x00001801 Thumb Code 56 i2c.o(i.I2c_Start)
+ I2c_Stop 0x0000183d Thumb Code 58 i2c.o(i.I2c_Stop)
+ IWDT_Clr 0x0000187d Thumb Code 8 user_init.o(i.IWDT_Clr)
+ IWDT_Init 0x0000188d Thumb Code 22 user_init.o(i.IWDT_Init)
+ Init_RCHF 0x000018ad Thumb Code 26 user_init.o(i.Init_RCHF)
+ Init_RCLP 0x000018c9 Thumb Code 24 user_init.o(i.Init_RCLP)
+ Init_SysClk 0x000018ed Thumb Code 108 user_init.o(i.Init_SysClk)
+ Init_SysClk_Gen 0x00001965 Thumb Code 22 user_init.o(i.Init_SysClk_Gen)
+ InputtIO 0x0000197b Thumb Code 116 gpio.o(i.InputtIO)
+ Key_GPIO_Init 0x000019f1 Thumb Code 48 key.o(i.Key_GPIO_Init)
+ LPTIM_CR_EN_Getable 0x00001a25 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
+ LPTIM_IRQHandler 0x00001a3d Thumb Code 24 tim.o(i.LPTIM_IRQHandler)
+ LPTIM_ISR_OVIF_Chk 0x00001a55 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
+ LPTIM_ISR_OVIF_Clr 0x00001a6d Thumb Code 8 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
+ Lcd_DeInit 0x00001a79 Thumb Code 32 lcd.o(i.Lcd_DeInit)
+ Lcd_GPIO_Init 0x00001aa1 Thumb Code 52 lcd_io_api.o(i.Lcd_GPIO_Init)
+ Lcd_Init 0x00001add Thumb Code 14 lcd.o(i.Lcd_Init)
+ Lcd_Show_MenuProcess 0x00001af1 Thumb Code 26 lcd.o(i.Lcd_Show_MenuProcess)
+ Lcd_Sys_Init 0x00001b15 Thumb Code 32 lcd.o(i.Lcd_Sys_Init)
+ Lcd_Write 0x00001b3d Thumb Code 50 lcd_io_api.o(i.Lcd_Write)
+ Lcd_Write_Reg 0x00001b6f Thumb Code 56 lcd_io_api.o(i.Lcd_Write_Reg)
+ Motor_AB_GPIO_Init 0x00001ba9 Thumb Code 28 valve_control.o(i.Motor_AB_GPIO_Init)
+ Motor_OP_CL_GPIO_Init 0x00001bc9 Thumb Code 28 valve_control.o(i.Motor_OP_CL_GPIO_Init)
+ Motor_OP_CL_GPIO_Init_sleep_mode 0x00001be9 Thumb Code 24 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
+ NMI_Handler 0x00001c05 Thumb Code 2 exti.o(i.NMI_Handler)
+ OutputIO 0x00001c81 Thumb Code 114 gpio.o(i.OutputIO)
+ R8025T_Read 0x00001cf3 Thumb Code 76 extern_rtc.o(i.R8025T_Read)
+ R8025T_Write 0x00001d3f Thumb Code 48 extern_rtc.o(i.R8025T_Write)
+ RMU_BORCR_BOR_PDRCFG_Set 0x00001d71 Thumb Code 26 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
+ RMU_BORCR_OFF_BOR_Setable 0x00001d91 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
+ RMU_PDRCR_PDREN_Setable 0x00001db5 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
+ RTC_GPIO_Init 0x00001dd9 Thumb Code 18 extern_rtc.o(i.RTC_GPIO_Init)
+ RTC_IRQHandler 0x00001df1 Thumb Code 2 rtc.o(i.RTC_IRQHandler)
+ Read_OP_CL_VALVE_Status 0x00001df5 Thumb Code 84 valve_control.o(i.Read_OP_CL_VALVE_Status)
+ SIZHUMODBUSV2_0_dataAnalysis 0x00001e4d Thumb Code 470 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
+ SPI3_Init 0x00002031 Thumb Code 200 spi.o(i.SPI3_Init)
+ SPIx_CR1_BAUD_Set 0x00002109 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
+ SPIx_CR1_CPHA_Set 0x00002121 Thumb Code 18 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
+ SPIx_CR1_CPHOL_Set 0x00002133 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
+ SPIx_CR1_IOSWAP_Set 0x0000214b Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
+ SPIx_CR1_LSBF_Set 0x00002165 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
+ SPIx_CR1_MM_Set 0x0000217d Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
+ SPIx_CR1_WAIT_Set 0x00002197 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
+ SPIx_CR2_DLEN_Set 0x000021af Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
+ SPIx_CR2_HALFDUPLEX_Set 0x000021c9 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
+ SPIx_CR2_RXO_Setable 0x000021e3 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
+ SPIx_CR2_SPIEN_Setable 0x000021fd Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
+ SPIx_CR2_SSNM_Set 0x00002215 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
+ SPIx_CR2_SSNSEN_Setable 0x0000222d Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
+ SPIx_CR2_TXO_AC_Setable 0x00002245 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
+ SPIx_CR2_TXO_Setable 0x0000225d Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
+ SPIx_CR3_MERRC_Clr 0x00002275 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
+ SPIx_CR3_RXBFC_Clr 0x0000227b Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
+ SPIx_CR3_SERRC_Clr 0x00002281 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
+ SPIx_CR3_TXBFC_Clr 0x00002287 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
+ SPIx_ISR_RXBF_Chk 0x0000228d Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
+ SPIx_ISR_TXBE_Chk 0x000022a1 Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
+ SPIx_RXBUF_Read 0x000022b5 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
+ SPIx_TXBUF_Write 0x000022bb Thumb Code 4 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
+ Sda_In 0x000022c1 Thumb Code 22 i2c.o(i.Sda_In)
+ Sda_Out 0x000022e1 Thumb Code 22 i2c.o(i.Sda_Out)
+ Set_Extern_Rtc_Time 0x00002301 Thumb Code 90 extern_rtc.o(i.Set_Extern_Rtc_Time)
+ Set_Rtc_UpdataInterrupt 0x00002365 Thumb Code 34 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
+ SpiWriteAndRead 0x00002389 Thumb Code 48 spi.o(i.SpiWriteAndRead)
+ SysWakeUp_ClockCfg 0x000023bd Thumb Code 84 user_init.o(i.SysWakeUp_ClockCfg)
+ SystemInit 0x00002415 Thumb Code 16 system_fm33a0xxev.o(i.SystemInit)
+ System_power_on_init 0x00002431 Thumb Code 62 rcc_config.o(i.System_power_on_init)
+ TimeEffectJudgm 0x00002479 Thumb Code 346 extern_rtc.o(i.TimeEffectJudgm)
+ UARTx_ISR_TXSE_Chk 0x000025d3 Thumb Code 20 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
+ UARTx_SendData_Normal 0x000025e7 Thumb Code 42 uart.o(i.UARTx_SendData_Normal)
+ UARTx_TXBUF_Write 0x00002611 Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
+ Upper_ComputerLoginRecvHandler 0x00002619 Thumb Code 134 upper_com.o(i.Upper_ComputerLoginRecvHandler)
+ Upper_ComputerLoginRespond 0x000026ad Thumb Code 12 upper_com.o(i.Upper_ComputerLoginRespond)
+ Upper_ComputerReadWriteHandler 0x000026b9 Thumb Code 88 upper_com.o(i.Upper_ComputerReadWriteHandler)
+ Upper_ComputerRespond 0x00002719 Thumb Code 88 upper_com.o(i.Upper_ComputerRespond)
+ ValveCtrlHade 0x00002779 Thumb Code 270 valve_control.o(i.ValveCtrlHade)
+ ValveForceOpenSignalCheck 0x00002891 Thumb Code 94 valve_control.o(i.ValveForceOpenSignalCheck)
+ ValveMotorCloseRun 0x000028f9 Thumb Code 56 valve_control.o(i.ValveMotorCloseRun)
+ ValveMotorOpenRun 0x00002935 Thumb Code 56 valve_control.o(i.ValveMotorOpenRun)
+ ValveMotorStop 0x00002971 Thumb Code 56 valve_control.o(i.ValveMotorStop)
+ ValveRunParaInit 0x000029ad Thumb Code 36 valve_control.o(i.ValveRunParaInit)
+ WRC_PWR_GPIO_Init 0x000029d5 Thumb Code 14 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
+ WirelessRemoteCommPro 0x000029e9 Thumb Code 78 wireless_remote_comm.o(i.WirelessRemoteCommPro)
+ WrcClosePwrPro 0x00002a3d Thumb Code 4 wireless_remote_comm.o(i.WrcClosePwrPro)
+ WrcCreateLinkPro 0x00002a41 Thumb Code 4 wireless_remote_comm.o(i.WrcCreateLinkPro)
+ WrcOpenPwrPro 0x00002a45 Thumb Code 18 wireless_remote_comm.o(i.WrcOpenPwrPro)
+ WrcSendDataPro 0x00002a5d Thumb Code 4 wireless_remote_comm.o(i.WrcSendDataPro)
+ WrcWaitRecDataPro 0x00002a61 Thumb Code 4 wireless_remote_comm.o(i.WrcWaitRecDataPro)
+ __0printf$8 0x00002a65 Thumb Code 24 printf8.o(i.__0printf$8)
+ __1printf$8 0x00002a65 Thumb Code 0 printf8.o(i.__0printf$8)
+ __2printf 0x00002a65 Thumb Code 0 printf8.o(i.__0printf$8)
+ __0sprintf$8 0x00002a85 Thumb Code 36 printf8.o(i.__0sprintf$8)
+ __1sprintf$8 0x00002a85 Thumb Code 0 printf8.o(i.__0sprintf$8)
+ __2sprintf 0x00002a85 Thumb Code 0 printf8.o(i.__0sprintf$8)
+ __ARM_clz 0x00002aad Thumb Code 46 depilogue.o(i.__ARM_clz)
+ __ARM_common_switch8 0x00002adb Thumb Code 28 extern_rtc.o(i.__ARM_common_switch8)
+ __scatterload_copy 0x00002af7 Thumb Code 14 handlers.o(i.__scatterload_copy)
+ __scatterload_null 0x00002b05 Thumb Code 2 handlers.o(i.__scatterload_null)
+ __scatterload_zeroinit 0x00002b07 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
+ allExtiIRQ 0x00002f95 Thumb Code 136 system_run_fun.o(i.allExtiIRQ)
+ allGpioInit 0x00003025 Thumb Code 16 system_run_fun.o(i.allGpioInit)
+ allParaDefaultInit 0x00003035 Thumb Code 16 system_mem_para.o(i.allParaDefaultInit)
+ allParaPatchPro 0x00003045 Thumb Code 54 system_mem_para.o(i.allParaPatchPro)
+ allParaReadFromEep 0x00003085 Thumb Code 16 system_mem_para.o(i.allParaReadFromEep)
+ arrayA_2_arrayB 0x00003095 Thumb Code 66 system_general_para.o(i.arrayA_2_arrayB)
+ cm_backtrace_call_stack 0x000030d9 Thumb Code 248 cm_backtrace.o(i.cm_backtrace_call_stack)
+ cm_backtrace_fault 0x000031ed Thumb Code 322 cm_backtrace.o(i.cm_backtrace_fault)
+ cm_backtrace_firmware_info 0x000033fd Thumb Code 24 cm_backtrace.o(i.cm_backtrace_firmware_info)
+ delay_init 0x00003429 Thumb Code 56 delay.o(i.delay_init)
+ delay_ms 0x00003471 Thumb Code 70 delay.o(i.delay_ms)
+ delay_us 0x000034c1 Thumb Code 70 delay.o(i.delay_us)
+ eepABReadCheck 0x00003621 Thumb Code 262 system_mem_para.o(i.eepABReadCheck)
+ eepABWriteAndReadCheck 0x0000372d Thumb Code 78 system_mem_para.o(i.eepABWriteAndReadCheck)
+ eepParaPatchPro_1 0x0000377b Thumb Code 2 system_mem_para.o(i.eepParaPatchPro_1)
+ eepWriteAndReadCheck 0x0000377d Thumb Code 64 system_mem_para.o(i.eepWriteAndReadCheck)
+ fputc 0x000037bd Thumb Code 32 uart.o(i.fputc)
+ hardwareDriversInit 0x000037e1 Thumb Code 12 system_run_fun.o(i.hardwareDriversInit)
+ keyPro 0x000037ed Thumb Code 86 key.o(i.keyPro)
+ lcdDisplayPro 0x00003855 Thumb Code 38 lcd.o(i.lcdDisplayPro)
+ main 0x00003885 Thumb Code 76 main.o(i.main)
+ modbus03AnswerCheck 0x000038d9 Thumb Code 68 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
+ paraCalcCrcAndWriteEepAB 0x00003921 Thumb Code 52 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
+ rs485ComDataAnalysis 0x000039f1 Thumb Code 162 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
+ rs485ComPwrOnHandle 0x00003a95 Thumb Code 38 rs485_read_data.o(i.rs485ComPwrOnHandle)
+ rs485ComSendHandle 0x00003ac1 Thumb Code 50 rs485_read_data.o(i.rs485ComSendHandle)
+ rs485ComWaitAnswerHandle 0x00003af9 Thumb Code 210 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
+ rs485GetDelayTime 0x00003bd9 Thumb Code 112 rs485_read_data.o(i.rs485GetDelayTime)
+ rs485ReadDataPro 0x00003c4d Thumb Code 76 rs485_read_data.o(i.rs485ReadDataPro)
+ rs485SendReadData 0x00003c9d Thumb Code 148 rs485_read_data.o(i.rs485SendReadData)
+ sendModbusReadFrame 0x00003d35 Thumb Code 60 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
+ sysRunFunParaInit 0x00003d79 Thumb Code 52 system_run_fun.o(i.sysRunFunParaInit)
+ sysStoredParaInit 0x00003db5 Thumb Code 102 system_run_fun.o(i.sysStoredParaInit)
+ systemEepIdDefaultInit 0x00003e21 Thumb Code 50 system_mem_para.o(i.systemEepIdDefaultInit)
+ systemEepIdReadFromEep 0x00003e5d Thumb Code 34 system_mem_para.o(i.systemEepIdReadFromEep)
+ ucharcmp 0x00003e85 Thumb Code 44 system_general_para.o(i.ucharcmp)
+ upperComPro 0x00003eb1 Thumb Code 330 upper_com.o(i.upperComPro)
+ usMBCRC16 0x00004019 Thumb Code 44 mbcrc.o(i.usMBCRC16)
+ valveCtrlPro 0x0000404d Thumb Code 16 valve_control.o(i.valveCtrlPro)
+ Region$$Table$$Base 0x00004960 Number 0 anon$$obj.o(Region$$Table)
+ Image$$ER_IROM1$$Limit 0x00004980 Number 0 anon$$obj.o ABSOLUTE
+ Region$$Table$$Limit 0x00004980 Number 0 anon$$obj.o(Region$$Table)
+ sys_run_period 0x20000000 Data 1 system_general_para.o(.data)
+ sys_delay_sec_para_g 0x20000002 Data 16 system_general_para.o(.data)
+ sys_clockBCD_g 0x20000016 Data 6 extern_rtc.o(.data)
+ valve_ctrl_para_g 0x20000020 Data 8 valve_control.o(.data)
+ uc_return_flag_g 0x20000029 Data 1 upper_com.o(.data)
+ wrc_ctrl_para_g 0x2000002e Data 2 wireless_remote_comm.o(.data)
+ LCD_DRIVE_MODE_14_13 0x20000030 Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_14_14 0x20000031 Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_18_13 0x20000032 Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_18_14 0x20000033 Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_OFF_OFF 0x20000034 Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_ON_OFF 0x20000035 Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_ON_ON 0x20000036 Data 1 lcd.o(.data)
+ lcd_wake_up_flag_g 0x20000037 Data 1 lcd.o(.data)
+ rs485_com_ctrl_pata_g 0x2000004c Data 7 rs485_read_data.o(.data)
+ SystemCoreClock 0x20000054 Data 4 system_fm33a0xxev.o(.data)
+ __stdout 0x2000005c Data 4 stdout.o(.data)
+ system_eep_id_g 0x20000060 Data 42 system_mem_para.o(.bss)
+ equipment_basic_inf_g 0x2000008a Data 70 system_mem_para.o(.bss)
+ main_equipment_hardware_software_inf_g 0x200000d0 Data 26 system_mem_para.o(.bss)
+ lcd_equipment_hardware_software_inf_g 0x200000ea Data 26 system_mem_para.o(.bss)
+ wireless_equipment_hardware_software_inf_g 0x20000104 Data 26 system_mem_para.o(.bss)
+ save_realtime_data_g 0x2000011e Data 167 system_mem_para.o(.bss)
+ save_valve_para_g 0x200001c5 Data 9 system_mem_para.o(.bss)
+ uc_recv_para_g 0x200001d0 Data 1027 upper_com.o(.bss)
+ uc_respond_data_g 0x200005d3 Data 1024 upper_com.o(.bss)
+ LCD_Buffer 0x200009d3 Data 48 lcd_io_api.o(.bss)
+ rs485_com_uart_data_g 0x20000b38 Data 260 rs485_read_data.o(.bss)
+ flow_meter_data_g 0x20000c3c Data 96 rs485_data_analysis_pro.o(.bss)
+ STACK$$Base 0x20000ca0 Number 0 startup_fm33a0xxev.o(STACK)
+ STACK$$Limit 0x20004ca0 Number 0 startup_fm33a0xxev.o(STACK)
+ __initial_sp 0x20004ca0 Data 0 startup_fm33a0xxev.o(STACK)
@@ -3536,163 +4089,298 @@
Image Entry point : 0x000000c1
- Load Region LR_IROM1 (Base: 0x00000000, Size: 0x000023a4, Max: 0x00080000, ABSOLUTE)
+ Load Region LR_IROM1 (Base: 0x00000000, Size: 0x000049e0, Max: 0x00080000, ABSOLUTE)
- Execution Region ER_IROM1 (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x00002384, Max: 0x00080000, ABSOLUTE)
+ Execution Region ER_IROM1 (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x00004980, Max: 0x00080000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
- 0x00000000 0x00000000 0x000000c0 Data RO 12327 RESET startup_fm33a0xxev.o
- 0x000000c0 0x000000c0 0x00000000 Code RO 12368 * .ARM.Collect$$$$00000000 mc_p.l(entry.o)
- 0x000000c0 0x000000c0 0x00000004 Code RO 12674 .ARM.Collect$$$$00000001 mc_p.l(entry2.o)
- 0x000000c4 0x000000c4 0x00000004 Code RO 12677 .ARM.Collect$$$$00000004 mc_p.l(entry5.o)
- 0x000000c8 0x000000c8 0x00000000 Code RO 12679 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o)
- 0x000000c8 0x000000c8 0x00000000 Code RO 12681 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o)
- 0x000000c8 0x000000c8 0x00000008 Code RO 12682 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o)
- 0x000000d0 0x000000d0 0x00000004 Code RO 12689 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o)
- 0x000000d4 0x000000d4 0x00000000 Code RO 12684 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o)
- 0x000000d4 0x000000d4 0x00000000 Code RO 12686 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o)
- 0x000000d4 0x000000d4 0x00000004 Code RO 12675 .ARM.Collect$$$$00002712 mc_p.l(entry2.o)
- 0x000000d8 0x000000d8 0x0000000c Code RO 2228 .text cmb_fault.o
- 0x000000e4 0x000000e4 0x0000001c Code RO 12328 .text startup_fm33a0xxev.o
- 0x00000100 0x00000100 0x0000002c Code RO 12371 .text mc_p.l(uidiv.o)
- 0x0000012c 0x0000012c 0x00000024 Code RO 12375 .text mc_p.l(memcpya.o)
- 0x00000150 0x00000150 0x00000024 Code RO 12377 .text mc_p.l(memseta.o)
- 0x00000174 0x00000174 0x00000014 Code RO 12644 .text mc_p.l(uread4.o)
- 0x00000188 0x00000188 0x00000012 Code RO 12646 .text mc_p.l(uwrite4.o)
- 0x0000019a 0x0000019a 0x00000060 Code RO 12691 .text mc_p.l(uldiv.o)
- 0x000001fa 0x000001fa 0x00000020 Code RO 12693 .text mc_p.l(llshl.o)
- 0x0000021a 0x0000021a 0x00000022 Code RO 12695 .text mc_p.l(llushr.o)
- 0x0000023c 0x0000023c 0x00000024 Code RO 12710 .text mc_p.l(init.o)
- 0x00000260 0x00000260 0x00000050 Code RO 676 i.AnalogIO gpio.o
- 0x000002b0 0x000002b0 0x00000002 Code RO 894 i.BSTIM_IRQHandler tim.o
- 0x000002b2 0x000002b2 0x00000002 Code RO 895 i.BTx_IRQHandler tim.o
- 0x000002b4 0x000002b4 0x00000024 Code RO 3795 i.CMU_IER_HFDET_IE_Setable fm33a0xxev_cmu.o
- 0x000002d8 0x000002d8 0x00000004 Code RO 522 i.CMU_IRQHandler user_init.o
- 0x000002dc 0x000002dc 0x0000001c Code RO 3798 i.CMU_ISR_HFDETO_Chk fm33a0xxev_cmu.o
- 0x000002f8 0x000002f8 0x00000054 Code RO 3803 i.CMU_Init_RCHF_Trim fm33a0xxev_cmu.o
- 0x0000034c 0x0000034c 0x00000068 Code RO 3846 i.CMU_PERCLK_SetableEx fm33a0xxev_cmu.o
- 0x000003b4 0x000003b4 0x00000020 Code RO 3865 i.CMU_RCHFCR_FSEL_Set fm33a0xxev_cmu.o
- 0x000003d4 0x000003d4 0x00000024 Code RO 3867 i.CMU_RCHFCR_RCHFEN_Setable fm33a0xxev_cmu.o
- 0x000003f8 0x000003f8 0x00000018 Code RO 3869 i.CMU_RCHFTR_RCHFTRIM_Set fm33a0xxev_cmu.o
- 0x00000410 0x00000410 0x00000012 Code RO 3870 i.CMU_RCHF_Init fm33a0xxev_cmu.o
- 0x00000422 0x00000422 0x00000002 PAD
- 0x00000424 0x00000424 0x00000020 Code RO 3872 i.CMU_SYSCLKCR_AHBPRES_Set fm33a0xxev_cmu.o
- 0x00000444 0x00000444 0x00000020 Code RO 3874 i.CMU_SYSCLKCR_APBPRES_Set fm33a0xxev_cmu.o
- 0x00000464 0x00000464 0x00000028 Code RO 3876 i.CMU_SYSCLKCR_SLP_ENEXTI_Setable fm33a0xxev_cmu.o
- 0x0000048c 0x0000048c 0x0000001c Code RO 3880 i.CMU_SYSCLKCR_SYSCLKSEL_Set fm33a0xxev_cmu.o
- 0x000004a8 0x000004a8 0x0000001e Code RO 3881 i.CMU_SysClk_Init fm33a0xxev_cmu.o
- 0x000004c6 0x000004c6 0x00000002 PAD
- 0x000004c8 0x000004c8 0x00000024 Code RO 3883 i.CMU_XTHFCR_XTHFEN_Setable fm33a0xxev_cmu.o
- 0x000004ec 0x000004ec 0x00000020 Code RO 3885 i.CMU_XTHFCR_XTHF_CFG_Set fm33a0xxev_cmu.o
- 0x0000050c 0x0000050c 0x0000000a Code RO 638 i.DEBUG_Init rcc_config.o
- 0x00000516 0x00000516 0x00000002 PAD
- 0x00000518 0x00000518 0x00000020 Code RO 5182 i.DMA_CHxCR_CHxFTIE_Getable fm33a0xxev_dma.o
- 0x00000538 0x00000538 0x0000001e Code RO 788 i.DMA_IRQHandler uart.o
- 0x00000556 0x00000556 0x00000002 PAD
- 0x00000558 0x00000558 0x00000020 Code RO 5215 i.DMA_ISR_DMACHFT_Chk fm33a0xxev_dma.o
- 0x00000578 0x00000578 0x00000010 Code RO 5216 i.DMA_ISR_DMACHFT_Clr fm33a0xxev_dma.o
- 0x00000588 0x00000588 0x0000003e Code RO 1611 i.EEPROM_MultipleRead eeprom.o
- 0x000005c6 0x000005c6 0x000000ba Code RO 1613 i.EEPROM_MultipleWrite eeprom.o
- 0x00000680 0x00000680 0x00000012 Code RO 1615 i.EEPROM_Wait_Busy eeprom.o
- 0x00000692 0x00000692 0x0000001a Code RO 1627 i.EEPROM_stat_read eeprom.o
- 0x000006ac 0x000006ac 0x0000001c Code RO 5931 i.FLS_RDCR_WAIT_Set fm33a0xxev_flash.o
- 0x000006c8 0x000006c8 0x00000094 Code RO 6202 i.GPIO_Get_InitPara fm33a0xxev_gpio.o
- 0x0000075c 0x0000075c 0x00000002 Code RO 753 i.GPIO_IRQHandler exti.o
- 0x0000075e 0x0000075e 0x00000072 Code RO 6207 i.GPIO_Init fm33a0xxev_gpio.o
- 0x000007d0 0x000007d0 0x00000004 Code RO 6218 i.GPIO_ResetBits fm33a0xxev_gpio.o
- 0x000007d4 0x000007d4 0x00000028 Code RO 1130 i.I2c_Scl_Gpio_Init i2c.o
- 0x000007fc 0x000007fc 0x00000010 Code RO 525 i.IWDT_Clr user_init.o
- 0x0000080c 0x0000080c 0x00000020 Code RO 526 i.IWDT_Init user_init.o
- 0x0000082c 0x0000082c 0x0000001a Code RO 527 i.Init_RCHF user_init.o
- 0x00000846 0x00000846 0x00000002 PAD
- 0x00000848 0x00000848 0x00000024 Code RO 528 i.Init_RCLP user_init.o
- 0x0000086c 0x0000086c 0x00000078 Code RO 529 i.Init_SysClk user_init.o
- 0x000008e4 0x000008e4 0x00000016 Code RO 530 i.Init_SysClk_Gen user_init.o
- 0x000008fa 0x000008fa 0x00000074 Code RO 680 i.InputtIO gpio.o
- 0x0000096e 0x0000096e 0x00000002 PAD
- 0x00000970 0x00000970 0x00000018 Code RO 7463 i.LPTIM_CR_EN_Getable fm33a0xxev_lptim.o
- 0x00000988 0x00000988 0x00000018 Code RO 898 i.LPTIM_IRQHandler tim.o
- 0x000009a0 0x000009a0 0x00000018 Code RO 7502 i.LPTIM_ISR_OVIF_Chk fm33a0xxev_lptim.o
- 0x000009b8 0x000009b8 0x0000000c Code RO 7503 i.LPTIM_ISR_OVIF_Clr fm33a0xxev_lptim.o
- 0x000009c4 0x000009c4 0x00000002 Code RO 754 i.NMI_Handler exti.o
- 0x000009c6 0x000009c6 0x00000072 Code RO 682 i.OutputIO gpio.o
- 0x00000a38 0x00000a38 0x00000020 Code RO 9387 i.RMU_BORCR_BOR_PDRCFG_Set fm33a0xxev_rmu.o
- 0x00000a58 0x00000a58 0x00000024 Code RO 9389 i.RMU_BORCR_OFF_BOR_Setable fm33a0xxev_rmu.o
- 0x00000a7c 0x00000a7c 0x00000024 Code RO 9394 i.RMU_PDRCR_PDREN_Setable fm33a0xxev_rmu.o
- 0x00000aa0 0x00000aa0 0x00000018 Code RO 1327 i.RTC_GPIO_Init extern_rtc.o
- 0x00000ab8 0x00000ab8 0x00000002 Code RO 977 i.RTC_IRQHandler rtc.o
- 0x00000aba 0x00000aba 0x00000014 Code RO 10692 i.SPIx_ISR_RXBF_Chk fm33a0xxev_spi.o
- 0x00000ace 0x00000ace 0x00000014 Code RO 10696 i.SPIx_ISR_TXBE_Chk fm33a0xxev_spi.o
- 0x00000ae2 0x00000ae2 0x00000006 Code RO 10699 i.SPIx_RXBUF_Read fm33a0xxev_spi.o
- 0x00000ae8 0x00000ae8 0x00000004 Code RO 10700 i.SPIx_TXBUF_Write fm33a0xxev_spi.o
- 0x00000aec 0x00000aec 0x00000034 Code RO 1212 i.SpiWriteAndRead spi.o
- 0x00000b20 0x00000b20 0x0000001c Code RO 12335 i.SystemInit system_fm33a0xxev.o
- 0x00000b3c 0x00000b3c 0x00000048 Code RO 639 i.System_power_on_init rcc_config.o
- 0x00000b84 0x00000b84 0x00000014 Code RO 11712 i.UARTx_ISR_TXSE_Chk fm33a0xxev_uart.o
- 0x00000b98 0x00000b98 0x00000008 Code RO 11720 i.UARTx_TXBUF_Write fm33a0xxev_uart.o
- 0x00000ba0 0x00000ba0 0x00000020 Code RO 12590 i.__0printf$8 mc_p.l(printf8.o)
- 0x00000bc0 0x00000bc0 0x00000028 Code RO 12592 i.__0sprintf$8 mc_p.l(printf8.o)
- 0x00000be8 0x00000be8 0x0000000e Code RO 12714 i.__scatterload_copy mc_p.l(handlers.o)
- 0x00000bf6 0x00000bf6 0x00000002 Code RO 12715 i.__scatterload_null mc_p.l(handlers.o)
- 0x00000bf8 0x00000bf8 0x0000000e Code RO 12716 i.__scatterload_zeroinit mc_p.l(handlers.o)
- 0x00000c06 0x00000c06 0x00000002 PAD
- 0x00000c08 0x00000c08 0x00000428 Code RO 12597 i._printf_core mc_p.l(printf8.o)
- 0x00001030 0x00001030 0x00000020 Code RO 12598 i._printf_post_padding mc_p.l(printf8.o)
- 0x00001050 0x00001050 0x0000002c Code RO 12599 i._printf_pre_padding mc_p.l(printf8.o)
- 0x0000107c 0x0000107c 0x0000000a Code RO 12601 i._sputc mc_p.l(printf8.o)
- 0x00001086 0x00001086 0x00000008 Code RO 381 i.allGpioInit system_run_fun.o
- 0x0000108e 0x0000108e 0x00000010 Code RO 2057 i.allParaDefaultInit system_mem_para.o
- 0x0000109e 0x0000109e 0x00000002 PAD
- 0x000010a0 0x000010a0 0x00000040 Code RO 2058 i.allParaPatchPro system_mem_para.o
- 0x000010e0 0x000010e0 0x00000010 Code RO 2059 i.allParaReadFromEep system_mem_para.o
- 0x000010f0 0x000010f0 0x00000002 Code RO 382 i.allPeripheralDriver system_run_fun.o
- 0x000010f2 0x000010f2 0x00000042 Code RO 347 i.arrayA_2_arrayB system_general_para.o
- 0x00001134 0x00001134 0x00000114 Code RO 2147 i.cm_backtrace_call_stack cm_backtrace.o
- 0x00001248 0x00001248 0x00000210 Code RO 2148 i.cm_backtrace_fault cm_backtrace.o
- 0x00001458 0x00001458 0x0000002c Code RO 2149 i.cm_backtrace_firmware_info cm_backtrace.o
- 0x00001484 0x00001484 0x00000048 Code RO 600 i.delay_init delay.o
- 0x000014cc 0x000014cc 0x00000050 Code RO 601 i.delay_ms delay.o
- 0x0000151c 0x0000151c 0x00000050 Code RO 602 i.delay_us delay.o
- 0x0000156c 0x0000156c 0x0000003a Code RO 2151 i.disassembly_ins_is_bl_blx cm_backtrace.o
- 0x000015a6 0x000015a6 0x00000002 PAD
- 0x000015a8 0x000015a8 0x000000d4 Code RO 2152 i.dump_stack cm_backtrace.o
- 0x0000167c 0x0000167c 0x0000010c Code RO 2060 i.eepABReadCheck system_mem_para.o
- 0x00001788 0x00001788 0x0000004e Code RO 2061 i.eepABWriteAndReadCheck system_mem_para.o
- 0x000017d6 0x000017d6 0x00000002 Code RO 2062 i.eepParaPatchPro_1 system_mem_para.o
- 0x000017d8 0x000017d8 0x00000040 Code RO 2064 i.eepWriteAndReadCheck system_mem_para.o
- 0x00001818 0x00001818 0x00000024 Code RO 799 i.fputc uart.o
- 0x0000183c 0x0000183c 0x0000000c Code RO 383 i.hardwareDriversInit system_run_fun.o
- 0x00001848 0x00001848 0x00000018 Code RO 463 i.main main.o
- 0x00001860 0x00001860 0x00000038 Code RO 2065 i.paraCalcCrcAndWriteEepAB system_mem_para.o
- 0x00001898 0x00001898 0x00000098 Code RO 2153 i.print_call_stack cm_backtrace.o
- 0x00001930 0x00001930 0x00000002 Code RO 384 i.sysRunParaInit system_run_fun.o
- 0x00001932 0x00001932 0x00000002 PAD
- 0x00001934 0x00001934 0x0000006c Code RO 385 i.sysStoredParaInit system_run_fun.o
- 0x000019a0 0x000019a0 0x0000003c Code RO 2066 i.systemEepIdDefaultInit system_mem_para.o
- 0x000019dc 0x000019dc 0x00000028 Code RO 2067 i.systemEepIdReadFromEep system_mem_para.o
- 0x00001a04 0x00001a04 0x0000002c Code RO 348 i.ucharcmp system_general_para.o
- 0x00001a30 0x00001a30 0x00000034 Code RO 104 i.usMBCRC16 mbcrc.o
- 0x00001a64 0x00001a64 0x00000200 Data RO 105 .constdata mbcrc.o
- 0x00001c64 0x00001c64 0x000000e0 Data RO 2155 .constdata cm_backtrace.o
- 0x00001d44 0x00001d44 0x0000061e Data RO 2156 .conststring cm_backtrace.o
- 0x00002362 0x00002362 0x00000002 PAD
- 0x00002364 0x00002364 0x00000020 Data RO 12712 Region$$Table anon$$obj.o
+ 0x00000000 0x00000000 0x000000c0 Data RO 13039 RESET startup_fm33a0xxev.o
+ 0x000000c0 0x000000c0 0x00000000 Code RO 13080 * .ARM.Collect$$$$00000000 mc_p.l(entry.o)
+ 0x000000c0 0x000000c0 0x00000004 Code RO 13401 .ARM.Collect$$$$00000001 mc_p.l(entry2.o)
+ 0x000000c4 0x000000c4 0x00000004 Code RO 13404 .ARM.Collect$$$$00000004 mc_p.l(entry5.o)
+ 0x000000c8 0x000000c8 0x00000000 Code RO 13406 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o)
+ 0x000000c8 0x000000c8 0x00000000 Code RO 13408 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o)
+ 0x000000c8 0x000000c8 0x00000008 Code RO 13409 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o)
+ 0x000000d0 0x000000d0 0x00000004 Code RO 13416 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o)
+ 0x000000d4 0x000000d4 0x00000000 Code RO 13411 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o)
+ 0x000000d4 0x000000d4 0x00000000 Code RO 13413 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o)
+ 0x000000d4 0x000000d4 0x00000004 Code RO 13402 .ARM.Collect$$$$00002712 mc_p.l(entry2.o)
+ 0x000000d8 0x000000d8 0x0000000c Code RO 2821 .text cmb_fault.o
+ 0x000000e4 0x000000e4 0x0000001c Code RO 13040 .text startup_fm33a0xxev.o
+ 0x00000100 0x00000100 0x0000002c Code RO 13083 .text mc_p.l(uidiv.o)
+ 0x0000012c 0x0000012c 0x00000028 Code RO 13085 .text mc_p.l(idiv.o)
+ 0x00000154 0x00000154 0x00000060 Code RO 13087 .text mc_p.l(uldiv.o)
+ 0x000001b4 0x000001b4 0x00000024 Code RO 13089 .text mc_p.l(rand.o)
+ 0x000001d8 0x000001d8 0x00000024 Code RO 13092 .text mc_p.l(memcpya.o)
+ 0x000001fc 0x000001fc 0x00000024 Code RO 13094 .text mc_p.l(memseta.o)
+ 0x00000220 0x00000220 0x00000014 Code RO 13361 .text mc_p.l(uread4.o)
+ 0x00000234 0x00000234 0x00000012 Code RO 13363 .text mc_p.l(uwrite4.o)
+ 0x00000246 0x00000246 0x0000001e Code RO 13365 .text mc_p.l(uwrite8.o)
+ 0x00000264 0x00000264 0x00000168 Code RO 13373 .text mf_p.l(dadd.o)
+ 0x000003cc 0x000003cc 0x000000d0 Code RO 13375 .text mf_p.l(dmul.o)
+ 0x0000049c 0x0000049c 0x0000001c Code RO 13383 .text mf_p.l(dfltui.o)
+ 0x000004b8 0x000004b8 0x00000020 Code RO 13418 .text mc_p.l(llshl.o)
+ 0x000004d8 0x000004d8 0x00000022 Code RO 13420 .text mc_p.l(llushr.o)
+ 0x000004fa 0x000004fa 0x00000026 Code RO 13422 .text mc_p.l(llsshr.o)
+ 0x00000520 0x00000520 0x00000000 Code RO 13424 .text mc_p.l(iusefp.o)
+ 0x00000520 0x00000520 0x000000be Code RO 13427 .text mf_p.l(depilogue.o)
+ 0x000005de 0x000005de 0x00000002 PAD
+ 0x000005e0 0x000005e0 0x00000024 Code RO 13431 .text mc_p.l(init.o)
+ 0x00000604 0x00000604 0x000000a6 Code RO 730 i.AltFunIO gpio.o
+ 0x000006aa 0x000006aa 0x00000050 Code RO 732 i.AnalogIO gpio.o
+ 0x000006fa 0x000006fa 0x00000010 Code RO 950 i.BSTIM_IRQHandler tim.o
+ 0x0000070a 0x0000070a 0x00000002 PAD
+ 0x0000070c 0x0000070c 0x00000018 Code RO 3589 i.BSTIM_ISR_UIF_Chk fm33a0xxev_bstim.o
+ 0x00000724 0x00000724 0x0000000c Code RO 3590 i.BSTIM_ISR_UIF_Clr fm33a0xxev_bstim.o
+ 0x00000730 0x00000730 0x00000002 Code RO 951 i.BTx_IRQHandler tim.o
+ 0x00000732 0x00000732 0x00000002 PAD
+ 0x00000734 0x00000734 0x00000024 Code RO 4388 i.CMU_IER_HFDET_IE_Setable fm33a0xxev_cmu.o
+ 0x00000758 0x00000758 0x00000004 Code RO 578 i.CMU_IRQHandler user_init.o
+ 0x0000075c 0x0000075c 0x0000001c Code RO 4391 i.CMU_ISR_HFDETO_Chk fm33a0xxev_cmu.o
+ 0x00000778 0x00000778 0x00000054 Code RO 4396 i.CMU_Init_RCHF_Trim fm33a0xxev_cmu.o
+ 0x000007cc 0x000007cc 0x00000024 Code RO 4398 i.CMU_OPCCR1_EXTICKE_Setable fm33a0xxev_cmu.o
+ 0x000007f0 0x000007f0 0x00000020 Code RO 4400 i.CMU_OPCCR1_EXTICKSEL_Set fm33a0xxev_cmu.o
+ 0x00000810 0x00000810 0x00000068 Code RO 4439 i.CMU_PERCLK_SetableEx fm33a0xxev_cmu.o
+ 0x00000878 0x00000878 0x00000020 Code RO 4458 i.CMU_RCHFCR_FSEL_Set fm33a0xxev_cmu.o
+ 0x00000898 0x00000898 0x00000024 Code RO 4460 i.CMU_RCHFCR_RCHFEN_Setable fm33a0xxev_cmu.o
+ 0x000008bc 0x000008bc 0x00000018 Code RO 4462 i.CMU_RCHFTR_RCHFTRIM_Set fm33a0xxev_cmu.o
+ 0x000008d4 0x000008d4 0x00000012 Code RO 4463 i.CMU_RCHF_Init fm33a0xxev_cmu.o
+ 0x000008e6 0x000008e6 0x00000002 PAD
+ 0x000008e8 0x000008e8 0x00000020 Code RO 4465 i.CMU_SYSCLKCR_AHBPRES_Set fm33a0xxev_cmu.o
+ 0x00000908 0x00000908 0x00000020 Code RO 4467 i.CMU_SYSCLKCR_APBPRES_Set fm33a0xxev_cmu.o
+ 0x00000928 0x00000928 0x00000028 Code RO 4469 i.CMU_SYSCLKCR_SLP_ENEXTI_Setable fm33a0xxev_cmu.o
+ 0x00000950 0x00000950 0x0000001c Code RO 4473 i.CMU_SYSCLKCR_SYSCLKSEL_Set fm33a0xxev_cmu.o
+ 0x0000096c 0x0000096c 0x0000001e Code RO 4474 i.CMU_SysClk_Init fm33a0xxev_cmu.o
+ 0x0000098a 0x0000098a 0x00000002 PAD
+ 0x0000098c 0x0000098c 0x00000024 Code RO 4476 i.CMU_XTHFCR_XTHFEN_Setable fm33a0xxev_cmu.o
+ 0x000009b0 0x000009b0 0x00000020 Code RO 4478 i.CMU_XTHFCR_XTHF_CFG_Set fm33a0xxev_cmu.o
+ 0x000009d0 0x000009d0 0x00000034 Code RO 2363 i.COM_equipment_basic_inf_handle upper_com_data_pro.o
+ 0x00000a04 0x00000a04 0x00000038 Code RO 735 i.CloseIO gpio.o
+ 0x00000a3c 0x00000a3c 0x0000000a Code RO 694 i.DEBUG_Init rcc_config.o
+ 0x00000a46 0x00000a46 0x00000002 PAD
+ 0x00000a48 0x00000a48 0x00000020 Code RO 5775 i.DMA_CHxCR_CHxFTIE_Getable fm33a0xxev_dma.o
+ 0x00000a68 0x00000a68 0x0000001e Code RO 844 i.DMA_IRQHandler uart.o
+ 0x00000a86 0x00000a86 0x00000002 PAD
+ 0x00000a88 0x00000a88 0x00000020 Code RO 5808 i.DMA_ISR_DMACHFT_Chk fm33a0xxev_dma.o
+ 0x00000aa8 0x00000aa8 0x00000010 Code RO 5809 i.DMA_ISR_DMACHFT_Clr fm33a0xxev_dma.o
+ 0x00000ab8 0x00000ab8 0x00000070 Code RO 1651 i.EEPROM_MultipleRead eeprom.o
+ 0x00000b28 0x00000b28 0x00000118 Code RO 1653 i.EEPROM_MultipleWrite eeprom.o
+ 0x00000c40 0x00000c40 0x00000012 Code RO 1655 i.EEPROM_Wait_Busy eeprom.o
+ 0x00000c52 0x00000c52 0x00000002 PAD
+ 0x00000c54 0x00000c54 0x0000004c Code RO 1667 i.EEPROM_stat_read eeprom.o
+ 0x00000ca0 0x00000ca0 0x000000d4 Code RO 12985 i.EKMODBUS_dataAnalysis rs485_data_analysis_pro.o
+ 0x00000d74 0x00000d74 0x0000001c Code RO 6524 i.FLS_RDCR_WAIT_Set fm33a0xxev_flash.o
+ 0x00000d90 0x00000d90 0x00000014 Code RO 1793 i.Force_Open_GPIO_Init valve_control.o
+ 0x00000da4 0x00000da4 0x000000fc Code RO 6784 i.GPIO_EXTI_EXTIDF_Setable fm33a0xxev_gpio.o
+ 0x00000ea0 0x00000ea0 0x000000f4 Code RO 6786 i.GPIO_EXTI_EXTIISR_ChkEx fm33a0xxev_gpio.o
+ 0x00000f94 0x00000f94 0x000000ec Code RO 6787 i.GPIO_EXTI_EXTIISR_ClrEx fm33a0xxev_gpio.o
+ 0x00001080 0x00001080 0x00000058 Code RO 6788 i.GPIO_EXTI_Init fm33a0xxev_gpio.o
+ 0x000010d8 0x000010d8 0x0000010c Code RO 6789 i.GPIO_EXTI_Select_Edge fm33a0xxev_gpio.o
+ 0x000011e4 0x000011e4 0x00000134 Code RO 6790 i.GPIO_EXTI_Select_Pin fm33a0xxev_gpio.o
+ 0x00001318 0x00001318 0x00000094 Code RO 6795 i.GPIO_Get_InitPara fm33a0xxev_gpio.o
+ 0x000013ac 0x000013ac 0x00000164 Code RO 809 i.GPIO_IRQHandler exti.o
+ 0x00001510 0x00001510 0x00000072 Code RO 6800 i.GPIO_Init fm33a0xxev_gpio.o
+ 0x00001582 0x00001582 0x00000014 Code RO 6808 i.GPIO_ReadInputDataBit fm33a0xxev_gpio.o
+ 0x00001596 0x00001596 0x00000004 Code RO 6811 i.GPIO_ResetBits fm33a0xxev_gpio.o
+ 0x0000159a 0x0000159a 0x00000004 Code RO 6812 i.GPIO_SetBits fm33a0xxev_gpio.o
+ 0x0000159e 0x0000159e 0x00000044 Code RO 1795 i.GetValveRunMaxTime valve_control.o
+ 0x000015e2 0x000015e2 0x000000ba Code RO 1373 i.Get_Extern_Rtc_Time extern_rtc.o
+ 0x0000169c 0x0000169c 0x00000040 Code RO 1180 i.I2c_Ack i2c.o
+ 0x000016dc 0x000016dc 0x00000038 Code RO 1181 i.I2c_No_Ack i2c.o
+ 0x00001714 0x00001714 0x00000058 Code RO 1182 i.I2c_Read i2c.o
+ 0x0000176c 0x0000176c 0x00000028 Code RO 1183 i.I2c_Scl_Gpio_Init i2c.o
+ 0x00001794 0x00001794 0x0000006c Code RO 1184 i.I2c_Send i2c.o
+ 0x00001800 0x00001800 0x0000003c Code RO 1185 i.I2c_Start i2c.o
+ 0x0000183c 0x0000183c 0x00000040 Code RO 1186 i.I2c_Stop i2c.o
+ 0x0000187c 0x0000187c 0x00000010 Code RO 581 i.IWDT_Clr user_init.o
+ 0x0000188c 0x0000188c 0x00000020 Code RO 582 i.IWDT_Init user_init.o
+ 0x000018ac 0x000018ac 0x0000001a Code RO 583 i.Init_RCHF user_init.o
+ 0x000018c6 0x000018c6 0x00000002 PAD
+ 0x000018c8 0x000018c8 0x00000024 Code RO 584 i.Init_RCLP user_init.o
+ 0x000018ec 0x000018ec 0x00000078 Code RO 585 i.Init_SysClk user_init.o
+ 0x00001964 0x00001964 0x00000016 Code RO 586 i.Init_SysClk_Gen user_init.o
+ 0x0000197a 0x0000197a 0x00000074 Code RO 736 i.InputtIO gpio.o
+ 0x000019ee 0x000019ee 0x00000002 PAD
+ 0x000019f0 0x000019f0 0x00000034 Code RO 1441 i.Key_GPIO_Init key.o
+ 0x00001a24 0x00001a24 0x00000018 Code RO 8056 i.LPTIM_CR_EN_Getable fm33a0xxev_lptim.o
+ 0x00001a3c 0x00001a3c 0x00000018 Code RO 954 i.LPTIM_IRQHandler tim.o
+ 0x00001a54 0x00001a54 0x00000018 Code RO 8095 i.LPTIM_ISR_OVIF_Chk fm33a0xxev_lptim.o
+ 0x00001a6c 0x00001a6c 0x0000000c Code RO 8096 i.LPTIM_ISR_OVIF_Clr fm33a0xxev_lptim.o
+ 0x00001a78 0x00001a78 0x00000028 Code RO 2460 i.Lcd_DeInit lcd.o
+ 0x00001aa0 0x00001aa0 0x0000003c Code RO 2669 i.Lcd_GPIO_Init lcd_io_api.o
+ 0x00001adc 0x00001adc 0x00000014 Code RO 2462 i.Lcd_Init lcd.o
+ 0x00001af0 0x00001af0 0x00000024 Code RO 2464 i.Lcd_Show_MenuProcess lcd.o
+ 0x00001b14 0x00001b14 0x00000028 Code RO 2465 i.Lcd_Sys_Init lcd.o
+ 0x00001b3c 0x00001b3c 0x00000032 Code RO 2670 i.Lcd_Write lcd_io_api.o
+ 0x00001b6e 0x00001b6e 0x00000038 Code RO 2671 i.Lcd_Write_Reg lcd_io_api.o
+ 0x00001ba6 0x00001ba6 0x00000002 PAD
+ 0x00001ba8 0x00001ba8 0x00000020 Code RO 1796 i.Motor_AB_GPIO_Init valve_control.o
+ 0x00001bc8 0x00001bc8 0x00000020 Code RO 1797 i.Motor_OP_CL_GPIO_Init valve_control.o
+ 0x00001be8 0x00001be8 0x0000001c Code RO 1798 i.Motor_OP_CL_GPIO_Init_sleep_mode valve_control.o
+ 0x00001c04 0x00001c04 0x00000002 Code RO 810 i.NMI_Handler exti.o
+ 0x00001c06 0x00001c06 0x00000002 PAD
+ 0x00001c08 0x00001c08 0x00000078 Code RO 393 i.NVIC_SetPriority system_run_fun.o
+ 0x00001c80 0x00001c80 0x00000072 Code RO 738 i.OutputIO gpio.o
+ 0x00001cf2 0x00001cf2 0x0000004c Code RO 1374 i.R8025T_Read extern_rtc.o
+ 0x00001d3e 0x00001d3e 0x00000030 Code RO 1375 i.R8025T_Write extern_rtc.o
+ 0x00001d6e 0x00001d6e 0x00000002 PAD
+ 0x00001d70 0x00001d70 0x00000020 Code RO 9980 i.RMU_BORCR_BOR_PDRCFG_Set fm33a0xxev_rmu.o
+ 0x00001d90 0x00001d90 0x00000024 Code RO 9982 i.RMU_BORCR_OFF_BOR_Setable fm33a0xxev_rmu.o
+ 0x00001db4 0x00001db4 0x00000024 Code RO 9987 i.RMU_PDRCR_PDREN_Setable fm33a0xxev_rmu.o
+ 0x00001dd8 0x00001dd8 0x00000018 Code RO 1376 i.RTC_GPIO_Init extern_rtc.o
+ 0x00001df0 0x00001df0 0x00000002 Code RO 1033 i.RTC_IRQHandler rtc.o
+ 0x00001df2 0x00001df2 0x00000002 PAD
+ 0x00001df4 0x00001df4 0x00000058 Code RO 1799 i.Read_OP_CL_VALVE_Status valve_control.o
+ 0x00001e4c 0x00001e4c 0x000001e4 Code RO 12986 i.SIZHUMODBUSV2_0_dataAnalysis rs485_data_analysis_pro.o
+ 0x00002030 0x00002030 0x000000d8 Code RO 1258 i.SPI3_Init spi.o
+ 0x00002108 0x00002108 0x00000018 Code RO 11229 i.SPIx_CR1_BAUD_Set fm33a0xxev_spi.o
+ 0x00002120 0x00002120 0x00000012 Code RO 11231 i.SPIx_CR1_CPHA_Set fm33a0xxev_spi.o
+ 0x00002132 0x00002132 0x00000018 Code RO 11233 i.SPIx_CR1_CPHOL_Set fm33a0xxev_spi.o
+ 0x0000214a 0x0000214a 0x0000001a Code RO 11235 i.SPIx_CR1_IOSWAP_Set fm33a0xxev_spi.o
+ 0x00002164 0x00002164 0x00000018 Code RO 11237 i.SPIx_CR1_LSBF_Set fm33a0xxev_spi.o
+ 0x0000217c 0x0000217c 0x0000001a Code RO 11239 i.SPIx_CR1_MM_Set fm33a0xxev_spi.o
+ 0x00002196 0x00002196 0x00000018 Code RO 11245 i.SPIx_CR1_WAIT_Set fm33a0xxev_spi.o
+ 0x000021ae 0x000021ae 0x0000001a Code RO 11249 i.SPIx_CR2_DLEN_Set fm33a0xxev_spi.o
+ 0x000021c8 0x000021c8 0x0000001a Code RO 11253 i.SPIx_CR2_HALFDUPLEX_Set fm33a0xxev_spi.o
+ 0x000021e2 0x000021e2 0x0000001a Code RO 11257 i.SPIx_CR2_RXO_Setable fm33a0xxev_spi.o
+ 0x000021fc 0x000021fc 0x00000018 Code RO 11259 i.SPIx_CR2_SPIEN_Setable fm33a0xxev_spi.o
+ 0x00002214 0x00002214 0x00000018 Code RO 11261 i.SPIx_CR2_SSNM_Set fm33a0xxev_spi.o
+ 0x0000222c 0x0000222c 0x00000018 Code RO 11263 i.SPIx_CR2_SSNSEN_Setable fm33a0xxev_spi.o
+ 0x00002244 0x00002244 0x00000018 Code RO 11267 i.SPIx_CR2_TXO_AC_Setable fm33a0xxev_spi.o
+ 0x0000225c 0x0000225c 0x00000018 Code RO 11269 i.SPIx_CR2_TXO_Setable fm33a0xxev_spi.o
+ 0x00002274 0x00002274 0x00000006 Code RO 11270 i.SPIx_CR3_MERRC_Clr fm33a0xxev_spi.o
+ 0x0000227a 0x0000227a 0x00000006 Code RO 11271 i.SPIx_CR3_RXBFC_Clr fm33a0xxev_spi.o
+ 0x00002280 0x00002280 0x00000006 Code RO 11272 i.SPIx_CR3_SERRC_Clr fm33a0xxev_spi.o
+ 0x00002286 0x00002286 0x00000006 Code RO 11273 i.SPIx_CR3_TXBFC_Clr fm33a0xxev_spi.o
+ 0x0000228c 0x0000228c 0x00000014 Code RO 11285 i.SPIx_ISR_RXBF_Chk fm33a0xxev_spi.o
+ 0x000022a0 0x000022a0 0x00000014 Code RO 11289 i.SPIx_ISR_TXBE_Chk fm33a0xxev_spi.o
+ 0x000022b4 0x000022b4 0x00000006 Code RO 11292 i.SPIx_RXBUF_Read fm33a0xxev_spi.o
+ 0x000022ba 0x000022ba 0x00000004 Code RO 11293 i.SPIx_TXBUF_Write fm33a0xxev_spi.o
+ 0x000022be 0x000022be 0x00000002 PAD
+ 0x000022c0 0x000022c0 0x00000020 Code RO 1188 i.Sda_In i2c.o
+ 0x000022e0 0x000022e0 0x00000020 Code RO 1189 i.Sda_Out i2c.o
+ 0x00002300 0x00002300 0x00000064 Code RO 1377 i.Set_Extern_Rtc_Time extern_rtc.o
+ 0x00002364 0x00002364 0x00000022 Code RO 1378 i.Set_Rtc_UpdataInterrupt extern_rtc.o
+ 0x00002386 0x00002386 0x00000002 PAD
+ 0x00002388 0x00002388 0x00000034 Code RO 1261 i.SpiWriteAndRead spi.o
+ 0x000023bc 0x000023bc 0x00000058 Code RO 587 i.SysWakeUp_ClockCfg user_init.o
+ 0x00002414 0x00002414 0x0000001c Code RO 13047 i.SystemInit system_fm33a0xxev.o
+ 0x00002430 0x00002430 0x00000048 Code RO 695 i.System_power_on_init rcc_config.o
+ 0x00002478 0x00002478 0x0000015a Code RO 1379 i.TimeEffectJudgm extern_rtc.o
+ 0x000025d2 0x000025d2 0x00000014 Code RO 12305 i.UARTx_ISR_TXSE_Chk fm33a0xxev_uart.o
+ 0x000025e6 0x000025e6 0x0000002a Code RO 848 i.UARTx_SendData_Normal uart.o
+ 0x00002610 0x00002610 0x00000008 Code RO 12313 i.UARTx_TXBUF_Write fm33a0xxev_uart.o
+ 0x00002618 0x00002618 0x00000094 Code RO 2305 i.Upper_ComputerLoginRecvHandler upper_com.o
+ 0x000026ac 0x000026ac 0x0000000c Code RO 2306 i.Upper_ComputerLoginRespond upper_com.o
+ 0x000026b8 0x000026b8 0x00000060 Code RO 2307 i.Upper_ComputerReadWriteHandler upper_com.o
+ 0x00002718 0x00002718 0x00000060 Code RO 2308 i.Upper_ComputerRespond upper_com.o
+ 0x00002778 0x00002778 0x00000118 Code RO 1800 i.ValveCtrlHade valve_control.o
+ 0x00002890 0x00002890 0x00000068 Code RO 1802 i.ValveForceOpenSignalCheck valve_control.o
+ 0x000028f8 0x000028f8 0x0000003c Code RO 1803 i.ValveMotorCloseRun valve_control.o
+ 0x00002934 0x00002934 0x0000003c Code RO 1804 i.ValveMotorOpenRun valve_control.o
+ 0x00002970 0x00002970 0x0000003c Code RO 1805 i.ValveMotorStop valve_control.o
+ 0x000029ac 0x000029ac 0x00000028 Code RO 1806 i.ValveRunParaInit valve_control.o
+ 0x000029d4 0x000029d4 0x00000014 Code RO 2387 i.WRC_PWR_GPIO_Init wireless_remote_comm.o
+ 0x000029e8 0x000029e8 0x00000054 Code RO 2388 i.WirelessRemoteCommPro wireless_remote_comm.o
+ 0x00002a3c 0x00002a3c 0x00000004 Code RO 2389 i.WrcClosePwrPro wireless_remote_comm.o
+ 0x00002a40 0x00002a40 0x00000004 Code RO 2390 i.WrcCreateLinkPro wireless_remote_comm.o
+ 0x00002a44 0x00002a44 0x00000018 Code RO 2391 i.WrcOpenPwrPro wireless_remote_comm.o
+ 0x00002a5c 0x00002a5c 0x00000004 Code RO 2393 i.WrcSendDataPro wireless_remote_comm.o
+ 0x00002a60 0x00002a60 0x00000004 Code RO 2394 i.WrcWaitRecDataPro wireless_remote_comm.o
+ 0x00002a64 0x00002a64 0x00000020 Code RO 13307 i.__0printf$8 mc_p.l(printf8.o)
+ 0x00002a84 0x00002a84 0x00000028 Code RO 13309 i.__0sprintf$8 mc_p.l(printf8.o)
+ 0x00002aac 0x00002aac 0x0000002e Code RO 13429 i.__ARM_clz mf_p.l(depilogue.o)
+ 0x00002ada 0x00002ada 0x0000001c Code RO 1427 i.__ARM_common_switch8 extern_rtc.o
+ 0x00002af6 0x00002af6 0x0000000e Code RO 13435 i.__scatterload_copy mc_p.l(handlers.o)
+ 0x00002b04 0x00002b04 0x00000002 Code RO 13436 i.__scatterload_null mc_p.l(handlers.o)
+ 0x00002b06 0x00002b06 0x0000000e Code RO 13437 i.__scatterload_zeroinit mc_p.l(handlers.o)
+ 0x00002b14 0x00002b14 0x00000428 Code RO 13314 i._printf_core mc_p.l(printf8.o)
+ 0x00002f3c 0x00002f3c 0x00000020 Code RO 13315 i._printf_post_padding mc_p.l(printf8.o)
+ 0x00002f5c 0x00002f5c 0x0000002c Code RO 13316 i._printf_pre_padding mc_p.l(printf8.o)
+ 0x00002f88 0x00002f88 0x0000000a Code RO 13318 i._sputc mc_p.l(printf8.o)
+ 0x00002f92 0x00002f92 0x00000002 PAD
+ 0x00002f94 0x00002f94 0x00000090 Code RO 394 i.allExtiIRQ system_run_fun.o
+ 0x00003024 0x00003024 0x00000010 Code RO 395 i.allGpioInit system_run_fun.o
+ 0x00003034 0x00003034 0x00000010 Code RO 2215 i.allParaDefaultInit system_mem_para.o
+ 0x00003044 0x00003044 0x00000040 Code RO 2216 i.allParaPatchPro system_mem_para.o
+ 0x00003084 0x00003084 0x00000010 Code RO 2217 i.allParaReadFromEep system_mem_para.o
+ 0x00003094 0x00003094 0x00000042 Code RO 353 i.arrayA_2_arrayB system_general_para.o
+ 0x000030d6 0x000030d6 0x00000002 PAD
+ 0x000030d8 0x000030d8 0x00000114 Code RO 2740 i.cm_backtrace_call_stack cm_backtrace.o
+ 0x000031ec 0x000031ec 0x00000210 Code RO 2741 i.cm_backtrace_fault cm_backtrace.o
+ 0x000033fc 0x000033fc 0x0000002c Code RO 2742 i.cm_backtrace_firmware_info cm_backtrace.o
+ 0x00003428 0x00003428 0x00000048 Code RO 656 i.delay_init delay.o
+ 0x00003470 0x00003470 0x00000050 Code RO 657 i.delay_ms delay.o
+ 0x000034c0 0x000034c0 0x00000050 Code RO 658 i.delay_us delay.o
+ 0x00003510 0x00003510 0x0000003a Code RO 2744 i.disassembly_ins_is_bl_blx cm_backtrace.o
+ 0x0000354a 0x0000354a 0x00000002 PAD
+ 0x0000354c 0x0000354c 0x000000d4 Code RO 2745 i.dump_stack cm_backtrace.o
+ 0x00003620 0x00003620 0x0000010c Code RO 2218 i.eepABReadCheck system_mem_para.o
+ 0x0000372c 0x0000372c 0x0000004e Code RO 2219 i.eepABWriteAndReadCheck system_mem_para.o
+ 0x0000377a 0x0000377a 0x00000002 Code RO 2220 i.eepParaPatchPro_1 system_mem_para.o
+ 0x0000377c 0x0000377c 0x00000040 Code RO 2222 i.eepWriteAndReadCheck system_mem_para.o
+ 0x000037bc 0x000037bc 0x00000024 Code RO 855 i.fputc uart.o
+ 0x000037e0 0x000037e0 0x0000000c Code RO 397 i.hardwareDriversInit system_run_fun.o
+ 0x000037ec 0x000037ec 0x00000068 Code RO 1442 i.keyPro key.o
+ 0x00003854 0x00003854 0x00000030 Code RO 2466 i.lcdDisplayPro lcd.o
+ 0x00003884 0x00003884 0x00000054 Code RO 503 i.main main.o
+ 0x000038d8 0x000038d8 0x00000048 Code RO 12987 i.modbus03AnswerCheck rs485_data_analysis_pro.o
+ 0x00003920 0x00003920 0x00000038 Code RO 2223 i.paraCalcCrcAndWriteEepAB system_mem_para.o
+ 0x00003958 0x00003958 0x00000098 Code RO 2746 i.print_call_stack cm_backtrace.o
+ 0x000039f0 0x000039f0 0x000000a2 Code RO 12988 i.rs485ComDataAnalysis rs485_data_analysis_pro.o
+ 0x00003a92 0x00003a92 0x00000002 PAD
+ 0x00003a94 0x00003a94 0x0000002c Code RO 12920 i.rs485ComPwrOnHandle rs485_read_data.o
+ 0x00003ac0 0x00003ac0 0x00000038 Code RO 12921 i.rs485ComSendHandle rs485_read_data.o
+ 0x00003af8 0x00003af8 0x000000e0 Code RO 12922 i.rs485ComWaitAnswerHandle rs485_read_data.o
+ 0x00003bd8 0x00003bd8 0x00000074 Code RO 12923 i.rs485GetDelayTime rs485_read_data.o
+ 0x00003c4c 0x00003c4c 0x00000050 Code RO 12924 i.rs485ReadDataPro rs485_read_data.o
+ 0x00003c9c 0x00003c9c 0x00000098 Code RO 12925 i.rs485SendReadData rs485_read_data.o
+ 0x00003d34 0x00003d34 0x00000044 Code RO 12989 i.sendModbusReadFrame rs485_data_analysis_pro.o
+ 0x00003d78 0x00003d78 0x0000003c Code RO 398 i.sysRunFunParaInit system_run_fun.o
+ 0x00003db4 0x00003db4 0x0000006c Code RO 399 i.sysStoredParaInit system_run_fun.o
+ 0x00003e20 0x00003e20 0x0000003c Code RO 2224 i.systemEepIdDefaultInit system_mem_para.o
+ 0x00003e5c 0x00003e5c 0x00000028 Code RO 2225 i.systemEepIdReadFromEep system_mem_para.o
+ 0x00003e84 0x00003e84 0x0000002c Code RO 354 i.ucharcmp system_general_para.o
+ 0x00003eb0 0x00003eb0 0x00000168 Code RO 2309 i.upperComPro upper_com.o
+ 0x00004018 0x00004018 0x00000034 Code RO 104 i.usMBCRC16 mbcrc.o
+ 0x0000404c 0x0000404c 0x00000014 Code RO 1807 i.valveCtrlPro valve_control.o
+ 0x00004060 0x00004060 0x00000200 Data RO 105 .constdata mbcrc.o
+ 0x00004260 0x00004260 0x000000e0 Data RO 2748 .constdata cm_backtrace.o
+ 0x00004340 0x00004340 0x0000061e Data RO 2749 .conststring cm_backtrace.o
+ 0x0000495e 0x0000495e 0x00000002 PAD
+ 0x00004960 0x00004960 0x00000020 Data RO 13433 Region$$Table anon$$obj.o
- Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x00002384, Size: 0x00004218, Max: 0x00014000, ABSOLUTE)
+ Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x00004980, Size: 0x00004ca0, Max: 0x00014000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
- 0x20000000 0x00002384 0x00000004 Data RW 603 .data delay.o
- 0x20000004 0x00002388 0x00000014 Data RW 2157 .data cm_backtrace.o
- 0x20000018 0x0000239c 0x00000004 Data RW 12336 .data system_fm33a0xxev.o
- 0x2000001c 0x000023a0 0x00000004 Data RW 12690 .data mc_p.l(stdout.o)
- 0x20000020 - 0x000000be Zero RW 2068 .bss system_mem_para.o
- 0x200000de 0x000023a4 0x00000002 PAD
- 0x200000e0 - 0x00000134 Zero RW 2154 .bss cm_backtrace.o
- 0x20000214 0x000023a4 0x00000004 PAD
- 0x20000218 - 0x00004000 Zero RW 12325 STACK startup_fm33a0xxev.o
+ 0x20000000 0x00004980 0x00000012 Data RW 355 .data system_general_para.o
+ 0x20000012 0x00004992 0x00000004 Data RW 659 .data delay.o
+ 0x20000016 0x00004996 0x00000006 Data RW 1380 .data extern_rtc.o
+ 0x2000001c 0x0000499c 0x00000003 Data RW 1443 .data key.o
+ 0x2000001f 0x0000499f 0x00000001 PAD
+ 0x20000020 0x000049a0 0x00000008 Data RW 1808 .data valve_control.o
+ 0x20000028 0x000049a8 0x00000006 Data RW 2311 .data upper_com.o
+ 0x2000002e 0x000049ae 0x00000002 Data RW 2395 .data wireless_remote_comm.o
+ 0x20000030 0x000049b0 0x00000008 Data RW 2467 .data lcd.o
+ 0x20000038 0x000049b8 0x00000014 Data RW 2750 .data cm_backtrace.o
+ 0x2000004c 0x000049cc 0x00000007 Data RW 12927 .data rs485_read_data.o
+ 0x20000053 0x000049d3 0x00000001 PAD
+ 0x20000054 0x000049d4 0x00000004 Data RW 13048 .data system_fm33a0xxev.o
+ 0x20000058 0x000049d8 0x00000004 Data RW 13090 .data mc_p.l(rand.o)
+ 0x2000005c 0x000049dc 0x00000004 Data RW 13417 .data mc_p.l(stdout.o)
+ 0x20000060 - 0x0000016e Zero RW 2226 .bss system_mem_para.o
+ 0x200001ce 0x000049e0 0x00000002 PAD
+ 0x200001d0 - 0x00000803 Zero RW 2310 .bss upper_com.o
+ 0x200009d3 - 0x00000030 Zero RW 2672 .bss lcd_io_api.o
+ 0x20000a03 0x000049e0 0x00000001 PAD
+ 0x20000a04 - 0x00000134 Zero RW 2747 .bss cm_backtrace.o
+ 0x20000b38 - 0x00000104 Zero RW 12926 .bss rs485_read_data.o
+ 0x20000c3c - 0x00000060 Zero RW 12990 .bss rs485_data_analysis_pro.o
+ 0x20000c9c 0x000049e0 0x00000004 PAD
+ 0x20000ca0 - 0x00004000 Zero RW 13037 STACK startup_fm33a0xxev.o
==============================================================================
@@ -3706,38 +4394,48 @@
1270 370 1790 20 308 12850 cm_backtrace.o
12 0 0 0 0 404 cmb_fault.o
232 36 0 4 0 1907 delay.o
- 292 0 0 0 0 3687 eeprom.o
- 24 6 0 0 0 508 extern_rtc.o
- 4 0 0 0 0 908 exti.o
- 592 58 0 0 0 9133 fm33a0xxev_cmu.o
+ 486 18 0 0 0 3759 eeprom.o
+ 842 28 0 6 0 7322 extern_rtc.o
+ 358 16 0 0 0 1116 exti.o
+ 36 8 0 0 0 1016 fm33a0xxev_bstim.o
+ 660 68 0 0 0 10249 fm33a0xxev_cmu.o
80 16 0 0 0 2232 fm33a0xxev_dma.o
28 6 0 0 0 560 fm33a0xxev_flash.o
- 266 0 0 0 0 13497 fm33a0xxev_gpio.o
+ 1686 70 0 0 0 29163 fm33a0xxev_gpio.o
60 12 0 0 0 1560 fm33a0xxev_lptim.o
104 14 0 0 0 1653 fm33a0xxev_rmu.o
- 50 0 0 0 0 2765 fm33a0xxev_spi.o
+ 438 0 0 0 0 13763 fm33a0xxev_spi.o
28 0 0 0 0 17617 fm33a0xxev_uart.o
- 310 0 0 0 0 2649 gpio.o
- 40 10 0 0 0 496 i2c.o
- 24 0 0 0 0 471 main.o
- 52 8 512 0 0 52328 mbcrc.o
+ 532 0 0 0 0 4082 gpio.o
+ 544 64 0 0 0 4659 i2c.o
+ 156 22 0 3 0 1069 key.o
+ 184 42 0 8 0 3828 lcd.o
+ 166 8 0 0 48 2817 lcd_io_api.o
+ 84 8 0 0 0 3529 main.o
+ 52 8 512 0 0 53440 mbcrc.o
82 10 0 0 0 1028 rcc_config.o
+ 998 32 0 0 96 7610 rs485_data_analysis_pro.o
+ 672 38 0 7 260 6207 rs485_read_data.o
2 0 0 0 0 453 rtc.o
0 0 0 0 0 38352 sizhu_ctrl_word.o
- 52 4 0 0 0 578 spi.o
+ 268 20 0 0 0 1146 spi.o
28 8 192 0 16384 684 startup_fm33a0xxev.o
28 12 0 4 0 791 system_fm33a0xxev.o
- 110 0 0 0 0 3401 system_general_para.o
- 664 36 0 0 190 11646 system_mem_para.o
- 132 6 0 0 0 7303 system_run_fun.o
- 28 0 0 0 0 1403 tim.o
- 66 4 0 0 0 2921 uart.o
- 256 42 0 0 0 3552 user_init.o
+ 110 0 0 18 0 4803 system_general_para.o
+ 664 36 0 0 366 11845 system_mem_para.o
+ 460 32 0 0 0 21107 system_run_fun.o
+ 42 0 0 0 0 1435 tim.o
+ 108 4 0 0 0 3649 uart.o
+ 712 60 0 6 2051 6373 upper_com.o
+ 52 6 0 0 0 1469 upper_com_data_pro.o
+ 344 46 0 0 0 4161 user_init.o
+ 892 72 0 8 0 10254 valve_control.o
+ 144 26 0 2 0 5243 wireless_remote_comm.o
----------------------------------------------------------------------
- 4934 658 2528 28 16888 201961 Object Totals
+ 13680 1216 2528 88 19520 309829 Object Totals
0 0 32 0 0 0 (incl. Generated)
- 18 0 2 0 6 0 (incl. Padding)
+ 36 0 2 2 7 0 (incl. Padding)
----------------------------------------------------------------------
@@ -3753,30 +4451,40 @@
0 0 0 0 0 0 entry8b.o
8 4 0 0 0 0 entry9a.o
30 0 0 0 0 0 handlers.o
+ 40 0 0 0 0 72 idiv.o
36 8 0 0 0 68 init.o
+ 0 0 0 0 0 0 iusefp.o
32 0 0 0 0 68 llshl.o
+ 38 0 0 0 0 68 llsshr.o
34 0 0 0 0 68 llushr.o
36 0 0 0 0 60 memcpya.o
36 0 0 0 0 100 memseta.o
1222 56 0 0 0 468 printf8.o
+ 36 12 0 4 0 120 rand.o
0 0 0 4 0 0 stdout.o
44 0 0 0 0 72 uidiv.o
96 0 0 0 0 84 uldiv.o
20 0 0 0 0 60 uread4.o
18 0 0 0 0 60 uwrite4.o
+ 30 0 0 0 0 72 uwrite8.o
+ 360 6 0 0 0 140 dadd.o
+ 236 0 0 0 0 216 depilogue.o
+ 28 4 0 0 0 68 dfltui.o
+ 208 6 0 0 0 88 dmul.o
----------------------------------------------------------------------
- 1630 72 0 4 0 1108 Library Totals
- 2 0 0 0 0 0 (incl. Padding)
+ 2608 100 0 8 0 1952 Library Totals
+ 4 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
- 1628 72 0 4 0 1108 mc_p.l
+ 1772 84 0 8 0 1440 mc_p.l
+ 832 16 0 0 0 512 mf_p.l
----------------------------------------------------------------------
- 1630 72 0 4 0 1108 Library Totals
+ 2608 100 0 8 0 1952 Library Totals
----------------------------------------------------------------------
@@ -3785,15 +4493,15 @@
Code (inc. data) RO Data RW Data ZI Data Debug
- 6564 730 2528 32 16888 198857 Grand Totals
- 6564 730 2528 32 16888 198857 ELF Image Totals
- 6564 730 2528 32 0 0 ROM Totals
+ 16288 1316 2528 96 19520 302861 Grand Totals
+ 16288 1316 2528 96 19520 302861 ELF Image Totals
+ 16288 1316 2528 96 0 0 ROM Totals
==============================================================================
- Total RO Size (Code + RO Data) 9092 ( 8.88kB)
- Total RW Size (RW Data + ZI Data) 16920 ( 16.52kB)
- Total ROM Size (Code + RO Data + RW Data) 9124 ( 8.91kB)
+ Total RO Size (Code + RO Data) 18816 ( 18.38kB)
+ Total RW Size (RW Data + ZI Data) 19616 ( 19.16kB)
+ Total ROM Size (Code + RO Data + RW Data) 18912 ( 18.47kB)
==============================================================================
--
Gitblit v1.9.3