From a05cacad5239ab3f35ffb58f443356b484e6cc1b Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Tue, 21 May 2024 19:17:22 +0800
Subject: [PATCH] 继续完善远传
---
KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map | 3404 ++++++++++++++++++++++++++++++++++-------------------------
1 files changed, 1,969 insertions(+), 1,435 deletions(-)
diff --git a/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map b/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
index 0e519c5..04c6eae 100644
--- a/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
+++ b/KEIL_MDKARM/Listings/SZV103_FM33A0_MainSystem.map
@@ -38,7 +38,6 @@
aes128.o(i.SubBytes) refers to aes128.o(.data) for state
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_general_para.o(i.IO_JitterEliminationCheck) refers to fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit) for GPIO_ReadInputDataBit
system_general_para.o(i.IO_JitterEliminationCheck) refers to delay.o(i.delay_ms) for delay_ms
system_general_para.o(i.IntervalTriggerHandle) refers to idiv.o(.text) for __aeabi_idivmod
@@ -62,6 +61,7 @@
system_run_fun.o(i.sysRunFunCtrlPro) refers to system_run_fun.o(.data) for start_rs485_g
system_run_fun.o(i.sysRunFunCtrlPro) refers to sizhu_ctrl_word.o(.bss) for system_status_word_g
system_run_fun.o(i.sysRunFunCtrlPro) refers to system_mem_para.o(.data) for wrc_para_sizhu_g
+ system_run_fun.o(i.sysRunFunCtrlPro) refers to wireless_remote_comm.o(.data) for wrc_ctrl_para_g
system_run_fun.o(i.sysRunFunCtrlPro) refers to power_manage.o(.data) for pwr_vol_g
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
@@ -114,6 +114,7 @@
linked_list.o(i.Alarm_List_Node_PopBack) refers to malloc.o(i.free) for free
linked_list.o(i.Alarm_List_Node_PushBack) refers to linked_list.o(i.Alarm_List_Node_Add) for Alarm_List_Node_Add
linked_list.o(i.Alarm_List_Node_PushBack) refers to linked_list.o(.data) for alarm_list_cnt
+ mbcrc1.o(i.usMBCRC16) refers to mbcrc1.o(.constdata) for aucCRCHi
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
@@ -218,8 +219,48 @@
uart.o(i.RS485_read_data_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr) for UARTx_ISR_RXBF_Clr
uart.o(i.UARTx_SendData_Normal) refers to fm33a0xxev_uart.o(i.UARTx_TXBUF_Write) for UARTx_TXBUF_Write
uart.o(i.UARTx_SendData_Normal) refers to fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk) for UARTx_ISR_TXSE_Chk
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable) for DMA_GCR_DMAEN_Setable
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to uart.o(i.NVIC_DisableIRQ) for NVIC_DisableIRQ
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr) for DMA_ISR_DMACHFT_Clr
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to fm33a0xxev_dma.o(i.DMA_Init) for DMA_Init
+ uart.o(i.WRC_RX_DMA_CH0_Init) refers to uart.o(.bss) for WRC_recv_buff
+ uart.o(i.WRC_RX_DMA_CH0_reload) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr) for DMA_ISR_DMACHFT_Clr
+ uart.o(i.WRC_RX_DMA_CH0_reload) refers to fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable) for DMA_CHxCR_ChxEN_Setable
+ uart.o(i.WRC_RX_DMA_CH0_reload) refers to memseta.o(.text) for __aeabi_memclr
+ uart.o(i.WRC_RX_DMA_CH0_reload) refers to fm33a0xxev_dma.o(i.DMA_CHxMAR_Write) for DMA_CHxMAR_Write
+ uart.o(i.WRC_RX_DMA_CH0_reload) refers to uart.o(.bss) for WRC_recv_buff
+ uart.o(i.WRC_uart_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
+ uart.o(i.WRC_uart_Init) refers to gpio.o(i.AltFunIO) for AltFunIO
+ uart.o(i.WRC_uart_Init) refers to fm33a0xxev_cmu.o(i.CMU_GetClocksFreq) for CMU_GetClocksFreq
+ uart.o(i.WRC_uart_Init) refers to fm33a0xxev_uart.o(i.UART_SInit) for UART_SInit
+ uart.o(i.WRC_uart_Init) refers to uart.o(i.NVIC_DisableIRQ) for NVIC_DisableIRQ
+ uart.o(i.WRC_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable) for UARTx_CSR_RXEN_Setable
+ uart.o(i.WRC_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable) for UARTx_CSR_TXEN_Setable
+ uart.o(i.WRC_uart_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
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable) for DMA_GCR_DMAEN_Setable
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to uart.o(i.NVIC_DisableIRQ) for NVIC_DisableIRQ
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr) for DMA_ISR_DMACHFT_Clr
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to fm33a0xxev_dma.o(i.DMA_Init) for DMA_Init
+ uart.o(i.up_comm_RX_DMA_CH2_Init) refers to uart.o(.bss) for up_comm_recv_buff
+ uart.o(i.up_comm_RX_DMA_CH2_reload) refers to fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr) for DMA_ISR_DMACHFT_Clr
+ uart.o(i.up_comm_RX_DMA_CH2_reload) refers to fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable) for DMA_CHxCR_ChxEN_Setable
+ uart.o(i.up_comm_RX_DMA_CH2_reload) refers to memseta.o(.text) for __aeabi_memclr
+ uart.o(i.up_comm_RX_DMA_CH2_reload) refers to fm33a0xxev_dma.o(i.DMA_CHxMAR_Write) for DMA_CHxMAR_Write
+ uart.o(i.up_comm_RX_DMA_CH2_reload) refers to uart.o(.bss) for up_comm_recv_buff
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
+ uart.o(i.up_comm_uart_Init) refers to gpio.o(i.AltFunIO) for AltFunIO
+ uart.o(i.up_comm_uart_Init) refers to gpio.o(i.OutputIO) for OutputIO
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_cmu.o(i.CMU_GetClocksFreq) for CMU_GetClocksFreq
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_uart.o(i.UART_SInit) for UART_SInit
+ uart.o(i.up_comm_uart_Init) refers to uart.o(i.NVIC_DisableIRQ) for NVIC_DisableIRQ
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable) for UARTx_CSR_RXEN_Setable
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable) for UARTx_CSR_TXEN_Setable
+ uart.o(i.up_comm_uart_Init) refers to fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr) for UARTx_ISR_RXBF_Clr
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.BTx_IRQHandler) refers to fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Chk) for BTx_ISR_CMPHIF_Chk
@@ -539,13 +580,13 @@
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 mbcrc1.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 mbcrc1.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
@@ -693,6 +734,7 @@
power_manage.o(i.GetPwrStatusPro) refers to linked_list.o(i.Alarm_List_Node_Deleted) for Alarm_List_Node_Deleted
power_manage.o(i.GetPwrStatusPro) refers to power_manage.o(i.EX_Pwr_GPIO_Clk_Init) for EX_Pwr_GPIO_Clk_Init
power_manage.o(i.GetPwrStatusPro) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ power_manage.o(i.GetPwrStatusPro) refers to upper_com.o(i.up_comm_uart_enable) for up_comm_uart_enable
power_manage.o(i.GetPwrStatusPro) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
power_manage.o(i.GetPwrStatusPro) refers to system_general_para.o(.data) for sys_fun_run_ctrl_g
power_manage.o(i.GetPwrStatusPro) refers to power_manage.o(.data) for delay_time_cnt
@@ -818,14 +860,14 @@
system_mem_para.o(i.allParaReadFromEep) refers to system_mem_para.o(i.systemEepIdReadFromEep) for systemEepIdReadFromEep
system_mem_para.o(i.eepABReadCheck) refers to memseta.o(.text) for __aeabi_memclr4
system_mem_para.o(i.eepABReadCheck) refers to eeprom.o(i.EEPROM_MultipleRead) for EEPROM_MultipleRead
- system_mem_para.o(i.eepABReadCheck) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ system_mem_para.o(i.eepABReadCheck) refers to mbcrc1.o(i.usMBCRC16) for usMBCRC16
system_mem_para.o(i.eepABReadCheck) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
system_mem_para.o(i.eepABReadCheck) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
system_mem_para.o(i.eepABWriteAndReadCheck) refers to system_mem_para.o(i.eepWriteAndReadCheck) for eepWriteAndReadCheck
system_mem_para.o(i.eepWriteAndReadCheck) refers to eeprom.o(i.EEPROM_MultipleWrite) for EEPROM_MultipleWrite
system_mem_para.o(i.eepWriteAndReadCheck) refers to eeprom.o(i.EEPROM_MultipleRead) for EEPROM_MultipleRead
system_mem_para.o(i.eepWriteAndReadCheck) refers to system_general_para.o(i.ucharcmp) for ucharcmp
- system_mem_para.o(i.paraCalcCrcAndWriteEepAB) refers to mbcrc.o(i.usMBCRC16) for usMBCRC16
+ system_mem_para.o(i.paraCalcCrcAndWriteEepAB) refers to mbcrc1.o(i.usMBCRC16) for usMBCRC16
system_mem_para.o(i.paraCalcCrcAndWriteEepAB) refers to system_mem_para.o(i.eepABWriteAndReadCheck) for eepABWriteAndReadCheck
system_mem_para.o(i.systemEepIdDefaultInit) refers to uwrite4.o(.text) for __aeabi_uwrite4
system_mem_para.o(i.systemEepIdDefaultInit) refers to memseta.o(.text) for __aeabi_memclr
@@ -842,20 +884,40 @@
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 mbcrc1.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.up_comm_RX_DMA_check) refers to fm33a0xxev_dma.o(i.DMA_CHxMAR_Read) for DMA_CHxMAR_Read
+ upper_com.o(i.up_comm_RX_DMA_check) refers to delay.o(i.delay_ms) for delay_ms
+ upper_com.o(i.up_comm_RX_DMA_check) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ upper_com.o(i.up_comm_RX_DMA_check) refers to uart.o(.bss) for up_comm_recv_buff
+ upper_com.o(i.up_comm_uart_enable) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
+ upper_com.o(i.up_comm_uart_enable) refers to mb.o(i.eMBInit) for eMBInit
+ upper_com.o(i.up_comm_uart_enable) refers to system_mem_para.o(.data) for up_comm_para_g
+ upper_com.o(i.upperComPro) refers to upper_com.o(i.up_comm_RX_DMA_check) for up_comm_RX_DMA_check
+ upper_com.o(i.upperComPro) refers to mbcrc1.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 mbrtu.o(i.xMBRTUReceiveCheck) for xMBRTUReceiveCheck
+ upper_com.o(i.upperComPro) refers to mb.o(i.eMBPoll) for eMBPoll
upper_com.o(i.upperComPro) refers to memseta.o(.text) for __aeabi_memclr4
+ upper_com.o(i.upperComPro) refers to uart.o(i.up_comm_RX_DMA_CH2_reload) for up_comm_RX_DMA_CH2_reload
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(.data) for equipment_basic_inf_g
+ wireless_remote_comm.o(i.LinkDataAnalysis) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ wireless_remote_comm.o(i.LinkDataAnalysis) refers to uread4.o(.text) for __aeabi_uread4
+ wireless_remote_comm.o(i.LinkDataAnalysis) refers to wireless_remote_comm.o(.bss) for link_info_g
+ wireless_remote_comm.o(i.ProtocolDataAnalysis) refers to strstr.o(.text) for strstr
+ wireless_remote_comm.o(i.ProtocolDataAnalysis) refers to wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis) for SizhuV4ProtocolDataAnalysis
wireless_remote_comm.o(i.WRC_PWR_GPIO_Init) refers to gpio.o(i.OutputIO) for OutputIO
+ wireless_remote_comm.o(i.WRC_RX_DMA_check) refers to fm33a0xxev_dma.o(i.DMA_CHxMAR_Read) for DMA_CHxMAR_Read
+ wireless_remote_comm.o(i.WRC_RX_DMA_check) refers to delay.o(i.delay_ms) for delay_ms
+ wireless_remote_comm.o(i.WRC_RX_DMA_check) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ wireless_remote_comm.o(i.WRC_RX_DMA_check) refers to uart.o(.bss) for WRC_recv_buff
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
@@ -863,9 +925,54 @@
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.WrcCreateLinkPro) refers to uart.o(i.WRC_uart_Init) for WRC_uart_Init
+ wireless_remote_comm.o(i.WrcCreateLinkPro) refers to wireless_remote_comm.o(i.WrcSendCreateLinkCmd) for WrcSendCreateLinkCmd
+ wireless_remote_comm.o(i.WrcCreateLinkPro) 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.WrcOpenPwrPro) refers to delay.o(i.delay_us) for delay_us
+ wireless_remote_comm.o(i.WrcOpenPwrPro) refers to wrc_sizhu_v4.o(i.SizhuV4SendParaInit) for SizhuV4SendParaInit
+ wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
+ wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to delay.o(i.delay_us) for delay_us
+ wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to uart.o(i.WRC_RX_DMA_CH0_reload) for WRC_RX_DMA_CH0_reload
+ wireless_remote_comm.o(i.WrcSendCreateLinkCmd) refers to system_mem_para.o(.data) for wrc_para_sizhu_g
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to wireless_remote_comm.o(i.WRC_RX_DMA_check) for WRC_RX_DMA_check
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to wireless_remote_comm.o(i.LinkDataAnalysis) for LinkDataAnalysis
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to memseta.o(.text) for __aeabi_memclr
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to wireless_remote_comm.o(i.ProtocolDataAnalysis) for ProtocolDataAnalysis
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to wireless_remote_comm.o(.bss) for wrc_uart_para_g
+ wireless_remote_comm.o(i.WrcWaitRecDataPro) refers to wireless_remote_comm.o(.data) for wrc_ctrl_para_g
+ wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis) refers to mbcrc1.o(i.usMBCRC16) for usMBCRC16
+ wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis) refers to memseta.o(.text) for __aeabi_memclr4
+ wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis) refers to extern_rtc.o(.data) for sys_clockBCD_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to memseta.o(.text) for __aeabi_memclr4
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to uread8.o(.text) for __aeabi_uread8
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to dmul.o(.text) for __aeabi_dmul
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to dfixul.o(.text) for __aeabi_d2ulz
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to uwrite8.o(.text) for __aeabi_uwrite8
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to fmul.o(.text) for __aeabi_fmul
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to ffixi.o(.text) for __aeabi_f2iz
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to uwrite4.o(.text) for __aeabi_uwrite4
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to dfixl.o(.text) for __aeabi_d2lz
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to ffixui.o(.text) for __aeabi_f2uiz
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to wrc_sizhu_v4.o(.data) for protocol_head_up_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to extern_rtc.o(.data) for sys_clockBCD_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to wrc_sizhu_v4.o(.bss) for data_head_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to rs485_data_analysis_pro.o(.bss) for flow_meter_data_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to system_mem_para.o(.bss) for save_realtime_data_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to power_manage.o(.data) for pwr_vol_g
+ wrc_sizhu_v4.o(i.SizhuV4SendNormalData) refers to sizhu_ctrl_word.o(.bss) for system_status_word_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to system_general_para.o(i.arrayA_2_arrayB) for arrayA_2_arrayB
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to wrc_sizhu_v4.o(.data) for protocol_head_up_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to system_mem_para.o(.data) for equipment_basic_inf_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to wrc_sizhu_v4.o(.bss) for data_head_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to wireless_remote_comm.o(.data) for wrc_ctrl_para_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to wireless_remote_comm.o(.bss) for link_info_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to system_mem_para.o(.bss) for main_equipment_hardware_software_inf_g
+ wrc_sizhu_v4.o(i.SizhuV4SendParaInit) refers to sizhu_ctrl_word.o(.bss) for system_status_word_g
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
@@ -1215,7 +1322,6 @@
rs485_read_data.o(i.rs485ComPwrOnHandle) refers to rs485_read_data.o(i.rs485GetDelayTime) for rs485GetDelayTime
rs485_read_data.o(i.rs485ComPwrOnHandle) refers to system_mem_para.o(.data) for flow_meter_para_g
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.RS485_UART_GPIO_Init) for RS485_UART_GPIO_Init
rs485_read_data.o(i.rs485ComSendHandle) refers to extern_rtc.o(i.__ARM_common_switch8) for __ARM_common_switch8
rs485_read_data.o(i.rs485ComSendHandle) refers to uart.o(i.RS485_read_data_uart_Init) for RS485_read_data_uart_Init
rs485_read_data.o(i.rs485ComSendHandle) refers to uart.o(i.RS485_read_data_RX_DMA_CH3_Init) for RS485_read_data_RX_DMA_CH3_Init
@@ -1227,6 +1333,7 @@
rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to rs485_read_data.o(i.RS485_read_data_RX_DMA_check) for RS485_read_data_RX_DMA_check
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 memseta.o(.text) for __aeabi_memclr
rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to rs485_read_data.o(i.RS485_UART_GPIO_sleep) for RS485_UART_GPIO_sleep
rs485_read_data.o(i.rs485ComWaitAnswerHandle) refers to linked_list.o(i.Alarm_List_Node_Deleted) for Alarm_List_Node_Deleted
@@ -1254,10 +1361,10 @@
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.modbus03AnswerCheck) refers to mbcrc1.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 mbcrc1.o(i.usMBCRC16) for usMBCRC16
rs485_data_analysis_pro.o(i.sendModbusReadFrame) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
rs485_data_analysis_pro.o(i.sendModbusReadFrame) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
rs485_data_analysis_pro.o(i.sendModbusReadFrame) refers to delay.o(i.delay_us) for delay_us
@@ -1339,6 +1446,109 @@
pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_Init) refers to gpio.o(i.InputtIO) for InputtIO
pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep) refers to fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx) for CMU_PERCLK_SetableEx
pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep) refers to gpio.o(i.CloseIO) for CloseIO
+ mb.o(i.eMBClose) refers to mb.o(.data) for eMBState
+ mb.o(i.eMBDisable) refers to mb.o(.data) for eMBState
+ mb.o(i.eMBEnable) refers to mb.o(.data) for eMBState
+ mb.o(i.eMBInit) refers to mbrtu.o(i.eMBRTUInit) for eMBRTUInit
+ mb.o(i.eMBInit) refers to portevent.o(i.xMBPortEventInit) for xMBPortEventInit
+ mb.o(i.eMBInit) refers to mb.o(.data) for ucMBAddress
+ mb.o(i.eMBInit) refers to mbrtu.o(i.eMBRTUStart) for eMBRTUStart
+ mb.o(i.eMBInit) refers to mbrtu.o(i.eMBRTUStop) for eMBRTUStop
+ mb.o(i.eMBInit) refers to mbrtu.o(i.eMBRTUSend) for eMBRTUSend
+ mb.o(i.eMBInit) refers to mbrtu.o(i.eMBRTUReceive) for eMBRTUReceive
+ mb.o(i.eMBInit) refers to mbrtu.o(i.xMBRTUReceiveFSM) for xMBRTUReceiveFSM
+ mb.o(i.eMBInit) refers to mbrtu.o(i.xMBRTUTransmitFSM) for xMBRTUTransmitFSM
+ mb.o(i.eMBInit) refers to mbrtu.o(i.xMBRTUTimerT35Expired) for xMBRTUTimerT35Expired
+ mb.o(i.eMBPoll) refers to portevent.o(i.xMBPortEventGet) for xMBPortEventGet
+ mb.o(i.eMBPoll) refers to portevent.o(i.xMBPortEventPost) for xMBPortEventPost
+ mb.o(i.eMBPoll) refers to mb.o(.data) for eMBState
+ mb.o(i.eMBRegisterCB) refers to mb.o(.data) for xFuncHandlers
+ mb.o(.data) refers to mbfuncother.o(i.eMBFuncReportSlaveID) for eMBFuncReportSlaveID
+ mb.o(.data) refers to mbfuncinput.o(i.eMBFuncReadInputRegister) for eMBFuncReadInputRegister
+ mb.o(.data) refers to mbfuncholding.o(i.eMBFuncReadHoldingRegister) for eMBFuncReadHoldingRegister
+ mb.o(.data) refers to mbfuncholding.o(i.eMBFuncWriteMultipleHoldingRegister) for eMBFuncWriteMultipleHoldingRegister
+ mb.o(.data) refers to mbfuncholding.o(i.eMBFuncWriteHoldingRegister) for eMBFuncWriteHoldingRegister
+ mb.o(.data) refers to mbfuncholding.o(i.eMBFuncReadWriteMultipleHoldingRegister) for eMBFuncReadWriteMultipleHoldingRegister
+ mb.o(.data) refers to mbfunccoils.o(i.eMBFuncReadCoils) for eMBFuncReadCoils
+ mb.o(.data) refers to mbfunccoils.o(i.eMBFuncWriteCoil) for eMBFuncWriteCoil
+ mb.o(.data) refers to mbfunccoils.o(i.eMBFuncWriteMultipleCoils) for eMBFuncWriteMultipleCoils
+ mb.o(.data) refers to mbfuncdisc.o(i.eMBFuncReadDiscreteInputs) for eMBFuncReadDiscreteInputs
+ mbfunccoils.o(i.eMBFuncReadCoils) refers to regport.o(i.eMBRegCoilsCB) for eMBRegCoilsCB
+ mbfunccoils.o(i.eMBFuncReadCoils) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfunccoils.o(i.eMBFuncWriteCoil) refers to regport.o(i.eMBRegCoilsCB) for eMBRegCoilsCB
+ mbfunccoils.o(i.eMBFuncWriteCoil) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfunccoils.o(i.eMBFuncWriteMultipleCoils) refers to regport.o(i.eMBRegCoilsCB) for eMBRegCoilsCB
+ mbfunccoils.o(i.eMBFuncWriteMultipleCoils) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncdisc.o(i.eMBFuncReadDiscreteInputs) refers to regport.o(i.eMBRegDiscreteCB) for eMBRegDiscreteCB
+ mbfuncdisc.o(i.eMBFuncReadDiscreteInputs) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncholding.o(i.eMBFuncReadHoldingRegister) refers to regport.o(i.eMBRegHoldingCB) for eMBRegHoldingCB
+ mbfuncholding.o(i.eMBFuncReadHoldingRegister) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncholding.o(i.eMBFuncReadWriteMultipleHoldingRegister) refers to regport.o(i.eMBRegHoldingCB) for eMBRegHoldingCB
+ mbfuncholding.o(i.eMBFuncReadWriteMultipleHoldingRegister) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncholding.o(i.eMBFuncWriteHoldingRegister) refers to regport.o(i.eMBRegHoldingCB) for eMBRegHoldingCB
+ mbfuncholding.o(i.eMBFuncWriteHoldingRegister) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncholding.o(i.eMBFuncWriteMultipleHoldingRegister) refers to regport.o(i.eMBRegHoldingCB) for eMBRegHoldingCB
+ mbfuncholding.o(i.eMBFuncWriteMultipleHoldingRegister) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncinput.o(i.eMBFuncReadInputRegister) refers to regport.o(i.eMBRegInputCB) for eMBRegInputCB
+ mbfuncinput.o(i.eMBFuncReadInputRegister) refers to mbutils.o(i.prveMBError2Exception) for prveMBError2Exception
+ mbfuncother.o(i.eMBFuncReportSlaveID) refers to memcpya.o(.text) for __aeabi_memcpy
+ mbfuncother.o(i.eMBFuncReportSlaveID) refers to mbfuncother.o(.data) for usMBSlaveIDLen
+ mbfuncother.o(i.eMBFuncReportSlaveID) refers to mbfuncother.o(.bss) for ucMBSlaveID
+ mbfuncother.o(i.eMBSetSlaveID) refers to memcpya.o(.text) for __aeabi_memcpy
+ mbfuncother.o(i.eMBSetSlaveID) refers to mbfuncother.o(.data) for usMBSlaveIDLen
+ mbfuncother.o(i.eMBSetSlaveID) refers to mbfuncother.o(.bss) for ucMBSlaveID
+ portevent.o(i.xMBPortEventGet) refers to portevent.o(.data) for xEventInQueue
+ portevent.o(i.xMBPortEventInit) refers to portevent.o(.data) for xEventInQueue
+ portevent.o(i.xMBPortEventPost) refers to portevent.o(.data) for xEventInQueue
+ portserial.o(i.prvvUARTRxISR) refers to mb.o(.data) for pxMBFrameCBByteReceived
+ portserial.o(i.prvvUARTTxReadyISR) refers to mb.o(.data) for pxMBFrameCBTransmitterEmpty
+ portserial.o(i.xMBPortSerialGetByte) refers to fm33a0xxev_uart.o(i.UARTx_RXBUF_Read) for UARTx_RXBUF_Read
+ portserial.o(i.xMBPortSerialInit) refers to uart.o(i.up_comm_uart_Init) for up_comm_uart_Init
+ portserial.o(i.xMBPortSerialInit) refers to uart.o(i.up_comm_RX_DMA_CH2_Init) for up_comm_RX_DMA_CH2_Init
+ portserial.o(i.xMBPortSerialPutByte) refers to fm33a0xxev_gpio.o(i.GPIO_SetBits) for GPIO_SetBits
+ portserial.o(i.xMBPortSerialPutByte) refers to uart.o(i.UARTx_SendData_Normal) for UARTx_SendData_Normal
+ portserial.o(i.xMBPortSerialPutByte) refers to fm33a0xxev_gpio.o(i.GPIO_ResetBits) for GPIO_ResetBits
+ porttimer.o(i.prvvTIMERExpiredISR) refers to mb.o(.data) for pxMBPortCBTimerExpired
+ regport.o(i.eMBRegHoldingCB) refers to regdefine.o(.bss) for modbus_dtu_out_para
+ regport.o(i.eMBRegInputCB) refers to regport.o(.data) for usRegInputStart
+ mbcrc_1.o(i.usMBCRC16_initFF) refers to mbcrc1.o(i.usMBCRC16) for usMBCRC16
+ mbrtu.o(i.eMBRTUInit) refers to mbrtu.o(i.__set_PRIMASK) for __set_PRIMASK
+ mbrtu.o(i.eMBRTUInit) refers to portserial.o(i.xMBPortSerialInit) for xMBPortSerialInit
+ mbrtu.o(i.eMBRTUInit) refers to uidiv.o(.text) for __aeabi_uidivmod
+ mbrtu.o(i.eMBRTUInit) refers to porttimer.o(i.xMBPortTimersInit) for xMBPortTimersInit
+ mbrtu.o(i.eMBRTUReceive) refers to mbrtu.o(i.__set_PRIMASK) for __set_PRIMASK
+ mbrtu.o(i.eMBRTUReceive) refers to mbcrc_1.o(i.usMBCRC16_initFF) for usMBCRC16_initFF
+ mbrtu.o(i.eMBRTUReceive) refers to mbrtu.o(.data) for usRcvBufferPos
+ mbrtu.o(i.eMBRTUReceive) refers to mbrtu.o(.bss) for ucRTUBuf
+ mbrtu.o(i.eMBRTUSend) refers to mbrtu.o(i.__set_PRIMASK) for __set_PRIMASK
+ mbrtu.o(i.eMBRTUSend) refers to mbcrc_1.o(i.usMBCRC16_initFF) for usMBCRC16_initFF
+ mbrtu.o(i.eMBRTUSend) refers to portserial.o(i.xMBPortSerialPutByte) for xMBPortSerialPutByte
+ mbrtu.o(i.eMBRTUSend) refers to memseta.o(.text) for __aeabi_memclr
+ mbrtu.o(i.eMBRTUSend) refers to portevent.o(i.xMBPortEventPost) for xMBPortEventPost
+ mbrtu.o(i.eMBRTUSend) refers to mbrtu.o(.data) for eRcvState
+ mbrtu.o(i.eMBRTUSend) refers to mbrtu.o(.bss) for ucRTUBuf
+ mbrtu.o(i.eMBRTUStart) refers to mbrtu.o(i.__set_PRIMASK) for __set_PRIMASK
+ mbrtu.o(i.eMBRTUStart) refers to portserial.o(i.vMBPortSerialEnable) for vMBPortSerialEnable
+ mbrtu.o(i.eMBRTUStart) refers to porttimer.o(i.vMBPortTimersEnable) for vMBPortTimersEnable
+ mbrtu.o(i.eMBRTUStart) refers to mbrtu.o(.data) for eRcvState
+ mbrtu.o(i.eMBRTUStop) refers to mbrtu.o(i.__set_PRIMASK) for __set_PRIMASK
+ mbrtu.o(i.eMBRTUStop) refers to portserial.o(i.vMBPortSerialEnable) for vMBPortSerialEnable
+ mbrtu.o(i.eMBRTUStop) refers to porttimer.o(i.vMBPortTimersDisable) for vMBPortTimersDisable
+ mbrtu.o(i.xMBRTUReceiveCheck) refers to memcpya.o(.text) for __aeabi_memcpy
+ mbrtu.o(i.xMBRTUReceiveCheck) refers to portevent.o(i.xMBPortEventPost) for xMBPortEventPost
+ mbrtu.o(i.xMBRTUReceiveCheck) refers to mbrtu.o(.bss) for ucRTUBuf
+ mbrtu.o(i.xMBRTUReceiveCheck) refers to mbrtu.o(.data) for eRcvState
+ mbrtu.o(i.xMBRTUReceiveFSM) refers to portserial.o(i.xMBPortSerialGetByte) for xMBPortSerialGetByte
+ mbrtu.o(i.xMBRTUReceiveFSM) refers to porttimer.o(i.vMBPortTimersEnable) for vMBPortTimersEnable
+ mbrtu.o(i.xMBRTUReceiveFSM) refers to mbrtu.o(.data) for eRcvState
+ mbrtu.o(i.xMBRTUReceiveFSM) refers to mbrtu.o(.bss) for ucRTUBuf
+ mbrtu.o(i.xMBRTUTimerT35Expired) refers to portevent.o(i.xMBPortEventPost) for xMBPortEventPost
+ mbrtu.o(i.xMBRTUTimerT35Expired) refers to porttimer.o(i.vMBPortTimersDisable) for vMBPortTimersDisable
+ mbrtu.o(i.xMBRTUTimerT35Expired) refers to mbrtu.o(.data) for eRcvState
+ mbrtu.o(i.xMBRTUTransmitFSM) refers to portserial.o(i.vMBPortSerialEnable) for vMBPortSerialEnable
+ mbrtu.o(i.xMBRTUTransmitFSM) refers to portserial.o(i.xMBPortSerialPutByte) for xMBPortSerialPutByte
+ mbrtu.o(i.xMBRTUTransmitFSM) refers to portevent.o(i.xMBPortEventPost) for xMBPortEventPost
+ mbrtu.o(i.xMBRTUTransmitFSM) refers to mbrtu.o(.data) for eSndState
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
@@ -1656,10 +1866,14 @@
dfltui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dfltui.o(.text) refers to depilogue.o(.text) for _double_epilogue
ffixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
+ ffixui.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
dfixi.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
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
+ dfixl.o(.text) refers (Special) to iusefp.o(.text) for __I$use$fp
+ dfixl.o(.text) refers to llushr.o(.text) for __aeabi_llsr
+ dfixl.o(.text) refers to llshl.o(.text) for __aeabi_llsl
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
@@ -1706,8 +1920,6 @@
Removing aes128.o(.bss), (320 bytes).
Removing aes128.o(.constdata), (767 bytes).
Removing aes128.o(.data), (8 bytes).
- Removing mbcrc.o(.rev16_text), (4 bytes).
- Removing mbcrc.o(.revsh_text), (4 bytes).
Removing sizhu_ctrl_word.o(.rev16_text), (4 bytes).
Removing sizhu_ctrl_word.o(.revsh_text), (4 bytes).
Removing sizhu_ctrl_word.o(.data), (22 bytes).
@@ -1723,6 +1935,8 @@
Removing linked_list.o(.rev16_text), (4 bytes).
Removing linked_list.o(.revsh_text), (4 bytes).
Removing linked_list.o(i.Alarm_List_Node_PopBack), (30 bytes).
+ Removing mbcrc1.o(.rev16_text), (4 bytes).
+ Removing mbcrc1.o(.revsh_text), (4 bytes).
Removing user_init.o(.rev16_text), (4 bytes).
Removing user_init.o(.revsh_text), (4 bytes).
Removing user_init.o(i.CheckNvicIrqEn), (32 bytes).
@@ -1744,7 +1958,7 @@
Removing uart.o(.revsh_text), (4 bytes).
Removing uart.o(i.UARTx_SendData_DMA), (2 bytes).
Removing uart.o(i.UARTx_SendData_IT), (2 bytes).
- Removing uart.o(i.Uart5_RX_DMA_CH5_Init), (2 bytes).
+ Removing uart.o(i.WRC_RX_DMA_CH0_Init), (100 bytes).
Removing uart.o(.data), (2 bytes).
Removing tim.o(.rev16_text), (4 bytes).
Removing tim.o(.revsh_text), (4 bytes).
@@ -1890,7 +2104,10 @@
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 wrc_sizhu_v4.o(.rev16_text), (4 bytes).
+ Removing wrc_sizhu_v4.o(.revsh_text), (4 bytes).
+ Removing wrc_sizhu_v4.o(i.DataAes128EcbEncrypt), (2 bytes).
+ Removing wrc_sizhu_v4.o(i.SizhuV4SendNormalData), (496 bytes).
Removing lcd.o(.rev16_text), (4 bytes).
Removing lcd.o(.revsh_text), (4 bytes).
Removing lcd.o(i.Lcd_Clear_AllTest), (28 bytes).
@@ -3376,7 +3593,6 @@
Removing fm33a0xxev_uart.o(i.UARTx_ISR_RXTO_Clr), (8 bytes).
Removing fm33a0xxev_uart.o(i.UARTx_ISR_TXBE_Chk), (20 bytes).
Removing fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Clr), (6 bytes).
- Removing fm33a0xxev_uart.o(i.UARTx_RXBUF_Read), (10 bytes).
Removing fm33a0xxev_uart.o(i.UARTx_TODR_RXTO_LEN_Get), (8 bytes).
Removing fm33a0xxev_uart.o(i.UARTx_TODR_RXTO_LEN_Set), (16 bytes).
Removing fm33a0xxev_uart.o(i.UARTx_TODR_TXDLY_LEN_Get), (12 bytes).
@@ -3417,16 +3633,59 @@
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_read_data.o(i.RS485_UART_GPIO_Init), (64 bytes).
Removing rs485_data_analysis_pro.o(.rev16_text), (4 bytes).
Removing rs485_data_analysis_pro.o(.revsh_text), (4 bytes).
Removing pulse_and_alarm_line.o(.rev16_text), (4 bytes).
Removing pulse_and_alarm_line.o(.revsh_text), (4 bytes).
+ Removing mb.o(.rev16_text), (4 bytes).
+ Removing mb.o(.revsh_text), (4 bytes).
+ Removing mb.o(i.eMBClose), (44 bytes).
+ Removing mb.o(i.eMBDisable), (52 bytes).
+ Removing mb.o(i.eMBEnable), (28 bytes).
+ Removing mb.o(i.eMBRegisterCB), (148 bytes).
+ Removing mbfunccoils.o(.rev16_text), (4 bytes).
+ Removing mbfunccoils.o(.revsh_text), (4 bytes).
+ Removing mbfuncdisc.o(.rev16_text), (4 bytes).
+ Removing mbfuncdisc.o(.revsh_text), (4 bytes).
+ Removing mbfuncholding.o(.rev16_text), (4 bytes).
+ Removing mbfuncholding.o(.revsh_text), (4 bytes).
+ Removing mbfuncinput.o(.rev16_text), (4 bytes).
+ Removing mbfuncinput.o(.revsh_text), (4 bytes).
+ Removing mbfuncother.o(.rev16_text), (4 bytes).
+ Removing mbfuncother.o(.revsh_text), (4 bytes).
+ Removing mbfuncother.o(i.eMBSetSlaveID), (116 bytes).
+ Removing mbutils.o(.rev16_text), (4 bytes).
+ Removing mbutils.o(.revsh_text), (4 bytes).
+ Removing mbutils.o(i.xMBUtilGetBits), (50 bytes).
+ Removing mbutils.o(i.xMBUtilSetBits), (82 bytes).
+ Removing portevent.o(.rev16_text), (4 bytes).
+ Removing portevent.o(.revsh_text), (4 bytes).
+ Removing portserial.o(.rev16_text), (4 bytes).
+ Removing portserial.o(.revsh_text), (4 bytes).
+ Removing portserial.o(i.prvvUARTRxISR), (16 bytes).
+ Removing portserial.o(i.prvvUARTTxReadyISR), (16 bytes).
+ Removing porttimer.o(.rev16_text), (4 bytes).
+ Removing porttimer.o(.revsh_text), (4 bytes).
+ Removing porttimer.o(i.TIM4_IRQHandler), (2 bytes).
+ Removing porttimer.o(i.prvvTIMERExpiredISR), (16 bytes).
+ Removing regdefine.o(.rev16_text), (4 bytes).
+ Removing regdefine.o(.revsh_text), (4 bytes).
+ Removing regdefine.o(i.Dtu_Out_Data_Get), (2 bytes).
+ Removing regport.o(.rev16_text), (4 bytes).
+ Removing regport.o(.revsh_text), (4 bytes).
+ Removing mbcrc_1.o(.rev16_text), (4 bytes).
+ Removing mbcrc_1.o(.revsh_text), (4 bytes).
+ Removing mbrtu.o(.rev16_text), (4 bytes).
+ Removing mbrtu.o(.revsh_text), (4 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 ffixui.o(.text), (40 bytes).
+ Removing dfixl.o(.text), (80 bytes).
Removing dfixul.o(.text), (64 bytes).
-1738 unused section(s) (total 120925 bytes) removed from the image.
+1783 unused section(s) (total 122363 bytes) removed from the image.
==============================================================================
@@ -3438,69 +3697,73 @@
RESET 0x00000000 Section 192 startup_fm33a0xxev.o(RESET)
../clib/../cmprslib/zerorunl2.c 0x00000000 Number 0 __dczerorl2.o ABSOLUTE
- ../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 entry7b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
+ ../clib/microlib/division.c 0x00000000 Number 0 uldiv.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry5.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry7a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry10a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry9a.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry2.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 entry8b.o ABSOLUTE
- ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
../clib/microlib/init/entry.s 0x00000000 Number 0 entry9b.o ABSOLUTE
- ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry7b.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 entry10b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry11b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry12b.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8a.o ABSOLUTE
+ ../clib/microlib/init/entry.s 0x00000000 Number 0 entry8b.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llshl.o ABSOLUTE
../clib/microlib/longlong.c 0x00000000 Number 0 llsshr.o ABSOLUTE
+ ../clib/microlib/longlong.c 0x00000000 Number 0 llushr.o ABSOLUTE
../clib/microlib/malloc/malloc.c 0x00000000 Number 0 malloca.o ABSOLUTE
- ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 mallocr.o ABSOLUTE
../clib/microlib/malloc/malloc.c 0x00000000 Number 0 mallocra.o ABSOLUTE
+ ../clib/microlib/malloc/malloc.c 0x00000000 Number 0 mallocr.o ABSOLUTE
../clib/microlib/malloc/malloc.c 0x00000000 Number 0 malloc.o ABSOLUTE
../clib/microlib/malloc/mvars.c 0x00000000 Number 0 mvars.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 printf6.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 printf0.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 printf2.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf3.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printfb.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf4.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf5.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf6.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf7.o ABSOLUTE
+ ../clib/microlib/printf/printf.c 0x00000000 Number 0 printf8.o ABSOLUTE
../clib/microlib/printf/printf.c 0x00000000 Number 0 printfa.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 memcpyb.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/string/strstr.c 0x00000000 Number 0 strstr.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 uread4.o ABSOLUTE
../clib/microlib/unhosted.c 0x00000000 Number 0 uwrite8.o ABSOLUTE
+ ../clib/microlib/unhosted.c 0x00000000 Number 0 uwrite4.o ABSOLUTE
+ ../clib/microlib/unhosted.c 0x00000000 Number 0 uread8.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
../fplib/microlib/fpadd.c 0x00000000 Number 0 fadd.o ABSOLUTE
../fplib/microlib/fpadd.c 0x00000000 Number 0 dadd.o ABSOLUTE
- ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE
../fplib/microlib/fpdiv.c 0x00000000 Number 0 fdiv.o ABSOLUTE
+ ../fplib/microlib/fpdiv.c 0x00000000 Number 0 ddiv.o ABSOLUTE
../fplib/microlib/fpepilogue.c 0x00000000 Number 0 fepilogue.o ABSOLUTE
../fplib/microlib/fpepilogue.c 0x00000000 Number 0 depilogue.o ABSOLUTE
- ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE
+ ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixui.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixi.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixui.o ABSOLUTE
+ ../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixl.o ABSOLUTE
../fplib/microlib/fpfix.c 0x00000000 Number 0 dfixul.o ABSOLUTE
- ../fplib/microlib/fpflt.c 0x00000000 Number 0 dflti.o ABSOLUTE
+ ../fplib/microlib/fpfix.c 0x00000000 Number 0 ffixi.o ABSOLUTE
../fplib/microlib/fpflt.c 0x00000000 Number 0 fflti.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 dfltui.o ABSOLUTE
../fplib/microlib/fpmul.c 0x00000000 Number 0 fmul.o ABSOLUTE
../fplib/microlib/fpmul.c 0x00000000 Number 0 dmul.o ABSOLUTE
@@ -3563,6 +3826,22 @@
..\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
+ ..\Function\WirelessRemoteComm\wrc_sizhu_v4.c 0x00000000 Number 0 wrc_sizhu_v4.o ABSOLUTE
+ ..\Function\modbus\functions\mb.c 0x00000000 Number 0 mb.o ABSOLUTE
+ ..\Function\modbus\functions\mbfunccoils.c 0x00000000 Number 0 mbfunccoils.o ABSOLUTE
+ ..\Function\modbus\functions\mbfuncdiag.c 0x00000000 Number 0 mbfuncdiag.o ABSOLUTE
+ ..\Function\modbus\functions\mbfuncdisc.c 0x00000000 Number 0 mbfuncdisc.o ABSOLUTE
+ ..\Function\modbus\functions\mbfuncholding.c 0x00000000 Number 0 mbfuncholding.o ABSOLUTE
+ ..\Function\modbus\functions\mbfuncinput.c 0x00000000 Number 0 mbfuncinput.o ABSOLUTE
+ ..\Function\modbus\functions\mbfuncother.c 0x00000000 Number 0 mbfuncother.o ABSOLUTE
+ ..\Function\modbus\functions\mbutils.c 0x00000000 Number 0 mbutils.o ABSOLUTE
+ ..\Function\modbus\port\portevent.c 0x00000000 Number 0 portevent.o ABSOLUTE
+ ..\Function\modbus\port\portserial.c 0x00000000 Number 0 portserial.o ABSOLUTE
+ ..\Function\modbus\port\porttimer.c 0x00000000 Number 0 porttimer.o ABSOLUTE
+ ..\Function\modbus\port\regdefine.c 0x00000000 Number 0 regdefine.o ABSOLUTE
+ ..\Function\modbus\port\regport.c 0x00000000 Number 0 regport.o ABSOLUTE
+ ..\Function\modbus\rtu\mbcrc.c 0x00000000 Number 0 mbcrc_1.o ABSOLUTE
+ ..\Function\modbus\rtu\mbrtu.c 0x00000000 Number 0 mbrtu.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
@@ -3578,7 +3857,7 @@
..\Hardware\UART\uart.c 0x00000000 Number 0 uart.o ABSOLUTE
..\Soft\AES128.c 0x00000000 Number 0 aes128.o ABSOLUTE
..\Soft\linked_list.c 0x00000000 Number 0 linked_list.o ABSOLUTE
- ..\Soft\mbcrc.c 0x00000000 Number 0 mbcrc.o ABSOLUTE
+ ..\Soft\mbcrc1.c 0x00000000 Number 0 mbcrc1.o ABSOLUTE
..\Soft\sizhu_ctrl_word.c 0x00000000 Number 0 sizhu_ctrl_word.o ABSOLUTE
..\Soft\system_general_para.c 0x00000000 Number 0 system_general_para.o ABSOLUTE
..\Soft\system_run_fun.c 0x00000000 Number 0 system_run_fun.o ABSOLUTE
@@ -3639,6 +3918,21 @@
..\\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
+ ..\\Function\\WirelessRemoteComm\\wrc_sizhu_v4.c 0x00000000 Number 0 wrc_sizhu_v4.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mb.c 0x00000000 Number 0 mb.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbfunccoils.c 0x00000000 Number 0 mbfunccoils.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbfuncdisc.c 0x00000000 Number 0 mbfuncdisc.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbfuncholding.c 0x00000000 Number 0 mbfuncholding.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbfuncinput.c 0x00000000 Number 0 mbfuncinput.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbfuncother.c 0x00000000 Number 0 mbfuncother.o ABSOLUTE
+ ..\\Function\\modbus\\functions\\mbutils.c 0x00000000 Number 0 mbutils.o ABSOLUTE
+ ..\\Function\\modbus\\port\\portevent.c 0x00000000 Number 0 portevent.o ABSOLUTE
+ ..\\Function\\modbus\\port\\portserial.c 0x00000000 Number 0 portserial.o ABSOLUTE
+ ..\\Function\\modbus\\port\\porttimer.c 0x00000000 Number 0 porttimer.o ABSOLUTE
+ ..\\Function\\modbus\\port\\regdefine.c 0x00000000 Number 0 regdefine.o ABSOLUTE
+ ..\\Function\\modbus\\port\\regport.c 0x00000000 Number 0 regport.o ABSOLUTE
+ ..\\Function\\modbus\\rtu\\mbcrc.c 0x00000000 Number 0 mbcrc_1.o ABSOLUTE
+ ..\\Function\\modbus\\rtu\\mbrtu.c 0x00000000 Number 0 mbrtu.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
@@ -3653,7 +3947,7 @@
..\\Hardware\\TIM\\tim.c 0x00000000 Number 0 tim.o ABSOLUTE
..\\Hardware\\UART\\uart.c 0x00000000 Number 0 uart.o ABSOLUTE
..\\Soft\\linked_list.c 0x00000000 Number 0 linked_list.o ABSOLUTE
- ..\\Soft\\mbcrc.c 0x00000000 Number 0 mbcrc.o ABSOLUTE
+ ..\\Soft\\mbcrc1.c 0x00000000 Number 0 mbcrc1.o ABSOLUTE
..\\Soft\\sizhu_ctrl_word.c 0x00000000 Number 0 sizhu_ctrl_word.o ABSOLUTE
..\\Soft\\system_general_para.c 0x00000000 Number 0 system_general_para.o ABSOLUTE
..\\Soft\\system_run_fun.c 0x00000000 Number 0 system_run_fun.o ABSOLUTE
@@ -3686,411 +3980,464 @@
.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 fadd.o(.text)
- .text 0x00000316 Section 0 fmul.o(.text)
- .text 0x00000390 Section 0 fdiv.o(.text)
- .text 0x0000040c Section 0 dadd.o(.text)
- .text 0x00000574 Section 0 dmul.o(.text)
- .text 0x00000644 Section 0 ddiv.o(.text)
- .text 0x00000734 Section 0 fflti.o(.text)
- .text 0x0000074a Section 0 ffltui.o(.text)
- .text 0x00000758 Section 0 dflti.o(.text)
- .text 0x00000780 Section 0 dfltui.o(.text)
- .text 0x0000079c Section 0 ffixi.o(.text)
- .text 0x000007d0 Section 0 dfixi.o(.text)
- .text 0x00000818 Section 0 dfixui.o(.text)
- .text 0x00000854 Section 0 f2d.o(.text)
- .text 0x0000087c Section 40 cdcmple.o(.text)
- .text 0x000008a4 Section 40 cdrcmple.o(.text)
- .text 0x000008cc Section 0 d2f.o(.text)
- .text 0x00000904 Section 20 cfcmple.o(.text)
- .text 0x00000918 Section 20 cfrcmple.o(.text)
- .text 0x0000092c Section 0 llshl.o(.text)
- .text 0x0000094c Section 0 llushr.o(.text)
- .text 0x0000096e Section 0 llsshr.o(.text)
- .text 0x00000994 Section 0 iusefp.o(.text)
- .text 0x00000994 Section 0 fepilogue.o(.text)
- .text 0x00000a16 Section 0 depilogue.o(.text)
- .text 0x00000ad4 Section 36 init.o(.text)
- .text 0x00000af8 Section 0 __dczerorl2.o(.text)
- i.ADC_CFGR_ACC_PERIOD_Set 0x00000b50 Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_ACC_PERIOD_Set)
- i.ADC_CFGR_BUFEN_Setable 0x00000b70 Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_BUFEN_Setable)
- i.ADC_CFGR_BUFSEL_Set 0x00000b94 Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_BUFSEL_Set)
- i.ADC_CR_ACC_IE_Setable 0x00000bb0 Section 0 fm33a0xxev_adc.o(i.ADC_CR_ACC_IE_Setable)
- i.ADC_CR_EN_Setable 0x00000bd4 Section 0 fm33a0xxev_adc.o(i.ADC_CR_EN_Setable)
- i.ADC_CR_HPEN_Set 0x00000bf8 Section 0 fm33a0xxev_adc.o(i.ADC_CR_HPEN_Set)
- i.ADC_CR_MODE_Set 0x00000c18 Section 0 fm33a0xxev_adc.o(i.ADC_CR_MODE_Set)
- i.ADC_CR_RSTCTRL_EN_Setable 0x00000c38 Section 0 fm33a0xxev_adc.o(i.ADC_CR_RSTCTRL_EN_Setable)
- i.ADC_DR_Read 0x00000c5c Section 0 fm33a0xxev_adc.o(i.ADC_DR_Read)
- i.ADC_IN4_Init 0x00000c68 Section 0 adc.o(i.ADC_IN4_Init)
- i.ADC_IN8_Init 0x00000cc4 Section 0 adc.o(i.ADC_IN8_Init)
- i.ADC_ISR_ACC_IF_Chk 0x00000d20 Section 0 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Chk)
- i.ADC_ISR_ACC_IF_Clr 0x00000d3c Section 0 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Clr)
- i.ADC_TRIM_Write 0x00000d4c Section 0 fm33a0xxev_adc.o(i.ADC_TRIM_Write)
- i.ADC_Temp_Init 0x00000d5c Section 0 adc.o(i.ADC_Temp_Init)
- i.Alarm_List_Node_Add 0x00000db4 Section 0 linked_list.o(i.Alarm_List_Node_Add)
- i.Alarm_List_Node_Deleted 0x00000dd4 Section 0 linked_list.o(i.Alarm_List_Node_Deleted)
- i.Alarm_List_Node_PushBack 0x00000e2c Section 0 linked_list.o(i.Alarm_List_Node_PushBack)
- i.Alka_Bat_Voltage_Status 0x00000e7c Section 0 power_manage.o(i.Alka_Bat_Voltage_Status)
- i.Alka_Battery_GPIO_Clk_Init 0x00001130 Section 0 power_manage.o(i.Alka_Battery_GPIO_Clk_Init)
- i.AltFunIO 0x00001154 Section 0 gpio.o(i.AltFunIO)
- i.AnalogIO 0x000011fa Section 0 gpio.o(i.AnalogIO)
- i.AnalogIO_H 0x0000124c Section 0 gpio.o(i.AnalogIO_H)
- i.BSTIM_IRQHandler 0x000012ac Section 0 tim.o(i.BSTIM_IRQHandler)
- i.BSTIM_ISR_UIF_Chk 0x000012bc Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
- i.BSTIM_ISR_UIF_Clr 0x000012d4 Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
- i.BTx_CFGR1_GRP1SEL_Set 0x000012e0 Section 0 fm33a0xxev_bt.o(i.BTx_CFGR1_GRP1SEL_Set)
- i.BTx_CR1_CHEN_Setable 0x000012f2 Section 0 fm33a0xxev_bt.o(i.BTx_CR1_CHEN_Setable)
- i.BTx_CR1_EDGESEL_Set 0x0000130a Section 0 fm33a0xxev_bt.o(i.BTx_CR1_EDGESEL_Set)
- i.BTx_CR1_MODE_Set 0x00001322 Section 0 fm33a0xxev_bt.o(i.BTx_CR1_MODE_Set)
- i.BTx_CR2_CNTHSEL_Set 0x0000133a Section 0 fm33a0xxev_bt.o(i.BTx_CR2_CNTHSEL_Set)
- i.BTx_CR2_SIG2SEL_Set 0x00001352 Section 0 fm33a0xxev_bt.o(i.BTx_CR2_SIG2SEL_Set)
- i.BTx_CR2_STDIR_Setable 0x0000136a Section 0 fm33a0xxev_bt.o(i.BTx_CR2_STDIR_Setable)
- i.BTx_IER_CMPHIE_Setable 0x00001382 Section 0 fm33a0xxev_bt.o(i.BTx_IER_CMPHIE_Setable)
- i.BTx_IER_OVHIE_Setable 0x0000139a Section 0 fm33a0xxev_bt.o(i.BTx_IER_OVHIE_Setable)
- i.BTx_IRQHandler 0x000013b4 Section 0 tim.o(i.BTx_IRQHandler)
- i.BTx_ISR_CMPHIF_Chk 0x00001414 Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Chk)
- i.BTx_ISR_CMPHIF_Clr 0x00001428 Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Clr)
- i.BTx_ISR_CMPLIF_Clr 0x0000142e Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPLIF_Clr)
- i.BTx_LOADCR_LHEN_Setable 0x00001434 Section 0 fm33a0xxev_bt.o(i.BTx_LOADCR_LHEN_Setable)
- i.BTx_LOADCR_LLEN_Setable 0x0000144c Section 0 fm33a0xxev_bt.o(i.BTx_LOADCR_LLEN_Setable)
- i.BTx_LOADH_Write 0x00001464 Section 0 fm33a0xxev_bt.o(i.BTx_LOADH_Write)
- i.BTx_LOADL_Write 0x0000146a Section 0 fm33a0xxev_bt.o(i.BTx_LOADL_Write)
- i.BTx_PRES_Write 0x00001470 Section 0 fm33a0xxev_bt.o(i.BTx_PRES_Write)
- i.BasicTimer16_Init 0x00001478 Section 0 tim.o(i.BasicTimer16_Init)
- i.CDIF_CR_INTF_EN_Getable 0x00001540 Section 0 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Getable)
- i.CDIF_CR_INTF_EN_Setable 0x00001558 Section 0 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Setable)
- i.CMU_GetClocksFreq 0x00001570 Section 0 fm33a0xxev_cmu.o(i.CMU_GetClocksFreq)
- i.CMU_IER_HFDET_IE_Setable 0x00001690 Section 0 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
- i.CMU_IRQHandler 0x000016b4 Section 0 user_init.o(i.CMU_IRQHandler)
- i.CMU_ISR_HFDETO_Chk 0x000016b8 Section 0 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
- i.CMU_Init_RCHF_Trim 0x000016d4 Section 0 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
- i.CMU_OPCCR1_EXTICKE_Setable 0x00001728 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
- i.CMU_OPCCR1_EXTICKSEL_Set 0x0000174c Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
- i.CMU_OPCCR1_UART0CKE_Setable 0x0000176c Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKE_Setable)
- i.CMU_OPCCR1_UART0CKS_Set 0x00001794 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKS_Set)
- i.CMU_OPCCR1_UART1CKE_Setable 0x000017b0 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKE_Setable)
- i.CMU_OPCCR1_UART1CKS_Set 0x000017d8 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKS_Set)
- i.CMU_PERCLK_SetableEx 0x000017f8 Section 0 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
- i.CMU_PLLHCR_EN_Getable 0x00001860 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_EN_Getable)
- i.CMU_PLLHCR_OSEL_Get 0x00001878 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_OSEL_Get)
- i.CMU_PLLHCR_PLLHDB_Get 0x00001888 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_PLLHDB_Get)
- i.CMU_RCHFCR_FSEL_Get 0x0000189c Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Get)
- i.CMU_RCHFCR_FSEL_Set 0x000018ac Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
- i.CMU_RCHFCR_RCHFEN_Getable 0x000018cc Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Getable)
- i.CMU_RCHFCR_RCHFEN_Setable 0x000018e4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
- i.CMU_RCHFTR_RCHFTRIM_Set 0x00001908 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
- i.CMU_RCHF_Init 0x00001920 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
- i.CMU_SYSCLKCR_AHBPRES_Get 0x00001934 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Get)
- i.CMU_SYSCLKCR_AHBPRES_Set 0x00001944 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
- i.CMU_SYSCLKCR_APBPRES_Get 0x00001964 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Get)
- i.CMU_SYSCLKCR_APBPRES_Set 0x00001974 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
- i.CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00001994 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
- i.CMU_SYSCLKCR_SYSCLKSEL_Get 0x000019bc Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Get)
- i.CMU_SYSCLKCR_SYSCLKSEL_Set 0x000019cc Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
- i.CMU_SysClk_Init 0x000019e8 Section 0 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
- i.CMU_XTHFCR_XTHFEN_Setable 0x00001a08 Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
- i.CMU_XTHFCR_XTHF_CFG_Set 0x00001a2c Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
- i.COM_equipment_basic_inf_handle 0x00001a4c Section 0 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
- i.CV_lose_check_GPIO_Clk_Init 0x00001a80 Section 0 pulse_and_alarm_line.o(i.CV_lose_check_GPIO_Clk_Init)
- i.CloseIO 0x00001aa8 Section 0 gpio.o(i.CloseIO)
- i.Close_Valve_Alarm_Line_GPIO_Clk_Init 0x00001ae0 Section 0 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_Init)
- i.Close_Valve_Alarm_Line_GPIO_Clk_sleep 0x00001b00 Section 0 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_sleep)
- i.DEBUG_Init 0x00001b20 Section 0 rcc_config.o(i.DEBUG_Init)
- i.DMA_CH11CR_CH11DIR_Set 0x00001b2c Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11DIR_Set)
- i.DMA_CH11CR_CH11EN_Setable 0x00001b4c Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11EN_Setable)
- i.DMA_CH11CR_CH11FI_Set 0x00001b70 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FI_Set)
- i.DMA_CH11CR_CH11FTIE_Setable 0x00001b90 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FTIE_Setable)
- i.DMA_CH11CR_CH11HTIE_Setable 0x00001bb4 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11HTIE_Setable)
- i.DMA_CH11CR_CH11PRI_Set 0x00001bd8 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11PRI_Set)
- i.DMA_CH11CR_CH11RI_Set 0x00001bf8 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11RI_Set)
- i.DMA_CH11CR_CH11TSIZE_Set 0x00001c18 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11TSIZE_Set)
- i.DMA_CH11FAR_Write 0x00001c38 Section 0 fm33a0xxev_dma.o(i.DMA_CH11FAR_Write)
- i.DMA_CHxCR_BDW_Set 0x00001c48 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_BDW_Set)
- i.DMA_CHxCR_CHxFTIE_Getable 0x00001c6c Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
- i.DMA_CHxCR_CHxFTIE_Setable 0x00001c8c Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Setable)
- i.DMA_CHxCR_CHxHTIE_Setable 0x00001cb4 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxHTIE_Setable)
- i.DMA_CHxCR_CHxINC_Set 0x00001cdc Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxINC_Set)
- i.DMA_CHxCR_CHxPRI_Set 0x00001d00 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxPRI_Set)
- i.DMA_CHxCR_CHxSSEL_Set 0x00001d24 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxSSEL_Set)
- i.DMA_CHxCR_CHxTSIZE_Set 0x00001d48 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxTSIZE_Set)
- i.DMA_CHxCR_CIRC_Setable 0x00001d6c Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CIRC_Setable)
- i.DMA_CHxCR_ChxEN_Setable 0x00001d94 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable)
- i.DMA_CHxCR_DIR_Set 0x00001dbc Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_DIR_Set)
- i.DMA_CHxMAR_Read 0x00001de0 Section 0 fm33a0xxev_dma.o(i.DMA_CHxMAR_Read)
- i.DMA_CHxMAR_Write 0x00001df0 Section 0 fm33a0xxev_dma.o(i.DMA_CHxMAR_Write)
- i.DMA_GCR_DMAEN_Setable 0x00001e00 Section 0 fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable)
- i.DMA_IRQHandler 0x00001e24 Section 0 uart.o(i.DMA_IRQHandler)
- i.DMA_ISR_DMACHFT_Chk 0x00001e44 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
- i.DMA_ISR_DMACHFT_Clr 0x00001e64 Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
- i.DMA_Init 0x00001e74 Section 0 fm33a0xxev_dma.o(i.DMA_Init)
- i.E2P_Ctrl_Gpio_Init 0x00001f28 Section 0 eeprom.o(i.E2P_Ctrl_Gpio_Init)
- i.EEPROM_MultipleRead 0x00001f84 Section 0 eeprom.o(i.EEPROM_MultipleRead)
- i.EEPROM_MultipleWrite 0x00001ff4 Section 0 eeprom.o(i.EEPROM_MultipleWrite)
- i.EEPROM_Wait_Busy 0x0000210c Section 0 eeprom.o(i.EEPROM_Wait_Busy)
- i.EEPROM_stat_read 0x00002120 Section 0 eeprom.o(i.EEPROM_stat_read)
- i.EKMODBUS_dataAnalysis 0x0000216c Section 0 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
- i.EX_Pwr_GPIO_Clk_Init 0x00002240 Section 0 power_manage.o(i.EX_Pwr_GPIO_Clk_Init)
- i.FLS_RDCR_WAIT_Set 0x00002260 Section 0 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
- i.Force_Open_GPIO_Init 0x0000227c Section 0 valve_control.o(i.Force_Open_GPIO_Init)
- i.GPIO_EXTI_EXTIDF_Setable 0x00002290 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
- i.GPIO_EXTI_EXTIISR_ChkEx 0x0000238c Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
- i.GPIO_EXTI_EXTIISR_ClrEx 0x00002480 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
- i.GPIO_EXTI_Init 0x0000256c Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
- i.GPIO_EXTI_Select_Edge 0x000025c4 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
- i.GPIO_EXTI_Select_Pin 0x000026d0 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
- i.GPIO_Get_InitPara 0x00002804 Section 0 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
- i.GPIO_IRQHandler 0x00002898 Section 0 exti.o(i.GPIO_IRQHandler)
- i.GPIO_Init 0x00002ad8 Section 0 fm33a0xxev_gpio.o(i.GPIO_Init)
- i.GPIO_ReadInputDataBit 0x00002b4a Section 0 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
- i.GPIO_ResetBits 0x00002b5e Section 0 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
- i.GPIO_SetBits 0x00002b62 Section 0 fm33a0xxev_gpio.o(i.GPIO_SetBits)
- i.GetPwrStatusPro 0x00002b68 Section 0 power_manage.o(i.GetPwrStatusPro)
- i.GetValveRunMaxTime 0x00002fac Section 0 valve_control.o(i.GetValveRunMaxTime)
- i.Get_AdcTempValue 0x00002ff0 Section 0 adc.o(i.Get_AdcTempValue)
- i.Get_AdcValue 0x00003020 Section 0 adc.o(i.Get_AdcValue)
- i.Get_Alka_Bat_Voltage 0x00003054 Section 0 power_manage.o(i.Get_Alka_Bat_Voltage)
- i.Get_Extern_Rtc_Time 0x000030e8 Section 0 extern_rtc.o(i.Get_Extern_Rtc_Time)
- i.Get_Lith_Bat_Voltage 0x000031a4 Section 0 power_manage.o(i.Get_Lith_Bat_Voltage)
- i.Get_Mcu_Temp 0x00003238 Section 0 power_manage.o(i.Get_Mcu_Temp)
- i.Get_vol_Average 0x00003268 Section 0 power_manage.o(i.Get_vol_Average)
- i.I2c_Ack 0x00003348 Section 0 i2c.o(i.I2c_Ack)
- i.I2c_No_Ack 0x00003388 Section 0 i2c.o(i.I2c_No_Ack)
- i.I2c_Read 0x000033c0 Section 0 i2c.o(i.I2c_Read)
- i.I2c_Scl_Gpio_Init 0x00003418 Section 0 i2c.o(i.I2c_Scl_Gpio_Init)
- i.I2c_Send 0x00003440 Section 0 i2c.o(i.I2c_Send)
- i.I2c_Start 0x000034ac Section 0 i2c.o(i.I2c_Start)
- i.I2c_Stop 0x000034e8 Section 0 i2c.o(i.I2c_Stop)
- i.IO_JitterEliminationCheck 0x00003528 Section 0 system_general_para.o(i.IO_JitterEliminationCheck)
- i.IWDT_Clr 0x0000356c Section 0 user_init.o(i.IWDT_Clr)
- i.IWDT_Init 0x0000357c Section 0 user_init.o(i.IWDT_Init)
- i.Init_RCHF 0x0000359c Section 0 user_init.o(i.Init_RCHF)
- i.Init_RCLP 0x000035b8 Section 0 user_init.o(i.Init_RCLP)
- i.Init_SysClk 0x000035dc Section 0 user_init.o(i.Init_SysClk)
- i.Init_SysClk_Gen 0x00003654 Section 0 user_init.o(i.Init_SysClk_Gen)
- i.InputtIO 0x0000366a Section 0 gpio.o(i.InputtIO)
- i.InputtIO_H 0x000036e0 Section 0 gpio.o(i.InputtIO_H)
- i.IntervalTriggerHandle 0x00003764 Section 0 system_general_para.o(i.IntervalTriggerHandle)
- i.Key_GPIO_Init 0x00003870 Section 0 key.o(i.Key_GPIO_Init)
- i.LF_PULSE_INT_GPIO_Clk_Init 0x000038a4 Section 0 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_Init)
- i.LF_PULSE_INT_GPIO_Clk_sleep 0x000038c4 Section 0 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_sleep)
- i.LPTIM_CR_EN_Getable 0x000038e0 Section 0 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
- i.LPTIM_IRQHandler 0x000038f8 Section 0 tim.o(i.LPTIM_IRQHandler)
- i.LPTIM_ISR_OVIF_Chk 0x00003910 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
- i.LPTIM_ISR_OVIF_Clr 0x00003928 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
- i.LP_lose_check_GPIO_Clk_Init 0x00003934 Section 0 pulse_and_alarm_line.o(i.LP_lose_check_GPIO_Clk_Init)
- i.LV_lose_check_GPIO_Clk_Init 0x0000395c Section 0 pulse_and_alarm_line.o(i.LV_lose_check_GPIO_Clk_Init)
- i.Lcd_DeInit 0x00003984 Section 0 lcd.o(i.Lcd_DeInit)
- i.Lcd_GPIO_Init 0x000039ac Section 0 lcd_io_api.o(i.Lcd_GPIO_Init)
- i.Lcd_Init 0x000039e8 Section 0 lcd.o(i.Lcd_Init)
- i.Lcd_Show_MenuProcess 0x000039fc Section 0 lcd.o(i.Lcd_Show_MenuProcess)
- i.Lcd_Sys_Init 0x00003a20 Section 0 lcd.o(i.Lcd_Sys_Init)
- i.Lcd_Write 0x00003a48 Section 0 lcd_io_api.o(i.Lcd_Write)
- i.Lcd_Write_Reg 0x00003a7a Section 0 lcd_io_api.o(i.Lcd_Write_Reg)
- i.LithBatUseTimeCalculate 0x00003ab4 Section 0 power_manage.o(i.LithBatUseTimeCalculate)
- i.Lith_Bat_Voltage_Status 0x00003b10 Section 0 power_manage.o(i.Lith_Bat_Voltage_Status)
- i.Lith_Battery_GPIO_Clk_Init 0x00003dc4 Section 0 power_manage.o(i.Lith_Battery_GPIO_Clk_Init)
- i.Low_Pwr_INT_GPIO_Clk_Init 0x00003dec Section 0 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_Init)
- i.Low_Pwr_INT_GPIO_Clk_sleep 0x00003e0c Section 0 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_sleep)
- i.Motor_AB_GPIO_Init 0x00003e28 Section 0 valve_control.o(i.Motor_AB_GPIO_Init)
- i.Motor_OP_CL_GPIO_Init 0x00003e48 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init)
- i.Motor_OP_CL_GPIO_Init_sleep_mode 0x00003e64 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
- i.NMI_Handler 0x00003e7c Section 0 exti.o(i.NMI_Handler)
- i.NVIC_DisableIRQ 0x00003e80 Section 0 uart.o(i.NVIC_DisableIRQ)
- NVIC_DisableIRQ 0x00003e81 Thumb Code 18 uart.o(i.NVIC_DisableIRQ)
- i.NVIC_DisableIRQ 0x00003e98 Section 0 tim.o(i.NVIC_DisableIRQ)
- NVIC_DisableIRQ 0x00003e99 Thumb Code 18 tim.o(i.NVIC_DisableIRQ)
- i.NVIC_EnableIRQ 0x00003eb0 Section 0 tim.o(i.NVIC_EnableIRQ)
- NVIC_EnableIRQ 0x00003eb1 Thumb Code 18 tim.o(i.NVIC_EnableIRQ)
- i.NVIC_SetPriority 0x00003ec8 Section 0 system_run_fun.o(i.NVIC_SetPriority)
- NVIC_SetPriority 0x00003ec9 Thumb Code 110 system_run_fun.o(i.NVIC_SetPriority)
- i.NVIC_SetPriority 0x00003f40 Section 0 tim.o(i.NVIC_SetPriority)
- NVIC_SetPriority 0x00003f41 Thumb Code 110 tim.o(i.NVIC_SetPriority)
- i.OutputIO 0x00003fb8 Section 0 gpio.o(i.OutputIO)
- i.PowerManagrInit 0x0000402c Section 0 power_manage.o(i.PowerManagrInit)
- i.Power_IO_Init 0x00004378 Section 0 power_manage.o(i.Power_IO_Init)
- i.PulseAndAlarmLineCheck 0x000043f4 Section 0 pulse_and_alarm_line.o(i.PulseAndAlarmLineCheck)
- i.PulseAndAlarmLineInit 0x00004930 Section 0 pulse_and_alarm_line.o(i.PulseAndAlarmLineInit)
- i.PulseSettlement 0x00004c84 Section 0 billing.o(i.PulseSettlement)
- i.Pulse_And_Alarm_Line_IO_Init 0x00004e44 Section 0 pulse_and_alarm_line.o(i.Pulse_And_Alarm_Line_IO_Init)
- i.R8025T_Read 0x00004e68 Section 0 extern_rtc.o(i.R8025T_Read)
- i.R8025T_Write 0x00004eb4 Section 0 extern_rtc.o(i.R8025T_Write)
- i.RMU_BORCR_BOR_PDRCFG_Set 0x00004ee4 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
- i.RMU_BORCR_OFF_BOR_Setable 0x00004f04 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
- i.RMU_PDRCR_PDREN_Setable 0x00004f28 Section 0 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
- i.RS485Settlement 0x00004f4c Section 0 billing.o(i.RS485Settlement)
- i.RS485_UART_GPIO_Init 0x000051c8 Section 0 rs485_read_data.o(i.RS485_UART_GPIO_Init)
- i.RS485_UART_GPIO_sleep 0x00005208 Section 0 rs485_read_data.o(i.RS485_UART_GPIO_sleep)
- i.RS485_read_data_GPIO_Init 0x0000522c Section 0 rs485_read_data.o(i.RS485_read_data_GPIO_Init)
- i.RS485_read_data_RX_DMA_CH3_Init 0x000052f0 Section 0 uart.o(i.RS485_read_data_RX_DMA_CH3_Init)
- i.RS485_read_data_RX_DMA_CH3_reload 0x00005350 Section 0 uart.o(i.RS485_read_data_RX_DMA_CH3_reload)
- i.RS485_read_data_RX_DMA_check 0x00005380 Section 0 rs485_read_data.o(i.RS485_read_data_RX_DMA_check)
- i.RS485_read_data_uart_Init 0x000053f0 Section 0 uart.o(i.RS485_read_data_uart_Init)
- i.RTC_GPIO_Init 0x00005474 Section 0 extern_rtc.o(i.RTC_GPIO_Init)
- i.RTC_IRQHandler 0x0000548c Section 0 rtc.o(i.RTC_IRQHandler)
- i.Read_OP_CL_VALVE_Status 0x00005490 Section 0 valve_control.o(i.Read_OP_CL_VALVE_Status)
- i.SIZHUMODBUSV2_0_dataAnalysis 0x000054e4 Section 0 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
- i.SPI3_Init 0x000056c8 Section 0 spi.o(i.SPI3_Init)
- i.SPIx_CR1_BAUD_Set 0x000057a0 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
- i.SPIx_CR1_CPHA_Set 0x000057b8 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
- i.SPIx_CR1_CPHOL_Set 0x000057ca Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
- i.SPIx_CR1_IOSWAP_Set 0x000057e2 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
- i.SPIx_CR1_LSBF_Set 0x000057fc Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
- i.SPIx_CR1_MM_Set 0x00005814 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
- i.SPIx_CR1_WAIT_Set 0x0000582e Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
- i.SPIx_CR2_DLEN_Set 0x00005846 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
- i.SPIx_CR2_HALFDUPLEX_Set 0x00005860 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
- i.SPIx_CR2_RXO_Setable 0x0000587a Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
- i.SPIx_CR2_SPIEN_Setable 0x00005894 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
- i.SPIx_CR2_SSNM_Set 0x000058ac Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
- i.SPIx_CR2_SSNSEN_Setable 0x000058c4 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
- i.SPIx_CR2_TXO_AC_Setable 0x000058dc Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
- i.SPIx_CR2_TXO_Setable 0x000058f4 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
- i.SPIx_CR3_MERRC_Clr 0x0000590c Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
- i.SPIx_CR3_RXBFC_Clr 0x00005912 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
- i.SPIx_CR3_SERRC_Clr 0x00005918 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
- i.SPIx_CR3_TXBFC_Clr 0x0000591e Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
- i.SPIx_ISR_RXBF_Chk 0x00005924 Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
- i.SPIx_ISR_TXBE_Chk 0x00005938 Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
- i.SPIx_RXBUF_Read 0x0000594c Section 0 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
- i.SPIx_TXBUF_Write 0x00005952 Section 0 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
- i.Sda_In 0x00005958 Section 0 i2c.o(i.Sda_In)
- i.Sda_Out 0x00005978 Section 0 i2c.o(i.Sda_Out)
- i.Set_Extern_Rtc_Time 0x00005998 Section 0 extern_rtc.o(i.Set_Extern_Rtc_Time)
- i.Set_Rtc_UpdataInterrupt 0x000059fc Section 0 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
- i.SettlementPro 0x00005a20 Section 0 billing.o(i.SettlementPro)
- i.SpiWriteAndRead 0x00005a98 Section 0 spi.o(i.SpiWriteAndRead)
- i.SysKeepRunningStatusGet 0x00005acc Section 0 system_run_fun.o(i.SysKeepRunningStatusGet)
- i.SysWakeUp_ClockCfg 0x00005afc Section 0 user_init.o(i.SysWakeUp_ClockCfg)
- i.SystemInit 0x00005b54 Section 0 system_fm33a0xxev.o(i.SystemInit)
- i.System_power_on_init 0x00005b70 Section 0 rcc_config.o(i.System_power_on_init)
- i.TimeEffectJudgm 0x00005bb8 Section 0 extern_rtc.o(i.TimeEffectJudgm)
- i.UART_BaudREGCalc 0x00005d14 Section 0 fm33a0xxev_uart.o(i.UART_BaudREGCalc)
- i.UART_Init 0x00005d78 Section 0 fm33a0xxev_uart.o(i.UART_Init)
- i.UART_SInit 0x00005df0 Section 0 fm33a0xxev_uart.o(i.UART_SInit)
- i.UARTx_BGR_Write 0x00006000 Section 0 fm33a0xxev_uart.o(i.UARTx_BGR_Write)
- i.UARTx_CSR_PARITY_Set 0x00006006 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_PARITY_Set)
- i.UARTx_CSR_PDSEL_Set 0x0000601e Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_PDSEL_Set)
- i.UARTx_CSR_RXEN_Setable 0x00006036 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable)
- i.UARTx_CSR_RXPOL_Setable 0x0000604e Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_RXPOL_Setable)
- i.UARTx_CSR_STOPCFG_Set 0x00006066 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_STOPCFG_Set)
- i.UARTx_CSR_TXEN_Setable 0x00006080 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable)
- i.UARTx_CSR_TXIREN_Setable 0x00006098 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXIREN_Setable)
- i.UARTx_CSR_TXPOL_Setable 0x000060b2 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXPOL_Setable)
- i.UARTx_IER_RXBF_IE_Setable 0x000060ca Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXBF_IE_Setable)
- i.UARTx_IER_RXERR_IE_Setable 0x000060e4 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXERR_IE_Setable)
- i.UARTx_IER_RXTO_IE_Setable 0x000060fe Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXTO_IE_Setable)
- i.UARTx_IER_TXBE_IE_Setable 0x00006118 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_TXBE_IE_Setable)
- i.UARTx_IER_TXSE_IE_Setable 0x00006130 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_TXSE_IE_Setable)
- i.UARTx_ISR_RXBF_Clr 0x00006148 Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr)
- i.UARTx_ISR_TXSE_Chk 0x00006150 Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
- i.UARTx_SendData_Normal 0x00006164 Section 0 uart.o(i.UARTx_SendData_Normal)
- i.UARTx_TXBUF_Write 0x0000618e Section 0 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
- i.UV_lose_check_GPIO_Clk_Init 0x00006198 Section 0 pulse_and_alarm_line.o(i.UV_lose_check_GPIO_Clk_Init)
- i.Under_Pwr_INT_GPIO_Clk_Init 0x000061c0 Section 0 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_Init)
- i.Under_Pwr_INT_GPIO_Clk_sleep 0x000061e0 Section 0 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep)
- i.Upper_ComputerLoginRecvHandler 0x000061fc Section 0 upper_com.o(i.Upper_ComputerLoginRecvHandler)
- i.Upper_ComputerLoginRespond 0x00006290 Section 0 upper_com.o(i.Upper_ComputerLoginRespond)
- i.Upper_ComputerReadWriteHandler 0x0000629c Section 0 upper_com.o(i.Upper_ComputerReadWriteHandler)
- i.Upper_ComputerRespond 0x000062fc Section 0 upper_com.o(i.Upper_ComputerRespond)
- i.VRTC_ADCCR_CKE_Setable 0x0000635c Section 0 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKE_Setable)
- i.VRTC_ADCCR_CKS_Set 0x00006380 Section 0 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKS_Set)
- i.VRTC_Init_RCMF_Trim 0x000063a0 Section 0 fm33a0xxev_vrtc.o(i.VRTC_Init_RCMF_Trim)
- i.VRTC_RCMFCR_EN_Setable 0x000063c4 Section 0 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_EN_Setable)
- i.VRTC_RCMFCR_TRIM_Set 0x000063e8 Section 0 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_TRIM_Set)
- i.ValveCtrlHade 0x00006404 Section 0 valve_control.o(i.ValveCtrlHade)
- i.ValveCtrlOrder 0x000065d8 Section 0 valve_control.o(i.ValveCtrlOrder)
- i.ValveForceOpenSignalCheck 0x00006658 Section 0 valve_control.o(i.ValveForceOpenSignalCheck)
- i.ValveMotorCloseRun 0x000066c0 Section 0 valve_control.o(i.ValveMotorCloseRun)
- i.ValveMotorOpenRun 0x000066fc Section 0 valve_control.o(i.ValveMotorOpenRun)
- i.ValveMotorStop 0x00006738 Section 0 valve_control.o(i.ValveMotorStop)
- i.ValveRunParaInit 0x00006774 Section 0 valve_control.o(i.ValveRunParaInit)
- i.Valve_CTRL_GPIO_Init 0x0000679c Section 0 valve_control.o(i.Valve_CTRL_GPIO_Init)
- i.WRC_PWR_GPIO_Init 0x000067c0 Section 0 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
- i.WirelessRemoteCommPro 0x000067d4 Section 0 wireless_remote_comm.o(i.WirelessRemoteCommPro)
- i.WrcClosePwrPro 0x0000685c Section 0 wireless_remote_comm.o(i.WrcClosePwrPro)
- i.WrcCreateLinkPro 0x00006860 Section 0 wireless_remote_comm.o(i.WrcCreateLinkPro)
- i.WrcOpenPwrPro 0x00006864 Section 0 wireless_remote_comm.o(i.WrcOpenPwrPro)
- i.WrcSendDataPro 0x0000687c Section 0 wireless_remote_comm.o(i.WrcSendDataPro)
- i.WrcWaitRecDataPro 0x00006880 Section 0 wireless_remote_comm.o(i.WrcWaitRecDataPro)
- i.__0printf$8 0x00006884 Section 0 printf8.o(i.__0printf$8)
- i.__0sprintf$8 0x000068a4 Section 0 printf8.o(i.__0sprintf$8)
- i.__ARM_clz 0x000068cc Section 0 depilogue.o(i.__ARM_clz)
- i.__ARM_common_switch8 0x000068fa Section 0 extern_rtc.o(i.__ARM_common_switch8)
- i.__scatterload_copy 0x00006916 Section 14 handlers.o(i.__scatterload_copy)
- i.__scatterload_null 0x00006924 Section 2 handlers.o(i.__scatterload_null)
- i.__scatterload_zeroinit 0x00006926 Section 14 handlers.o(i.__scatterload_zeroinit)
- i._printf_core 0x00006934 Section 0 printf8.o(i._printf_core)
- _printf_core 0x00006935 Thumb Code 1020 printf8.o(i._printf_core)
- i._printf_post_padding 0x00006d5c Section 0 printf8.o(i._printf_post_padding)
- _printf_post_padding 0x00006d5d Thumb Code 32 printf8.o(i._printf_post_padding)
- i._printf_pre_padding 0x00006d7c Section 0 printf8.o(i._printf_pre_padding)
- _printf_pre_padding 0x00006d7d Thumb Code 44 printf8.o(i._printf_pre_padding)
- i._sputc 0x00006da8 Section 0 printf8.o(i._sputc)
- _sputc 0x00006da9 Thumb Code 10 printf8.o(i._sputc)
- i.adc_tem_cal 0x00006db4 Section 0 adc.o(i.adc_tem_cal)
- i.adc_vol_cal 0x00006e58 Section 0 adc.o(i.adc_vol_cal)
- i.adc_wait_finish 0x00006ebc Section 0 adc.o(i.adc_wait_finish)
- i.allExtiIRQ 0x00006edc Section 0 system_run_fun.o(i.allExtiIRQ)
- i.allGpioInit 0x00007000 Section 0 system_run_fun.o(i.allGpioInit)
- i.allParaDefaultInit 0x00007024 Section 0 system_mem_para.o(i.allParaDefaultInit)
- i.allParaPatchPro 0x00007034 Section 0 system_mem_para.o(i.allParaPatchPro)
- i.allParaReadFromEep 0x00007074 Section 0 system_mem_para.o(i.allParaReadFromEep)
- i.arrayA_2_arrayB 0x00007084 Section 0 system_general_para.o(i.arrayA_2_arrayB)
- i.cm_backtrace_call_stack 0x000070c8 Section 0 cm_backtrace.o(i.cm_backtrace_call_stack)
- i.cm_backtrace_fault 0x000071dc Section 0 cm_backtrace.o(i.cm_backtrace_fault)
- i.cm_backtrace_firmware_info 0x000073ec Section 0 cm_backtrace.o(i.cm_backtrace_firmware_info)
- i.delay_init 0x00007418 Section 0 delay.o(i.delay_init)
- i.delay_ms 0x00007460 Section 0 delay.o(i.delay_ms)
- i.delay_us 0x000074b0 Section 0 delay.o(i.delay_us)
- i.disassembly_ins_is_bl_blx 0x00007500 Section 0 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
- disassembly_ins_is_bl_blx 0x00007501 Thumb Code 58 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
- i.dump_stack 0x0000753c Section 0 cm_backtrace.o(i.dump_stack)
- dump_stack 0x0000753d Thumb Code 128 cm_backtrace.o(i.dump_stack)
- i.eepABReadCheck 0x00007610 Section 0 system_mem_para.o(i.eepABReadCheck)
- i.eepABWriteAndReadCheck 0x0000771c Section 0 system_mem_para.o(i.eepABWriteAndReadCheck)
- i.eepParaPatchPro_1 0x0000776a Section 0 system_mem_para.o(i.eepParaPatchPro_1)
- i.eepWriteAndReadCheck 0x0000776c Section 0 system_mem_para.o(i.eepWriteAndReadCheck)
- i.fputc 0x000077ac Section 0 uart.o(i.fputc)
- i.free 0x000077d0 Section 0 malloc.o(i.free)
- i.hardwareDriversInit 0x00007824 Section 0 system_run_fun.o(i.hardwareDriversInit)
- i.keyPro 0x00007830 Section 0 key.o(i.keyPro)
- i.lcdDisplayPro 0x00007898 Section 0 lcd.o(i.lcdDisplayPro)
- i.main 0x000078c8 Section 0 main.o(i.main)
- i.malloc 0x00007a94 Section 0 malloc.o(i.malloc)
- i.modbus03AnswerCheck 0x00007b00 Section 0 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
- i.paraCalcCrcAndWriteEepAB 0x00007b48 Section 0 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
- i.print_call_stack 0x00007b80 Section 0 cm_backtrace.o(i.print_call_stack)
- print_call_stack 0x00007b81 Thumb Code 120 cm_backtrace.o(i.print_call_stack)
- i.rs485ComDataAnalysis 0x00007c18 Section 0 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
- i.rs485ComPwrOnHandle 0x00007cbc Section 0 rs485_read_data.o(i.rs485ComPwrOnHandle)
- i.rs485ComSendHandle 0x00007e3c Section 0 rs485_read_data.o(i.rs485ComSendHandle)
- i.rs485ComWaitAnswerHandle 0x00007f18 Section 0 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
- i.rs485GetDelayTime 0x0000814c Section 0 rs485_read_data.o(i.rs485GetDelayTime)
- i.rs485ReadDataPro 0x000081c0 Section 0 rs485_read_data.o(i.rs485ReadDataPro)
- i.rs485SendReadData 0x00008244 Section 0 rs485_read_data.o(i.rs485SendReadData)
- i.sendModbusReadFrame 0x000082dc Section 0 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
- i.sizhuHistoryRecord 0x00008348 Section 0 sizhu_history_record.o(i.sizhuHistoryRecord)
- i.sysRunFunCtrlPro 0x00008450 Section 0 system_run_fun.o(i.sysRunFunCtrlPro)
- i.sysRunFunParaInit 0x000085d0 Section 0 system_run_fun.o(i.sysRunFunParaInit)
- i.sysStoredParaInit 0x00008620 Section 0 system_run_fun.o(i.sysStoredParaInit)
- i.systemEepIdDefaultInit 0x000086bc Section 0 system_mem_para.o(i.systemEepIdDefaultInit)
- i.systemEepIdReadFromEep 0x000086f8 Section 0 system_mem_para.o(i.systemEepIdReadFromEep)
- i.ucharcmp 0x00008720 Section 0 system_general_para.o(i.ucharcmp)
- i.upperComPro 0x0000874c Section 0 upper_com.o(i.upperComPro)
- i.usMBCRC16 0x000088b4 Section 0 mbcrc.o(i.usMBCRC16)
- i.valveCtrlPro 0x000088e8 Section 0 valve_control.o(i.valveCtrlPro)
- .constdata 0x00008900 Section 512 mbcrc.o(.constdata)
- aucCRCHi 0x00008900 Data 256 mbcrc.o(.constdata)
- aucCRCLo 0x00008a00 Data 256 mbcrc.o(.constdata)
- .constdata 0x00008b00 Section 224 cm_backtrace.o(.constdata)
- print_info 0x00008b00 Data 152 cm_backtrace.o(.constdata)
- __FUNCTION__ 0x00008b98 Data 20 cm_backtrace.o(.constdata)
- __FUNCTION__ 0x00008bac Data 19 cm_backtrace.o(.constdata)
- .conststring 0x00008be0 Section 1566 cm_backtrace.o(.conststring)
+ .text 0x00000220 Section 0 strstr.o(.text)
+ .text 0x00000248 Section 0 uread4.o(.text)
+ .text 0x0000025c Section 0 uwrite4.o(.text)
+ .text 0x0000026e Section 0 uwrite8.o(.text)
+ .text 0x0000028c Section 0 fadd.o(.text)
+ .text 0x0000033e Section 0 fmul.o(.text)
+ .text 0x000003b8 Section 0 fdiv.o(.text)
+ .text 0x00000434 Section 0 dadd.o(.text)
+ .text 0x0000059c Section 0 dmul.o(.text)
+ .text 0x0000066c Section 0 ddiv.o(.text)
+ .text 0x0000075c Section 0 fflti.o(.text)
+ .text 0x00000772 Section 0 ffltui.o(.text)
+ .text 0x00000780 Section 0 dflti.o(.text)
+ .text 0x000007a8 Section 0 dfltui.o(.text)
+ .text 0x000007c4 Section 0 ffixi.o(.text)
+ .text 0x000007f8 Section 0 dfixi.o(.text)
+ .text 0x00000840 Section 0 dfixui.o(.text)
+ .text 0x0000087c Section 0 f2d.o(.text)
+ .text 0x000008a4 Section 40 cdcmple.o(.text)
+ .text 0x000008cc Section 40 cdrcmple.o(.text)
+ .text 0x000008f4 Section 0 d2f.o(.text)
+ .text 0x0000092c Section 20 cfcmple.o(.text)
+ .text 0x00000940 Section 20 cfrcmple.o(.text)
+ .text 0x00000954 Section 0 llshl.o(.text)
+ .text 0x00000974 Section 0 llushr.o(.text)
+ .text 0x00000996 Section 0 llsshr.o(.text)
+ .text 0x000009bc Section 0 iusefp.o(.text)
+ .text 0x000009bc Section 0 fepilogue.o(.text)
+ .text 0x00000a3e Section 0 depilogue.o(.text)
+ .text 0x00000afc Section 36 init.o(.text)
+ .text 0x00000b20 Section 0 __dczerorl2.o(.text)
+ i.ADC_CFGR_ACC_PERIOD_Set 0x00000b78 Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_ACC_PERIOD_Set)
+ i.ADC_CFGR_BUFEN_Setable 0x00000b98 Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_BUFEN_Setable)
+ i.ADC_CFGR_BUFSEL_Set 0x00000bbc Section 0 fm33a0xxev_adc.o(i.ADC_CFGR_BUFSEL_Set)
+ i.ADC_CR_ACC_IE_Setable 0x00000bd8 Section 0 fm33a0xxev_adc.o(i.ADC_CR_ACC_IE_Setable)
+ i.ADC_CR_EN_Setable 0x00000bfc Section 0 fm33a0xxev_adc.o(i.ADC_CR_EN_Setable)
+ i.ADC_CR_HPEN_Set 0x00000c20 Section 0 fm33a0xxev_adc.o(i.ADC_CR_HPEN_Set)
+ i.ADC_CR_MODE_Set 0x00000c40 Section 0 fm33a0xxev_adc.o(i.ADC_CR_MODE_Set)
+ i.ADC_CR_RSTCTRL_EN_Setable 0x00000c60 Section 0 fm33a0xxev_adc.o(i.ADC_CR_RSTCTRL_EN_Setable)
+ i.ADC_DR_Read 0x00000c84 Section 0 fm33a0xxev_adc.o(i.ADC_DR_Read)
+ i.ADC_IN4_Init 0x00000c90 Section 0 adc.o(i.ADC_IN4_Init)
+ i.ADC_IN8_Init 0x00000cec Section 0 adc.o(i.ADC_IN8_Init)
+ i.ADC_ISR_ACC_IF_Chk 0x00000d48 Section 0 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Chk)
+ i.ADC_ISR_ACC_IF_Clr 0x00000d64 Section 0 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Clr)
+ i.ADC_TRIM_Write 0x00000d74 Section 0 fm33a0xxev_adc.o(i.ADC_TRIM_Write)
+ i.ADC_Temp_Init 0x00000d84 Section 0 adc.o(i.ADC_Temp_Init)
+ i.Alarm_List_Node_Add 0x00000ddc Section 0 linked_list.o(i.Alarm_List_Node_Add)
+ i.Alarm_List_Node_Deleted 0x00000dfc Section 0 linked_list.o(i.Alarm_List_Node_Deleted)
+ i.Alarm_List_Node_PushBack 0x00000e54 Section 0 linked_list.o(i.Alarm_List_Node_PushBack)
+ i.Alka_Bat_Voltage_Status 0x00000ea4 Section 0 power_manage.o(i.Alka_Bat_Voltage_Status)
+ i.Alka_Battery_GPIO_Clk_Init 0x00001158 Section 0 power_manage.o(i.Alka_Battery_GPIO_Clk_Init)
+ i.AltFunIO 0x0000117c Section 0 gpio.o(i.AltFunIO)
+ i.AnalogIO 0x00001222 Section 0 gpio.o(i.AnalogIO)
+ i.AnalogIO_H 0x00001274 Section 0 gpio.o(i.AnalogIO_H)
+ i.BSTIM_IRQHandler 0x000012d4 Section 0 tim.o(i.BSTIM_IRQHandler)
+ i.BSTIM_ISR_UIF_Chk 0x000012e4 Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
+ i.BSTIM_ISR_UIF_Clr 0x000012fc Section 0 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
+ i.BTx_CFGR1_GRP1SEL_Set 0x00001308 Section 0 fm33a0xxev_bt.o(i.BTx_CFGR1_GRP1SEL_Set)
+ i.BTx_CR1_CHEN_Setable 0x0000131a Section 0 fm33a0xxev_bt.o(i.BTx_CR1_CHEN_Setable)
+ i.BTx_CR1_EDGESEL_Set 0x00001332 Section 0 fm33a0xxev_bt.o(i.BTx_CR1_EDGESEL_Set)
+ i.BTx_CR1_MODE_Set 0x0000134a Section 0 fm33a0xxev_bt.o(i.BTx_CR1_MODE_Set)
+ i.BTx_CR2_CNTHSEL_Set 0x00001362 Section 0 fm33a0xxev_bt.o(i.BTx_CR2_CNTHSEL_Set)
+ i.BTx_CR2_SIG2SEL_Set 0x0000137a Section 0 fm33a0xxev_bt.o(i.BTx_CR2_SIG2SEL_Set)
+ i.BTx_CR2_STDIR_Setable 0x00001392 Section 0 fm33a0xxev_bt.o(i.BTx_CR2_STDIR_Setable)
+ i.BTx_IER_CMPHIE_Setable 0x000013aa Section 0 fm33a0xxev_bt.o(i.BTx_IER_CMPHIE_Setable)
+ i.BTx_IER_OVHIE_Setable 0x000013c2 Section 0 fm33a0xxev_bt.o(i.BTx_IER_OVHIE_Setable)
+ i.BTx_IRQHandler 0x000013dc Section 0 tim.o(i.BTx_IRQHandler)
+ i.BTx_ISR_CMPHIF_Chk 0x0000143c Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Chk)
+ i.BTx_ISR_CMPHIF_Clr 0x00001450 Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Clr)
+ i.BTx_ISR_CMPLIF_Clr 0x00001456 Section 0 fm33a0xxev_bt.o(i.BTx_ISR_CMPLIF_Clr)
+ i.BTx_LOADCR_LHEN_Setable 0x0000145c Section 0 fm33a0xxev_bt.o(i.BTx_LOADCR_LHEN_Setable)
+ i.BTx_LOADCR_LLEN_Setable 0x00001474 Section 0 fm33a0xxev_bt.o(i.BTx_LOADCR_LLEN_Setable)
+ i.BTx_LOADH_Write 0x0000148c Section 0 fm33a0xxev_bt.o(i.BTx_LOADH_Write)
+ i.BTx_LOADL_Write 0x00001492 Section 0 fm33a0xxev_bt.o(i.BTx_LOADL_Write)
+ i.BTx_PRES_Write 0x00001498 Section 0 fm33a0xxev_bt.o(i.BTx_PRES_Write)
+ i.BasicTimer16_Init 0x000014a0 Section 0 tim.o(i.BasicTimer16_Init)
+ i.CDIF_CR_INTF_EN_Getable 0x00001568 Section 0 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Getable)
+ i.CDIF_CR_INTF_EN_Setable 0x00001580 Section 0 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Setable)
+ i.CMU_GetClocksFreq 0x00001598 Section 0 fm33a0xxev_cmu.o(i.CMU_GetClocksFreq)
+ i.CMU_IER_HFDET_IE_Setable 0x000016b8 Section 0 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
+ i.CMU_IRQHandler 0x000016dc Section 0 user_init.o(i.CMU_IRQHandler)
+ i.CMU_ISR_HFDETO_Chk 0x000016e0 Section 0 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
+ i.CMU_Init_RCHF_Trim 0x000016fc Section 0 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
+ i.CMU_OPCCR1_EXTICKE_Setable 0x00001750 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
+ i.CMU_OPCCR1_EXTICKSEL_Set 0x00001774 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
+ i.CMU_OPCCR1_UART0CKE_Setable 0x00001794 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKE_Setable)
+ i.CMU_OPCCR1_UART0CKS_Set 0x000017bc Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKS_Set)
+ i.CMU_OPCCR1_UART1CKE_Setable 0x000017d8 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKE_Setable)
+ i.CMU_OPCCR1_UART1CKS_Set 0x00001800 Section 0 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKS_Set)
+ i.CMU_PERCLK_SetableEx 0x00001820 Section 0 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
+ i.CMU_PLLHCR_EN_Getable 0x00001888 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_EN_Getable)
+ i.CMU_PLLHCR_OSEL_Get 0x000018a0 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_OSEL_Get)
+ i.CMU_PLLHCR_PLLHDB_Get 0x000018b0 Section 0 fm33a0xxev_cmu.o(i.CMU_PLLHCR_PLLHDB_Get)
+ i.CMU_RCHFCR_FSEL_Get 0x000018c4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Get)
+ i.CMU_RCHFCR_FSEL_Set 0x000018d4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
+ i.CMU_RCHFCR_RCHFEN_Getable 0x000018f4 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Getable)
+ i.CMU_RCHFCR_RCHFEN_Setable 0x0000190c Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
+ i.CMU_RCHFTR_RCHFTRIM_Set 0x00001930 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
+ i.CMU_RCHF_Init 0x00001948 Section 0 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
+ i.CMU_SYSCLKCR_AHBPRES_Get 0x0000195c Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Get)
+ i.CMU_SYSCLKCR_AHBPRES_Set 0x0000196c Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
+ i.CMU_SYSCLKCR_APBPRES_Get 0x0000198c Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Get)
+ i.CMU_SYSCLKCR_APBPRES_Set 0x0000199c Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
+ i.CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x000019bc Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
+ i.CMU_SYSCLKCR_SYSCLKSEL_Get 0x000019e4 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Get)
+ i.CMU_SYSCLKCR_SYSCLKSEL_Set 0x000019f4 Section 0 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
+ i.CMU_SysClk_Init 0x00001a10 Section 0 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
+ i.CMU_XTHFCR_XTHFEN_Setable 0x00001a30 Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
+ i.CMU_XTHFCR_XTHF_CFG_Set 0x00001a54 Section 0 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
+ i.COM_equipment_basic_inf_handle 0x00001a74 Section 0 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
+ i.CV_lose_check_GPIO_Clk_Init 0x00001aa8 Section 0 pulse_and_alarm_line.o(i.CV_lose_check_GPIO_Clk_Init)
+ i.CloseIO 0x00001ad0 Section 0 gpio.o(i.CloseIO)
+ i.Close_Valve_Alarm_Line_GPIO_Clk_Init 0x00001b08 Section 0 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_Init)
+ i.Close_Valve_Alarm_Line_GPIO_Clk_sleep 0x00001b28 Section 0 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_sleep)
+ i.DEBUG_Init 0x00001b48 Section 0 rcc_config.o(i.DEBUG_Init)
+ i.DMA_CH11CR_CH11DIR_Set 0x00001b54 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11DIR_Set)
+ i.DMA_CH11CR_CH11EN_Setable 0x00001b74 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11EN_Setable)
+ i.DMA_CH11CR_CH11FI_Set 0x00001b98 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FI_Set)
+ i.DMA_CH11CR_CH11FTIE_Setable 0x00001bb8 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FTIE_Setable)
+ i.DMA_CH11CR_CH11HTIE_Setable 0x00001bdc Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11HTIE_Setable)
+ i.DMA_CH11CR_CH11PRI_Set 0x00001c00 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11PRI_Set)
+ i.DMA_CH11CR_CH11RI_Set 0x00001c20 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11RI_Set)
+ i.DMA_CH11CR_CH11TSIZE_Set 0x00001c40 Section 0 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11TSIZE_Set)
+ i.DMA_CH11FAR_Write 0x00001c60 Section 0 fm33a0xxev_dma.o(i.DMA_CH11FAR_Write)
+ i.DMA_CHxCR_BDW_Set 0x00001c70 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_BDW_Set)
+ i.DMA_CHxCR_CHxFTIE_Getable 0x00001c94 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
+ i.DMA_CHxCR_CHxFTIE_Setable 0x00001cb4 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Setable)
+ i.DMA_CHxCR_CHxHTIE_Setable 0x00001cdc Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxHTIE_Setable)
+ i.DMA_CHxCR_CHxINC_Set 0x00001d04 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxINC_Set)
+ i.DMA_CHxCR_CHxPRI_Set 0x00001d28 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxPRI_Set)
+ i.DMA_CHxCR_CHxSSEL_Set 0x00001d4c Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxSSEL_Set)
+ i.DMA_CHxCR_CHxTSIZE_Set 0x00001d70 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxTSIZE_Set)
+ i.DMA_CHxCR_CIRC_Setable 0x00001d94 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_CIRC_Setable)
+ i.DMA_CHxCR_ChxEN_Setable 0x00001dbc Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable)
+ i.DMA_CHxCR_DIR_Set 0x00001de4 Section 0 fm33a0xxev_dma.o(i.DMA_CHxCR_DIR_Set)
+ i.DMA_CHxMAR_Read 0x00001e08 Section 0 fm33a0xxev_dma.o(i.DMA_CHxMAR_Read)
+ i.DMA_CHxMAR_Write 0x00001e18 Section 0 fm33a0xxev_dma.o(i.DMA_CHxMAR_Write)
+ i.DMA_GCR_DMAEN_Setable 0x00001e28 Section 0 fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable)
+ i.DMA_IRQHandler 0x00001e4c Section 0 uart.o(i.DMA_IRQHandler)
+ i.DMA_ISR_DMACHFT_Chk 0x00001e6c Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
+ i.DMA_ISR_DMACHFT_Clr 0x00001e8c Section 0 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
+ i.DMA_Init 0x00001e9c Section 0 fm33a0xxev_dma.o(i.DMA_Init)
+ i.E2P_Ctrl_Gpio_Init 0x00001f50 Section 0 eeprom.o(i.E2P_Ctrl_Gpio_Init)
+ i.EEPROM_MultipleRead 0x00001fac Section 0 eeprom.o(i.EEPROM_MultipleRead)
+ i.EEPROM_MultipleWrite 0x0000201c Section 0 eeprom.o(i.EEPROM_MultipleWrite)
+ i.EEPROM_Wait_Busy 0x00002134 Section 0 eeprom.o(i.EEPROM_Wait_Busy)
+ i.EEPROM_stat_read 0x00002148 Section 0 eeprom.o(i.EEPROM_stat_read)
+ i.EKMODBUS_dataAnalysis 0x00002194 Section 0 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
+ i.EX_Pwr_GPIO_Clk_Init 0x00002268 Section 0 power_manage.o(i.EX_Pwr_GPIO_Clk_Init)
+ i.FLS_RDCR_WAIT_Set 0x00002288 Section 0 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
+ i.Force_Open_GPIO_Init 0x000022a4 Section 0 valve_control.o(i.Force_Open_GPIO_Init)
+ i.GPIO_EXTI_EXTIDF_Setable 0x000022b8 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
+ i.GPIO_EXTI_EXTIISR_ChkEx 0x000023b4 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
+ i.GPIO_EXTI_EXTIISR_ClrEx 0x000024a8 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
+ i.GPIO_EXTI_Init 0x00002594 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
+ i.GPIO_EXTI_Select_Edge 0x000025ec Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
+ i.GPIO_EXTI_Select_Pin 0x000026f8 Section 0 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
+ i.GPIO_Get_InitPara 0x0000282c Section 0 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
+ i.GPIO_IRQHandler 0x000028c0 Section 0 exti.o(i.GPIO_IRQHandler)
+ i.GPIO_Init 0x00002b00 Section 0 fm33a0xxev_gpio.o(i.GPIO_Init)
+ i.GPIO_ReadInputDataBit 0x00002b72 Section 0 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
+ i.GPIO_ResetBits 0x00002b86 Section 0 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
+ i.GPIO_SetBits 0x00002b8a Section 0 fm33a0xxev_gpio.o(i.GPIO_SetBits)
+ i.GetPwrStatusPro 0x00002b90 Section 0 power_manage.o(i.GetPwrStatusPro)
+ i.GetValveRunMaxTime 0x00002fdc Section 0 valve_control.o(i.GetValveRunMaxTime)
+ i.Get_AdcTempValue 0x00003020 Section 0 adc.o(i.Get_AdcTempValue)
+ i.Get_AdcValue 0x00003050 Section 0 adc.o(i.Get_AdcValue)
+ i.Get_Alka_Bat_Voltage 0x00003084 Section 0 power_manage.o(i.Get_Alka_Bat_Voltage)
+ i.Get_Extern_Rtc_Time 0x00003118 Section 0 extern_rtc.o(i.Get_Extern_Rtc_Time)
+ i.Get_Lith_Bat_Voltage 0x000031d4 Section 0 power_manage.o(i.Get_Lith_Bat_Voltage)
+ i.Get_Mcu_Temp 0x00003268 Section 0 power_manage.o(i.Get_Mcu_Temp)
+ i.Get_vol_Average 0x00003298 Section 0 power_manage.o(i.Get_vol_Average)
+ i.I2c_Ack 0x00003378 Section 0 i2c.o(i.I2c_Ack)
+ i.I2c_No_Ack 0x000033b8 Section 0 i2c.o(i.I2c_No_Ack)
+ i.I2c_Read 0x000033f0 Section 0 i2c.o(i.I2c_Read)
+ i.I2c_Scl_Gpio_Init 0x00003448 Section 0 i2c.o(i.I2c_Scl_Gpio_Init)
+ i.I2c_Send 0x00003470 Section 0 i2c.o(i.I2c_Send)
+ i.I2c_Start 0x000034dc Section 0 i2c.o(i.I2c_Start)
+ i.I2c_Stop 0x00003518 Section 0 i2c.o(i.I2c_Stop)
+ i.IO_JitterEliminationCheck 0x00003558 Section 0 system_general_para.o(i.IO_JitterEliminationCheck)
+ i.IWDT_Clr 0x0000359c Section 0 user_init.o(i.IWDT_Clr)
+ i.IWDT_Init 0x000035ac Section 0 user_init.o(i.IWDT_Init)
+ i.Init_RCHF 0x000035cc Section 0 user_init.o(i.Init_RCHF)
+ i.Init_RCLP 0x000035e8 Section 0 user_init.o(i.Init_RCLP)
+ i.Init_SysClk 0x0000360c Section 0 user_init.o(i.Init_SysClk)
+ i.Init_SysClk_Gen 0x00003684 Section 0 user_init.o(i.Init_SysClk_Gen)
+ i.InputtIO 0x0000369a Section 0 gpio.o(i.InputtIO)
+ i.InputtIO_H 0x00003710 Section 0 gpio.o(i.InputtIO_H)
+ i.IntervalTriggerHandle 0x00003794 Section 0 system_general_para.o(i.IntervalTriggerHandle)
+ i.Key_GPIO_Init 0x000038a0 Section 0 key.o(i.Key_GPIO_Init)
+ i.LF_PULSE_INT_GPIO_Clk_Init 0x000038d4 Section 0 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_Init)
+ i.LF_PULSE_INT_GPIO_Clk_sleep 0x000038f4 Section 0 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_sleep)
+ i.LPTIM_CR_EN_Getable 0x00003910 Section 0 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
+ i.LPTIM_IRQHandler 0x00003928 Section 0 tim.o(i.LPTIM_IRQHandler)
+ i.LPTIM_ISR_OVIF_Chk 0x00003940 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
+ i.LPTIM_ISR_OVIF_Clr 0x00003958 Section 0 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
+ i.LP_lose_check_GPIO_Clk_Init 0x00003964 Section 0 pulse_and_alarm_line.o(i.LP_lose_check_GPIO_Clk_Init)
+ i.LV_lose_check_GPIO_Clk_Init 0x0000398c Section 0 pulse_and_alarm_line.o(i.LV_lose_check_GPIO_Clk_Init)
+ i.Lcd_DeInit 0x000039b4 Section 0 lcd.o(i.Lcd_DeInit)
+ i.Lcd_GPIO_Init 0x000039dc Section 0 lcd_io_api.o(i.Lcd_GPIO_Init)
+ i.Lcd_Init 0x00003a18 Section 0 lcd.o(i.Lcd_Init)
+ i.Lcd_Show_MenuProcess 0x00003a2c Section 0 lcd.o(i.Lcd_Show_MenuProcess)
+ i.Lcd_Sys_Init 0x00003a50 Section 0 lcd.o(i.Lcd_Sys_Init)
+ i.Lcd_Write 0x00003a78 Section 0 lcd_io_api.o(i.Lcd_Write)
+ i.Lcd_Write_Reg 0x00003aaa Section 0 lcd_io_api.o(i.Lcd_Write_Reg)
+ i.LinkDataAnalysis 0x00003ae4 Section 0 wireless_remote_comm.o(i.LinkDataAnalysis)
+ i.LithBatUseTimeCalculate 0x00003ba4 Section 0 power_manage.o(i.LithBatUseTimeCalculate)
+ i.Lith_Bat_Voltage_Status 0x00003c00 Section 0 power_manage.o(i.Lith_Bat_Voltage_Status)
+ i.Lith_Battery_GPIO_Clk_Init 0x00003eb4 Section 0 power_manage.o(i.Lith_Battery_GPIO_Clk_Init)
+ i.Low_Pwr_INT_GPIO_Clk_Init 0x00003edc Section 0 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_Init)
+ i.Low_Pwr_INT_GPIO_Clk_sleep 0x00003efc Section 0 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_sleep)
+ i.Motor_AB_GPIO_Init 0x00003f18 Section 0 valve_control.o(i.Motor_AB_GPIO_Init)
+ i.Motor_OP_CL_GPIO_Init 0x00003f38 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init)
+ i.Motor_OP_CL_GPIO_Init_sleep_mode 0x00003f54 Section 0 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
+ i.NMI_Handler 0x00003f6c Section 0 exti.o(i.NMI_Handler)
+ i.NVIC_DisableIRQ 0x00003f70 Section 0 uart.o(i.NVIC_DisableIRQ)
+ NVIC_DisableIRQ 0x00003f71 Thumb Code 18 uart.o(i.NVIC_DisableIRQ)
+ i.NVIC_DisableIRQ 0x00003f88 Section 0 tim.o(i.NVIC_DisableIRQ)
+ NVIC_DisableIRQ 0x00003f89 Thumb Code 18 tim.o(i.NVIC_DisableIRQ)
+ i.NVIC_EnableIRQ 0x00003fa0 Section 0 tim.o(i.NVIC_EnableIRQ)
+ NVIC_EnableIRQ 0x00003fa1 Thumb Code 18 tim.o(i.NVIC_EnableIRQ)
+ i.NVIC_SetPriority 0x00003fb8 Section 0 system_run_fun.o(i.NVIC_SetPriority)
+ NVIC_SetPriority 0x00003fb9 Thumb Code 110 system_run_fun.o(i.NVIC_SetPriority)
+ i.NVIC_SetPriority 0x00004030 Section 0 tim.o(i.NVIC_SetPriority)
+ NVIC_SetPriority 0x00004031 Thumb Code 110 tim.o(i.NVIC_SetPriority)
+ i.OutputIO 0x000040a8 Section 0 gpio.o(i.OutputIO)
+ i.PowerManagrInit 0x0000411c Section 0 power_manage.o(i.PowerManagrInit)
+ i.Power_IO_Init 0x00004468 Section 0 power_manage.o(i.Power_IO_Init)
+ i.ProtocolDataAnalysis 0x000044e4 Section 0 wireless_remote_comm.o(i.ProtocolDataAnalysis)
+ i.PulseAndAlarmLineCheck 0x00004520 Section 0 pulse_and_alarm_line.o(i.PulseAndAlarmLineCheck)
+ i.PulseAndAlarmLineInit 0x00004a5c Section 0 pulse_and_alarm_line.o(i.PulseAndAlarmLineInit)
+ i.PulseSettlement 0x00004db0 Section 0 billing.o(i.PulseSettlement)
+ i.Pulse_And_Alarm_Line_IO_Init 0x00004f70 Section 0 pulse_and_alarm_line.o(i.Pulse_And_Alarm_Line_IO_Init)
+ i.R8025T_Read 0x00004f94 Section 0 extern_rtc.o(i.R8025T_Read)
+ i.R8025T_Write 0x00004fe0 Section 0 extern_rtc.o(i.R8025T_Write)
+ i.RMU_BORCR_BOR_PDRCFG_Set 0x00005010 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
+ i.RMU_BORCR_OFF_BOR_Setable 0x00005030 Section 0 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
+ i.RMU_PDRCR_PDREN_Setable 0x00005054 Section 0 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
+ i.RS485Settlement 0x00005078 Section 0 billing.o(i.RS485Settlement)
+ i.RS485_UART_GPIO_sleep 0x000052f4 Section 0 rs485_read_data.o(i.RS485_UART_GPIO_sleep)
+ i.RS485_read_data_GPIO_Init 0x00005318 Section 0 rs485_read_data.o(i.RS485_read_data_GPIO_Init)
+ i.RS485_read_data_RX_DMA_CH3_Init 0x000053dc Section 0 uart.o(i.RS485_read_data_RX_DMA_CH3_Init)
+ i.RS485_read_data_RX_DMA_CH3_reload 0x0000543c Section 0 uart.o(i.RS485_read_data_RX_DMA_CH3_reload)
+ i.RS485_read_data_RX_DMA_check 0x0000546c Section 0 rs485_read_data.o(i.RS485_read_data_RX_DMA_check)
+ i.RS485_read_data_uart_Init 0x000054dc Section 0 uart.o(i.RS485_read_data_uart_Init)
+ i.RTC_GPIO_Init 0x00005560 Section 0 extern_rtc.o(i.RTC_GPIO_Init)
+ i.RTC_IRQHandler 0x00005578 Section 0 rtc.o(i.RTC_IRQHandler)
+ i.Read_OP_CL_VALVE_Status 0x0000557c Section 0 valve_control.o(i.Read_OP_CL_VALVE_Status)
+ i.SIZHUMODBUSV2_0_dataAnalysis 0x000055d0 Section 0 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
+ i.SPI3_Init 0x000057b4 Section 0 spi.o(i.SPI3_Init)
+ i.SPIx_CR1_BAUD_Set 0x0000588c Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
+ i.SPIx_CR1_CPHA_Set 0x000058a4 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
+ i.SPIx_CR1_CPHOL_Set 0x000058b6 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
+ i.SPIx_CR1_IOSWAP_Set 0x000058ce Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
+ i.SPIx_CR1_LSBF_Set 0x000058e8 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
+ i.SPIx_CR1_MM_Set 0x00005900 Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
+ i.SPIx_CR1_WAIT_Set 0x0000591a Section 0 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
+ i.SPIx_CR2_DLEN_Set 0x00005932 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
+ i.SPIx_CR2_HALFDUPLEX_Set 0x0000594c Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
+ i.SPIx_CR2_RXO_Setable 0x00005966 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
+ i.SPIx_CR2_SPIEN_Setable 0x00005980 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
+ i.SPIx_CR2_SSNM_Set 0x00005998 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
+ i.SPIx_CR2_SSNSEN_Setable 0x000059b0 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
+ i.SPIx_CR2_TXO_AC_Setable 0x000059c8 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
+ i.SPIx_CR2_TXO_Setable 0x000059e0 Section 0 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
+ i.SPIx_CR3_MERRC_Clr 0x000059f8 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
+ i.SPIx_CR3_RXBFC_Clr 0x000059fe Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
+ i.SPIx_CR3_SERRC_Clr 0x00005a04 Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
+ i.SPIx_CR3_TXBFC_Clr 0x00005a0a Section 0 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
+ i.SPIx_ISR_RXBF_Chk 0x00005a10 Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
+ i.SPIx_ISR_TXBE_Chk 0x00005a24 Section 0 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
+ i.SPIx_RXBUF_Read 0x00005a38 Section 0 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
+ i.SPIx_TXBUF_Write 0x00005a3e Section 0 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
+ i.Sda_In 0x00005a44 Section 0 i2c.o(i.Sda_In)
+ i.Sda_Out 0x00005a64 Section 0 i2c.o(i.Sda_Out)
+ i.Set_Extern_Rtc_Time 0x00005a84 Section 0 extern_rtc.o(i.Set_Extern_Rtc_Time)
+ i.Set_Rtc_UpdataInterrupt 0x00005ae8 Section 0 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
+ i.SettlementPro 0x00005b0c Section 0 billing.o(i.SettlementPro)
+ i.SizhuV4ProtocolDataAnalysis 0x00005b84 Section 0 wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis)
+ i.SizhuV4SendParaInit 0x00005c44 Section 0 wrc_sizhu_v4.o(i.SizhuV4SendParaInit)
+ i.SpiWriteAndRead 0x00005d4c Section 0 spi.o(i.SpiWriteAndRead)
+ i.SysKeepRunningStatusGet 0x00005d80 Section 0 system_run_fun.o(i.SysKeepRunningStatusGet)
+ i.SysWakeUp_ClockCfg 0x00005db0 Section 0 user_init.o(i.SysWakeUp_ClockCfg)
+ i.SystemInit 0x00005e08 Section 0 system_fm33a0xxev.o(i.SystemInit)
+ i.System_power_on_init 0x00005e24 Section 0 rcc_config.o(i.System_power_on_init)
+ i.TimeEffectJudgm 0x00005e6c Section 0 extern_rtc.o(i.TimeEffectJudgm)
+ i.UART_BaudREGCalc 0x00005fc8 Section 0 fm33a0xxev_uart.o(i.UART_BaudREGCalc)
+ i.UART_Init 0x0000602c Section 0 fm33a0xxev_uart.o(i.UART_Init)
+ i.UART_SInit 0x000060a4 Section 0 fm33a0xxev_uart.o(i.UART_SInit)
+ i.UARTx_BGR_Write 0x000062b4 Section 0 fm33a0xxev_uart.o(i.UARTx_BGR_Write)
+ i.UARTx_CSR_PARITY_Set 0x000062ba Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_PARITY_Set)
+ i.UARTx_CSR_PDSEL_Set 0x000062d2 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_PDSEL_Set)
+ i.UARTx_CSR_RXEN_Setable 0x000062ea Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable)
+ i.UARTx_CSR_RXPOL_Setable 0x00006302 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_RXPOL_Setable)
+ i.UARTx_CSR_STOPCFG_Set 0x0000631a Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_STOPCFG_Set)
+ i.UARTx_CSR_TXEN_Setable 0x00006334 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable)
+ i.UARTx_CSR_TXIREN_Setable 0x0000634c Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXIREN_Setable)
+ i.UARTx_CSR_TXPOL_Setable 0x00006366 Section 0 fm33a0xxev_uart.o(i.UARTx_CSR_TXPOL_Setable)
+ i.UARTx_IER_RXBF_IE_Setable 0x0000637e Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXBF_IE_Setable)
+ i.UARTx_IER_RXERR_IE_Setable 0x00006398 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXERR_IE_Setable)
+ i.UARTx_IER_RXTO_IE_Setable 0x000063b2 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_RXTO_IE_Setable)
+ i.UARTx_IER_TXBE_IE_Setable 0x000063cc Section 0 fm33a0xxev_uart.o(i.UARTx_IER_TXBE_IE_Setable)
+ i.UARTx_IER_TXSE_IE_Setable 0x000063e4 Section 0 fm33a0xxev_uart.o(i.UARTx_IER_TXSE_IE_Setable)
+ i.UARTx_ISR_RXBF_Clr 0x000063fc Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr)
+ i.UARTx_ISR_TXSE_Chk 0x00006404 Section 0 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
+ i.UARTx_RXBUF_Read 0x00006418 Section 0 fm33a0xxev_uart.o(i.UARTx_RXBUF_Read)
+ i.UARTx_SendData_Normal 0x00006422 Section 0 uart.o(i.UARTx_SendData_Normal)
+ i.UARTx_TXBUF_Write 0x0000644c Section 0 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
+ i.UV_lose_check_GPIO_Clk_Init 0x00006454 Section 0 pulse_and_alarm_line.o(i.UV_lose_check_GPIO_Clk_Init)
+ i.Under_Pwr_INT_GPIO_Clk_Init 0x0000647c Section 0 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_Init)
+ i.Under_Pwr_INT_GPIO_Clk_sleep 0x0000649c Section 0 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep)
+ i.Upper_ComputerLoginRecvHandler 0x000064b8 Section 0 upper_com.o(i.Upper_ComputerLoginRecvHandler)
+ i.Upper_ComputerLoginRespond 0x0000654c Section 0 upper_com.o(i.Upper_ComputerLoginRespond)
+ i.Upper_ComputerReadWriteHandler 0x00006558 Section 0 upper_com.o(i.Upper_ComputerReadWriteHandler)
+ i.Upper_ComputerRespond 0x000065b8 Section 0 upper_com.o(i.Upper_ComputerRespond)
+ i.VRTC_ADCCR_CKE_Setable 0x00006618 Section 0 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKE_Setable)
+ i.VRTC_ADCCR_CKS_Set 0x0000663c Section 0 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKS_Set)
+ i.VRTC_Init_RCMF_Trim 0x0000665c Section 0 fm33a0xxev_vrtc.o(i.VRTC_Init_RCMF_Trim)
+ i.VRTC_RCMFCR_EN_Setable 0x00006680 Section 0 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_EN_Setable)
+ i.VRTC_RCMFCR_TRIM_Set 0x000066a4 Section 0 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_TRIM_Set)
+ i.ValveCtrlHade 0x000066c0 Section 0 valve_control.o(i.ValveCtrlHade)
+ i.ValveCtrlOrder 0x00006894 Section 0 valve_control.o(i.ValveCtrlOrder)
+ i.ValveForceOpenSignalCheck 0x00006914 Section 0 valve_control.o(i.ValveForceOpenSignalCheck)
+ i.ValveMotorCloseRun 0x0000697c Section 0 valve_control.o(i.ValveMotorCloseRun)
+ i.ValveMotorOpenRun 0x000069b8 Section 0 valve_control.o(i.ValveMotorOpenRun)
+ i.ValveMotorStop 0x000069f4 Section 0 valve_control.o(i.ValveMotorStop)
+ i.ValveRunParaInit 0x00006a30 Section 0 valve_control.o(i.ValveRunParaInit)
+ i.Valve_CTRL_GPIO_Init 0x00006a58 Section 0 valve_control.o(i.Valve_CTRL_GPIO_Init)
+ i.WRC_PWR_GPIO_Init 0x00006a7c Section 0 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
+ i.WRC_RX_DMA_CH0_reload 0x00006a98 Section 0 uart.o(i.WRC_RX_DMA_CH0_reload)
+ i.WRC_RX_DMA_check 0x00006ac8 Section 0 wireless_remote_comm.o(i.WRC_RX_DMA_check)
+ i.WRC_uart_Init 0x00006b3c Section 0 uart.o(i.WRC_uart_Init)
+ i.WirelessRemoteCommPro 0x00006bc0 Section 0 wireless_remote_comm.o(i.WirelessRemoteCommPro)
+ i.WrcClosePwrPro 0x00006c48 Section 0 wireless_remote_comm.o(i.WrcClosePwrPro)
+ i.WrcCreateLinkPro 0x00006c4c Section 0 wireless_remote_comm.o(i.WrcCreateLinkPro)
+ i.WrcOpenPwrPro 0x00006c6c Section 0 wireless_remote_comm.o(i.WrcOpenPwrPro)
+ i.WrcSendCreateLinkCmd 0x00006c94 Section 0 wireless_remote_comm.o(i.WrcSendCreateLinkCmd)
+ i.WrcSendDataPro 0x00006da0 Section 0 wireless_remote_comm.o(i.WrcSendDataPro)
+ i.WrcWaitRecDataPro 0x00006da4 Section 0 wireless_remote_comm.o(i.WrcWaitRecDataPro)
+ i.__0printf$8 0x00006e10 Section 0 printf8.o(i.__0printf$8)
+ i.__0sprintf$8 0x00006e30 Section 0 printf8.o(i.__0sprintf$8)
+ i.__ARM_clz 0x00006e58 Section 0 depilogue.o(i.__ARM_clz)
+ i.__ARM_common_switch8 0x00006e86 Section 0 extern_rtc.o(i.__ARM_common_switch8)
+ i.__scatterload_copy 0x00006ea2 Section 14 handlers.o(i.__scatterload_copy)
+ i.__scatterload_null 0x00006eb0 Section 2 handlers.o(i.__scatterload_null)
+ i.__scatterload_zeroinit 0x00006eb2 Section 14 handlers.o(i.__scatterload_zeroinit)
+ i.__set_PRIMASK 0x00006ec0 Section 0 mbrtu.o(i.__set_PRIMASK)
+ __set_PRIMASK 0x00006ec1 Thumb Code 6 mbrtu.o(i.__set_PRIMASK)
+ i._printf_core 0x00006ec8 Section 0 printf8.o(i._printf_core)
+ _printf_core 0x00006ec9 Thumb Code 1020 printf8.o(i._printf_core)
+ i._printf_post_padding 0x000072f0 Section 0 printf8.o(i._printf_post_padding)
+ _printf_post_padding 0x000072f1 Thumb Code 32 printf8.o(i._printf_post_padding)
+ i._printf_pre_padding 0x00007310 Section 0 printf8.o(i._printf_pre_padding)
+ _printf_pre_padding 0x00007311 Thumb Code 44 printf8.o(i._printf_pre_padding)
+ i._sputc 0x0000733c Section 0 printf8.o(i._sputc)
+ _sputc 0x0000733d Thumb Code 10 printf8.o(i._sputc)
+ i.adc_tem_cal 0x00007348 Section 0 adc.o(i.adc_tem_cal)
+ i.adc_vol_cal 0x000073ec Section 0 adc.o(i.adc_vol_cal)
+ i.adc_wait_finish 0x00007450 Section 0 adc.o(i.adc_wait_finish)
+ i.allExtiIRQ 0x00007470 Section 0 system_run_fun.o(i.allExtiIRQ)
+ i.allGpioInit 0x00007594 Section 0 system_run_fun.o(i.allGpioInit)
+ i.allParaDefaultInit 0x000075b8 Section 0 system_mem_para.o(i.allParaDefaultInit)
+ i.allParaPatchPro 0x000075c8 Section 0 system_mem_para.o(i.allParaPatchPro)
+ i.allParaReadFromEep 0x00007608 Section 0 system_mem_para.o(i.allParaReadFromEep)
+ i.arrayA_2_arrayB 0x00007618 Section 0 system_general_para.o(i.arrayA_2_arrayB)
+ i.cm_backtrace_call_stack 0x0000765c Section 0 cm_backtrace.o(i.cm_backtrace_call_stack)
+ i.cm_backtrace_fault 0x00007770 Section 0 cm_backtrace.o(i.cm_backtrace_fault)
+ i.cm_backtrace_firmware_info 0x00007980 Section 0 cm_backtrace.o(i.cm_backtrace_firmware_info)
+ i.delay_init 0x000079ac Section 0 delay.o(i.delay_init)
+ i.delay_ms 0x000079f4 Section 0 delay.o(i.delay_ms)
+ i.delay_us 0x00007a44 Section 0 delay.o(i.delay_us)
+ i.disassembly_ins_is_bl_blx 0x00007a94 Section 0 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
+ disassembly_ins_is_bl_blx 0x00007a95 Thumb Code 58 cm_backtrace.o(i.disassembly_ins_is_bl_blx)
+ i.dump_stack 0x00007ad0 Section 0 cm_backtrace.o(i.dump_stack)
+ dump_stack 0x00007ad1 Thumb Code 128 cm_backtrace.o(i.dump_stack)
+ i.eMBFuncReadCoils 0x00007ba4 Section 0 mbfunccoils.o(i.eMBFuncReadCoils)
+ i.eMBFuncReadDiscreteInputs 0x00007c5e Section 0 mbfuncdisc.o(i.eMBFuncReadDiscreteInputs)
+ i.eMBFuncReadHoldingRegister 0x00007d16 Section 0 mbfuncholding.o(i.eMBFuncReadHoldingRegister)
+ i.eMBFuncReadInputRegister 0x00007da0 Section 0 mbfuncinput.o(i.eMBFuncReadInputRegister)
+ i.eMBFuncReadWriteMultipleHoldingRegister 0x00007e2a Section 0 mbfuncholding.o(i.eMBFuncReadWriteMultipleHoldingRegister)
+ i.eMBFuncReportSlaveID 0x00007f0c Section 0 mbfuncother.o(i.eMBFuncReportSlaveID)
+ i.eMBFuncWriteCoil 0x00007f34 Section 0 mbfunccoils.o(i.eMBFuncWriteCoil)
+ i.eMBFuncWriteHoldingRegister 0x00007fa4 Section 0 mbfuncholding.o(i.eMBFuncWriteHoldingRegister)
+ i.eMBFuncWriteMultipleCoils 0x00007fe4 Section 0 mbfunccoils.o(i.eMBFuncWriteMultipleCoils)
+ i.eMBFuncWriteMultipleHoldingRegister 0x0000807e Section 0 mbfuncholding.o(i.eMBFuncWriteMultipleHoldingRegister)
+ i.eMBInit 0x000080ec Section 0 mb.o(i.eMBInit)
+ i.eMBPoll 0x000081c8 Section 0 mb.o(i.eMBPoll)
+ i.eMBRTUInit 0x00008308 Section 0 mbrtu.o(i.eMBRTUInit)
+ i.eMBRTUReceive 0x00008364 Section 0 mbrtu.o(i.eMBRTUReceive)
+ i.eMBRTUSend 0x000083bc Section 0 mbrtu.o(i.eMBRTUSend)
+ i.eMBRTUStart 0x00008484 Section 0 mbrtu.o(i.eMBRTUStart)
+ i.eMBRTUStop 0x000084ac Section 0 mbrtu.o(i.eMBRTUStop)
+ i.eMBRegCoilsCB 0x000084c8 Section 0 regport.o(i.eMBRegCoilsCB)
+ i.eMBRegDiscreteCB 0x000084d0 Section 0 regport.o(i.eMBRegDiscreteCB)
+ i.eMBRegHoldingCB 0x000084d8 Section 0 regport.o(i.eMBRegHoldingCB)
+ i.eMBRegInputCB 0x0000853c Section 0 regport.o(i.eMBRegInputCB)
+ i.eepABReadCheck 0x00008588 Section 0 system_mem_para.o(i.eepABReadCheck)
+ i.eepABWriteAndReadCheck 0x00008694 Section 0 system_mem_para.o(i.eepABWriteAndReadCheck)
+ i.eepParaPatchPro_1 0x000086e2 Section 0 system_mem_para.o(i.eepParaPatchPro_1)
+ i.eepWriteAndReadCheck 0x000086e4 Section 0 system_mem_para.o(i.eepWriteAndReadCheck)
+ i.fputc 0x00008724 Section 0 uart.o(i.fputc)
+ i.free 0x00008748 Section 0 malloc.o(i.free)
+ i.hardwareDriversInit 0x0000879c Section 0 system_run_fun.o(i.hardwareDriversInit)
+ i.keyPro 0x000087a8 Section 0 key.o(i.keyPro)
+ i.lcdDisplayPro 0x00008810 Section 0 lcd.o(i.lcdDisplayPro)
+ i.main 0x00008840 Section 0 main.o(i.main)
+ i.malloc 0x00008a0c Section 0 malloc.o(i.malloc)
+ i.modbus03AnswerCheck 0x00008a78 Section 0 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
+ i.paraCalcCrcAndWriteEepAB 0x00008ac0 Section 0 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
+ i.print_call_stack 0x00008af8 Section 0 cm_backtrace.o(i.print_call_stack)
+ print_call_stack 0x00008af9 Thumb Code 120 cm_backtrace.o(i.print_call_stack)
+ i.prveMBError2Exception 0x00008b90 Section 0 mbutils.o(i.prveMBError2Exception)
+ i.rs485ComDataAnalysis 0x00008bb4 Section 0 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
+ i.rs485ComPwrOnHandle 0x00008c58 Section 0 rs485_read_data.o(i.rs485ComPwrOnHandle)
+ i.rs485ComSendHandle 0x00008dd8 Section 0 rs485_read_data.o(i.rs485ComSendHandle)
+ i.rs485ComWaitAnswerHandle 0x00008eb0 Section 0 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
+ i.rs485GetDelayTime 0x000090ec Section 0 rs485_read_data.o(i.rs485GetDelayTime)
+ i.rs485ReadDataPro 0x00009160 Section 0 rs485_read_data.o(i.rs485ReadDataPro)
+ i.rs485SendReadData 0x000091e4 Section 0 rs485_read_data.o(i.rs485SendReadData)
+ i.sendModbusReadFrame 0x0000927c Section 0 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
+ i.sizhuHistoryRecord 0x000092e8 Section 0 sizhu_history_record.o(i.sizhuHistoryRecord)
+ i.sysRunFunCtrlPro 0x000093f0 Section 0 system_run_fun.o(i.sysRunFunCtrlPro)
+ i.sysRunFunParaInit 0x0000957c Section 0 system_run_fun.o(i.sysRunFunParaInit)
+ i.sysStoredParaInit 0x000095cc Section 0 system_run_fun.o(i.sysStoredParaInit)
+ i.systemEepIdDefaultInit 0x00009668 Section 0 system_mem_para.o(i.systemEepIdDefaultInit)
+ i.systemEepIdReadFromEep 0x000096a4 Section 0 system_mem_para.o(i.systemEepIdReadFromEep)
+ i.ucharcmp 0x000096cc Section 0 system_general_para.o(i.ucharcmp)
+ i.up_comm_RX_DMA_CH2_Init 0x000096f8 Section 0 uart.o(i.up_comm_RX_DMA_CH2_Init)
+ i.up_comm_RX_DMA_CH2_reload 0x0000975c Section 0 uart.o(i.up_comm_RX_DMA_CH2_reload)
+ i.up_comm_RX_DMA_check 0x0000978c Section 0 upper_com.o(i.up_comm_RX_DMA_check)
+ i.up_comm_uart_Init 0x00009804 Section 0 uart.o(i.up_comm_uart_Init)
+ i.up_comm_uart_enable 0x0000989c Section 0 upper_com.o(i.up_comm_uart_enable)
+ i.upperComPro 0x00009928 Section 0 upper_com.o(i.upperComPro)
+ i.usMBCRC16 0x00009ac4 Section 0 mbcrc1.o(i.usMBCRC16)
+ i.usMBCRC16_initFF 0x00009af8 Section 0 mbcrc_1.o(i.usMBCRC16_initFF)
+ i.vMBPortSerialEnable 0x00009b10 Section 0 portserial.o(i.vMBPortSerialEnable)
+ i.vMBPortTimersDisable 0x00009b12 Section 0 porttimer.o(i.vMBPortTimersDisable)
+ i.vMBPortTimersEnable 0x00009b14 Section 0 porttimer.o(i.vMBPortTimersEnable)
+ i.valveCtrlPro 0x00009b18 Section 0 valve_control.o(i.valveCtrlPro)
+ i.xMBPortEventGet 0x00009b30 Section 0 portevent.o(i.xMBPortEventGet)
+ i.xMBPortEventInit 0x00009b54 Section 0 portevent.o(i.xMBPortEventInit)
+ i.xMBPortEventPost 0x00009b64 Section 0 portevent.o(i.xMBPortEventPost)
+ i.xMBPortSerialGetByte 0x00009b7c Section 0 portserial.o(i.xMBPortSerialGetByte)
+ i.xMBPortSerialInit 0x00009b90 Section 0 portserial.o(i.xMBPortSerialInit)
+ i.xMBPortSerialPutByte 0x00009bbc Section 0 portserial.o(i.xMBPortSerialPutByte)
+ i.xMBPortTimersInit 0x00009be8 Section 0 porttimer.o(i.xMBPortTimersInit)
+ i.xMBRTUReceiveCheck 0x00009bf0 Section 0 mbrtu.o(i.xMBRTUReceiveCheck)
+ i.xMBRTUReceiveFSM 0x00009c20 Section 0 mbrtu.o(i.xMBRTUReceiveFSM)
+ i.xMBRTUTimerT35Expired 0x00009cac Section 0 mbrtu.o(i.xMBRTUTimerT35Expired)
+ i.xMBRTUTransmitFSM 0x00009cf0 Section 0 mbrtu.o(i.xMBRTUTransmitFSM)
+ .constdata 0x00009d60 Section 512 mbcrc1.o(.constdata)
+ aucCRCHi 0x00009d60 Data 256 mbcrc1.o(.constdata)
+ aucCRCLo 0x00009e60 Data 256 mbcrc1.o(.constdata)
+ .constdata 0x00009f60 Section 224 cm_backtrace.o(.constdata)
+ print_info 0x00009f60 Data 152 cm_backtrace.o(.constdata)
+ __FUNCTION__ 0x00009ff8 Data 20 cm_backtrace.o(.constdata)
+ __FUNCTION__ 0x0000a00c Data 19 cm_backtrace.o(.constdata)
+ .conststring 0x0000a040 Section 1566 cm_backtrace.o(.conststring)
.data 0x20000000 Section 24 system_general_para.o(.data)
.data 0x20000018 Section 2 system_run_fun.o(.data)
.data 0x2000001c Section 5 linked_list.o(.data)
@@ -4112,50 +4459,90 @@
day_record_flag 0x2000006e Data 1 sizhu_history_record.o(.data)
month_record_flag 0x2000006f Data 1 sizhu_history_record.o(.data)
interval_report_record_flag 0x20000070 Data 1 sizhu_history_record.o(.data)
- .data 0x20000071 Section 414 system_mem_para.o(.data)
- .data 0x20000210 Section 6 upper_com.o(.data)
- uc_login_state_g 0x20000210 Data 1 upper_com.o(.data)
- uc_rw_result_g 0x20000212 Data 1 upper_com.o(.data)
- local_random_code_g 0x20000214 Data 2 upper_com.o(.data)
- .data 0x20000216 Section 2 wireless_remote_comm.o(.data)
- .data 0x20000218 Section 8 lcd.o(.data)
- .data 0x20000220 Section 20 cm_backtrace.o(.data)
- main_stack_start_addr 0x20000220 Data 4 cm_backtrace.o(.data)
- main_stack_size 0x20000224 Data 4 cm_backtrace.o(.data)
- code_start_addr 0x20000228 Data 4 cm_backtrace.o(.data)
- code_size 0x2000022c Data 4 cm_backtrace.o(.data)
- init_ok 0x20000230 Data 1 cm_backtrace.o(.data)
- on_fault 0x20000231 Data 1 cm_backtrace.o(.data)
- stack_is_overflow 0x20000232 Data 1 cm_backtrace.o(.data)
- on_thread_before_fault 0x20000233 Data 1 cm_backtrace.o(.data)
- .data 0x20000234 Section 8 rs485_read_data.o(.data)
- RS485_err_cnt 0x2000023b Data 1 rs485_read_data.o(.data)
- .data 0x2000023c Section 12 pulse_and_alarm_line.o(.data)
- broken_line_cnt 0x20000244 Data 1 pulse_and_alarm_line.o(.data)
- low_pwr_line_cnt 0x20000245 Data 1 pulse_and_alarm_line.o(.data)
- under_pwr_line_cnt 0x20000246 Data 1 pulse_and_alarm_line.o(.data)
- close_valve_line_cnt 0x20000247 Data 1 pulse_and_alarm_line.o(.data)
- .data 0x20000248 Section 4 system_fm33a0xxev.o(.data)
- .data 0x2000024c Section 4 rand.o(.data)
- _rand_state 0x2000024c Data 4 rand.o(.data)
- .data 0x20000250 Section 4 stdout.o(.data)
- .data 0x20000254 Section 4 mvars.o(.data)
- .data 0x20000258 Section 4 mvars.o(.data)
- .bss 0x2000025c Section 78 sizhu_ctrl_word.o(.bss)
- .bss 0x200002aa Section 256 uart.o(.bss)
- .bss 0x200003aa Section 287 system_mem_para.o(.bss)
- .bss 0x200004cc Section 2051 upper_com.o(.bss)
- .bss 0x20000ccf Section 48 lcd_io_api.o(.bss)
- .bss 0x20000d00 Section 308 cm_backtrace.o(.bss)
- fw_name 0x20000d00 Data 32 cm_backtrace.o(.bss)
- hw_ver 0x20000d20 Data 32 cm_backtrace.o(.bss)
- sw_ver 0x20000d40 Data 32 cm_backtrace.o(.bss)
- call_stack_info 0x20000d60 Data 144 cm_backtrace.o(.bss)
- regs 0x20000df0 Data 68 cm_backtrace.o(.bss)
- .bss 0x20000e34 Section 260 rs485_read_data.o(.bss)
- .bss 0x20000f38 Section 96 rs485_data_analysis_pro.o(.bss)
- HEAP 0x20000f98 Section 4096 startup_fm33a0xxev.o(HEAP)
- STACK 0x20001f98 Section 16384 startup_fm33a0xxev.o(STACK)
+ .data 0x20000071 Section 417 system_mem_para.o(.data)
+ .data 0x20000212 Section 6 upper_com.o(.data)
+ uc_login_state_g 0x20000212 Data 1 upper_com.o(.data)
+ uc_rw_result_g 0x20000214 Data 1 upper_com.o(.data)
+ local_random_code_g 0x20000216 Data 2 upper_com.o(.data)
+ .data 0x20000218 Section 3 wireless_remote_comm.o(.data)
+ .data 0x2000021b Section 29 wrc_sizhu_v4.o(.data)
+ protocol_head_up_g 0x2000021b Data 26 wrc_sizhu_v4.o(.data)
+ proto_tail_up_g 0x20000235 Data 3 wrc_sizhu_v4.o(.data)
+ .data 0x20000238 Section 8 lcd.o(.data)
+ .data 0x20000240 Section 20 cm_backtrace.o(.data)
+ main_stack_start_addr 0x20000240 Data 4 cm_backtrace.o(.data)
+ main_stack_size 0x20000244 Data 4 cm_backtrace.o(.data)
+ code_start_addr 0x20000248 Data 4 cm_backtrace.o(.data)
+ code_size 0x2000024c Data 4 cm_backtrace.o(.data)
+ init_ok 0x20000250 Data 1 cm_backtrace.o(.data)
+ on_fault 0x20000251 Data 1 cm_backtrace.o(.data)
+ stack_is_overflow 0x20000252 Data 1 cm_backtrace.o(.data)
+ on_thread_before_fault 0x20000253 Data 1 cm_backtrace.o(.data)
+ .data 0x20000254 Section 8 rs485_read_data.o(.data)
+ RS485_err_cnt 0x2000025b Data 1 rs485_read_data.o(.data)
+ .data 0x2000025c Section 12 pulse_and_alarm_line.o(.data)
+ broken_line_cnt 0x20000264 Data 1 pulse_and_alarm_line.o(.data)
+ low_pwr_line_cnt 0x20000265 Data 1 pulse_and_alarm_line.o(.data)
+ under_pwr_line_cnt 0x20000266 Data 1 pulse_and_alarm_line.o(.data)
+ close_valve_line_cnt 0x20000267 Data 1 pulse_and_alarm_line.o(.data)
+ .data 0x20000268 Section 182 mb.o(.data)
+ ucMBAddress 0x20000268 Data 1 mb.o(.data)
+ eMBCurrentMode 0x20000269 Data 1 mb.o(.data)
+ eMBState 0x2000026a Data 1 mb.o(.data)
+ peMBFrameSendCur 0x2000026c Data 4 mb.o(.data)
+ pvMBFrameStartCur 0x20000270 Data 4 mb.o(.data)
+ pvMBFrameStopCur 0x20000274 Data 4 mb.o(.data)
+ peMBFrameReceiveCur 0x20000278 Data 4 mb.o(.data)
+ pvMBFrameCloseCur 0x2000027c Data 4 mb.o(.data)
+ xFuncHandlers 0x20000294 Data 128 mb.o(.data)
+ ucMBFrame 0x20000314 Data 4 mb.o(.data)
+ ucRcvAddress 0x20000318 Data 1 mb.o(.data)
+ ucFunctionCode 0x20000319 Data 1 mb.o(.data)
+ usLength 0x2000031a Data 2 mb.o(.data)
+ eException 0x2000031c Data 1 mb.o(.data)
+ old_addr 0x2000031d Data 1 mb.o(.data)
+ .data 0x2000031e Section 2 mbfuncother.o(.data)
+ usMBSlaveIDLen 0x2000031e Data 2 mbfuncother.o(.data)
+ .data 0x20000320 Section 2 portevent.o(.data)
+ eQueuedEvent 0x20000320 Data 1 portevent.o(.data)
+ xEventInQueue 0x20000321 Data 1 portevent.o(.data)
+ .data 0x20000322 Section 10 regport.o(.data)
+ usRegInputStart 0x20000322 Data 2 regport.o(.data)
+ usRegInputBuf 0x20000324 Data 8 regport.o(.data)
+ .data 0x2000032c Section 12 mbrtu.o(.data)
+ eSndState 0x2000032c Data 1 mbrtu.o(.data)
+ eRcvState 0x2000032d Data 1 mbrtu.o(.data)
+ pucSndBufferCur 0x20000330 Data 4 mbrtu.o(.data)
+ usSndBufferCount 0x20000334 Data 2 mbrtu.o(.data)
+ usRcvBufferPos 0x20000336 Data 2 mbrtu.o(.data)
+ .data 0x20000338 Section 4 system_fm33a0xxev.o(.data)
+ .data 0x2000033c Section 4 rand.o(.data)
+ _rand_state 0x2000033c Data 4 rand.o(.data)
+ .data 0x20000340 Section 4 stdout.o(.data)
+ .data 0x20000344 Section 4 mvars.o(.data)
+ .data 0x20000348 Section 4 mvars.o(.data)
+ .bss 0x2000034c Section 78 sizhu_ctrl_word.o(.bss)
+ .bss 0x2000039a Section 2304 uart.o(.bss)
+ .bss 0x20000c9a Section 287 system_mem_para.o(.bss)
+ .bss 0x20000dbc Section 2051 upper_com.o(.bss)
+ .bss 0x200015bf Section 300 wireless_remote_comm.o(.bss)
+ .bss 0x200016eb Section 71 wrc_sizhu_v4.o(.bss)
+ data_head_g 0x200016eb Data 71 wrc_sizhu_v4.o(.bss)
+ .bss 0x20001732 Section 48 lcd_io_api.o(.bss)
+ .bss 0x20001764 Section 308 cm_backtrace.o(.bss)
+ fw_name 0x20001764 Data 32 cm_backtrace.o(.bss)
+ hw_ver 0x20001784 Data 32 cm_backtrace.o(.bss)
+ sw_ver 0x200017a4 Data 32 cm_backtrace.o(.bss)
+ call_stack_info 0x200017c4 Data 144 cm_backtrace.o(.bss)
+ regs 0x20001854 Data 68 cm_backtrace.o(.bss)
+ .bss 0x20001898 Section 260 rs485_read_data.o(.bss)
+ .bss 0x2000199c Section 96 rs485_data_analysis_pro.o(.bss)
+ .bss 0x200019fc Section 32 mbfuncother.o(.bss)
+ ucMBSlaveID 0x200019fc Data 32 mbfuncother.o(.bss)
+ .bss 0x20001a1c Section 30 regdefine.o(.bss)
+ .bss 0x20001a3a Section 256 mbrtu.o(.bss)
+ HEAP 0x20001b40 Section 4096 startup_fm33a0xxev.o(HEAP)
+ STACK 0x20002b40 Section 16384 startup_fm33a0xxev.o(STACK)
Global Symbols
@@ -4269,405 +4656,456 @@
__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_fadd 0x00000265 Thumb Code 162 fadd.o(.text)
- __aeabi_fsub 0x00000307 Thumb Code 8 fadd.o(.text)
- __aeabi_frsub 0x0000030f Thumb Code 8 fadd.o(.text)
- __aeabi_fmul 0x00000317 Thumb Code 122 fmul.o(.text)
- __aeabi_fdiv 0x00000391 Thumb Code 124 fdiv.o(.text)
- __aeabi_dadd 0x0000040d Thumb Code 330 dadd.o(.text)
- __aeabi_dsub 0x00000557 Thumb Code 12 dadd.o(.text)
- __aeabi_drsub 0x00000563 Thumb Code 12 dadd.o(.text)
- __aeabi_dmul 0x00000575 Thumb Code 202 dmul.o(.text)
- __aeabi_ddiv 0x00000645 Thumb Code 234 ddiv.o(.text)
- __aeabi_i2f 0x00000735 Thumb Code 22 fflti.o(.text)
- __aeabi_ui2f 0x0000074b Thumb Code 14 ffltui.o(.text)
- __aeabi_i2d 0x00000759 Thumb Code 34 dflti.o(.text)
- __aeabi_ui2d 0x00000781 Thumb Code 24 dfltui.o(.text)
- __aeabi_f2iz 0x0000079d Thumb Code 50 ffixi.o(.text)
- __aeabi_d2iz 0x000007d1 Thumb Code 62 dfixi.o(.text)
- __aeabi_d2uiz 0x00000819 Thumb Code 50 dfixui.o(.text)
- __aeabi_f2d 0x00000855 Thumb Code 40 f2d.o(.text)
- __aeabi_cdcmpeq 0x0000087d Thumb Code 0 cdcmple.o(.text)
- __aeabi_cdcmple 0x0000087d Thumb Code 38 cdcmple.o(.text)
- __aeabi_cdrcmple 0x000008a5 Thumb Code 38 cdrcmple.o(.text)
- __aeabi_d2f 0x000008cd Thumb Code 56 d2f.o(.text)
- __aeabi_cfcmpeq 0x00000905 Thumb Code 0 cfcmple.o(.text)
- __aeabi_cfcmple 0x00000905 Thumb Code 20 cfcmple.o(.text)
- __aeabi_cfrcmple 0x00000919 Thumb Code 20 cfrcmple.o(.text)
- __aeabi_llsl 0x0000092d Thumb Code 32 llshl.o(.text)
- _ll_shift_l 0x0000092d Thumb Code 0 llshl.o(.text)
- __aeabi_llsr 0x0000094d Thumb Code 34 llushr.o(.text)
- _ll_ushift_r 0x0000094d Thumb Code 0 llushr.o(.text)
- __aeabi_lasr 0x0000096f Thumb Code 38 llsshr.o(.text)
- _ll_sshift_r 0x0000096f Thumb Code 0 llsshr.o(.text)
- __I$use$fp 0x00000995 Thumb Code 0 iusefp.o(.text)
- _float_round 0x00000995 Thumb Code 16 fepilogue.o(.text)
- _float_epilogue 0x000009a5 Thumb Code 114 fepilogue.o(.text)
- _double_round 0x00000a17 Thumb Code 26 depilogue.o(.text)
- _double_epilogue 0x00000a31 Thumb Code 164 depilogue.o(.text)
- __scatterload 0x00000ad5 Thumb Code 28 init.o(.text)
- __scatterload_rt2 0x00000ad5 Thumb Code 0 init.o(.text)
- __decompress 0x00000af9 Thumb Code 0 __dczerorl2.o(.text)
- __decompress1 0x00000af9 Thumb Code 86 __dczerorl2.o(.text)
- ADC_CFGR_ACC_PERIOD_Set 0x00000b51 Thumb Code 28 fm33a0xxev_adc.o(i.ADC_CFGR_ACC_PERIOD_Set)
- ADC_CFGR_BUFEN_Setable 0x00000b71 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CFGR_BUFEN_Setable)
- ADC_CFGR_BUFSEL_Set 0x00000b95 Thumb Code 22 fm33a0xxev_adc.o(i.ADC_CFGR_BUFSEL_Set)
- ADC_CR_ACC_IE_Setable 0x00000bb1 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_ACC_IE_Setable)
- ADC_CR_EN_Setable 0x00000bd5 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_EN_Setable)
- ADC_CR_HPEN_Set 0x00000bf9 Thumb Code 26 fm33a0xxev_adc.o(i.ADC_CR_HPEN_Set)
- ADC_CR_MODE_Set 0x00000c19 Thumb Code 26 fm33a0xxev_adc.o(i.ADC_CR_MODE_Set)
- ADC_CR_RSTCTRL_EN_Setable 0x00000c39 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_RSTCTRL_EN_Setable)
- ADC_DR_Read 0x00000c5d Thumb Code 8 fm33a0xxev_adc.o(i.ADC_DR_Read)
- ADC_IN4_Init 0x00000c69 Thumb Code 88 adc.o(i.ADC_IN4_Init)
- ADC_IN8_Init 0x00000cc5 Thumb Code 88 adc.o(i.ADC_IN8_Init)
- ADC_ISR_ACC_IF_Chk 0x00000d21 Thumb Code 22 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Chk)
- ADC_ISR_ACC_IF_Clr 0x00000d3d Thumb Code 10 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Clr)
- ADC_TRIM_Write 0x00000d4d Thumb Code 10 fm33a0xxev_adc.o(i.ADC_TRIM_Write)
- ADC_Temp_Init 0x00000d5d Thumb Code 82 adc.o(i.ADC_Temp_Init)
- Alarm_List_Node_Add 0x00000db5 Thumb Code 30 linked_list.o(i.Alarm_List_Node_Add)
- Alarm_List_Node_Deleted 0x00000dd5 Thumb Code 84 linked_list.o(i.Alarm_List_Node_Deleted)
- Alarm_List_Node_PushBack 0x00000e2d Thumb Code 76 linked_list.o(i.Alarm_List_Node_PushBack)
- Alka_Bat_Voltage_Status 0x00000e7d Thumb Code 654 power_manage.o(i.Alka_Bat_Voltage_Status)
- Alka_Battery_GPIO_Clk_Init 0x00001131 Thumb Code 28 power_manage.o(i.Alka_Battery_GPIO_Clk_Init)
- AltFunIO 0x00001155 Thumb Code 166 gpio.o(i.AltFunIO)
- AnalogIO 0x000011fb Thumb Code 80 gpio.o(i.AnalogIO)
- AnalogIO_H 0x0000124d Thumb Code 92 gpio.o(i.AnalogIO_H)
- BSTIM_IRQHandler 0x000012ad Thumb Code 16 tim.o(i.BSTIM_IRQHandler)
- BSTIM_ISR_UIF_Chk 0x000012bd Thumb Code 20 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
- BSTIM_ISR_UIF_Clr 0x000012d5 Thumb Code 8 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
- BTx_CFGR1_GRP1SEL_Set 0x000012e1 Thumb Code 18 fm33a0xxev_bt.o(i.BTx_CFGR1_GRP1SEL_Set)
- BTx_CR1_CHEN_Setable 0x000012f3 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_CHEN_Setable)
- BTx_CR1_EDGESEL_Set 0x0000130b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_EDGESEL_Set)
- BTx_CR1_MODE_Set 0x00001323 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_MODE_Set)
- BTx_CR2_CNTHSEL_Set 0x0000133b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_CNTHSEL_Set)
- BTx_CR2_SIG2SEL_Set 0x00001353 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_SIG2SEL_Set)
- BTx_CR2_STDIR_Setable 0x0000136b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_STDIR_Setable)
- BTx_IER_CMPHIE_Setable 0x00001383 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_IER_CMPHIE_Setable)
- BTx_IER_OVHIE_Setable 0x0000139b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_IER_OVHIE_Setable)
- BTx_IRQHandler 0x000013b5 Thumb Code 82 tim.o(i.BTx_IRQHandler)
- BTx_ISR_CMPHIF_Chk 0x00001415 Thumb Code 20 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Chk)
- BTx_ISR_CMPHIF_Clr 0x00001429 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Clr)
- BTx_ISR_CMPLIF_Clr 0x0000142f Thumb Code 6 fm33a0xxev_bt.o(i.BTx_ISR_CMPLIF_Clr)
- BTx_LOADCR_LHEN_Setable 0x00001435 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_LOADCR_LHEN_Setable)
- BTx_LOADCR_LLEN_Setable 0x0000144d Thumb Code 24 fm33a0xxev_bt.o(i.BTx_LOADCR_LLEN_Setable)
- BTx_LOADH_Write 0x00001465 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_LOADH_Write)
- BTx_LOADL_Write 0x0000146b Thumb Code 6 fm33a0xxev_bt.o(i.BTx_LOADL_Write)
- BTx_PRES_Write 0x00001471 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_PRES_Write)
- BasicTimer16_Init 0x00001479 Thumb Code 190 tim.o(i.BasicTimer16_Init)
- CDIF_CR_INTF_EN_Getable 0x00001541 Thumb Code 20 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Getable)
- CDIF_CR_INTF_EN_Setable 0x00001559 Thumb Code 20 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Setable)
- CMU_GetClocksFreq 0x00001571 Thumb Code 274 fm33a0xxev_cmu.o(i.CMU_GetClocksFreq)
- CMU_IER_HFDET_IE_Setable 0x00001691 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
- CMU_IRQHandler 0x000016b5 Thumb Code 4 user_init.o(i.CMU_IRQHandler)
- CMU_ISR_HFDETO_Chk 0x000016b9 Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
- CMU_Init_RCHF_Trim 0x000016d5 Thumb Code 80 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
- CMU_OPCCR1_EXTICKE_Setable 0x00001729 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
- CMU_OPCCR1_EXTICKSEL_Set 0x0000174d Thumb Code 26 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
- CMU_OPCCR1_UART0CKE_Setable 0x0000176d Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKE_Setable)
- CMU_OPCCR1_UART0CKS_Set 0x00001795 Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKS_Set)
- CMU_OPCCR1_UART1CKE_Setable 0x000017b1 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKE_Setable)
- CMU_OPCCR1_UART1CKS_Set 0x000017d9 Thumb Code 26 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKS_Set)
- CMU_PERCLK_SetableEx 0x000017f9 Thumb Code 100 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
- CMU_PLLHCR_EN_Getable 0x00001861 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_PLLHCR_EN_Getable)
- CMU_PLLHCR_OSEL_Get 0x00001879 Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_PLLHCR_OSEL_Get)
- CMU_PLLHCR_PLLHDB_Get 0x00001889 Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_PLLHCR_PLLHDB_Get)
- CMU_RCHFCR_FSEL_Get 0x0000189d Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Get)
- CMU_RCHFCR_FSEL_Set 0x000018ad Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
- CMU_RCHFCR_RCHFEN_Getable 0x000018cd Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Getable)
- CMU_RCHFCR_RCHFEN_Setable 0x000018e5 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
- CMU_RCHFTR_RCHFTRIM_Set 0x00001909 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
- CMU_RCHF_Init 0x00001921 Thumb Code 18 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
- CMU_SYSCLKCR_AHBPRES_Get 0x00001935 Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Get)
- CMU_SYSCLKCR_AHBPRES_Set 0x00001945 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
- CMU_SYSCLKCR_APBPRES_Get 0x00001965 Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Get)
- CMU_SYSCLKCR_APBPRES_Set 0x00001975 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
- CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x00001995 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
- CMU_SYSCLKCR_SYSCLKSEL_Get 0x000019bd Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Get)
- CMU_SYSCLKCR_SYSCLKSEL_Set 0x000019cd Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
- CMU_SysClk_Init 0x000019e9 Thumb Code 30 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
- CMU_XTHFCR_XTHFEN_Setable 0x00001a09 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
- CMU_XTHFCR_XTHF_CFG_Set 0x00001a2d Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
- COM_equipment_basic_inf_handle 0x00001a4d Thumb Code 46 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
- CV_lose_check_GPIO_Clk_Init 0x00001a81 Thumb Code 30 pulse_and_alarm_line.o(i.CV_lose_check_GPIO_Clk_Init)
- CloseIO 0x00001aa9 Thumb Code 56 gpio.o(i.CloseIO)
- Close_Valve_Alarm_Line_GPIO_Clk_Init 0x00001ae1 Thumb Code 24 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_Init)
- Close_Valve_Alarm_Line_GPIO_Clk_sleep 0x00001b01 Thumb Code 22 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_sleep)
- DEBUG_Init 0x00001b21 Thumb Code 10 rcc_config.o(i.DEBUG_Init)
- DMA_CH11CR_CH11DIR_Set 0x00001b2d Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11DIR_Set)
- DMA_CH11CR_CH11EN_Setable 0x00001b4d Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11EN_Setable)
- DMA_CH11CR_CH11FI_Set 0x00001b71 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FI_Set)
- DMA_CH11CR_CH11FTIE_Setable 0x00001b91 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FTIE_Setable)
- DMA_CH11CR_CH11HTIE_Setable 0x00001bb5 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11HTIE_Setable)
- DMA_CH11CR_CH11PRI_Set 0x00001bd9 Thumb Code 28 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11PRI_Set)
- DMA_CH11CR_CH11RI_Set 0x00001bf9 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11RI_Set)
- DMA_CH11CR_CH11TSIZE_Set 0x00001c19 Thumb Code 22 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11TSIZE_Set)
- DMA_CH11FAR_Write 0x00001c39 Thumb Code 10 fm33a0xxev_dma.o(i.DMA_CH11FAR_Write)
- DMA_CHxCR_BDW_Set 0x00001c49 Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_BDW_Set)
- DMA_CHxCR_CHxFTIE_Getable 0x00001c6d Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
- DMA_CHxCR_CHxFTIE_Setable 0x00001c8d Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Setable)
- DMA_CHxCR_CHxHTIE_Setable 0x00001cb5 Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxHTIE_Setable)
- DMA_CHxCR_CHxINC_Set 0x00001cdd Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxINC_Set)
- DMA_CHxCR_CHxPRI_Set 0x00001d01 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxPRI_Set)
- DMA_CHxCR_CHxSSEL_Set 0x00001d25 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxSSEL_Set)
- DMA_CHxCR_CHxTSIZE_Set 0x00001d49 Thumb Code 28 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxTSIZE_Set)
- DMA_CHxCR_CIRC_Setable 0x00001d6d Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CIRC_Setable)
- DMA_CHxCR_ChxEN_Setable 0x00001d95 Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable)
- DMA_CHxCR_DIR_Set 0x00001dbd Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_DIR_Set)
- DMA_CHxMAR_Read 0x00001de1 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_CHxMAR_Read)
- DMA_CHxMAR_Write 0x00001df1 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_CHxMAR_Write)
- DMA_GCR_DMAEN_Setable 0x00001e01 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable)
- DMA_IRQHandler 0x00001e25 Thumb Code 30 uart.o(i.DMA_IRQHandler)
- DMA_ISR_DMACHFT_Chk 0x00001e45 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
- DMA_ISR_DMACHFT_Clr 0x00001e65 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
- DMA_Init 0x00001e75 Thumb Code 180 fm33a0xxev_dma.o(i.DMA_Init)
- E2P_Ctrl_Gpio_Init 0x00001f29 Thumb Code 84 eeprom.o(i.E2P_Ctrl_Gpio_Init)
- EEPROM_MultipleRead 0x00001f85 Thumb Code 106 eeprom.o(i.EEPROM_MultipleRead)
- EEPROM_MultipleWrite 0x00001ff5 Thumb Code 274 eeprom.o(i.EEPROM_MultipleWrite)
- EEPROM_Wait_Busy 0x0000210d Thumb Code 18 eeprom.o(i.EEPROM_Wait_Busy)
- EEPROM_stat_read 0x00002121 Thumb Code 70 eeprom.o(i.EEPROM_stat_read)
- EKMODBUS_dataAnalysis 0x0000216d Thumb Code 206 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
- EX_Pwr_GPIO_Clk_Init 0x00002241 Thumb Code 22 power_manage.o(i.EX_Pwr_GPIO_Clk_Init)
- FLS_RDCR_WAIT_Set 0x00002261 Thumb Code 22 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
- Force_Open_GPIO_Init 0x0000227d Thumb Code 16 valve_control.o(i.Force_Open_GPIO_Init)
- GPIO_EXTI_EXTIDF_Setable 0x00002291 Thumb Code 238 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
- GPIO_EXTI_EXTIISR_ChkEx 0x0000238d Thumb Code 232 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
- GPIO_EXTI_EXTIISR_ClrEx 0x00002481 Thumb Code 222 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
- GPIO_EXTI_Init 0x0000256d Thumb Code 84 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
- GPIO_EXTI_Select_Edge 0x000025c5 Thumb Code 254 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
- GPIO_EXTI_Select_Pin 0x000026d1 Thumb Code 296 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
- GPIO_Get_InitPara 0x00002805 Thumb Code 148 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
- GPIO_IRQHandler 0x00002899 Thumb Code 530 exti.o(i.GPIO_IRQHandler)
- GPIO_Init 0x00002ad9 Thumb Code 114 fm33a0xxev_gpio.o(i.GPIO_Init)
- GPIO_ReadInputDataBit 0x00002b4b Thumb Code 20 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
- GPIO_ResetBits 0x00002b5f Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
- GPIO_SetBits 0x00002b63 Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_SetBits)
- GetPwrStatusPro 0x00002b69 Thumb Code 1084 power_manage.o(i.GetPwrStatusPro)
- GetValveRunMaxTime 0x00002fad Thumb Code 68 valve_control.o(i.GetValveRunMaxTime)
- Get_AdcTempValue 0x00002ff1 Thumb Code 48 adc.o(i.Get_AdcTempValue)
- Get_AdcValue 0x00003021 Thumb Code 50 adc.o(i.Get_AdcValue)
- Get_Alka_Bat_Voltage 0x00003055 Thumb Code 130 power_manage.o(i.Get_Alka_Bat_Voltage)
- Get_Extern_Rtc_Time 0x000030e9 Thumb Code 186 extern_rtc.o(i.Get_Extern_Rtc_Time)
- Get_Lith_Bat_Voltage 0x000031a5 Thumb Code 130 power_manage.o(i.Get_Lith_Bat_Voltage)
- Get_Mcu_Temp 0x00003239 Thumb Code 48 power_manage.o(i.Get_Mcu_Temp)
- Get_vol_Average 0x00003269 Thumb Code 222 power_manage.o(i.Get_vol_Average)
- I2c_Ack 0x00003349 Thumb Code 58 i2c.o(i.I2c_Ack)
- I2c_No_Ack 0x00003389 Thumb Code 50 i2c.o(i.I2c_No_Ack)
- I2c_Read 0x000033c1 Thumb Code 82 i2c.o(i.I2c_Read)
- I2c_Scl_Gpio_Init 0x00003419 Thumb Code 30 i2c.o(i.I2c_Scl_Gpio_Init)
- I2c_Send 0x00003441 Thumb Code 102 i2c.o(i.I2c_Send)
- I2c_Start 0x000034ad Thumb Code 56 i2c.o(i.I2c_Start)
- I2c_Stop 0x000034e9 Thumb Code 58 i2c.o(i.I2c_Stop)
- IO_JitterEliminationCheck 0x00003529 Thumb Code 68 system_general_para.o(i.IO_JitterEliminationCheck)
- IWDT_Clr 0x0000356d Thumb Code 8 user_init.o(i.IWDT_Clr)
- IWDT_Init 0x0000357d Thumb Code 22 user_init.o(i.IWDT_Init)
- Init_RCHF 0x0000359d Thumb Code 26 user_init.o(i.Init_RCHF)
- Init_RCLP 0x000035b9 Thumb Code 24 user_init.o(i.Init_RCLP)
- Init_SysClk 0x000035dd Thumb Code 108 user_init.o(i.Init_SysClk)
- Init_SysClk_Gen 0x00003655 Thumb Code 22 user_init.o(i.Init_SysClk_Gen)
- InputtIO 0x0000366b Thumb Code 116 gpio.o(i.InputtIO)
- InputtIO_H 0x000036e1 Thumb Code 126 gpio.o(i.InputtIO_H)
- IntervalTriggerHandle 0x00003765 Thumb Code 268 system_general_para.o(i.IntervalTriggerHandle)
- Key_GPIO_Init 0x00003871 Thumb Code 48 key.o(i.Key_GPIO_Init)
- LF_PULSE_INT_GPIO_Clk_Init 0x000038a5 Thumb Code 22 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_Init)
- LF_PULSE_INT_GPIO_Clk_sleep 0x000038c5 Thumb Code 20 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_sleep)
- LPTIM_CR_EN_Getable 0x000038e1 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
- LPTIM_IRQHandler 0x000038f9 Thumb Code 24 tim.o(i.LPTIM_IRQHandler)
- LPTIM_ISR_OVIF_Chk 0x00003911 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
- LPTIM_ISR_OVIF_Clr 0x00003929 Thumb Code 8 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
- LP_lose_check_GPIO_Clk_Init 0x00003935 Thumb Code 30 pulse_and_alarm_line.o(i.LP_lose_check_GPIO_Clk_Init)
- LV_lose_check_GPIO_Clk_Init 0x0000395d Thumb Code 30 pulse_and_alarm_line.o(i.LV_lose_check_GPIO_Clk_Init)
- Lcd_DeInit 0x00003985 Thumb Code 32 lcd.o(i.Lcd_DeInit)
- Lcd_GPIO_Init 0x000039ad Thumb Code 52 lcd_io_api.o(i.Lcd_GPIO_Init)
- Lcd_Init 0x000039e9 Thumb Code 14 lcd.o(i.Lcd_Init)
- Lcd_Show_MenuProcess 0x000039fd Thumb Code 26 lcd.o(i.Lcd_Show_MenuProcess)
- Lcd_Sys_Init 0x00003a21 Thumb Code 32 lcd.o(i.Lcd_Sys_Init)
- Lcd_Write 0x00003a49 Thumb Code 50 lcd_io_api.o(i.Lcd_Write)
- Lcd_Write_Reg 0x00003a7b Thumb Code 56 lcd_io_api.o(i.Lcd_Write_Reg)
- LithBatUseTimeCalculate 0x00003ab5 Thumb Code 86 power_manage.o(i.LithBatUseTimeCalculate)
- Lith_Bat_Voltage_Status 0x00003b11 Thumb Code 654 power_manage.o(i.Lith_Bat_Voltage_Status)
- Lith_Battery_GPIO_Clk_Init 0x00003dc5 Thumb Code 30 power_manage.o(i.Lith_Battery_GPIO_Clk_Init)
- Low_Pwr_INT_GPIO_Clk_Init 0x00003ded Thumb Code 22 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_Init)
- Low_Pwr_INT_GPIO_Clk_sleep 0x00003e0d Thumb Code 20 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_sleep)
- Motor_AB_GPIO_Init 0x00003e29 Thumb Code 28 valve_control.o(i.Motor_AB_GPIO_Init)
- Motor_OP_CL_GPIO_Init 0x00003e49 Thumb Code 24 valve_control.o(i.Motor_OP_CL_GPIO_Init)
- Motor_OP_CL_GPIO_Init_sleep_mode 0x00003e65 Thumb Code 20 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
- NMI_Handler 0x00003e7d Thumb Code 2 exti.o(i.NMI_Handler)
- OutputIO 0x00003fb9 Thumb Code 114 gpio.o(i.OutputIO)
- PowerManagrInit 0x0000402d Thumb Code 814 power_manage.o(i.PowerManagrInit)
- Power_IO_Init 0x00004379 Thumb Code 114 power_manage.o(i.Power_IO_Init)
- PulseAndAlarmLineCheck 0x000043f5 Thumb Code 1308 pulse_and_alarm_line.o(i.PulseAndAlarmLineCheck)
- PulseAndAlarmLineInit 0x00004931 Thumb Code 824 pulse_and_alarm_line.o(i.PulseAndAlarmLineInit)
- PulseSettlement 0x00004c85 Thumb Code 436 billing.o(i.PulseSettlement)
- Pulse_And_Alarm_Line_IO_Init 0x00004e45 Thumb Code 36 pulse_and_alarm_line.o(i.Pulse_And_Alarm_Line_IO_Init)
- R8025T_Read 0x00004e69 Thumb Code 76 extern_rtc.o(i.R8025T_Read)
- R8025T_Write 0x00004eb5 Thumb Code 48 extern_rtc.o(i.R8025T_Write)
- RMU_BORCR_BOR_PDRCFG_Set 0x00004ee5 Thumb Code 26 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
- RMU_BORCR_OFF_BOR_Setable 0x00004f05 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
- RMU_PDRCR_PDREN_Setable 0x00004f29 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
- RS485Settlement 0x00004f4d Thumb Code 626 billing.o(i.RS485Settlement)
- RS485_UART_GPIO_Init 0x000051c9 Thumb Code 48 rs485_read_data.o(i.RS485_UART_GPIO_Init)
- RS485_UART_GPIO_sleep 0x00005209 Thumb Code 28 rs485_read_data.o(i.RS485_UART_GPIO_sleep)
- RS485_read_data_GPIO_Init 0x0000522d Thumb Code 188 rs485_read_data.o(i.RS485_read_data_GPIO_Init)
- RS485_read_data_RX_DMA_CH3_Init 0x000052f1 Thumb Code 88 uart.o(i.RS485_read_data_RX_DMA_CH3_Init)
- RS485_read_data_RX_DMA_CH3_reload 0x00005351 Thumb Code 44 uart.o(i.RS485_read_data_RX_DMA_CH3_reload)
- RS485_read_data_RX_DMA_check 0x00005381 Thumb Code 104 rs485_read_data.o(i.RS485_read_data_RX_DMA_check)
- RS485_read_data_uart_Init 0x000053f1 Thumb Code 118 uart.o(i.RS485_read_data_uart_Init)
- RTC_GPIO_Init 0x00005475 Thumb Code 18 extern_rtc.o(i.RTC_GPIO_Init)
- RTC_IRQHandler 0x0000548d Thumb Code 2 rtc.o(i.RTC_IRQHandler)
- Read_OP_CL_VALVE_Status 0x00005491 Thumb Code 80 valve_control.o(i.Read_OP_CL_VALVE_Status)
- SIZHUMODBUSV2_0_dataAnalysis 0x000054e5 Thumb Code 470 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
- SPI3_Init 0x000056c9 Thumb Code 200 spi.o(i.SPI3_Init)
- SPIx_CR1_BAUD_Set 0x000057a1 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
- SPIx_CR1_CPHA_Set 0x000057b9 Thumb Code 18 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
- SPIx_CR1_CPHOL_Set 0x000057cb Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
- SPIx_CR1_IOSWAP_Set 0x000057e3 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
- SPIx_CR1_LSBF_Set 0x000057fd Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
- SPIx_CR1_MM_Set 0x00005815 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
- SPIx_CR1_WAIT_Set 0x0000582f Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
- SPIx_CR2_DLEN_Set 0x00005847 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
- SPIx_CR2_HALFDUPLEX_Set 0x00005861 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
- SPIx_CR2_RXO_Setable 0x0000587b Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
- SPIx_CR2_SPIEN_Setable 0x00005895 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
- SPIx_CR2_SSNM_Set 0x000058ad Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
- SPIx_CR2_SSNSEN_Setable 0x000058c5 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
- SPIx_CR2_TXO_AC_Setable 0x000058dd Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
- SPIx_CR2_TXO_Setable 0x000058f5 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
- SPIx_CR3_MERRC_Clr 0x0000590d Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
- SPIx_CR3_RXBFC_Clr 0x00005913 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
- SPIx_CR3_SERRC_Clr 0x00005919 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
- SPIx_CR3_TXBFC_Clr 0x0000591f Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
- SPIx_ISR_RXBF_Chk 0x00005925 Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
- SPIx_ISR_TXBE_Chk 0x00005939 Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
- SPIx_RXBUF_Read 0x0000594d Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
- SPIx_TXBUF_Write 0x00005953 Thumb Code 4 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
- Sda_In 0x00005959 Thumb Code 22 i2c.o(i.Sda_In)
- Sda_Out 0x00005979 Thumb Code 22 i2c.o(i.Sda_Out)
- Set_Extern_Rtc_Time 0x00005999 Thumb Code 90 extern_rtc.o(i.Set_Extern_Rtc_Time)
- Set_Rtc_UpdataInterrupt 0x000059fd Thumb Code 34 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
- SettlementPro 0x00005a21 Thumb Code 98 billing.o(i.SettlementPro)
- SpiWriteAndRead 0x00005a99 Thumb Code 48 spi.o(i.SpiWriteAndRead)
- SysKeepRunningStatusGet 0x00005acd Thumb Code 42 system_run_fun.o(i.SysKeepRunningStatusGet)
- SysWakeUp_ClockCfg 0x00005afd Thumb Code 84 user_init.o(i.SysWakeUp_ClockCfg)
- SystemInit 0x00005b55 Thumb Code 16 system_fm33a0xxev.o(i.SystemInit)
- System_power_on_init 0x00005b71 Thumb Code 62 rcc_config.o(i.System_power_on_init)
- TimeEffectJudgm 0x00005bb9 Thumb Code 346 extern_rtc.o(i.TimeEffectJudgm)
- UART_BaudREGCalc 0x00005d15 Thumb Code 90 fm33a0xxev_uart.o(i.UART_BaudREGCalc)
- UART_Init 0x00005d79 Thumb Code 120 fm33a0xxev_uart.o(i.UART_Init)
- UART_SInit 0x00005df1 Thumb Code 500 fm33a0xxev_uart.o(i.UART_SInit)
- UARTx_BGR_Write 0x00006001 Thumb Code 6 fm33a0xxev_uart.o(i.UARTx_BGR_Write)
- UARTx_CSR_PARITY_Set 0x00006007 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_PARITY_Set)
- UARTx_CSR_PDSEL_Set 0x0000601f Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_PDSEL_Set)
- UARTx_CSR_RXEN_Setable 0x00006037 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable)
- UARTx_CSR_RXPOL_Setable 0x0000604f Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_RXPOL_Setable)
- UARTx_CSR_STOPCFG_Set 0x00006067 Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_CSR_STOPCFG_Set)
- UARTx_CSR_TXEN_Setable 0x00006081 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable)
- UARTx_CSR_TXIREN_Setable 0x00006099 Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_CSR_TXIREN_Setable)
- UARTx_CSR_TXPOL_Setable 0x000060b3 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_TXPOL_Setable)
- UARTx_IER_RXBF_IE_Setable 0x000060cb Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXBF_IE_Setable)
- UARTx_IER_RXERR_IE_Setable 0x000060e5 Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXERR_IE_Setable)
- UARTx_IER_RXTO_IE_Setable 0x000060ff Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXTO_IE_Setable)
- UARTx_IER_TXBE_IE_Setable 0x00006119 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_IER_TXBE_IE_Setable)
- UARTx_IER_TXSE_IE_Setable 0x00006131 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_IER_TXSE_IE_Setable)
- UARTx_ISR_RXBF_Clr 0x00006149 Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr)
- UARTx_ISR_TXSE_Chk 0x00006151 Thumb Code 20 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
- UARTx_SendData_Normal 0x00006165 Thumb Code 42 uart.o(i.UARTx_SendData_Normal)
- UARTx_TXBUF_Write 0x0000618f Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
- UV_lose_check_GPIO_Clk_Init 0x00006199 Thumb Code 30 pulse_and_alarm_line.o(i.UV_lose_check_GPIO_Clk_Init)
- Under_Pwr_INT_GPIO_Clk_Init 0x000061c1 Thumb Code 22 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_Init)
- Under_Pwr_INT_GPIO_Clk_sleep 0x000061e1 Thumb Code 20 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep)
- Upper_ComputerLoginRecvHandler 0x000061fd Thumb Code 134 upper_com.o(i.Upper_ComputerLoginRecvHandler)
- Upper_ComputerLoginRespond 0x00006291 Thumb Code 12 upper_com.o(i.Upper_ComputerLoginRespond)
- Upper_ComputerReadWriteHandler 0x0000629d Thumb Code 88 upper_com.o(i.Upper_ComputerReadWriteHandler)
- Upper_ComputerRespond 0x000062fd Thumb Code 88 upper_com.o(i.Upper_ComputerRespond)
- VRTC_ADCCR_CKE_Setable 0x0000635d Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKE_Setable)
- VRTC_ADCCR_CKS_Set 0x00006381 Thumb Code 26 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKS_Set)
- VRTC_Init_RCMF_Trim 0x000063a1 Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_Init_RCMF_Trim)
- VRTC_RCMFCR_EN_Setable 0x000063c5 Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_EN_Setable)
- VRTC_RCMFCR_TRIM_Set 0x000063e9 Thumb Code 22 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_TRIM_Set)
- ValveCtrlHade 0x00006405 Thumb Code 442 valve_control.o(i.ValveCtrlHade)
- ValveCtrlOrder 0x000065d9 Thumb Code 114 valve_control.o(i.ValveCtrlOrder)
- ValveForceOpenSignalCheck 0x00006659 Thumb Code 94 valve_control.o(i.ValveForceOpenSignalCheck)
- ValveMotorCloseRun 0x000066c1 Thumb Code 56 valve_control.o(i.ValveMotorCloseRun)
- ValveMotorOpenRun 0x000066fd Thumb Code 56 valve_control.o(i.ValveMotorOpenRun)
- ValveMotorStop 0x00006739 Thumb Code 56 valve_control.o(i.ValveMotorStop)
- ValveRunParaInit 0x00006775 Thumb Code 34 valve_control.o(i.ValveRunParaInit)
- Valve_CTRL_GPIO_Init 0x0000679d Thumb Code 32 valve_control.o(i.Valve_CTRL_GPIO_Init)
- WRC_PWR_GPIO_Init 0x000067c1 Thumb Code 14 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
- WirelessRemoteCommPro 0x000067d5 Thumb Code 132 wireless_remote_comm.o(i.WirelessRemoteCommPro)
- WrcClosePwrPro 0x0000685d Thumb Code 4 wireless_remote_comm.o(i.WrcClosePwrPro)
- WrcCreateLinkPro 0x00006861 Thumb Code 4 wireless_remote_comm.o(i.WrcCreateLinkPro)
- WrcOpenPwrPro 0x00006865 Thumb Code 18 wireless_remote_comm.o(i.WrcOpenPwrPro)
- WrcSendDataPro 0x0000687d Thumb Code 4 wireless_remote_comm.o(i.WrcSendDataPro)
- WrcWaitRecDataPro 0x00006881 Thumb Code 4 wireless_remote_comm.o(i.WrcWaitRecDataPro)
- __0printf$8 0x00006885 Thumb Code 24 printf8.o(i.__0printf$8)
- __1printf$8 0x00006885 Thumb Code 0 printf8.o(i.__0printf$8)
- __2printf 0x00006885 Thumb Code 0 printf8.o(i.__0printf$8)
- __0sprintf$8 0x000068a5 Thumb Code 36 printf8.o(i.__0sprintf$8)
- __1sprintf$8 0x000068a5 Thumb Code 0 printf8.o(i.__0sprintf$8)
- __2sprintf 0x000068a5 Thumb Code 0 printf8.o(i.__0sprintf$8)
- __ARM_clz 0x000068cd Thumb Code 46 depilogue.o(i.__ARM_clz)
- __ARM_common_switch8 0x000068fb Thumb Code 28 extern_rtc.o(i.__ARM_common_switch8)
- __scatterload_copy 0x00006917 Thumb Code 14 handlers.o(i.__scatterload_copy)
- __scatterload_null 0x00006925 Thumb Code 2 handlers.o(i.__scatterload_null)
- __scatterload_zeroinit 0x00006927 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
- adc_tem_cal 0x00006db5 Thumb Code 146 adc.o(i.adc_tem_cal)
- adc_vol_cal 0x00006e59 Thumb Code 88 adc.o(i.adc_vol_cal)
- adc_wait_finish 0x00006ebd Thumb Code 32 adc.o(i.adc_wait_finish)
- allExtiIRQ 0x00006edd Thumb Code 270 system_run_fun.o(i.allExtiIRQ)
- allGpioInit 0x00007001 Thumb Code 36 system_run_fun.o(i.allGpioInit)
- allParaDefaultInit 0x00007025 Thumb Code 16 system_mem_para.o(i.allParaDefaultInit)
- allParaPatchPro 0x00007035 Thumb Code 54 system_mem_para.o(i.allParaPatchPro)
- allParaReadFromEep 0x00007075 Thumb Code 16 system_mem_para.o(i.allParaReadFromEep)
- arrayA_2_arrayB 0x00007085 Thumb Code 66 system_general_para.o(i.arrayA_2_arrayB)
- cm_backtrace_call_stack 0x000070c9 Thumb Code 248 cm_backtrace.o(i.cm_backtrace_call_stack)
- cm_backtrace_fault 0x000071dd Thumb Code 322 cm_backtrace.o(i.cm_backtrace_fault)
- cm_backtrace_firmware_info 0x000073ed Thumb Code 24 cm_backtrace.o(i.cm_backtrace_firmware_info)
- delay_init 0x00007419 Thumb Code 56 delay.o(i.delay_init)
- delay_ms 0x00007461 Thumb Code 70 delay.o(i.delay_ms)
- delay_us 0x000074b1 Thumb Code 70 delay.o(i.delay_us)
- eepABReadCheck 0x00007611 Thumb Code 262 system_mem_para.o(i.eepABReadCheck)
- eepABWriteAndReadCheck 0x0000771d Thumb Code 78 system_mem_para.o(i.eepABWriteAndReadCheck)
- eepParaPatchPro_1 0x0000776b Thumb Code 2 system_mem_para.o(i.eepParaPatchPro_1)
- eepWriteAndReadCheck 0x0000776d Thumb Code 64 system_mem_para.o(i.eepWriteAndReadCheck)
- fputc 0x000077ad Thumb Code 32 uart.o(i.fputc)
- free 0x000077d1 Thumb Code 80 malloc.o(i.free)
- hardwareDriversInit 0x00007825 Thumb Code 12 system_run_fun.o(i.hardwareDriversInit)
- keyPro 0x00007831 Thumb Code 86 key.o(i.keyPro)
- lcdDisplayPro 0x00007899 Thumb Code 38 lcd.o(i.lcdDisplayPro)
- main 0x000078c9 Thumb Code 414 main.o(i.main)
- malloc 0x00007a95 Thumb Code 92 malloc.o(i.malloc)
- modbus03AnswerCheck 0x00007b01 Thumb Code 68 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
- paraCalcCrcAndWriteEepAB 0x00007b49 Thumb Code 52 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
- rs485ComDataAnalysis 0x00007c19 Thumb Code 162 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
- rs485ComPwrOnHandle 0x00007cbd Thumb Code 372 rs485_read_data.o(i.rs485ComPwrOnHandle)
- rs485ComSendHandle 0x00007e3d Thumb Code 204 rs485_read_data.o(i.rs485ComSendHandle)
- rs485ComWaitAnswerHandle 0x00007f19 Thumb Code 522 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
- rs485GetDelayTime 0x0000814d Thumb Code 112 rs485_read_data.o(i.rs485GetDelayTime)
- rs485ReadDataPro 0x000081c1 Thumb Code 124 rs485_read_data.o(i.rs485ReadDataPro)
- rs485SendReadData 0x00008245 Thumb Code 148 rs485_read_data.o(i.rs485SendReadData)
- sendModbusReadFrame 0x000082dd Thumb Code 94 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
- sizhuHistoryRecord 0x00008349 Thumb Code 234 sizhu_history_record.o(i.sizhuHistoryRecord)
- sysRunFunCtrlPro 0x00008451 Thumb Code 362 system_run_fun.o(i.sysRunFunCtrlPro)
- sysRunFunParaInit 0x000085d1 Thumb Code 66 system_run_fun.o(i.sysRunFunParaInit)
- sysStoredParaInit 0x00008621 Thumb Code 146 system_run_fun.o(i.sysStoredParaInit)
- systemEepIdDefaultInit 0x000086bd Thumb Code 50 system_mem_para.o(i.systemEepIdDefaultInit)
- systemEepIdReadFromEep 0x000086f9 Thumb Code 34 system_mem_para.o(i.systemEepIdReadFromEep)
- ucharcmp 0x00008721 Thumb Code 44 system_general_para.o(i.ucharcmp)
- upperComPro 0x0000874d Thumb Code 330 upper_com.o(i.upperComPro)
- usMBCRC16 0x000088b5 Thumb Code 44 mbcrc.o(i.usMBCRC16)
- valveCtrlPro 0x000088e9 Thumb Code 20 valve_control.o(i.valveCtrlPro)
- Region$$Table$$Base 0x00009200 Number 0 anon$$obj.o(Region$$Table)
- Image$$ER_IROM1$$Limit 0x00009220 Number 0 anon$$obj.o ABSOLUTE
- Region$$Table$$Limit 0x00009220 Number 0 anon$$obj.o(Region$$Table)
+ strstr 0x00000221 Thumb Code 40 strstr.o(.text)
+ __aeabi_uread4 0x00000249 Thumb Code 20 uread4.o(.text)
+ __rt_uread4 0x00000249 Thumb Code 0 uread4.o(.text)
+ _uread4 0x00000249 Thumb Code 0 uread4.o(.text)
+ __aeabi_uwrite4 0x0000025d Thumb Code 18 uwrite4.o(.text)
+ __rt_uwrite4 0x0000025d Thumb Code 0 uwrite4.o(.text)
+ _uwrite4 0x0000025d Thumb Code 0 uwrite4.o(.text)
+ __aeabi_uwrite8 0x0000026f Thumb Code 30 uwrite8.o(.text)
+ __rt_uwrite8 0x0000026f Thumb Code 0 uwrite8.o(.text)
+ _uwrite8 0x0000026f Thumb Code 0 uwrite8.o(.text)
+ __aeabi_fadd 0x0000028d Thumb Code 162 fadd.o(.text)
+ __aeabi_fsub 0x0000032f Thumb Code 8 fadd.o(.text)
+ __aeabi_frsub 0x00000337 Thumb Code 8 fadd.o(.text)
+ __aeabi_fmul 0x0000033f Thumb Code 122 fmul.o(.text)
+ __aeabi_fdiv 0x000003b9 Thumb Code 124 fdiv.o(.text)
+ __aeabi_dadd 0x00000435 Thumb Code 330 dadd.o(.text)
+ __aeabi_dsub 0x0000057f Thumb Code 12 dadd.o(.text)
+ __aeabi_drsub 0x0000058b Thumb Code 12 dadd.o(.text)
+ __aeabi_dmul 0x0000059d Thumb Code 202 dmul.o(.text)
+ __aeabi_ddiv 0x0000066d Thumb Code 234 ddiv.o(.text)
+ __aeabi_i2f 0x0000075d Thumb Code 22 fflti.o(.text)
+ __aeabi_ui2f 0x00000773 Thumb Code 14 ffltui.o(.text)
+ __aeabi_i2d 0x00000781 Thumb Code 34 dflti.o(.text)
+ __aeabi_ui2d 0x000007a9 Thumb Code 24 dfltui.o(.text)
+ __aeabi_f2iz 0x000007c5 Thumb Code 50 ffixi.o(.text)
+ __aeabi_d2iz 0x000007f9 Thumb Code 62 dfixi.o(.text)
+ __aeabi_d2uiz 0x00000841 Thumb Code 50 dfixui.o(.text)
+ __aeabi_f2d 0x0000087d Thumb Code 40 f2d.o(.text)
+ __aeabi_cdcmpeq 0x000008a5 Thumb Code 0 cdcmple.o(.text)
+ __aeabi_cdcmple 0x000008a5 Thumb Code 38 cdcmple.o(.text)
+ __aeabi_cdrcmple 0x000008cd Thumb Code 38 cdrcmple.o(.text)
+ __aeabi_d2f 0x000008f5 Thumb Code 56 d2f.o(.text)
+ __aeabi_cfcmpeq 0x0000092d Thumb Code 0 cfcmple.o(.text)
+ __aeabi_cfcmple 0x0000092d Thumb Code 20 cfcmple.o(.text)
+ __aeabi_cfrcmple 0x00000941 Thumb Code 20 cfrcmple.o(.text)
+ __aeabi_llsl 0x00000955 Thumb Code 32 llshl.o(.text)
+ _ll_shift_l 0x00000955 Thumb Code 0 llshl.o(.text)
+ __aeabi_llsr 0x00000975 Thumb Code 34 llushr.o(.text)
+ _ll_ushift_r 0x00000975 Thumb Code 0 llushr.o(.text)
+ __aeabi_lasr 0x00000997 Thumb Code 38 llsshr.o(.text)
+ _ll_sshift_r 0x00000997 Thumb Code 0 llsshr.o(.text)
+ __I$use$fp 0x000009bd Thumb Code 0 iusefp.o(.text)
+ _float_round 0x000009bd Thumb Code 16 fepilogue.o(.text)
+ _float_epilogue 0x000009cd Thumb Code 114 fepilogue.o(.text)
+ _double_round 0x00000a3f Thumb Code 26 depilogue.o(.text)
+ _double_epilogue 0x00000a59 Thumb Code 164 depilogue.o(.text)
+ __scatterload 0x00000afd Thumb Code 28 init.o(.text)
+ __scatterload_rt2 0x00000afd Thumb Code 0 init.o(.text)
+ __decompress 0x00000b21 Thumb Code 0 __dczerorl2.o(.text)
+ __decompress1 0x00000b21 Thumb Code 86 __dczerorl2.o(.text)
+ ADC_CFGR_ACC_PERIOD_Set 0x00000b79 Thumb Code 28 fm33a0xxev_adc.o(i.ADC_CFGR_ACC_PERIOD_Set)
+ ADC_CFGR_BUFEN_Setable 0x00000b99 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CFGR_BUFEN_Setable)
+ ADC_CFGR_BUFSEL_Set 0x00000bbd Thumb Code 22 fm33a0xxev_adc.o(i.ADC_CFGR_BUFSEL_Set)
+ ADC_CR_ACC_IE_Setable 0x00000bd9 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_ACC_IE_Setable)
+ ADC_CR_EN_Setable 0x00000bfd Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_EN_Setable)
+ ADC_CR_HPEN_Set 0x00000c21 Thumb Code 26 fm33a0xxev_adc.o(i.ADC_CR_HPEN_Set)
+ ADC_CR_MODE_Set 0x00000c41 Thumb Code 26 fm33a0xxev_adc.o(i.ADC_CR_MODE_Set)
+ ADC_CR_RSTCTRL_EN_Setable 0x00000c61 Thumb Code 32 fm33a0xxev_adc.o(i.ADC_CR_RSTCTRL_EN_Setable)
+ ADC_DR_Read 0x00000c85 Thumb Code 8 fm33a0xxev_adc.o(i.ADC_DR_Read)
+ ADC_IN4_Init 0x00000c91 Thumb Code 88 adc.o(i.ADC_IN4_Init)
+ ADC_IN8_Init 0x00000ced Thumb Code 88 adc.o(i.ADC_IN8_Init)
+ ADC_ISR_ACC_IF_Chk 0x00000d49 Thumb Code 22 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Chk)
+ ADC_ISR_ACC_IF_Clr 0x00000d65 Thumb Code 10 fm33a0xxev_adc.o(i.ADC_ISR_ACC_IF_Clr)
+ ADC_TRIM_Write 0x00000d75 Thumb Code 10 fm33a0xxev_adc.o(i.ADC_TRIM_Write)
+ ADC_Temp_Init 0x00000d85 Thumb Code 82 adc.o(i.ADC_Temp_Init)
+ Alarm_List_Node_Add 0x00000ddd Thumb Code 30 linked_list.o(i.Alarm_List_Node_Add)
+ Alarm_List_Node_Deleted 0x00000dfd Thumb Code 84 linked_list.o(i.Alarm_List_Node_Deleted)
+ Alarm_List_Node_PushBack 0x00000e55 Thumb Code 76 linked_list.o(i.Alarm_List_Node_PushBack)
+ Alka_Bat_Voltage_Status 0x00000ea5 Thumb Code 654 power_manage.o(i.Alka_Bat_Voltage_Status)
+ Alka_Battery_GPIO_Clk_Init 0x00001159 Thumb Code 28 power_manage.o(i.Alka_Battery_GPIO_Clk_Init)
+ AltFunIO 0x0000117d Thumb Code 166 gpio.o(i.AltFunIO)
+ AnalogIO 0x00001223 Thumb Code 80 gpio.o(i.AnalogIO)
+ AnalogIO_H 0x00001275 Thumb Code 92 gpio.o(i.AnalogIO_H)
+ BSTIM_IRQHandler 0x000012d5 Thumb Code 16 tim.o(i.BSTIM_IRQHandler)
+ BSTIM_ISR_UIF_Chk 0x000012e5 Thumb Code 20 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Chk)
+ BSTIM_ISR_UIF_Clr 0x000012fd Thumb Code 8 fm33a0xxev_bstim.o(i.BSTIM_ISR_UIF_Clr)
+ BTx_CFGR1_GRP1SEL_Set 0x00001309 Thumb Code 18 fm33a0xxev_bt.o(i.BTx_CFGR1_GRP1SEL_Set)
+ BTx_CR1_CHEN_Setable 0x0000131b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_CHEN_Setable)
+ BTx_CR1_EDGESEL_Set 0x00001333 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_EDGESEL_Set)
+ BTx_CR1_MODE_Set 0x0000134b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR1_MODE_Set)
+ BTx_CR2_CNTHSEL_Set 0x00001363 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_CNTHSEL_Set)
+ BTx_CR2_SIG2SEL_Set 0x0000137b Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_SIG2SEL_Set)
+ BTx_CR2_STDIR_Setable 0x00001393 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_CR2_STDIR_Setable)
+ BTx_IER_CMPHIE_Setable 0x000013ab Thumb Code 24 fm33a0xxev_bt.o(i.BTx_IER_CMPHIE_Setable)
+ BTx_IER_OVHIE_Setable 0x000013c3 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_IER_OVHIE_Setable)
+ BTx_IRQHandler 0x000013dd Thumb Code 82 tim.o(i.BTx_IRQHandler)
+ BTx_ISR_CMPHIF_Chk 0x0000143d Thumb Code 20 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Chk)
+ BTx_ISR_CMPHIF_Clr 0x00001451 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_ISR_CMPHIF_Clr)
+ BTx_ISR_CMPLIF_Clr 0x00001457 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_ISR_CMPLIF_Clr)
+ BTx_LOADCR_LHEN_Setable 0x0000145d Thumb Code 24 fm33a0xxev_bt.o(i.BTx_LOADCR_LHEN_Setable)
+ BTx_LOADCR_LLEN_Setable 0x00001475 Thumb Code 24 fm33a0xxev_bt.o(i.BTx_LOADCR_LLEN_Setable)
+ BTx_LOADH_Write 0x0000148d Thumb Code 6 fm33a0xxev_bt.o(i.BTx_LOADH_Write)
+ BTx_LOADL_Write 0x00001493 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_LOADL_Write)
+ BTx_PRES_Write 0x00001499 Thumb Code 6 fm33a0xxev_bt.o(i.BTx_PRES_Write)
+ BasicTimer16_Init 0x000014a1 Thumb Code 190 tim.o(i.BasicTimer16_Init)
+ CDIF_CR_INTF_EN_Getable 0x00001569 Thumb Code 20 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Getable)
+ CDIF_CR_INTF_EN_Setable 0x00001581 Thumb Code 20 fm33a0xxev_cdif.o(i.CDIF_CR_INTF_EN_Setable)
+ CMU_GetClocksFreq 0x00001599 Thumb Code 274 fm33a0xxev_cmu.o(i.CMU_GetClocksFreq)
+ CMU_IER_HFDET_IE_Setable 0x000016b9 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_IER_HFDET_IE_Setable)
+ CMU_IRQHandler 0x000016dd Thumb Code 4 user_init.o(i.CMU_IRQHandler)
+ CMU_ISR_HFDETO_Chk 0x000016e1 Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_ISR_HFDETO_Chk)
+ CMU_Init_RCHF_Trim 0x000016fd Thumb Code 80 fm33a0xxev_cmu.o(i.CMU_Init_RCHF_Trim)
+ CMU_OPCCR1_EXTICKE_Setable 0x00001751 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKE_Setable)
+ CMU_OPCCR1_EXTICKSEL_Set 0x00001775 Thumb Code 26 fm33a0xxev_cmu.o(i.CMU_OPCCR1_EXTICKSEL_Set)
+ CMU_OPCCR1_UART0CKE_Setable 0x00001795 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKE_Setable)
+ CMU_OPCCR1_UART0CKS_Set 0x000017bd Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART0CKS_Set)
+ CMU_OPCCR1_UART1CKE_Setable 0x000017d9 Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKE_Setable)
+ CMU_OPCCR1_UART1CKS_Set 0x00001801 Thumb Code 26 fm33a0xxev_cmu.o(i.CMU_OPCCR1_UART1CKS_Set)
+ CMU_PERCLK_SetableEx 0x00001821 Thumb Code 100 fm33a0xxev_cmu.o(i.CMU_PERCLK_SetableEx)
+ CMU_PLLHCR_EN_Getable 0x00001889 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_PLLHCR_EN_Getable)
+ CMU_PLLHCR_OSEL_Get 0x000018a1 Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_PLLHCR_OSEL_Get)
+ CMU_PLLHCR_PLLHDB_Get 0x000018b1 Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_PLLHCR_PLLHDB_Get)
+ CMU_RCHFCR_FSEL_Get 0x000018c5 Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Get)
+ CMU_RCHFCR_FSEL_Set 0x000018d5 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_RCHFCR_FSEL_Set)
+ CMU_RCHFCR_RCHFEN_Getable 0x000018f5 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Getable)
+ CMU_RCHFCR_RCHFEN_Setable 0x0000190d Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_RCHFCR_RCHFEN_Setable)
+ CMU_RCHFTR_RCHFTRIM_Set 0x00001931 Thumb Code 20 fm33a0xxev_cmu.o(i.CMU_RCHFTR_RCHFTRIM_Set)
+ CMU_RCHF_Init 0x00001949 Thumb Code 18 fm33a0xxev_cmu.o(i.CMU_RCHF_Init)
+ CMU_SYSCLKCR_AHBPRES_Get 0x0000195d Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Get)
+ CMU_SYSCLKCR_AHBPRES_Set 0x0000196d Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_AHBPRES_Set)
+ CMU_SYSCLKCR_APBPRES_Get 0x0000198d Thumb Code 12 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Get)
+ CMU_SYSCLKCR_APBPRES_Set 0x0000199d Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_APBPRES_Set)
+ CMU_SYSCLKCR_SLP_ENEXTI_Setable 0x000019bd Thumb Code 34 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SLP_ENEXTI_Setable)
+ CMU_SYSCLKCR_SYSCLKSEL_Get 0x000019e5 Thumb Code 10 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Get)
+ CMU_SYSCLKCR_SYSCLKSEL_Set 0x000019f5 Thumb Code 22 fm33a0xxev_cmu.o(i.CMU_SYSCLKCR_SYSCLKSEL_Set)
+ CMU_SysClk_Init 0x00001a11 Thumb Code 30 fm33a0xxev_cmu.o(i.CMU_SysClk_Init)
+ CMU_XTHFCR_XTHFEN_Setable 0x00001a31 Thumb Code 32 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHFEN_Setable)
+ CMU_XTHFCR_XTHF_CFG_Set 0x00001a55 Thumb Code 28 fm33a0xxev_cmu.o(i.CMU_XTHFCR_XTHF_CFG_Set)
+ COM_equipment_basic_inf_handle 0x00001a75 Thumb Code 46 upper_com_data_pro.o(i.COM_equipment_basic_inf_handle)
+ CV_lose_check_GPIO_Clk_Init 0x00001aa9 Thumb Code 30 pulse_and_alarm_line.o(i.CV_lose_check_GPIO_Clk_Init)
+ CloseIO 0x00001ad1 Thumb Code 56 gpio.o(i.CloseIO)
+ Close_Valve_Alarm_Line_GPIO_Clk_Init 0x00001b09 Thumb Code 24 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_Init)
+ Close_Valve_Alarm_Line_GPIO_Clk_sleep 0x00001b29 Thumb Code 22 pulse_and_alarm_line.o(i.Close_Valve_Alarm_Line_GPIO_Clk_sleep)
+ DEBUG_Init 0x00001b49 Thumb Code 10 rcc_config.o(i.DEBUG_Init)
+ DMA_CH11CR_CH11DIR_Set 0x00001b55 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11DIR_Set)
+ DMA_CH11CR_CH11EN_Setable 0x00001b75 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11EN_Setable)
+ DMA_CH11CR_CH11FI_Set 0x00001b99 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FI_Set)
+ DMA_CH11CR_CH11FTIE_Setable 0x00001bb9 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11FTIE_Setable)
+ DMA_CH11CR_CH11HTIE_Setable 0x00001bdd Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11HTIE_Setable)
+ DMA_CH11CR_CH11PRI_Set 0x00001c01 Thumb Code 28 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11PRI_Set)
+ DMA_CH11CR_CH11RI_Set 0x00001c21 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11RI_Set)
+ DMA_CH11CR_CH11TSIZE_Set 0x00001c41 Thumb Code 22 fm33a0xxev_dma.o(i.DMA_CH11CR_CH11TSIZE_Set)
+ DMA_CH11FAR_Write 0x00001c61 Thumb Code 10 fm33a0xxev_dma.o(i.DMA_CH11FAR_Write)
+ DMA_CHxCR_BDW_Set 0x00001c71 Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_BDW_Set)
+ DMA_CHxCR_CHxFTIE_Getable 0x00001c95 Thumb Code 26 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Getable)
+ DMA_CHxCR_CHxFTIE_Setable 0x00001cb5 Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxFTIE_Setable)
+ DMA_CHxCR_CHxHTIE_Setable 0x00001cdd Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxHTIE_Setable)
+ DMA_CHxCR_CHxINC_Set 0x00001d05 Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxINC_Set)
+ DMA_CHxCR_CHxPRI_Set 0x00001d29 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxPRI_Set)
+ DMA_CHxCR_CHxSSEL_Set 0x00001d4d Thumb Code 32 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxSSEL_Set)
+ DMA_CHxCR_CHxTSIZE_Set 0x00001d71 Thumb Code 28 fm33a0xxev_dma.o(i.DMA_CHxCR_CHxTSIZE_Set)
+ DMA_CHxCR_CIRC_Setable 0x00001d95 Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_CIRC_Setable)
+ DMA_CHxCR_ChxEN_Setable 0x00001dbd Thumb Code 34 fm33a0xxev_dma.o(i.DMA_CHxCR_ChxEN_Setable)
+ DMA_CHxCR_DIR_Set 0x00001de5 Thumb Code 30 fm33a0xxev_dma.o(i.DMA_CHxCR_DIR_Set)
+ DMA_CHxMAR_Read 0x00001e09 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_CHxMAR_Read)
+ DMA_CHxMAR_Write 0x00001e19 Thumb Code 12 fm33a0xxev_dma.o(i.DMA_CHxMAR_Write)
+ DMA_GCR_DMAEN_Setable 0x00001e29 Thumb Code 32 fm33a0xxev_dma.o(i.DMA_GCR_DMAEN_Setable)
+ DMA_IRQHandler 0x00001e4d Thumb Code 30 uart.o(i.DMA_IRQHandler)
+ DMA_ISR_DMACHFT_Chk 0x00001e6d Thumb Code 26 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Chk)
+ DMA_ISR_DMACHFT_Clr 0x00001e8d Thumb Code 12 fm33a0xxev_dma.o(i.DMA_ISR_DMACHFT_Clr)
+ DMA_Init 0x00001e9d Thumb Code 180 fm33a0xxev_dma.o(i.DMA_Init)
+ E2P_Ctrl_Gpio_Init 0x00001f51 Thumb Code 84 eeprom.o(i.E2P_Ctrl_Gpio_Init)
+ EEPROM_MultipleRead 0x00001fad Thumb Code 106 eeprom.o(i.EEPROM_MultipleRead)
+ EEPROM_MultipleWrite 0x0000201d Thumb Code 274 eeprom.o(i.EEPROM_MultipleWrite)
+ EEPROM_Wait_Busy 0x00002135 Thumb Code 18 eeprom.o(i.EEPROM_Wait_Busy)
+ EEPROM_stat_read 0x00002149 Thumb Code 70 eeprom.o(i.EEPROM_stat_read)
+ EKMODBUS_dataAnalysis 0x00002195 Thumb Code 206 rs485_data_analysis_pro.o(i.EKMODBUS_dataAnalysis)
+ EX_Pwr_GPIO_Clk_Init 0x00002269 Thumb Code 22 power_manage.o(i.EX_Pwr_GPIO_Clk_Init)
+ FLS_RDCR_WAIT_Set 0x00002289 Thumb Code 22 fm33a0xxev_flash.o(i.FLS_RDCR_WAIT_Set)
+ Force_Open_GPIO_Init 0x000022a5 Thumb Code 16 valve_control.o(i.Force_Open_GPIO_Init)
+ GPIO_EXTI_EXTIDF_Setable 0x000022b9 Thumb Code 238 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIDF_Setable)
+ GPIO_EXTI_EXTIISR_ChkEx 0x000023b5 Thumb Code 232 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ChkEx)
+ GPIO_EXTI_EXTIISR_ClrEx 0x000024a9 Thumb Code 222 fm33a0xxev_gpio.o(i.GPIO_EXTI_EXTIISR_ClrEx)
+ GPIO_EXTI_Init 0x00002595 Thumb Code 84 fm33a0xxev_gpio.o(i.GPIO_EXTI_Init)
+ GPIO_EXTI_Select_Edge 0x000025ed Thumb Code 254 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Edge)
+ GPIO_EXTI_Select_Pin 0x000026f9 Thumb Code 296 fm33a0xxev_gpio.o(i.GPIO_EXTI_Select_Pin)
+ GPIO_Get_InitPara 0x0000282d Thumb Code 148 fm33a0xxev_gpio.o(i.GPIO_Get_InitPara)
+ GPIO_IRQHandler 0x000028c1 Thumb Code 530 exti.o(i.GPIO_IRQHandler)
+ GPIO_Init 0x00002b01 Thumb Code 114 fm33a0xxev_gpio.o(i.GPIO_Init)
+ GPIO_ReadInputDataBit 0x00002b73 Thumb Code 20 fm33a0xxev_gpio.o(i.GPIO_ReadInputDataBit)
+ GPIO_ResetBits 0x00002b87 Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_ResetBits)
+ GPIO_SetBits 0x00002b8b Thumb Code 4 fm33a0xxev_gpio.o(i.GPIO_SetBits)
+ GetPwrStatusPro 0x00002b91 Thumb Code 1090 power_manage.o(i.GetPwrStatusPro)
+ GetValveRunMaxTime 0x00002fdd Thumb Code 68 valve_control.o(i.GetValveRunMaxTime)
+ Get_AdcTempValue 0x00003021 Thumb Code 48 adc.o(i.Get_AdcTempValue)
+ Get_AdcValue 0x00003051 Thumb Code 50 adc.o(i.Get_AdcValue)
+ Get_Alka_Bat_Voltage 0x00003085 Thumb Code 130 power_manage.o(i.Get_Alka_Bat_Voltage)
+ Get_Extern_Rtc_Time 0x00003119 Thumb Code 186 extern_rtc.o(i.Get_Extern_Rtc_Time)
+ Get_Lith_Bat_Voltage 0x000031d5 Thumb Code 130 power_manage.o(i.Get_Lith_Bat_Voltage)
+ Get_Mcu_Temp 0x00003269 Thumb Code 48 power_manage.o(i.Get_Mcu_Temp)
+ Get_vol_Average 0x00003299 Thumb Code 222 power_manage.o(i.Get_vol_Average)
+ I2c_Ack 0x00003379 Thumb Code 58 i2c.o(i.I2c_Ack)
+ I2c_No_Ack 0x000033b9 Thumb Code 50 i2c.o(i.I2c_No_Ack)
+ I2c_Read 0x000033f1 Thumb Code 82 i2c.o(i.I2c_Read)
+ I2c_Scl_Gpio_Init 0x00003449 Thumb Code 30 i2c.o(i.I2c_Scl_Gpio_Init)
+ I2c_Send 0x00003471 Thumb Code 102 i2c.o(i.I2c_Send)
+ I2c_Start 0x000034dd Thumb Code 56 i2c.o(i.I2c_Start)
+ I2c_Stop 0x00003519 Thumb Code 58 i2c.o(i.I2c_Stop)
+ IO_JitterEliminationCheck 0x00003559 Thumb Code 68 system_general_para.o(i.IO_JitterEliminationCheck)
+ IWDT_Clr 0x0000359d Thumb Code 8 user_init.o(i.IWDT_Clr)
+ IWDT_Init 0x000035ad Thumb Code 22 user_init.o(i.IWDT_Init)
+ Init_RCHF 0x000035cd Thumb Code 26 user_init.o(i.Init_RCHF)
+ Init_RCLP 0x000035e9 Thumb Code 24 user_init.o(i.Init_RCLP)
+ Init_SysClk 0x0000360d Thumb Code 108 user_init.o(i.Init_SysClk)
+ Init_SysClk_Gen 0x00003685 Thumb Code 22 user_init.o(i.Init_SysClk_Gen)
+ InputtIO 0x0000369b Thumb Code 116 gpio.o(i.InputtIO)
+ InputtIO_H 0x00003711 Thumb Code 126 gpio.o(i.InputtIO_H)
+ IntervalTriggerHandle 0x00003795 Thumb Code 268 system_general_para.o(i.IntervalTriggerHandle)
+ Key_GPIO_Init 0x000038a1 Thumb Code 48 key.o(i.Key_GPIO_Init)
+ LF_PULSE_INT_GPIO_Clk_Init 0x000038d5 Thumb Code 22 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_Init)
+ LF_PULSE_INT_GPIO_Clk_sleep 0x000038f5 Thumb Code 20 pulse_and_alarm_line.o(i.LF_PULSE_INT_GPIO_Clk_sleep)
+ LPTIM_CR_EN_Getable 0x00003911 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_CR_EN_Getable)
+ LPTIM_IRQHandler 0x00003929 Thumb Code 24 tim.o(i.LPTIM_IRQHandler)
+ LPTIM_ISR_OVIF_Chk 0x00003941 Thumb Code 20 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Chk)
+ LPTIM_ISR_OVIF_Clr 0x00003959 Thumb Code 8 fm33a0xxev_lptim.o(i.LPTIM_ISR_OVIF_Clr)
+ LP_lose_check_GPIO_Clk_Init 0x00003965 Thumb Code 30 pulse_and_alarm_line.o(i.LP_lose_check_GPIO_Clk_Init)
+ LV_lose_check_GPIO_Clk_Init 0x0000398d Thumb Code 30 pulse_and_alarm_line.o(i.LV_lose_check_GPIO_Clk_Init)
+ Lcd_DeInit 0x000039b5 Thumb Code 32 lcd.o(i.Lcd_DeInit)
+ Lcd_GPIO_Init 0x000039dd Thumb Code 52 lcd_io_api.o(i.Lcd_GPIO_Init)
+ Lcd_Init 0x00003a19 Thumb Code 14 lcd.o(i.Lcd_Init)
+ Lcd_Show_MenuProcess 0x00003a2d Thumb Code 26 lcd.o(i.Lcd_Show_MenuProcess)
+ Lcd_Sys_Init 0x00003a51 Thumb Code 32 lcd.o(i.Lcd_Sys_Init)
+ Lcd_Write 0x00003a79 Thumb Code 50 lcd_io_api.o(i.Lcd_Write)
+ Lcd_Write_Reg 0x00003aab Thumb Code 56 lcd_io_api.o(i.Lcd_Write_Reg)
+ LinkDataAnalysis 0x00003ae5 Thumb Code 188 wireless_remote_comm.o(i.LinkDataAnalysis)
+ LithBatUseTimeCalculate 0x00003ba5 Thumb Code 86 power_manage.o(i.LithBatUseTimeCalculate)
+ Lith_Bat_Voltage_Status 0x00003c01 Thumb Code 654 power_manage.o(i.Lith_Bat_Voltage_Status)
+ Lith_Battery_GPIO_Clk_Init 0x00003eb5 Thumb Code 30 power_manage.o(i.Lith_Battery_GPIO_Clk_Init)
+ Low_Pwr_INT_GPIO_Clk_Init 0x00003edd Thumb Code 22 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_Init)
+ Low_Pwr_INT_GPIO_Clk_sleep 0x00003efd Thumb Code 20 pulse_and_alarm_line.o(i.Low_Pwr_INT_GPIO_Clk_sleep)
+ Motor_AB_GPIO_Init 0x00003f19 Thumb Code 28 valve_control.o(i.Motor_AB_GPIO_Init)
+ Motor_OP_CL_GPIO_Init 0x00003f39 Thumb Code 24 valve_control.o(i.Motor_OP_CL_GPIO_Init)
+ Motor_OP_CL_GPIO_Init_sleep_mode 0x00003f55 Thumb Code 20 valve_control.o(i.Motor_OP_CL_GPIO_Init_sleep_mode)
+ NMI_Handler 0x00003f6d Thumb Code 2 exti.o(i.NMI_Handler)
+ OutputIO 0x000040a9 Thumb Code 114 gpio.o(i.OutputIO)
+ PowerManagrInit 0x0000411d Thumb Code 814 power_manage.o(i.PowerManagrInit)
+ Power_IO_Init 0x00004469 Thumb Code 114 power_manage.o(i.Power_IO_Init)
+ ProtocolDataAnalysis 0x000044e5 Thumb Code 50 wireless_remote_comm.o(i.ProtocolDataAnalysis)
+ PulseAndAlarmLineCheck 0x00004521 Thumb Code 1308 pulse_and_alarm_line.o(i.PulseAndAlarmLineCheck)
+ PulseAndAlarmLineInit 0x00004a5d Thumb Code 824 pulse_and_alarm_line.o(i.PulseAndAlarmLineInit)
+ PulseSettlement 0x00004db1 Thumb Code 436 billing.o(i.PulseSettlement)
+ Pulse_And_Alarm_Line_IO_Init 0x00004f71 Thumb Code 36 pulse_and_alarm_line.o(i.Pulse_And_Alarm_Line_IO_Init)
+ R8025T_Read 0x00004f95 Thumb Code 76 extern_rtc.o(i.R8025T_Read)
+ R8025T_Write 0x00004fe1 Thumb Code 48 extern_rtc.o(i.R8025T_Write)
+ RMU_BORCR_BOR_PDRCFG_Set 0x00005011 Thumb Code 26 fm33a0xxev_rmu.o(i.RMU_BORCR_BOR_PDRCFG_Set)
+ RMU_BORCR_OFF_BOR_Setable 0x00005031 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_BORCR_OFF_BOR_Setable)
+ RMU_PDRCR_PDREN_Setable 0x00005055 Thumb Code 32 fm33a0xxev_rmu.o(i.RMU_PDRCR_PDREN_Setable)
+ RS485Settlement 0x00005079 Thumb Code 626 billing.o(i.RS485Settlement)
+ RS485_UART_GPIO_sleep 0x000052f5 Thumb Code 28 rs485_read_data.o(i.RS485_UART_GPIO_sleep)
+ RS485_read_data_GPIO_Init 0x00005319 Thumb Code 188 rs485_read_data.o(i.RS485_read_data_GPIO_Init)
+ RS485_read_data_RX_DMA_CH3_Init 0x000053dd Thumb Code 88 uart.o(i.RS485_read_data_RX_DMA_CH3_Init)
+ RS485_read_data_RX_DMA_CH3_reload 0x0000543d Thumb Code 44 uart.o(i.RS485_read_data_RX_DMA_CH3_reload)
+ RS485_read_data_RX_DMA_check 0x0000546d Thumb Code 104 rs485_read_data.o(i.RS485_read_data_RX_DMA_check)
+ RS485_read_data_uart_Init 0x000054dd Thumb Code 118 uart.o(i.RS485_read_data_uart_Init)
+ RTC_GPIO_Init 0x00005561 Thumb Code 18 extern_rtc.o(i.RTC_GPIO_Init)
+ RTC_IRQHandler 0x00005579 Thumb Code 2 rtc.o(i.RTC_IRQHandler)
+ Read_OP_CL_VALVE_Status 0x0000557d Thumb Code 80 valve_control.o(i.Read_OP_CL_VALVE_Status)
+ SIZHUMODBUSV2_0_dataAnalysis 0x000055d1 Thumb Code 470 rs485_data_analysis_pro.o(i.SIZHUMODBUSV2_0_dataAnalysis)
+ SPI3_Init 0x000057b5 Thumb Code 200 spi.o(i.SPI3_Init)
+ SPIx_CR1_BAUD_Set 0x0000588d Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_BAUD_Set)
+ SPIx_CR1_CPHA_Set 0x000058a5 Thumb Code 18 fm33a0xxev_spi.o(i.SPIx_CR1_CPHA_Set)
+ SPIx_CR1_CPHOL_Set 0x000058b7 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_CPHOL_Set)
+ SPIx_CR1_IOSWAP_Set 0x000058cf Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_IOSWAP_Set)
+ SPIx_CR1_LSBF_Set 0x000058e9 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_LSBF_Set)
+ SPIx_CR1_MM_Set 0x00005901 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR1_MM_Set)
+ SPIx_CR1_WAIT_Set 0x0000591b Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR1_WAIT_Set)
+ SPIx_CR2_DLEN_Set 0x00005933 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_DLEN_Set)
+ SPIx_CR2_HALFDUPLEX_Set 0x0000594d Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_HALFDUPLEX_Set)
+ SPIx_CR2_RXO_Setable 0x00005967 Thumb Code 26 fm33a0xxev_spi.o(i.SPIx_CR2_RXO_Setable)
+ SPIx_CR2_SPIEN_Setable 0x00005981 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SPIEN_Setable)
+ SPIx_CR2_SSNM_Set 0x00005999 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNM_Set)
+ SPIx_CR2_SSNSEN_Setable 0x000059b1 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_SSNSEN_Setable)
+ SPIx_CR2_TXO_AC_Setable 0x000059c9 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_AC_Setable)
+ SPIx_CR2_TXO_Setable 0x000059e1 Thumb Code 24 fm33a0xxev_spi.o(i.SPIx_CR2_TXO_Setable)
+ SPIx_CR3_MERRC_Clr 0x000059f9 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_MERRC_Clr)
+ SPIx_CR3_RXBFC_Clr 0x000059ff Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_RXBFC_Clr)
+ SPIx_CR3_SERRC_Clr 0x00005a05 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_SERRC_Clr)
+ SPIx_CR3_TXBFC_Clr 0x00005a0b Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_CR3_TXBFC_Clr)
+ SPIx_ISR_RXBF_Chk 0x00005a11 Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_RXBF_Chk)
+ SPIx_ISR_TXBE_Chk 0x00005a25 Thumb Code 20 fm33a0xxev_spi.o(i.SPIx_ISR_TXBE_Chk)
+ SPIx_RXBUF_Read 0x00005a39 Thumb Code 6 fm33a0xxev_spi.o(i.SPIx_RXBUF_Read)
+ SPIx_TXBUF_Write 0x00005a3f Thumb Code 4 fm33a0xxev_spi.o(i.SPIx_TXBUF_Write)
+ Sda_In 0x00005a45 Thumb Code 22 i2c.o(i.Sda_In)
+ Sda_Out 0x00005a65 Thumb Code 22 i2c.o(i.Sda_Out)
+ Set_Extern_Rtc_Time 0x00005a85 Thumb Code 90 extern_rtc.o(i.Set_Extern_Rtc_Time)
+ Set_Rtc_UpdataInterrupt 0x00005ae9 Thumb Code 34 extern_rtc.o(i.Set_Rtc_UpdataInterrupt)
+ SettlementPro 0x00005b0d Thumb Code 98 billing.o(i.SettlementPro)
+ SizhuV4ProtocolDataAnalysis 0x00005b85 Thumb Code 184 wrc_sizhu_v4.o(i.SizhuV4ProtocolDataAnalysis)
+ SizhuV4SendParaInit 0x00005c45 Thumb Code 226 wrc_sizhu_v4.o(i.SizhuV4SendParaInit)
+ SpiWriteAndRead 0x00005d4d Thumb Code 48 spi.o(i.SpiWriteAndRead)
+ SysKeepRunningStatusGet 0x00005d81 Thumb Code 42 system_run_fun.o(i.SysKeepRunningStatusGet)
+ SysWakeUp_ClockCfg 0x00005db1 Thumb Code 84 user_init.o(i.SysWakeUp_ClockCfg)
+ SystemInit 0x00005e09 Thumb Code 16 system_fm33a0xxev.o(i.SystemInit)
+ System_power_on_init 0x00005e25 Thumb Code 62 rcc_config.o(i.System_power_on_init)
+ TimeEffectJudgm 0x00005e6d Thumb Code 346 extern_rtc.o(i.TimeEffectJudgm)
+ UART_BaudREGCalc 0x00005fc9 Thumb Code 90 fm33a0xxev_uart.o(i.UART_BaudREGCalc)
+ UART_Init 0x0000602d Thumb Code 120 fm33a0xxev_uart.o(i.UART_Init)
+ UART_SInit 0x000060a5 Thumb Code 500 fm33a0xxev_uart.o(i.UART_SInit)
+ UARTx_BGR_Write 0x000062b5 Thumb Code 6 fm33a0xxev_uart.o(i.UARTx_BGR_Write)
+ UARTx_CSR_PARITY_Set 0x000062bb Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_PARITY_Set)
+ UARTx_CSR_PDSEL_Set 0x000062d3 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_PDSEL_Set)
+ UARTx_CSR_RXEN_Setable 0x000062eb Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_RXEN_Setable)
+ UARTx_CSR_RXPOL_Setable 0x00006303 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_RXPOL_Setable)
+ UARTx_CSR_STOPCFG_Set 0x0000631b Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_CSR_STOPCFG_Set)
+ UARTx_CSR_TXEN_Setable 0x00006335 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_TXEN_Setable)
+ UARTx_CSR_TXIREN_Setable 0x0000634d Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_CSR_TXIREN_Setable)
+ UARTx_CSR_TXPOL_Setable 0x00006367 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_CSR_TXPOL_Setable)
+ UARTx_IER_RXBF_IE_Setable 0x0000637f Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXBF_IE_Setable)
+ UARTx_IER_RXERR_IE_Setable 0x00006399 Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXERR_IE_Setable)
+ UARTx_IER_RXTO_IE_Setable 0x000063b3 Thumb Code 26 fm33a0xxev_uart.o(i.UARTx_IER_RXTO_IE_Setable)
+ UARTx_IER_TXBE_IE_Setable 0x000063cd Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_IER_TXBE_IE_Setable)
+ UARTx_IER_TXSE_IE_Setable 0x000063e5 Thumb Code 24 fm33a0xxev_uart.o(i.UARTx_IER_TXSE_IE_Setable)
+ UARTx_ISR_RXBF_Clr 0x000063fd Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_ISR_RXBF_Clr)
+ UARTx_ISR_TXSE_Chk 0x00006405 Thumb Code 20 fm33a0xxev_uart.o(i.UARTx_ISR_TXSE_Chk)
+ UARTx_RXBUF_Read 0x00006419 Thumb Code 10 fm33a0xxev_uart.o(i.UARTx_RXBUF_Read)
+ UARTx_SendData_Normal 0x00006423 Thumb Code 42 uart.o(i.UARTx_SendData_Normal)
+ UARTx_TXBUF_Write 0x0000644d Thumb Code 8 fm33a0xxev_uart.o(i.UARTx_TXBUF_Write)
+ UV_lose_check_GPIO_Clk_Init 0x00006455 Thumb Code 30 pulse_and_alarm_line.o(i.UV_lose_check_GPIO_Clk_Init)
+ Under_Pwr_INT_GPIO_Clk_Init 0x0000647d Thumb Code 22 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_Init)
+ Under_Pwr_INT_GPIO_Clk_sleep 0x0000649d Thumb Code 20 pulse_and_alarm_line.o(i.Under_Pwr_INT_GPIO_Clk_sleep)
+ Upper_ComputerLoginRecvHandler 0x000064b9 Thumb Code 134 upper_com.o(i.Upper_ComputerLoginRecvHandler)
+ Upper_ComputerLoginRespond 0x0000654d Thumb Code 12 upper_com.o(i.Upper_ComputerLoginRespond)
+ Upper_ComputerReadWriteHandler 0x00006559 Thumb Code 88 upper_com.o(i.Upper_ComputerReadWriteHandler)
+ Upper_ComputerRespond 0x000065b9 Thumb Code 88 upper_com.o(i.Upper_ComputerRespond)
+ VRTC_ADCCR_CKE_Setable 0x00006619 Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKE_Setable)
+ VRTC_ADCCR_CKS_Set 0x0000663d Thumb Code 26 fm33a0xxev_vrtc.o(i.VRTC_ADCCR_CKS_Set)
+ VRTC_Init_RCMF_Trim 0x0000665d Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_Init_RCMF_Trim)
+ VRTC_RCMFCR_EN_Setable 0x00006681 Thumb Code 32 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_EN_Setable)
+ VRTC_RCMFCR_TRIM_Set 0x000066a5 Thumb Code 22 fm33a0xxev_vrtc.o(i.VRTC_RCMFCR_TRIM_Set)
+ ValveCtrlHade 0x000066c1 Thumb Code 442 valve_control.o(i.ValveCtrlHade)
+ ValveCtrlOrder 0x00006895 Thumb Code 114 valve_control.o(i.ValveCtrlOrder)
+ ValveForceOpenSignalCheck 0x00006915 Thumb Code 94 valve_control.o(i.ValveForceOpenSignalCheck)
+ ValveMotorCloseRun 0x0000697d Thumb Code 56 valve_control.o(i.ValveMotorCloseRun)
+ ValveMotorOpenRun 0x000069b9 Thumb Code 56 valve_control.o(i.ValveMotorOpenRun)
+ ValveMotorStop 0x000069f5 Thumb Code 56 valve_control.o(i.ValveMotorStop)
+ ValveRunParaInit 0x00006a31 Thumb Code 34 valve_control.o(i.ValveRunParaInit)
+ Valve_CTRL_GPIO_Init 0x00006a59 Thumb Code 32 valve_control.o(i.Valve_CTRL_GPIO_Init)
+ WRC_PWR_GPIO_Init 0x00006a7d Thumb Code 24 wireless_remote_comm.o(i.WRC_PWR_GPIO_Init)
+ WRC_RX_DMA_CH0_reload 0x00006a99 Thumb Code 44 uart.o(i.WRC_RX_DMA_CH0_reload)
+ WRC_RX_DMA_check 0x00006ac9 Thumb Code 112 wireless_remote_comm.o(i.WRC_RX_DMA_check)
+ WRC_uart_Init 0x00006b3d Thumb Code 118 uart.o(i.WRC_uart_Init)
+ WirelessRemoteCommPro 0x00006bc1 Thumb Code 132 wireless_remote_comm.o(i.WirelessRemoteCommPro)
+ WrcClosePwrPro 0x00006c49 Thumb Code 4 wireless_remote_comm.o(i.WrcClosePwrPro)
+ WrcCreateLinkPro 0x00006c4d Thumb Code 28 wireless_remote_comm.o(i.WrcCreateLinkPro)
+ WrcOpenPwrPro 0x00006c6d Thumb Code 36 wireless_remote_comm.o(i.WrcOpenPwrPro)
+ WrcSendCreateLinkCmd 0x00006c95 Thumb Code 260 wireless_remote_comm.o(i.WrcSendCreateLinkCmd)
+ WrcSendDataPro 0x00006da1 Thumb Code 4 wireless_remote_comm.o(i.WrcSendDataPro)
+ WrcWaitRecDataPro 0x00006da5 Thumb Code 94 wireless_remote_comm.o(i.WrcWaitRecDataPro)
+ __0printf$8 0x00006e11 Thumb Code 24 printf8.o(i.__0printf$8)
+ __1printf$8 0x00006e11 Thumb Code 0 printf8.o(i.__0printf$8)
+ __2printf 0x00006e11 Thumb Code 0 printf8.o(i.__0printf$8)
+ __0sprintf$8 0x00006e31 Thumb Code 36 printf8.o(i.__0sprintf$8)
+ __1sprintf$8 0x00006e31 Thumb Code 0 printf8.o(i.__0sprintf$8)
+ __2sprintf 0x00006e31 Thumb Code 0 printf8.o(i.__0sprintf$8)
+ __ARM_clz 0x00006e59 Thumb Code 46 depilogue.o(i.__ARM_clz)
+ __ARM_common_switch8 0x00006e87 Thumb Code 28 extern_rtc.o(i.__ARM_common_switch8)
+ __scatterload_copy 0x00006ea3 Thumb Code 14 handlers.o(i.__scatterload_copy)
+ __scatterload_null 0x00006eb1 Thumb Code 2 handlers.o(i.__scatterload_null)
+ __scatterload_zeroinit 0x00006eb3 Thumb Code 14 handlers.o(i.__scatterload_zeroinit)
+ adc_tem_cal 0x00007349 Thumb Code 146 adc.o(i.adc_tem_cal)
+ adc_vol_cal 0x000073ed Thumb Code 88 adc.o(i.adc_vol_cal)
+ adc_wait_finish 0x00007451 Thumb Code 32 adc.o(i.adc_wait_finish)
+ allExtiIRQ 0x00007471 Thumb Code 270 system_run_fun.o(i.allExtiIRQ)
+ allGpioInit 0x00007595 Thumb Code 36 system_run_fun.o(i.allGpioInit)
+ allParaDefaultInit 0x000075b9 Thumb Code 16 system_mem_para.o(i.allParaDefaultInit)
+ allParaPatchPro 0x000075c9 Thumb Code 54 system_mem_para.o(i.allParaPatchPro)
+ allParaReadFromEep 0x00007609 Thumb Code 16 system_mem_para.o(i.allParaReadFromEep)
+ arrayA_2_arrayB 0x00007619 Thumb Code 66 system_general_para.o(i.arrayA_2_arrayB)
+ cm_backtrace_call_stack 0x0000765d Thumb Code 248 cm_backtrace.o(i.cm_backtrace_call_stack)
+ cm_backtrace_fault 0x00007771 Thumb Code 322 cm_backtrace.o(i.cm_backtrace_fault)
+ cm_backtrace_firmware_info 0x00007981 Thumb Code 24 cm_backtrace.o(i.cm_backtrace_firmware_info)
+ delay_init 0x000079ad Thumb Code 56 delay.o(i.delay_init)
+ delay_ms 0x000079f5 Thumb Code 70 delay.o(i.delay_ms)
+ delay_us 0x00007a45 Thumb Code 70 delay.o(i.delay_us)
+ eMBFuncReadCoils 0x00007ba5 Thumb Code 186 mbfunccoils.o(i.eMBFuncReadCoils)
+ eMBFuncReadDiscreteInputs 0x00007c5f Thumb Code 184 mbfuncdisc.o(i.eMBFuncReadDiscreteInputs)
+ eMBFuncReadHoldingRegister 0x00007d17 Thumb Code 138 mbfuncholding.o(i.eMBFuncReadHoldingRegister)
+ eMBFuncReadInputRegister 0x00007da1 Thumb Code 138 mbfuncinput.o(i.eMBFuncReadInputRegister)
+ eMBFuncReadWriteMultipleHoldingRegister 0x00007e2b Thumb Code 224 mbfuncholding.o(i.eMBFuncReadWriteMultipleHoldingRegister)
+ eMBFuncReportSlaveID 0x00007f0d Thumb Code 30 mbfuncother.o(i.eMBFuncReportSlaveID)
+ eMBFuncWriteCoil 0x00007f35 Thumb Code 112 mbfunccoils.o(i.eMBFuncWriteCoil)
+ eMBFuncWriteHoldingRegister 0x00007fa5 Thumb Code 64 mbfuncholding.o(i.eMBFuncWriteHoldingRegister)
+ eMBFuncWriteMultipleCoils 0x00007fe5 Thumb Code 154 mbfunccoils.o(i.eMBFuncWriteMultipleCoils)
+ eMBFuncWriteMultipleHoldingRegister 0x0000807f Thumb Code 108 mbfuncholding.o(i.eMBFuncWriteMultipleHoldingRegister)
+ eMBInit 0x000080ed Thumb Code 148 mb.o(i.eMBInit)
+ eMBPoll 0x000081c9 Thumb Code 274 mb.o(i.eMBPoll)
+ eMBRTUInit 0x00008309 Thumb Code 86 mbrtu.o(i.eMBRTUInit)
+ eMBRTUReceive 0x00008365 Thumb Code 80 mbrtu.o(i.eMBRTUReceive)
+ eMBRTUSend 0x000083bd Thumb Code 178 mbrtu.o(i.eMBRTUSend)
+ eMBRTUStart 0x00008485 Thumb Code 34 mbrtu.o(i.eMBRTUStart)
+ eMBRTUStop 0x000084ad Thumb Code 28 mbrtu.o(i.eMBRTUStop)
+ eMBRegCoilsCB 0x000084c9 Thumb Code 8 regport.o(i.eMBRegCoilsCB)
+ eMBRegDiscreteCB 0x000084d1 Thumb Code 6 regport.o(i.eMBRegDiscreteCB)
+ eMBRegHoldingCB 0x000084d9 Thumb Code 94 regport.o(i.eMBRegHoldingCB)
+ eMBRegInputCB 0x0000853d Thumb Code 68 regport.o(i.eMBRegInputCB)
+ eepABReadCheck 0x00008589 Thumb Code 262 system_mem_para.o(i.eepABReadCheck)
+ eepABWriteAndReadCheck 0x00008695 Thumb Code 78 system_mem_para.o(i.eepABWriteAndReadCheck)
+ eepParaPatchPro_1 0x000086e3 Thumb Code 2 system_mem_para.o(i.eepParaPatchPro_1)
+ eepWriteAndReadCheck 0x000086e5 Thumb Code 64 system_mem_para.o(i.eepWriteAndReadCheck)
+ fputc 0x00008725 Thumb Code 32 uart.o(i.fputc)
+ free 0x00008749 Thumb Code 80 malloc.o(i.free)
+ hardwareDriversInit 0x0000879d Thumb Code 12 system_run_fun.o(i.hardwareDriversInit)
+ keyPro 0x000087a9 Thumb Code 86 key.o(i.keyPro)
+ lcdDisplayPro 0x00008811 Thumb Code 38 lcd.o(i.lcdDisplayPro)
+ main 0x00008841 Thumb Code 414 main.o(i.main)
+ malloc 0x00008a0d Thumb Code 92 malloc.o(i.malloc)
+ modbus03AnswerCheck 0x00008a79 Thumb Code 68 rs485_data_analysis_pro.o(i.modbus03AnswerCheck)
+ paraCalcCrcAndWriteEepAB 0x00008ac1 Thumb Code 52 system_mem_para.o(i.paraCalcCrcAndWriteEepAB)
+ prveMBError2Exception 0x00008b91 Thumb Code 36 mbutils.o(i.prveMBError2Exception)
+ rs485ComDataAnalysis 0x00008bb5 Thumb Code 162 rs485_data_analysis_pro.o(i.rs485ComDataAnalysis)
+ rs485ComPwrOnHandle 0x00008c59 Thumb Code 372 rs485_read_data.o(i.rs485ComPwrOnHandle)
+ rs485ComSendHandle 0x00008dd9 Thumb Code 200 rs485_read_data.o(i.rs485ComSendHandle)
+ rs485ComWaitAnswerHandle 0x00008eb1 Thumb Code 532 rs485_read_data.o(i.rs485ComWaitAnswerHandle)
+ rs485GetDelayTime 0x000090ed Thumb Code 112 rs485_read_data.o(i.rs485GetDelayTime)
+ rs485ReadDataPro 0x00009161 Thumb Code 124 rs485_read_data.o(i.rs485ReadDataPro)
+ rs485SendReadData 0x000091e5 Thumb Code 148 rs485_read_data.o(i.rs485SendReadData)
+ sendModbusReadFrame 0x0000927d Thumb Code 94 rs485_data_analysis_pro.o(i.sendModbusReadFrame)
+ sizhuHistoryRecord 0x000092e9 Thumb Code 234 sizhu_history_record.o(i.sizhuHistoryRecord)
+ sysRunFunCtrlPro 0x000093f1 Thumb Code 370 system_run_fun.o(i.sysRunFunCtrlPro)
+ sysRunFunParaInit 0x0000957d Thumb Code 66 system_run_fun.o(i.sysRunFunParaInit)
+ sysStoredParaInit 0x000095cd Thumb Code 146 system_run_fun.o(i.sysStoredParaInit)
+ systemEepIdDefaultInit 0x00009669 Thumb Code 50 system_mem_para.o(i.systemEepIdDefaultInit)
+ systemEepIdReadFromEep 0x000096a5 Thumb Code 34 system_mem_para.o(i.systemEepIdReadFromEep)
+ ucharcmp 0x000096cd Thumb Code 44 system_general_para.o(i.ucharcmp)
+ up_comm_RX_DMA_CH2_Init 0x000096f9 Thumb Code 88 uart.o(i.up_comm_RX_DMA_CH2_Init)
+ up_comm_RX_DMA_CH2_reload 0x0000975d Thumb Code 44 uart.o(i.up_comm_RX_DMA_CH2_reload)
+ up_comm_RX_DMA_check 0x0000978d Thumb Code 114 upper_com.o(i.up_comm_RX_DMA_check)
+ up_comm_uart_Init 0x00009805 Thumb Code 140 uart.o(i.up_comm_uart_Init)
+ up_comm_uart_enable 0x0000989d Thumb Code 132 upper_com.o(i.up_comm_uart_enable)
+ upperComPro 0x00009929 Thumb Code 382 upper_com.o(i.upperComPro)
+ usMBCRC16 0x00009ac5 Thumb Code 44 mbcrc1.o(i.usMBCRC16)
+ usMBCRC16_initFF 0x00009af9 Thumb Code 18 mbcrc_1.o(i.usMBCRC16_initFF)
+ vMBPortSerialEnable 0x00009b11 Thumb Code 2 portserial.o(i.vMBPortSerialEnable)
+ vMBPortTimersDisable 0x00009b13 Thumb Code 2 porttimer.o(i.vMBPortTimersDisable)
+ vMBPortTimersEnable 0x00009b15 Thumb Code 2 porttimer.o(i.vMBPortTimersEnable)
+ valveCtrlPro 0x00009b19 Thumb Code 20 valve_control.o(i.valveCtrlPro)
+ xMBPortEventGet 0x00009b31 Thumb Code 28 portevent.o(i.xMBPortEventGet)
+ xMBPortEventInit 0x00009b55 Thumb Code 10 portevent.o(i.xMBPortEventInit)
+ xMBPortEventPost 0x00009b65 Thumb Code 16 portevent.o(i.xMBPortEventPost)
+ xMBPortSerialGetByte 0x00009b7d Thumb Code 16 portserial.o(i.xMBPortSerialGetByte)
+ xMBPortSerialInit 0x00009b91 Thumb Code 44 portserial.o(i.xMBPortSerialInit)
+ xMBPortSerialPutByte 0x00009bbd Thumb Code 36 portserial.o(i.xMBPortSerialPutByte)
+ xMBPortTimersInit 0x00009be9 Thumb Code 6 porttimer.o(i.xMBPortTimersInit)
+ xMBRTUReceiveCheck 0x00009bf1 Thumb Code 38 mbrtu.o(i.xMBRTUReceiveCheck)
+ xMBRTUReceiveFSM 0x00009c21 Thumb Code 126 mbrtu.o(i.xMBRTUReceiveFSM)
+ xMBRTUTimerT35Expired 0x00009cad Thumb Code 62 mbrtu.o(i.xMBRTUTimerT35Expired)
+ xMBRTUTransmitFSM 0x00009cf1 Thumb Code 98 mbrtu.o(i.xMBRTUTransmitFSM)
+ Region$$Table$$Base 0x0000a660 Number 0 anon$$obj.o(Region$$Table)
+ Image$$ER_IROM1$$Limit 0x0000a680 Number 0 anon$$obj.o ABSOLUTE
+ Region$$Table$$Limit 0x0000a680 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_fun_run_ctrl_g 0x20000012 Data 6 system_general_para.o(.data)
@@ -4689,48 +5127,60 @@
measure_freeze_para_g 0x200000eb Data 4 system_mem_para.o(.data)
bat_para_g 0x200000ef Data 48 system_mem_para.o(.data)
login_passeord_g 0x2000011f Data 6 system_mem_para.o(.data)
- wrc_para_sizhu_g 0x20000125 Data 199 system_mem_para.o(.data)
- billing_valve_ctrl_para_g 0x200001ec Data 35 system_mem_para.o(.data)
- uc_return_flag_g 0x20000211 Data 1 upper_com.o(.data)
- wrc_ctrl_para_g 0x20000216 Data 2 wireless_remote_comm.o(.data)
- LCD_DRIVE_MODE_14_13 0x20000218 Data 1 lcd.o(.data)
- LCD_DRIVE_MODE_14_14 0x20000219 Data 1 lcd.o(.data)
- LCD_DRIVE_MODE_18_13 0x2000021a Data 1 lcd.o(.data)
- LCD_DRIVE_MODE_18_14 0x2000021b Data 1 lcd.o(.data)
- LCD_SYSTEM_MODE_OFF_OFF 0x2000021c Data 1 lcd.o(.data)
- LCD_SYSTEM_MODE_ON_OFF 0x2000021d Data 1 lcd.o(.data)
- LCD_SYSTEM_MODE_ON_ON 0x2000021e Data 1 lcd.o(.data)
- lcd_wake_up_flag_g 0x2000021f Data 1 lcd.o(.data)
- rs485_com_ctrl_pata_g 0x20000234 Data 7 rs485_read_data.o(.data)
- pulse_count 0x2000023c Data 2 pulse_and_alarm_line.o(.data)
- pulse_exti_flag 0x2000023e Data 1 pulse_and_alarm_line.o(.data)
- pulse_check_delay_ms_cnt 0x20000240 Data 4 pulse_and_alarm_line.o(.data)
- SystemCoreClock 0x20000248 Data 4 system_fm33a0xxev.o(.data)
- __stdout 0x20000250 Data 4 stdout.o(.data)
- __microlib_freelist 0x20000254 Data 4 mvars.o(.data)
- __microlib_freelist_initialised 0x20000258 Data 4 mvars.o(.data)
- system_status_word_g 0x2000025c Data 12 sizhu_ctrl_word.o(.bss)
- system_function_ctrl_word_g 0x20000268 Data 10 sizhu_ctrl_word.o(.bss)
- system_alarm_word_g 0x20000272 Data 14 sizhu_ctrl_word.o(.bss)
- system_alarm_word_for_valve_g 0x20000280 Data 14 sizhu_ctrl_word.o(.bss)
- system_alarm_ctrl_word_g 0x2000028e Data 14 sizhu_ctrl_word.o(.bss)
- system_alarm_report_ctrl_word_g 0x2000029c Data 14 sizhu_ctrl_word.o(.bss)
- RS485_read_data_recv_buff 0x200002aa Data 256 uart.o(.bss)
- system_eep_id_g 0x200003aa Data 42 system_mem_para.o(.bss)
- main_equipment_hardware_software_inf_g 0x200003d4 Data 26 system_mem_para.o(.bss)
- lcd_equipment_hardware_software_inf_g 0x200003ee Data 26 system_mem_para.o(.bss)
- wireless_equipment_hardware_software_inf_g 0x20000408 Data 26 system_mem_para.o(.bss)
- save_realtime_data_g 0x20000422 Data 167 system_mem_para.o(.bss)
- uc_recv_para_g 0x200004cc Data 1027 upper_com.o(.bss)
- uc_respond_data_g 0x200008cf Data 1024 upper_com.o(.bss)
- LCD_Buffer 0x20000ccf Data 48 lcd_io_api.o(.bss)
- rs485_com_uart_data_g 0x20000e34 Data 260 rs485_read_data.o(.bss)
- flow_meter_data_g 0x20000f38 Data 96 rs485_data_analysis_pro.o(.bss)
- __heap_base 0x20000f98 Data 0 startup_fm33a0xxev.o(HEAP)
- STACK$$Base 0x20001f98 Number 0 startup_fm33a0xxev.o(STACK)
- __heap_limit 0x20001f98 Data 0 startup_fm33a0xxev.o(HEAP)
- STACK$$Limit 0x20005f98 Number 0 startup_fm33a0xxev.o(STACK)
- __initial_sp 0x20005f98 Data 0 startup_fm33a0xxev.o(STACK)
+ up_comm_para_g 0x20000125 Data 3 system_mem_para.o(.data)
+ wrc_para_sizhu_g 0x20000128 Data 199 system_mem_para.o(.data)
+ billing_valve_ctrl_para_g 0x200001ef Data 35 system_mem_para.o(.data)
+ uc_return_flag_g 0x20000213 Data 1 upper_com.o(.data)
+ wrc_ctrl_para_g 0x20000218 Data 3 wireless_remote_comm.o(.data)
+ LCD_DRIVE_MODE_14_13 0x20000238 Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_14_14 0x20000239 Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_18_13 0x2000023a Data 1 lcd.o(.data)
+ LCD_DRIVE_MODE_18_14 0x2000023b Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_OFF_OFF 0x2000023c Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_ON_OFF 0x2000023d Data 1 lcd.o(.data)
+ LCD_SYSTEM_MODE_ON_ON 0x2000023e Data 1 lcd.o(.data)
+ lcd_wake_up_flag_g 0x2000023f Data 1 lcd.o(.data)
+ rs485_com_ctrl_pata_g 0x20000254 Data 7 rs485_read_data.o(.data)
+ pulse_count 0x2000025c Data 2 pulse_and_alarm_line.o(.data)
+ pulse_exti_flag 0x2000025e Data 1 pulse_and_alarm_line.o(.data)
+ pulse_check_delay_ms_cnt 0x20000260 Data 4 pulse_and_alarm_line.o(.data)
+ pxMBFrameCBByteReceived 0x20000280 Data 4 mb.o(.data)
+ pxMBFrameCBTransmitterEmpty 0x20000284 Data 4 mb.o(.data)
+ pxMBPortCBTimerExpired 0x20000288 Data 4 mb.o(.data)
+ pxMBFrameCBReceiveFSMCur 0x2000028c Data 4 mb.o(.data)
+ pxMBFrameCBTransmitFSMCur 0x20000290 Data 4 mb.o(.data)
+ SystemCoreClock 0x20000338 Data 4 system_fm33a0xxev.o(.data)
+ __stdout 0x20000340 Data 4 stdout.o(.data)
+ __microlib_freelist 0x20000344 Data 4 mvars.o(.data)
+ __microlib_freelist_initialised 0x20000348 Data 4 mvars.o(.data)
+ system_status_word_g 0x2000034c Data 12 sizhu_ctrl_word.o(.bss)
+ system_function_ctrl_word_g 0x20000358 Data 10 sizhu_ctrl_word.o(.bss)
+ system_alarm_word_g 0x20000362 Data 14 sizhu_ctrl_word.o(.bss)
+ system_alarm_word_for_valve_g 0x20000370 Data 14 sizhu_ctrl_word.o(.bss)
+ system_alarm_ctrl_word_g 0x2000037e Data 14 sizhu_ctrl_word.o(.bss)
+ system_alarm_report_ctrl_word_g 0x2000038c Data 14 sizhu_ctrl_word.o(.bss)
+ RS485_read_data_recv_buff 0x2000039a Data 256 uart.o(.bss)
+ up_comm_recv_buff 0x2000049a Data 1024 uart.o(.bss)
+ WRC_recv_buff 0x2000089a Data 1024 uart.o(.bss)
+ system_eep_id_g 0x20000c9a Data 42 system_mem_para.o(.bss)
+ main_equipment_hardware_software_inf_g 0x20000cc4 Data 26 system_mem_para.o(.bss)
+ lcd_equipment_hardware_software_inf_g 0x20000cde Data 26 system_mem_para.o(.bss)
+ wireless_equipment_hardware_software_inf_g 0x20000cf8 Data 26 system_mem_para.o(.bss)
+ save_realtime_data_g 0x20000d12 Data 167 system_mem_para.o(.bss)
+ uc_recv_para_g 0x20000dbc Data 1027 upper_com.o(.bss)
+ uc_respond_data_g 0x200011bf Data 1024 upper_com.o(.bss)
+ wrc_uart_para_g 0x200015bf Data 259 wireless_remote_comm.o(.bss)
+ link_info_g 0x200016c2 Data 41 wireless_remote_comm.o(.bss)
+ LCD_Buffer 0x20001732 Data 48 lcd_io_api.o(.bss)
+ rs485_com_uart_data_g 0x20001898 Data 260 rs485_read_data.o(.bss)
+ flow_meter_data_g 0x2000199c Data 96 rs485_data_analysis_pro.o(.bss)
+ modbus_dtu_out_para 0x20001a1c Data 30 regdefine.o(.bss)
+ ucRTUBuf 0x20001a3a Data 256 mbrtu.o(.bss)
+ __heap_base 0x20001b40 Data 0 startup_fm33a0xxev.o(HEAP)
+ STACK$$Base 0x20002b40 Number 0 startup_fm33a0xxev.o(STACK)
+ __heap_limit 0x20002b40 Data 0 startup_fm33a0xxev.o(HEAP)
+ STACK$$Limit 0x20006b40 Number 0 startup_fm33a0xxev.o(STACK)
+ __initial_sp 0x20006b40 Data 0 startup_fm33a0xxev.o(STACK)
@@ -4740,497 +5190,565 @@
Image Entry point : 0x000000c1
- Load Region LR_IROM1 (Base: 0x00000000, Size: 0x0000947c, Max: 0x00080000, ABSOLUTE, COMPRESSED[0x000092b0])
+ Load Region LR_IROM1 (Base: 0x00000000, Size: 0x0000a9cc, Max: 0x00080000, ABSOLUTE, COMPRESSED[0x0000a754])
- Execution Region ER_IROM1 (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x00009220, Max: 0x00080000, ABSOLUTE)
+ Execution Region ER_IROM1 (Exec base: 0x00000000, Load base: 0x00000000, Size: 0x0000a680, Max: 0x00080000, ABSOLUTE)
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
- 0x00000000 0x00000000 0x000000c0 Data RO 13446 RESET startup_fm33a0xxev.o
- 0x000000c0 0x000000c0 0x00000000 Code RO 13487 * .ARM.Collect$$$$00000000 mc_p.l(entry.o)
- 0x000000c0 0x000000c0 0x00000004 Code RO 13842 .ARM.Collect$$$$00000001 mc_p.l(entry2.o)
- 0x000000c4 0x000000c4 0x00000004 Code RO 13845 .ARM.Collect$$$$00000004 mc_p.l(entry5.o)
- 0x000000c8 0x000000c8 0x00000000 Code RO 13847 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o)
- 0x000000c8 0x000000c8 0x00000000 Code RO 13849 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o)
- 0x000000c8 0x000000c8 0x00000008 Code RO 13850 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o)
- 0x000000d0 0x000000d0 0x00000004 Code RO 13857 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o)
- 0x000000d4 0x000000d4 0x00000000 Code RO 13852 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o)
- 0x000000d4 0x000000d4 0x00000000 Code RO 13854 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o)
- 0x000000d4 0x000000d4 0x00000004 Code RO 13843 .ARM.Collect$$$$00002712 mc_p.l(entry2.o)
- 0x000000d8 0x000000d8 0x0000000c Code RO 3086 .text cmb_fault.o
- 0x000000e4 0x000000e4 0x0000001c Code RO 13447 .text startup_fm33a0xxev.o
- 0x00000100 0x00000100 0x0000002c Code RO 13490 .text mc_p.l(uidiv.o)
- 0x0000012c 0x0000012c 0x00000028 Code RO 13492 .text mc_p.l(idiv.o)
- 0x00000154 0x00000154 0x00000060 Code RO 13494 .text mc_p.l(uldiv.o)
- 0x000001b4 0x000001b4 0x00000024 Code RO 13496 .text mc_p.l(rand.o)
- 0x000001d8 0x000001d8 0x00000024 Code RO 13499 .text mc_p.l(memcpya.o)
- 0x000001fc 0x000001fc 0x00000024 Code RO 13501 .text mc_p.l(memseta.o)
- 0x00000220 0x00000220 0x00000014 Code RO 13796 .text mc_p.l(uread4.o)
- 0x00000234 0x00000234 0x00000012 Code RO 13798 .text mc_p.l(uwrite4.o)
- 0x00000246 0x00000246 0x0000001e Code RO 13800 .text mc_p.l(uwrite8.o)
- 0x00000264 0x00000264 0x000000b2 Code RO 13802 .text mf_p.l(fadd.o)
- 0x00000316 0x00000316 0x0000007a Code RO 13804 .text mf_p.l(fmul.o)
- 0x00000390 0x00000390 0x0000007c Code RO 13806 .text mf_p.l(fdiv.o)
- 0x0000040c 0x0000040c 0x00000168 Code RO 13808 .text mf_p.l(dadd.o)
- 0x00000574 0x00000574 0x000000d0 Code RO 13810 .text mf_p.l(dmul.o)
- 0x00000644 0x00000644 0x000000f0 Code RO 13812 .text mf_p.l(ddiv.o)
- 0x00000734 0x00000734 0x00000016 Code RO 13814 .text mf_p.l(fflti.o)
- 0x0000074a 0x0000074a 0x0000000e Code RO 13816 .text mf_p.l(ffltui.o)
- 0x00000758 0x00000758 0x00000028 Code RO 13818 .text mf_p.l(dflti.o)
- 0x00000780 0x00000780 0x0000001c Code RO 13820 .text mf_p.l(dfltui.o)
- 0x0000079c 0x0000079c 0x00000032 Code RO 13822 .text mf_p.l(ffixi.o)
- 0x000007ce 0x000007ce 0x00000002 PAD
- 0x000007d0 0x000007d0 0x00000048 Code RO 13824 .text mf_p.l(dfixi.o)
- 0x00000818 0x00000818 0x0000003c Code RO 13826 .text mf_p.l(dfixui.o)
- 0x00000854 0x00000854 0x00000028 Code RO 13830 .text mf_p.l(f2d.o)
- 0x0000087c 0x0000087c 0x00000028 Code RO 13832 .text mf_p.l(cdcmple.o)
- 0x000008a4 0x000008a4 0x00000028 Code RO 13834 .text mf_p.l(cdrcmple.o)
- 0x000008cc 0x000008cc 0x00000038 Code RO 13836 .text mf_p.l(d2f.o)
- 0x00000904 0x00000904 0x00000014 Code RO 13838 .text mf_p.l(cfcmple.o)
- 0x00000918 0x00000918 0x00000014 Code RO 13840 .text mf_p.l(cfrcmple.o)
- 0x0000092c 0x0000092c 0x00000020 Code RO 13859 .text mc_p.l(llshl.o)
- 0x0000094c 0x0000094c 0x00000022 Code RO 13861 .text mc_p.l(llushr.o)
- 0x0000096e 0x0000096e 0x00000026 Code RO 13863 .text mc_p.l(llsshr.o)
- 0x00000994 0x00000994 0x00000000 Code RO 13867 .text mc_p.l(iusefp.o)
- 0x00000994 0x00000994 0x00000082 Code RO 13868 .text mf_p.l(fepilogue.o)
- 0x00000a16 0x00000a16 0x000000be Code RO 13870 .text mf_p.l(depilogue.o)
- 0x00000ad4 0x00000ad4 0x00000024 Code RO 13874 .text mc_p.l(init.o)
- 0x00000af8 0x00000af8 0x00000056 Code RO 13884 .text mc_p.l(__dczerorl2.o)
- 0x00000b4e 0x00000b4e 0x00000002 PAD
- 0x00000b50 0x00000b50 0x00000020 Code RO 3115 i.ADC_CFGR_ACC_PERIOD_Set fm33a0xxev_adc.o
- 0x00000b70 0x00000b70 0x00000024 Code RO 3117 i.ADC_CFGR_BUFEN_Setable fm33a0xxev_adc.o
- 0x00000b94 0x00000b94 0x0000001c Code RO 3119 i.ADC_CFGR_BUFSEL_Set fm33a0xxev_adc.o
- 0x00000bb0 0x00000bb0 0x00000024 Code RO 3123 i.ADC_CR_ACC_IE_Setable fm33a0xxev_adc.o
- 0x00000bd4 0x00000bd4 0x00000024 Code RO 3127 i.ADC_CR_EN_Setable fm33a0xxev_adc.o
- 0x00000bf8 0x00000bf8 0x00000020 Code RO 3129 i.ADC_CR_HPEN_Set fm33a0xxev_adc.o
- 0x00000c18 0x00000c18 0x00000020 Code RO 3131 i.ADC_CR_MODE_Set fm33a0xxev_adc.o
- 0x00000c38 0x00000c38 0x00000024 Code RO 3133 i.ADC_CR_RSTCTRL_EN_Setable fm33a0xxev_adc.o
- 0x00000c5c 0x00000c5c 0x0000000c Code RO 3134 i.ADC_DR_Read fm33a0xxev_adc.o
- 0x00000c68 0x00000c68 0x0000005c Code RO 1195 i.ADC_IN4_Init adc.o
- 0x00000cc4 0x00000cc4 0x0000005c Code RO 1197 i.ADC_IN8_Init adc.o
- 0x00000d20 0x00000d20 0x0000001c Code RO 3136 i.ADC_ISR_ACC_IF_Chk fm33a0xxev_adc.o
- 0x00000d3c 0x00000d3c 0x00000010 Code RO 3137 i.ADC_ISR_ACC_IF_Clr fm33a0xxev_adc.o
- 0x00000d4c 0x00000d4c 0x00000010 Code RO 3143 i.ADC_TRIM_Write fm33a0xxev_adc.o
- 0x00000d5c 0x00000d5c 0x00000058 Code RO 1199 i.ADC_Temp_Init adc.o
- 0x00000db4 0x00000db4 0x0000001e Code RO 643 i.Alarm_List_Node_Add linked_list.o
- 0x00000dd2 0x00000dd2 0x00000002 PAD
- 0x00000dd4 0x00000dd4 0x00000058 Code RO 644 i.Alarm_List_Node_Deleted linked_list.o
- 0x00000e2c 0x00000e2c 0x00000050 Code RO 646 i.Alarm_List_Node_PushBack linked_list.o
- 0x00000e7c 0x00000e7c 0x000002b4 Code RO 2024 i.Alka_Bat_Voltage_Status power_manage.o
- 0x00001130 0x00001130 0x00000024 Code RO 2025 i.Alka_Battery_GPIO_Clk_Init power_manage.o
- 0x00001154 0x00001154 0x000000a6 Code RO 843 i.AltFunIO gpio.o
- 0x000011fa 0x000011fa 0x00000050 Code RO 845 i.AnalogIO gpio.o
- 0x0000124a 0x0000124a 0x00000002 PAD
- 0x0000124c 0x0000124c 0x00000060 Code RO 846 i.AnalogIO_H gpio.o
- 0x000012ac 0x000012ac 0x00000010 Code RO 1051 i.BSTIM_IRQHandler tim.o
- 0x000012bc 0x000012bc 0x00000018 Code RO 3854 i.BSTIM_ISR_UIF_Chk fm33a0xxev_bstim.o
- 0x000012d4 0x000012d4 0x0000000c Code RO 3855 i.BSTIM_ISR_UIF_Clr fm33a0xxev_bstim.o
- 0x000012e0 0x000012e0 0x00000012 Code RO 3997 i.BTx_CFGR1_GRP1SEL_Set fm33a0xxev_bt.o
- 0x000012f2 0x000012f2 0x00000018 Code RO 4025 i.BTx_CR1_CHEN_Setable fm33a0xxev_bt.o
- 0x0000130a 0x0000130a 0x00000018 Code RO 4029 i.BTx_CR1_EDGESEL_Set fm33a0xxev_bt.o
- 0x00001322 0x00001322 0x00000018 Code RO 4031 i.BTx_CR1_MODE_Set fm33a0xxev_bt.o
- 0x0000133a 0x0000133a 0x00000018 Code RO 4035 i.BTx_CR2_CNTHSEL_Set fm33a0xxev_bt.o
- 0x00001352 0x00001352 0x00000018 Code RO 4043 i.BTx_CR2_SIG2SEL_Set fm33a0xxev_bt.o
- 0x0000136a 0x0000136a 0x00000018 Code RO 4047 i.BTx_CR2_STDIR_Setable fm33a0xxev_bt.o
- 0x00001382 0x00001382 0x00000018 Code RO 4052 i.BTx_IER_CMPHIE_Setable fm33a0xxev_bt.o
- 0x0000139a 0x0000139a 0x00000018 Code RO 4056 i.BTx_IER_OVHIE_Setable fm33a0xxev_bt.o
- 0x000013b2 0x000013b2 0x00000002 PAD
- 0x000013b4 0x000013b4 0x00000060 Code RO 1052 i.BTx_IRQHandler tim.o
- 0x00001414 0x00001414 0x00000014 Code RO 4061 i.BTx_ISR_CMPHIF_Chk fm33a0xxev_bt.o
- 0x00001428 0x00001428 0x00000006 Code RO 4062 i.BTx_ISR_CMPHIF_Clr fm33a0xxev_bt.o
- 0x0000142e 0x0000142e 0x00000006 Code RO 4064 i.BTx_ISR_CMPLIF_Clr fm33a0xxev_bt.o
- 0x00001434 0x00001434 0x00000018 Code RO 4071 i.BTx_LOADCR_LHEN_Setable fm33a0xxev_bt.o
- 0x0000144c 0x0000144c 0x00000018 Code RO 4073 i.BTx_LOADCR_LLEN_Setable fm33a0xxev_bt.o
- 0x00001464 0x00001464 0x00000006 Code RO 4075 i.BTx_LOADH_Write fm33a0xxev_bt.o
- 0x0000146a 0x0000146a 0x00000006 Code RO 4077 i.BTx_LOADL_Write fm33a0xxev_bt.o
- 0x00001470 0x00001470 0x00000006 Code RO 4093 i.BTx_PRES_Write fm33a0xxev_bt.o
- 0x00001476 0x00001476 0x00000002 PAD
- 0x00001478 0x00001478 0x000000c8 Code RO 1053 i.BasicTimer16_Init tim.o
- 0x00001540 0x00001540 0x00000018 Code RO 4602 i.CDIF_CR_INTF_EN_Getable fm33a0xxev_cdif.o
- 0x00001558 0x00001558 0x00000018 Code RO 4603 i.CDIF_CR_INTF_EN_Setable fm33a0xxev_cdif.o
- 0x00001570 0x00001570 0x00000120 Code RO 4651 i.CMU_GetClocksFreq fm33a0xxev_cmu.o
- 0x00001690 0x00001690 0x00000024 Code RO 4653 i.CMU_IER_HFDET_IE_Setable fm33a0xxev_cmu.o
- 0x000016b4 0x000016b4 0x00000004 Code RO 691 i.CMU_IRQHandler user_init.o
- 0x000016b8 0x000016b8 0x0000001c Code RO 4656 i.CMU_ISR_HFDETO_Chk fm33a0xxev_cmu.o
- 0x000016d4 0x000016d4 0x00000054 Code RO 4661 i.CMU_Init_RCHF_Trim fm33a0xxev_cmu.o
- 0x00001728 0x00001728 0x00000024 Code RO 4663 i.CMU_OPCCR1_EXTICKE_Setable fm33a0xxev_cmu.o
- 0x0000174c 0x0000174c 0x00000020 Code RO 4665 i.CMU_OPCCR1_EXTICKSEL_Set fm33a0xxev_cmu.o
- 0x0000176c 0x0000176c 0x00000028 Code RO 4683 i.CMU_OPCCR1_UART0CKE_Setable fm33a0xxev_cmu.o
- 0x00001794 0x00001794 0x0000001c Code RO 4685 i.CMU_OPCCR1_UART0CKS_Set fm33a0xxev_cmu.o
- 0x000017b0 0x000017b0 0x00000028 Code RO 4687 i.CMU_OPCCR1_UART1CKE_Setable fm33a0xxev_cmu.o
- 0x000017d8 0x000017d8 0x00000020 Code RO 4689 i.CMU_OPCCR1_UART1CKS_Set fm33a0xxev_cmu.o
- 0x000017f8 0x000017f8 0x00000068 Code RO 4704 i.CMU_PERCLK_SetableEx fm33a0xxev_cmu.o
- 0x00001860 0x00001860 0x00000018 Code RO 4705 i.CMU_PLLHCR_EN_Getable fm33a0xxev_cmu.o
- 0x00001878 0x00001878 0x00000010 Code RO 4710 i.CMU_PLLHCR_OSEL_Get fm33a0xxev_cmu.o
- 0x00001888 0x00001888 0x00000014 Code RO 4712 i.CMU_PLLHCR_PLLHDB_Get fm33a0xxev_cmu.o
- 0x0000189c 0x0000189c 0x00000010 Code RO 4722 i.CMU_RCHFCR_FSEL_Get fm33a0xxev_cmu.o
- 0x000018ac 0x000018ac 0x00000020 Code RO 4723 i.CMU_RCHFCR_FSEL_Set fm33a0xxev_cmu.o
- 0x000018cc 0x000018cc 0x00000018 Code RO 4724 i.CMU_RCHFCR_RCHFEN_Getable fm33a0xxev_cmu.o
- 0x000018e4 0x000018e4 0x00000024 Code RO 4725 i.CMU_RCHFCR_RCHFEN_Setable fm33a0xxev_cmu.o
- 0x00001908 0x00001908 0x00000018 Code RO 4727 i.CMU_RCHFTR_RCHFTRIM_Set fm33a0xxev_cmu.o
- 0x00001920 0x00001920 0x00000012 Code RO 4728 i.CMU_RCHF_Init fm33a0xxev_cmu.o
- 0x00001932 0x00001932 0x00000002 PAD
- 0x00001934 0x00001934 0x00000010 Code RO 4729 i.CMU_SYSCLKCR_AHBPRES_Get fm33a0xxev_cmu.o
- 0x00001944 0x00001944 0x00000020 Code RO 4730 i.CMU_SYSCLKCR_AHBPRES_Set fm33a0xxev_cmu.o
- 0x00001964 0x00001964 0x00000010 Code RO 4731 i.CMU_SYSCLKCR_APBPRES_Get fm33a0xxev_cmu.o
- 0x00001974 0x00001974 0x00000020 Code RO 4732 i.CMU_SYSCLKCR_APBPRES_Set fm33a0xxev_cmu.o
- 0x00001994 0x00001994 0x00000028 Code RO 4734 i.CMU_SYSCLKCR_SLP_ENEXTI_Setable fm33a0xxev_cmu.o
- 0x000019bc 0x000019bc 0x00000010 Code RO 4737 i.CMU_SYSCLKCR_SYSCLKSEL_Get fm33a0xxev_cmu.o
- 0x000019cc 0x000019cc 0x0000001c Code RO 4738 i.CMU_SYSCLKCR_SYSCLKSEL_Set fm33a0xxev_cmu.o
- 0x000019e8 0x000019e8 0x0000001e Code RO 4739 i.CMU_SysClk_Init fm33a0xxev_cmu.o
- 0x00001a06 0x00001a06 0x00000002 PAD
- 0x00001a08 0x00001a08 0x00000024 Code RO 4741 i.CMU_XTHFCR_XTHFEN_Setable fm33a0xxev_cmu.o
- 0x00001a2c 0x00001a2c 0x00000020 Code RO 4743 i.CMU_XTHFCR_XTHF_CFG_Set fm33a0xxev_cmu.o
- 0x00001a4c 0x00001a4c 0x00000034 Code RO 2628 i.COM_equipment_basic_inf_handle upper_com_data_pro.o
- 0x00001a80 0x00001a80 0x00000028 Code RO 13332 i.CV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x00001aa8 0x00001aa8 0x00000038 Code RO 848 i.CloseIO gpio.o
- 0x00001ae0 0x00001ae0 0x00000020 Code RO 13333 i.Close_Valve_Alarm_Line_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x00001b00 0x00001b00 0x00000020 Code RO 13334 i.Close_Valve_Alarm_Line_GPIO_Clk_sleep pulse_and_alarm_line.o
- 0x00001b20 0x00001b20 0x0000000a Code RO 807 i.DEBUG_Init rcc_config.o
- 0x00001b2a 0x00001b2a 0x00000002 PAD
- 0x00001b2c 0x00001b2c 0x00000020 Code RO 6019 i.DMA_CH11CR_CH11DIR_Set fm33a0xxev_dma.o
- 0x00001b4c 0x00001b4c 0x00000024 Code RO 6021 i.DMA_CH11CR_CH11EN_Setable fm33a0xxev_dma.o
- 0x00001b70 0x00001b70 0x00000020 Code RO 6023 i.DMA_CH11CR_CH11FI_Set fm33a0xxev_dma.o
- 0x00001b90 0x00001b90 0x00000024 Code RO 6025 i.DMA_CH11CR_CH11FTIE_Setable fm33a0xxev_dma.o
- 0x00001bb4 0x00001bb4 0x00000024 Code RO 6027 i.DMA_CH11CR_CH11HTIE_Setable fm33a0xxev_dma.o
- 0x00001bd8 0x00001bd8 0x00000020 Code RO 6029 i.DMA_CH11CR_CH11PRI_Set fm33a0xxev_dma.o
- 0x00001bf8 0x00001bf8 0x00000020 Code RO 6031 i.DMA_CH11CR_CH11RI_Set fm33a0xxev_dma.o
- 0x00001c18 0x00001c18 0x00000020 Code RO 6033 i.DMA_CH11CR_CH11TSIZE_Set fm33a0xxev_dma.o
- 0x00001c38 0x00001c38 0x00000010 Code RO 6035 i.DMA_CH11FAR_Write fm33a0xxev_dma.o
- 0x00001c48 0x00001c48 0x00000024 Code RO 6039 i.DMA_CHxCR_BDW_Set fm33a0xxev_dma.o
- 0x00001c6c 0x00001c6c 0x00000020 Code RO 6040 i.DMA_CHxCR_CHxFTIE_Getable fm33a0xxev_dma.o
- 0x00001c8c 0x00001c8c 0x00000028 Code RO 6041 i.DMA_CHxCR_CHxFTIE_Setable fm33a0xxev_dma.o
- 0x00001cb4 0x00001cb4 0x00000028 Code RO 6043 i.DMA_CHxCR_CHxHTIE_Setable fm33a0xxev_dma.o
- 0x00001cdc 0x00001cdc 0x00000024 Code RO 6045 i.DMA_CHxCR_CHxINC_Set fm33a0xxev_dma.o
- 0x00001d00 0x00001d00 0x00000024 Code RO 6047 i.DMA_CHxCR_CHxPRI_Set fm33a0xxev_dma.o
- 0x00001d24 0x00001d24 0x00000024 Code RO 6049 i.DMA_CHxCR_CHxSSEL_Set fm33a0xxev_dma.o
- 0x00001d48 0x00001d48 0x00000024 Code RO 6051 i.DMA_CHxCR_CHxTSIZE_Set fm33a0xxev_dma.o
- 0x00001d6c 0x00001d6c 0x00000028 Code RO 6053 i.DMA_CHxCR_CIRC_Setable fm33a0xxev_dma.o
- 0x00001d94 0x00001d94 0x00000028 Code RO 6057 i.DMA_CHxCR_ChxEN_Setable fm33a0xxev_dma.o
- 0x00001dbc 0x00001dbc 0x00000024 Code RO 6059 i.DMA_CHxCR_DIR_Set fm33a0xxev_dma.o
- 0x00001de0 0x00001de0 0x00000010 Code RO 6064 i.DMA_CHxMAR_Read fm33a0xxev_dma.o
- 0x00001df0 0x00001df0 0x00000010 Code RO 6065 i.DMA_CHxMAR_Write fm33a0xxev_dma.o
- 0x00001e00 0x00001e00 0x00000024 Code RO 6070 i.DMA_GCR_DMAEN_Setable fm33a0xxev_dma.o
- 0x00001e24 0x00001e24 0x0000001e Code RO 957 i.DMA_IRQHandler uart.o
- 0x00001e42 0x00001e42 0x00000002 PAD
- 0x00001e44 0x00001e44 0x00000020 Code RO 6073 i.DMA_ISR_DMACHFT_Chk fm33a0xxev_dma.o
- 0x00001e64 0x00001e64 0x00000010 Code RO 6074 i.DMA_ISR_DMACHFT_Clr fm33a0xxev_dma.o
- 0x00001e74 0x00001e74 0x000000b4 Code RO 6079 i.DMA_Init fm33a0xxev_dma.o
- 0x00001f28 0x00001f28 0x0000005c Code RO 1750 i.E2P_Ctrl_Gpio_Init eeprom.o
- 0x00001f84 0x00001f84 0x00000070 Code RO 1753 i.EEPROM_MultipleRead eeprom.o
- 0x00001ff4 0x00001ff4 0x00000118 Code RO 1755 i.EEPROM_MultipleWrite eeprom.o
- 0x0000210c 0x0000210c 0x00000012 Code RO 1757 i.EEPROM_Wait_Busy eeprom.o
- 0x0000211e 0x0000211e 0x00000002 PAD
- 0x00002120 0x00002120 0x0000004c Code RO 1769 i.EEPROM_stat_read eeprom.o
- 0x0000216c 0x0000216c 0x000000d4 Code RO 13278 i.EKMODBUS_dataAnalysis rs485_data_analysis_pro.o
- 0x00002240 0x00002240 0x00000020 Code RO 2026 i.EX_Pwr_GPIO_Clk_Init power_manage.o
- 0x00002260 0x00002260 0x0000001c Code RO 6789 i.FLS_RDCR_WAIT_Set fm33a0xxev_flash.o
- 0x0000227c 0x0000227c 0x00000014 Code RO 1900 i.Force_Open_GPIO_Init valve_control.o
- 0x00002290 0x00002290 0x000000fc Code RO 7049 i.GPIO_EXTI_EXTIDF_Setable fm33a0xxev_gpio.o
- 0x0000238c 0x0000238c 0x000000f4 Code RO 7051 i.GPIO_EXTI_EXTIISR_ChkEx fm33a0xxev_gpio.o
- 0x00002480 0x00002480 0x000000ec Code RO 7052 i.GPIO_EXTI_EXTIISR_ClrEx fm33a0xxev_gpio.o
- 0x0000256c 0x0000256c 0x00000058 Code RO 7053 i.GPIO_EXTI_Init fm33a0xxev_gpio.o
- 0x000025c4 0x000025c4 0x0000010c Code RO 7054 i.GPIO_EXTI_Select_Edge fm33a0xxev_gpio.o
- 0x000026d0 0x000026d0 0x00000134 Code RO 7055 i.GPIO_EXTI_Select_Pin fm33a0xxev_gpio.o
- 0x00002804 0x00002804 0x00000094 Code RO 7060 i.GPIO_Get_InitPara fm33a0xxev_gpio.o
- 0x00002898 0x00002898 0x00000240 Code RO 922 i.GPIO_IRQHandler exti.o
- 0x00002ad8 0x00002ad8 0x00000072 Code RO 7065 i.GPIO_Init fm33a0xxev_gpio.o
- 0x00002b4a 0x00002b4a 0x00000014 Code RO 7073 i.GPIO_ReadInputDataBit fm33a0xxev_gpio.o
- 0x00002b5e 0x00002b5e 0x00000004 Code RO 7076 i.GPIO_ResetBits fm33a0xxev_gpio.o
- 0x00002b62 0x00002b62 0x00000004 Code RO 7077 i.GPIO_SetBits fm33a0xxev_gpio.o
- 0x00002b66 0x00002b66 0x00000002 PAD
- 0x00002b68 0x00002b68 0x00000444 Code RO 2027 i.GetPwrStatusPro power_manage.o
- 0x00002fac 0x00002fac 0x00000044 Code RO 1902 i.GetValveRunMaxTime valve_control.o
- 0x00002ff0 0x00002ff0 0x00000030 Code RO 1200 i.Get_AdcTempValue adc.o
- 0x00003020 0x00003020 0x00000032 Code RO 1201 i.Get_AdcValue adc.o
- 0x00003052 0x00003052 0x00000002 PAD
- 0x00003054 0x00003054 0x00000094 Code RO 2028 i.Get_Alka_Bat_Voltage power_manage.o
- 0x000030e8 0x000030e8 0x000000ba Code RO 1474 i.Get_Extern_Rtc_Time extern_rtc.o
- 0x000031a2 0x000031a2 0x00000002 PAD
- 0x000031a4 0x000031a4 0x00000094 Code RO 2029 i.Get_Lith_Bat_Voltage power_manage.o
- 0x00003238 0x00003238 0x00000030 Code RO 2030 i.Get_Mcu_Temp power_manage.o
- 0x00003268 0x00003268 0x000000de Code RO 2031 i.Get_vol_Average power_manage.o
- 0x00003346 0x00003346 0x00000002 PAD
- 0x00003348 0x00003348 0x00000040 Code RO 1281 i.I2c_Ack i2c.o
- 0x00003388 0x00003388 0x00000038 Code RO 1282 i.I2c_No_Ack i2c.o
- 0x000033c0 0x000033c0 0x00000058 Code RO 1283 i.I2c_Read i2c.o
- 0x00003418 0x00003418 0x00000028 Code RO 1284 i.I2c_Scl_Gpio_Init i2c.o
- 0x00003440 0x00003440 0x0000006c Code RO 1285 i.I2c_Send i2c.o
- 0x000034ac 0x000034ac 0x0000003c Code RO 1286 i.I2c_Start i2c.o
- 0x000034e8 0x000034e8 0x00000040 Code RO 1287 i.I2c_Stop i2c.o
- 0x00003528 0x00003528 0x00000044 Code RO 353 i.IO_JitterEliminationCheck system_general_para.o
- 0x0000356c 0x0000356c 0x00000010 Code RO 694 i.IWDT_Clr user_init.o
- 0x0000357c 0x0000357c 0x00000020 Code RO 695 i.IWDT_Init user_init.o
- 0x0000359c 0x0000359c 0x0000001a Code RO 696 i.Init_RCHF user_init.o
- 0x000035b6 0x000035b6 0x00000002 PAD
- 0x000035b8 0x000035b8 0x00000024 Code RO 697 i.Init_RCLP user_init.o
- 0x000035dc 0x000035dc 0x00000078 Code RO 698 i.Init_SysClk user_init.o
- 0x00003654 0x00003654 0x00000016 Code RO 699 i.Init_SysClk_Gen user_init.o
- 0x0000366a 0x0000366a 0x00000074 Code RO 849 i.InputtIO gpio.o
- 0x000036de 0x000036de 0x00000002 PAD
- 0x000036e0 0x000036e0 0x00000084 Code RO 850 i.InputtIO_H gpio.o
- 0x00003764 0x00003764 0x0000010c Code RO 354 i.IntervalTriggerHandle system_general_para.o
- 0x00003870 0x00003870 0x00000034 Code RO 1542 i.Key_GPIO_Init key.o
- 0x000038a4 0x000038a4 0x00000020 Code RO 13335 i.LF_PULSE_INT_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x000038c4 0x000038c4 0x0000001c Code RO 13336 i.LF_PULSE_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
- 0x000038e0 0x000038e0 0x00000018 Code RO 8321 i.LPTIM_CR_EN_Getable fm33a0xxev_lptim.o
- 0x000038f8 0x000038f8 0x00000018 Code RO 1055 i.LPTIM_IRQHandler tim.o
- 0x00003910 0x00003910 0x00000018 Code RO 8360 i.LPTIM_ISR_OVIF_Chk fm33a0xxev_lptim.o
- 0x00003928 0x00003928 0x0000000c Code RO 8361 i.LPTIM_ISR_OVIF_Clr fm33a0xxev_lptim.o
- 0x00003934 0x00003934 0x00000028 Code RO 13337 i.LP_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x0000395c 0x0000395c 0x00000028 Code RO 13338 i.LV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x00003984 0x00003984 0x00000028 Code RO 2725 i.Lcd_DeInit lcd.o
- 0x000039ac 0x000039ac 0x0000003c Code RO 2934 i.Lcd_GPIO_Init lcd_io_api.o
- 0x000039e8 0x000039e8 0x00000014 Code RO 2727 i.Lcd_Init lcd.o
- 0x000039fc 0x000039fc 0x00000024 Code RO 2729 i.Lcd_Show_MenuProcess lcd.o
- 0x00003a20 0x00003a20 0x00000028 Code RO 2730 i.Lcd_Sys_Init lcd.o
- 0x00003a48 0x00003a48 0x00000032 Code RO 2935 i.Lcd_Write lcd_io_api.o
- 0x00003a7a 0x00003a7a 0x00000038 Code RO 2936 i.Lcd_Write_Reg lcd_io_api.o
- 0x00003ab2 0x00003ab2 0x00000002 PAD
- 0x00003ab4 0x00003ab4 0x0000005c Code RO 2032 i.LithBatUseTimeCalculate power_manage.o
- 0x00003b10 0x00003b10 0x000002b4 Code RO 2033 i.Lith_Bat_Voltage_Status power_manage.o
- 0x00003dc4 0x00003dc4 0x00000028 Code RO 2034 i.Lith_Battery_GPIO_Clk_Init power_manage.o
- 0x00003dec 0x00003dec 0x00000020 Code RO 13339 i.Low_Pwr_INT_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x00003e0c 0x00003e0c 0x0000001c Code RO 13340 i.Low_Pwr_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
- 0x00003e28 0x00003e28 0x00000020 Code RO 1903 i.Motor_AB_GPIO_Init valve_control.o
- 0x00003e48 0x00003e48 0x0000001c Code RO 1904 i.Motor_OP_CL_GPIO_Init valve_control.o
- 0x00003e64 0x00003e64 0x00000018 Code RO 1905 i.Motor_OP_CL_GPIO_Init_sleep_mode valve_control.o
- 0x00003e7c 0x00003e7c 0x00000002 Code RO 923 i.NMI_Handler exti.o
- 0x00003e7e 0x00003e7e 0x00000002 PAD
- 0x00003e80 0x00003e80 0x00000018 Code RO 958 i.NVIC_DisableIRQ uart.o
- 0x00003e98 0x00003e98 0x00000018 Code RO 1057 i.NVIC_DisableIRQ tim.o
- 0x00003eb0 0x00003eb0 0x00000018 Code RO 1058 i.NVIC_EnableIRQ tim.o
- 0x00003ec8 0x00003ec8 0x00000078 Code RO 409 i.NVIC_SetPriority system_run_fun.o
- 0x00003f40 0x00003f40 0x00000078 Code RO 1059 i.NVIC_SetPriority tim.o
- 0x00003fb8 0x00003fb8 0x00000072 Code RO 851 i.OutputIO gpio.o
- 0x0000402a 0x0000402a 0x00000002 PAD
- 0x0000402c 0x0000402c 0x0000034c Code RO 2036 i.PowerManagrInit power_manage.o
- 0x00004378 0x00004378 0x0000007c Code RO 2037 i.Power_IO_Init power_manage.o
- 0x000043f4 0x000043f4 0x0000053c Code RO 13341 i.PulseAndAlarmLineCheck pulse_and_alarm_line.o
- 0x00004930 0x00004930 0x00000354 Code RO 13342 i.PulseAndAlarmLineInit pulse_and_alarm_line.o
- 0x00004c84 0x00004c84 0x000001c0 Code RO 2132 i.PulseSettlement billing.o
- 0x00004e44 0x00004e44 0x00000024 Code RO 13343 i.Pulse_And_Alarm_Line_IO_Init pulse_and_alarm_line.o
- 0x00004e68 0x00004e68 0x0000004c Code RO 1475 i.R8025T_Read extern_rtc.o
- 0x00004eb4 0x00004eb4 0x00000030 Code RO 1476 i.R8025T_Write extern_rtc.o
- 0x00004ee4 0x00004ee4 0x00000020 Code RO 10245 i.RMU_BORCR_BOR_PDRCFG_Set fm33a0xxev_rmu.o
- 0x00004f04 0x00004f04 0x00000024 Code RO 10247 i.RMU_BORCR_OFF_BOR_Setable fm33a0xxev_rmu.o
- 0x00004f28 0x00004f28 0x00000024 Code RO 10252 i.RMU_PDRCR_PDREN_Setable fm33a0xxev_rmu.o
- 0x00004f4c 0x00004f4c 0x0000027c Code RO 2133 i.RS485Settlement billing.o
- 0x000051c8 0x000051c8 0x00000040 Code RO 13185 i.RS485_UART_GPIO_Init rs485_read_data.o
- 0x00005208 0x00005208 0x00000024 Code RO 13186 i.RS485_UART_GPIO_sleep rs485_read_data.o
- 0x0000522c 0x0000522c 0x000000c4 Code RO 13187 i.RS485_read_data_GPIO_Init rs485_read_data.o
- 0x000052f0 0x000052f0 0x00000060 Code RO 959 i.RS485_read_data_RX_DMA_CH3_Init uart.o
- 0x00005350 0x00005350 0x00000030 Code RO 960 i.RS485_read_data_RX_DMA_CH3_reload uart.o
- 0x00005380 0x00005380 0x00000070 Code RO 13188 i.RS485_read_data_RX_DMA_check rs485_read_data.o
- 0x000053f0 0x000053f0 0x00000084 Code RO 961 i.RS485_read_data_uart_Init uart.o
- 0x00005474 0x00005474 0x00000018 Code RO 1477 i.RTC_GPIO_Init extern_rtc.o
- 0x0000548c 0x0000548c 0x00000002 Code RO 1134 i.RTC_IRQHandler rtc.o
- 0x0000548e 0x0000548e 0x00000002 PAD
- 0x00005490 0x00005490 0x00000054 Code RO 1906 i.Read_OP_CL_VALVE_Status valve_control.o
- 0x000054e4 0x000054e4 0x000001e4 Code RO 13279 i.SIZHUMODBUSV2_0_dataAnalysis rs485_data_analysis_pro.o
- 0x000056c8 0x000056c8 0x000000d8 Code RO 1359 i.SPI3_Init spi.o
- 0x000057a0 0x000057a0 0x00000018 Code RO 11494 i.SPIx_CR1_BAUD_Set fm33a0xxev_spi.o
- 0x000057b8 0x000057b8 0x00000012 Code RO 11496 i.SPIx_CR1_CPHA_Set fm33a0xxev_spi.o
- 0x000057ca 0x000057ca 0x00000018 Code RO 11498 i.SPIx_CR1_CPHOL_Set fm33a0xxev_spi.o
- 0x000057e2 0x000057e2 0x0000001a Code RO 11500 i.SPIx_CR1_IOSWAP_Set fm33a0xxev_spi.o
- 0x000057fc 0x000057fc 0x00000018 Code RO 11502 i.SPIx_CR1_LSBF_Set fm33a0xxev_spi.o
- 0x00005814 0x00005814 0x0000001a Code RO 11504 i.SPIx_CR1_MM_Set fm33a0xxev_spi.o
- 0x0000582e 0x0000582e 0x00000018 Code RO 11510 i.SPIx_CR1_WAIT_Set fm33a0xxev_spi.o
- 0x00005846 0x00005846 0x0000001a Code RO 11514 i.SPIx_CR2_DLEN_Set fm33a0xxev_spi.o
- 0x00005860 0x00005860 0x0000001a Code RO 11518 i.SPIx_CR2_HALFDUPLEX_Set fm33a0xxev_spi.o
- 0x0000587a 0x0000587a 0x0000001a Code RO 11522 i.SPIx_CR2_RXO_Setable fm33a0xxev_spi.o
- 0x00005894 0x00005894 0x00000018 Code RO 11524 i.SPIx_CR2_SPIEN_Setable fm33a0xxev_spi.o
- 0x000058ac 0x000058ac 0x00000018 Code RO 11526 i.SPIx_CR2_SSNM_Set fm33a0xxev_spi.o
- 0x000058c4 0x000058c4 0x00000018 Code RO 11528 i.SPIx_CR2_SSNSEN_Setable fm33a0xxev_spi.o
- 0x000058dc 0x000058dc 0x00000018 Code RO 11532 i.SPIx_CR2_TXO_AC_Setable fm33a0xxev_spi.o
- 0x000058f4 0x000058f4 0x00000018 Code RO 11534 i.SPIx_CR2_TXO_Setable fm33a0xxev_spi.o
- 0x0000590c 0x0000590c 0x00000006 Code RO 11535 i.SPIx_CR3_MERRC_Clr fm33a0xxev_spi.o
- 0x00005912 0x00005912 0x00000006 Code RO 11536 i.SPIx_CR3_RXBFC_Clr fm33a0xxev_spi.o
- 0x00005918 0x00005918 0x00000006 Code RO 11537 i.SPIx_CR3_SERRC_Clr fm33a0xxev_spi.o
- 0x0000591e 0x0000591e 0x00000006 Code RO 11538 i.SPIx_CR3_TXBFC_Clr fm33a0xxev_spi.o
- 0x00005924 0x00005924 0x00000014 Code RO 11550 i.SPIx_ISR_RXBF_Chk fm33a0xxev_spi.o
- 0x00005938 0x00005938 0x00000014 Code RO 11554 i.SPIx_ISR_TXBE_Chk fm33a0xxev_spi.o
- 0x0000594c 0x0000594c 0x00000006 Code RO 11557 i.SPIx_RXBUF_Read fm33a0xxev_spi.o
- 0x00005952 0x00005952 0x00000004 Code RO 11558 i.SPIx_TXBUF_Write fm33a0xxev_spi.o
- 0x00005956 0x00005956 0x00000002 PAD
- 0x00005958 0x00005958 0x00000020 Code RO 1289 i.Sda_In i2c.o
- 0x00005978 0x00005978 0x00000020 Code RO 1290 i.Sda_Out i2c.o
- 0x00005998 0x00005998 0x00000064 Code RO 1478 i.Set_Extern_Rtc_Time extern_rtc.o
- 0x000059fc 0x000059fc 0x00000022 Code RO 1479 i.Set_Rtc_UpdataInterrupt extern_rtc.o
- 0x00005a1e 0x00005a1e 0x00000002 PAD
- 0x00005a20 0x00005a20 0x00000078 Code RO 2134 i.SettlementPro billing.o
- 0x00005a98 0x00005a98 0x00000034 Code RO 1362 i.SpiWriteAndRead spi.o
- 0x00005acc 0x00005acc 0x00000030 Code RO 410 i.SysKeepRunningStatusGet system_run_fun.o
- 0x00005afc 0x00005afc 0x00000058 Code RO 700 i.SysWakeUp_ClockCfg user_init.o
- 0x00005b54 0x00005b54 0x0000001c Code RO 13454 i.SystemInit system_fm33a0xxev.o
- 0x00005b70 0x00005b70 0x00000048 Code RO 808 i.System_power_on_init rcc_config.o
- 0x00005bb8 0x00005bb8 0x0000015a Code RO 1480 i.TimeEffectJudgm extern_rtc.o
- 0x00005d12 0x00005d12 0x00000002 PAD
- 0x00005d14 0x00005d14 0x00000064 Code RO 12516 i.UART_BaudREGCalc fm33a0xxev_uart.o
- 0x00005d78 0x00005d78 0x00000078 Code RO 12519 i.UART_Init fm33a0xxev_uart.o
- 0x00005df0 0x00005df0 0x00000210 Code RO 12520 i.UART_SInit fm33a0xxev_uart.o
- 0x00006000 0x00006000 0x00000006 Code RO 12522 i.UARTx_BGR_Write fm33a0xxev_uart.o
- 0x00006006 0x00006006 0x00000018 Code RO 12531 i.UARTx_CSR_PARITY_Set fm33a0xxev_uart.o
- 0x0000601e 0x0000601e 0x00000018 Code RO 12533 i.UARTx_CSR_PDSEL_Set fm33a0xxev_uart.o
- 0x00006036 0x00006036 0x00000018 Code RO 12535 i.UARTx_CSR_RXEN_Setable fm33a0xxev_uart.o
- 0x0000604e 0x0000604e 0x00000018 Code RO 12537 i.UARTx_CSR_RXPOL_Setable fm33a0xxev_uart.o
- 0x00006066 0x00006066 0x0000001a Code RO 12541 i.UARTx_CSR_STOPCFG_Set fm33a0xxev_uart.o
- 0x00006080 0x00006080 0x00000018 Code RO 12543 i.UARTx_CSR_TXEN_Setable fm33a0xxev_uart.o
- 0x00006098 0x00006098 0x0000001a Code RO 12545 i.UARTx_CSR_TXIREN_Setable fm33a0xxev_uart.o
- 0x000060b2 0x000060b2 0x00000018 Code RO 12547 i.UARTx_CSR_TXPOL_Setable fm33a0xxev_uart.o
- 0x000060ca 0x000060ca 0x0000001a Code RO 12550 i.UARTx_IER_RXBF_IE_Setable fm33a0xxev_uart.o
- 0x000060e4 0x000060e4 0x0000001a Code RO 12552 i.UARTx_IER_RXERR_IE_Setable fm33a0xxev_uart.o
- 0x000060fe 0x000060fe 0x0000001a Code RO 12554 i.UARTx_IER_RXTO_IE_Setable fm33a0xxev_uart.o
- 0x00006118 0x00006118 0x00000018 Code RO 12556 i.UARTx_IER_TXBE_IE_Setable fm33a0xxev_uart.o
- 0x00006130 0x00006130 0x00000018 Code RO 12558 i.UARTx_IER_TXSE_IE_Setable fm33a0xxev_uart.o
- 0x00006148 0x00006148 0x00000008 Code RO 12566 i.UARTx_ISR_RXBF_Clr fm33a0xxev_uart.o
- 0x00006150 0x00006150 0x00000014 Code RO 12570 i.UARTx_ISR_TXSE_Chk fm33a0xxev_uart.o
- 0x00006164 0x00006164 0x0000002a Code RO 964 i.UARTx_SendData_Normal uart.o
- 0x0000618e 0x0000618e 0x00000008 Code RO 12578 i.UARTx_TXBUF_Write fm33a0xxev_uart.o
- 0x00006196 0x00006196 0x00000002 PAD
- 0x00006198 0x00006198 0x00000028 Code RO 13344 i.UV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x000061c0 0x000061c0 0x00000020 Code RO 13345 i.Under_Pwr_INT_GPIO_Clk_Init pulse_and_alarm_line.o
- 0x000061e0 0x000061e0 0x0000001c Code RO 13346 i.Under_Pwr_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
- 0x000061fc 0x000061fc 0x00000094 Code RO 2570 i.Upper_ComputerLoginRecvHandler upper_com.o
- 0x00006290 0x00006290 0x0000000c Code RO 2571 i.Upper_ComputerLoginRespond upper_com.o
- 0x0000629c 0x0000629c 0x00000060 Code RO 2572 i.Upper_ComputerReadWriteHandler upper_com.o
- 0x000062fc 0x000062fc 0x00000060 Code RO 2573 i.Upper_ComputerRespond upper_com.o
- 0x0000635c 0x0000635c 0x00000024 Code RO 12946 i.VRTC_ADCCR_CKE_Setable fm33a0xxev_vrtc.o
- 0x00006380 0x00006380 0x00000020 Code RO 12948 i.VRTC_ADCCR_CKS_Set fm33a0xxev_vrtc.o
- 0x000063a0 0x000063a0 0x00000024 Code RO 12951 i.VRTC_Init_RCMF_Trim fm33a0xxev_vrtc.o
- 0x000063c4 0x000063c4 0x00000024 Code RO 12964 i.VRTC_RCMFCR_EN_Setable fm33a0xxev_vrtc.o
- 0x000063e8 0x000063e8 0x0000001c Code RO 12966 i.VRTC_RCMFCR_TRIM_Set fm33a0xxev_vrtc.o
- 0x00006404 0x00006404 0x000001d4 Code RO 1907 i.ValveCtrlHade valve_control.o
- 0x000065d8 0x000065d8 0x00000080 Code RO 1908 i.ValveCtrlOrder valve_control.o
- 0x00006658 0x00006658 0x00000068 Code RO 1909 i.ValveForceOpenSignalCheck valve_control.o
- 0x000066c0 0x000066c0 0x0000003c Code RO 1910 i.ValveMotorCloseRun valve_control.o
- 0x000066fc 0x000066fc 0x0000003c Code RO 1911 i.ValveMotorOpenRun valve_control.o
- 0x00006738 0x00006738 0x0000003c Code RO 1912 i.ValveMotorStop valve_control.o
- 0x00006774 0x00006774 0x00000028 Code RO 1913 i.ValveRunParaInit valve_control.o
- 0x0000679c 0x0000679c 0x00000024 Code RO 1914 i.Valve_CTRL_GPIO_Init valve_control.o
- 0x000067c0 0x000067c0 0x00000014 Code RO 2652 i.WRC_PWR_GPIO_Init wireless_remote_comm.o
- 0x000067d4 0x000067d4 0x00000088 Code RO 2653 i.WirelessRemoteCommPro wireless_remote_comm.o
- 0x0000685c 0x0000685c 0x00000004 Code RO 2654 i.WrcClosePwrPro wireless_remote_comm.o
- 0x00006860 0x00006860 0x00000004 Code RO 2655 i.WrcCreateLinkPro wireless_remote_comm.o
- 0x00006864 0x00006864 0x00000018 Code RO 2656 i.WrcOpenPwrPro wireless_remote_comm.o
- 0x0000687c 0x0000687c 0x00000004 Code RO 2658 i.WrcSendDataPro wireless_remote_comm.o
- 0x00006880 0x00006880 0x00000004 Code RO 2659 i.WrcWaitRecDataPro wireless_remote_comm.o
- 0x00006884 0x00006884 0x00000020 Code RO 13714 i.__0printf$8 mc_p.l(printf8.o)
- 0x000068a4 0x000068a4 0x00000028 Code RO 13716 i.__0sprintf$8 mc_p.l(printf8.o)
- 0x000068cc 0x000068cc 0x0000002e Code RO 13872 i.__ARM_clz mf_p.l(depilogue.o)
- 0x000068fa 0x000068fa 0x0000001c Code RO 1528 i.__ARM_common_switch8 extern_rtc.o
- 0x00006916 0x00006916 0x0000000e Code RO 13878 i.__scatterload_copy mc_p.l(handlers.o)
- 0x00006924 0x00006924 0x00000002 Code RO 13879 i.__scatterload_null mc_p.l(handlers.o)
- 0x00006926 0x00006926 0x0000000e Code RO 13880 i.__scatterload_zeroinit mc_p.l(handlers.o)
- 0x00006934 0x00006934 0x00000428 Code RO 13721 i._printf_core mc_p.l(printf8.o)
- 0x00006d5c 0x00006d5c 0x00000020 Code RO 13722 i._printf_post_padding mc_p.l(printf8.o)
- 0x00006d7c 0x00006d7c 0x0000002c Code RO 13723 i._printf_pre_padding mc_p.l(printf8.o)
- 0x00006da8 0x00006da8 0x0000000a Code RO 13725 i._sputc mc_p.l(printf8.o)
- 0x00006db2 0x00006db2 0x00000002 PAD
- 0x00006db4 0x00006db4 0x000000a4 Code RO 1202 i.adc_tem_cal adc.o
- 0x00006e58 0x00006e58 0x00000064 Code RO 1203 i.adc_vol_cal adc.o
- 0x00006ebc 0x00006ebc 0x00000020 Code RO 1204 i.adc_wait_finish adc.o
- 0x00006edc 0x00006edc 0x00000124 Code RO 412 i.allExtiIRQ system_run_fun.o
- 0x00007000 0x00007000 0x00000024 Code RO 413 i.allGpioInit system_run_fun.o
- 0x00007024 0x00007024 0x00000010 Code RO 2475 i.allParaDefaultInit system_mem_para.o
- 0x00007034 0x00007034 0x00000040 Code RO 2476 i.allParaPatchPro system_mem_para.o
- 0x00007074 0x00007074 0x00000010 Code RO 2477 i.allParaReadFromEep system_mem_para.o
- 0x00007084 0x00007084 0x00000042 Code RO 355 i.arrayA_2_arrayB system_general_para.o
- 0x000070c6 0x000070c6 0x00000002 PAD
- 0x000070c8 0x000070c8 0x00000114 Code RO 3005 i.cm_backtrace_call_stack cm_backtrace.o
- 0x000071dc 0x000071dc 0x00000210 Code RO 3006 i.cm_backtrace_fault cm_backtrace.o
- 0x000073ec 0x000073ec 0x0000002c Code RO 3007 i.cm_backtrace_firmware_info cm_backtrace.o
- 0x00007418 0x00007418 0x00000048 Code RO 769 i.delay_init delay.o
- 0x00007460 0x00007460 0x00000050 Code RO 770 i.delay_ms delay.o
- 0x000074b0 0x000074b0 0x00000050 Code RO 771 i.delay_us delay.o
- 0x00007500 0x00007500 0x0000003a Code RO 3009 i.disassembly_ins_is_bl_blx cm_backtrace.o
- 0x0000753a 0x0000753a 0x00000002 PAD
- 0x0000753c 0x0000753c 0x000000d4 Code RO 3010 i.dump_stack cm_backtrace.o
- 0x00007610 0x00007610 0x0000010c Code RO 2478 i.eepABReadCheck system_mem_para.o
- 0x0000771c 0x0000771c 0x0000004e Code RO 2479 i.eepABWriteAndReadCheck system_mem_para.o
- 0x0000776a 0x0000776a 0x00000002 Code RO 2480 i.eepParaPatchPro_1 system_mem_para.o
- 0x0000776c 0x0000776c 0x00000040 Code RO 2482 i.eepWriteAndReadCheck system_mem_para.o
- 0x000077ac 0x000077ac 0x00000024 Code RO 966 i.fputc uart.o
- 0x000077d0 0x000077d0 0x00000054 Code RO 13768 i.free mc_p.l(malloc.o)
- 0x00007824 0x00007824 0x0000000c Code RO 415 i.hardwareDriversInit system_run_fun.o
- 0x00007830 0x00007830 0x00000068 Code RO 1543 i.keyPro key.o
- 0x00007898 0x00007898 0x00000030 Code RO 2731 i.lcdDisplayPro lcd.o
- 0x000078c8 0x000078c8 0x000001cc Code RO 560 i.main main.o
- 0x00007a94 0x00007a94 0x0000006c Code RO 13769 i.malloc mc_p.l(malloc.o)
- 0x00007b00 0x00007b00 0x00000048 Code RO 13280 i.modbus03AnswerCheck rs485_data_analysis_pro.o
- 0x00007b48 0x00007b48 0x00000038 Code RO 2483 i.paraCalcCrcAndWriteEepAB system_mem_para.o
- 0x00007b80 0x00007b80 0x00000098 Code RO 3011 i.print_call_stack cm_backtrace.o
- 0x00007c18 0x00007c18 0x000000a2 Code RO 13281 i.rs485ComDataAnalysis rs485_data_analysis_pro.o
- 0x00007cba 0x00007cba 0x00000002 PAD
- 0x00007cbc 0x00007cbc 0x00000180 Code RO 13189 i.rs485ComPwrOnHandle rs485_read_data.o
- 0x00007e3c 0x00007e3c 0x000000dc Code RO 13190 i.rs485ComSendHandle rs485_read_data.o
- 0x00007f18 0x00007f18 0x00000234 Code RO 13191 i.rs485ComWaitAnswerHandle rs485_read_data.o
- 0x0000814c 0x0000814c 0x00000074 Code RO 13192 i.rs485GetDelayTime rs485_read_data.o
- 0x000081c0 0x000081c0 0x00000084 Code RO 13193 i.rs485ReadDataPro rs485_read_data.o
- 0x00008244 0x00008244 0x00000098 Code RO 13194 i.rs485SendReadData rs485_read_data.o
- 0x000082dc 0x000082dc 0x0000006c Code RO 13282 i.sendModbusReadFrame rs485_data_analysis_pro.o
- 0x00008348 0x00008348 0x00000108 Code RO 2337 i.sizhuHistoryRecord sizhu_history_record.o
- 0x00008450 0x00008450 0x00000180 Code RO 416 i.sysRunFunCtrlPro system_run_fun.o
- 0x000085d0 0x000085d0 0x00000050 Code RO 417 i.sysRunFunParaInit system_run_fun.o
- 0x00008620 0x00008620 0x0000009c Code RO 418 i.sysStoredParaInit system_run_fun.o
- 0x000086bc 0x000086bc 0x0000003c Code RO 2484 i.systemEepIdDefaultInit system_mem_para.o
- 0x000086f8 0x000086f8 0x00000028 Code RO 2485 i.systemEepIdReadFromEep system_mem_para.o
- 0x00008720 0x00008720 0x0000002c Code RO 356 i.ucharcmp system_general_para.o
- 0x0000874c 0x0000874c 0x00000168 Code RO 2574 i.upperComPro upper_com.o
- 0x000088b4 0x000088b4 0x00000034 Code RO 104 i.usMBCRC16 mbcrc.o
- 0x000088e8 0x000088e8 0x00000018 Code RO 1915 i.valveCtrlPro valve_control.o
- 0x00008900 0x00008900 0x00000200 Data RO 105 .constdata mbcrc.o
- 0x00008b00 0x00008b00 0x000000e0 Data RO 3013 .constdata cm_backtrace.o
- 0x00008be0 0x00008be0 0x0000061e Data RO 3014 .conststring cm_backtrace.o
- 0x000091fe 0x000091fe 0x00000002 PAD
- 0x00009200 0x00009200 0x00000020 Data RO 13876 Region$$Table anon$$obj.o
+ 0x00000000 0x00000000 0x000000c0 Data RO 14184 RESET startup_fm33a0xxev.o
+ 0x000000c0 0x000000c0 0x00000000 Code RO 14225 * .ARM.Collect$$$$00000000 mc_p.l(entry.o)
+ 0x000000c0 0x000000c0 0x00000004 Code RO 14588 .ARM.Collect$$$$00000001 mc_p.l(entry2.o)
+ 0x000000c4 0x000000c4 0x00000004 Code RO 14591 .ARM.Collect$$$$00000004 mc_p.l(entry5.o)
+ 0x000000c8 0x000000c8 0x00000000 Code RO 14593 .ARM.Collect$$$$00000008 mc_p.l(entry7b.o)
+ 0x000000c8 0x000000c8 0x00000000 Code RO 14595 .ARM.Collect$$$$0000000A mc_p.l(entry8b.o)
+ 0x000000c8 0x000000c8 0x00000008 Code RO 14596 .ARM.Collect$$$$0000000B mc_p.l(entry9a.o)
+ 0x000000d0 0x000000d0 0x00000004 Code RO 14603 .ARM.Collect$$$$0000000E mc_p.l(entry12b.o)
+ 0x000000d4 0x000000d4 0x00000000 Code RO 14598 .ARM.Collect$$$$0000000F mc_p.l(entry10a.o)
+ 0x000000d4 0x000000d4 0x00000000 Code RO 14600 .ARM.Collect$$$$00000011 mc_p.l(entry11a.o)
+ 0x000000d4 0x000000d4 0x00000004 Code RO 14589 .ARM.Collect$$$$00002712 mc_p.l(entry2.o)
+ 0x000000d8 0x000000d8 0x0000000c Code RO 3209 .text cmb_fault.o
+ 0x000000e4 0x000000e4 0x0000001c Code RO 14185 .text startup_fm33a0xxev.o
+ 0x00000100 0x00000100 0x0000002c Code RO 14228 .text mc_p.l(uidiv.o)
+ 0x0000012c 0x0000012c 0x00000028 Code RO 14230 .text mc_p.l(idiv.o)
+ 0x00000154 0x00000154 0x00000060 Code RO 14232 .text mc_p.l(uldiv.o)
+ 0x000001b4 0x000001b4 0x00000024 Code RO 14234 .text mc_p.l(rand.o)
+ 0x000001d8 0x000001d8 0x00000024 Code RO 14237 .text mc_p.l(memcpya.o)
+ 0x000001fc 0x000001fc 0x00000024 Code RO 14239 .text mc_p.l(memseta.o)
+ 0x00000220 0x00000220 0x00000028 Code RO 14241 .text mc_p.l(strstr.o)
+ 0x00000248 0x00000248 0x00000014 Code RO 14536 .text mc_p.l(uread4.o)
+ 0x0000025c 0x0000025c 0x00000012 Code RO 14540 .text mc_p.l(uwrite4.o)
+ 0x0000026e 0x0000026e 0x0000001e Code RO 14542 .text mc_p.l(uwrite8.o)
+ 0x0000028c 0x0000028c 0x000000b2 Code RO 14544 .text mf_p.l(fadd.o)
+ 0x0000033e 0x0000033e 0x0000007a Code RO 14546 .text mf_p.l(fmul.o)
+ 0x000003b8 0x000003b8 0x0000007c Code RO 14548 .text mf_p.l(fdiv.o)
+ 0x00000434 0x00000434 0x00000168 Code RO 14550 .text mf_p.l(dadd.o)
+ 0x0000059c 0x0000059c 0x000000d0 Code RO 14552 .text mf_p.l(dmul.o)
+ 0x0000066c 0x0000066c 0x000000f0 Code RO 14554 .text mf_p.l(ddiv.o)
+ 0x0000075c 0x0000075c 0x00000016 Code RO 14556 .text mf_p.l(fflti.o)
+ 0x00000772 0x00000772 0x0000000e Code RO 14558 .text mf_p.l(ffltui.o)
+ 0x00000780 0x00000780 0x00000028 Code RO 14560 .text mf_p.l(dflti.o)
+ 0x000007a8 0x000007a8 0x0000001c Code RO 14562 .text mf_p.l(dfltui.o)
+ 0x000007c4 0x000007c4 0x00000032 Code RO 14564 .text mf_p.l(ffixi.o)
+ 0x000007f6 0x000007f6 0x00000002 PAD
+ 0x000007f8 0x000007f8 0x00000048 Code RO 14568 .text mf_p.l(dfixi.o)
+ 0x00000840 0x00000840 0x0000003c Code RO 14570 .text mf_p.l(dfixui.o)
+ 0x0000087c 0x0000087c 0x00000028 Code RO 14576 .text mf_p.l(f2d.o)
+ 0x000008a4 0x000008a4 0x00000028 Code RO 14578 .text mf_p.l(cdcmple.o)
+ 0x000008cc 0x000008cc 0x00000028 Code RO 14580 .text mf_p.l(cdrcmple.o)
+ 0x000008f4 0x000008f4 0x00000038 Code RO 14582 .text mf_p.l(d2f.o)
+ 0x0000092c 0x0000092c 0x00000014 Code RO 14584 .text mf_p.l(cfcmple.o)
+ 0x00000940 0x00000940 0x00000014 Code RO 14586 .text mf_p.l(cfrcmple.o)
+ 0x00000954 0x00000954 0x00000020 Code RO 14605 .text mc_p.l(llshl.o)
+ 0x00000974 0x00000974 0x00000022 Code RO 14607 .text mc_p.l(llushr.o)
+ 0x00000996 0x00000996 0x00000026 Code RO 14609 .text mc_p.l(llsshr.o)
+ 0x000009bc 0x000009bc 0x00000000 Code RO 14613 .text mc_p.l(iusefp.o)
+ 0x000009bc 0x000009bc 0x00000082 Code RO 14614 .text mf_p.l(fepilogue.o)
+ 0x00000a3e 0x00000a3e 0x000000be Code RO 14616 .text mf_p.l(depilogue.o)
+ 0x00000afc 0x00000afc 0x00000024 Code RO 14620 .text mc_p.l(init.o)
+ 0x00000b20 0x00000b20 0x00000056 Code RO 14630 .text mc_p.l(__dczerorl2.o)
+ 0x00000b76 0x00000b76 0x00000002 PAD
+ 0x00000b78 0x00000b78 0x00000020 Code RO 3238 i.ADC_CFGR_ACC_PERIOD_Set fm33a0xxev_adc.o
+ 0x00000b98 0x00000b98 0x00000024 Code RO 3240 i.ADC_CFGR_BUFEN_Setable fm33a0xxev_adc.o
+ 0x00000bbc 0x00000bbc 0x0000001c Code RO 3242 i.ADC_CFGR_BUFSEL_Set fm33a0xxev_adc.o
+ 0x00000bd8 0x00000bd8 0x00000024 Code RO 3246 i.ADC_CR_ACC_IE_Setable fm33a0xxev_adc.o
+ 0x00000bfc 0x00000bfc 0x00000024 Code RO 3250 i.ADC_CR_EN_Setable fm33a0xxev_adc.o
+ 0x00000c20 0x00000c20 0x00000020 Code RO 3252 i.ADC_CR_HPEN_Set fm33a0xxev_adc.o
+ 0x00000c40 0x00000c40 0x00000020 Code RO 3254 i.ADC_CR_MODE_Set fm33a0xxev_adc.o
+ 0x00000c60 0x00000c60 0x00000024 Code RO 3256 i.ADC_CR_RSTCTRL_EN_Setable fm33a0xxev_adc.o
+ 0x00000c84 0x00000c84 0x0000000c Code RO 3257 i.ADC_DR_Read fm33a0xxev_adc.o
+ 0x00000c90 0x00000c90 0x0000005c Code RO 1225 i.ADC_IN4_Init adc.o
+ 0x00000cec 0x00000cec 0x0000005c Code RO 1227 i.ADC_IN8_Init adc.o
+ 0x00000d48 0x00000d48 0x0000001c Code RO 3259 i.ADC_ISR_ACC_IF_Chk fm33a0xxev_adc.o
+ 0x00000d64 0x00000d64 0x00000010 Code RO 3260 i.ADC_ISR_ACC_IF_Clr fm33a0xxev_adc.o
+ 0x00000d74 0x00000d74 0x00000010 Code RO 3266 i.ADC_TRIM_Write fm33a0xxev_adc.o
+ 0x00000d84 0x00000d84 0x00000058 Code RO 1229 i.ADC_Temp_Init adc.o
+ 0x00000ddc 0x00000ddc 0x0000001e Code RO 559 i.Alarm_List_Node_Add linked_list.o
+ 0x00000dfa 0x00000dfa 0x00000002 PAD
+ 0x00000dfc 0x00000dfc 0x00000058 Code RO 560 i.Alarm_List_Node_Deleted linked_list.o
+ 0x00000e54 0x00000e54 0x00000050 Code RO 562 i.Alarm_List_Node_PushBack linked_list.o
+ 0x00000ea4 0x00000ea4 0x000002b4 Code RO 2054 i.Alka_Bat_Voltage_Status power_manage.o
+ 0x00001158 0x00001158 0x00000024 Code RO 2055 i.Alka_Battery_GPIO_Clk_Init power_manage.o
+ 0x0000117c 0x0000117c 0x000000a6 Code RO 843 i.AltFunIO gpio.o
+ 0x00001222 0x00001222 0x00000050 Code RO 845 i.AnalogIO gpio.o
+ 0x00001272 0x00001272 0x00000002 PAD
+ 0x00001274 0x00001274 0x00000060 Code RO 846 i.AnalogIO_H gpio.o
+ 0x000012d4 0x000012d4 0x00000010 Code RO 1081 i.BSTIM_IRQHandler tim.o
+ 0x000012e4 0x000012e4 0x00000018 Code RO 3977 i.BSTIM_ISR_UIF_Chk fm33a0xxev_bstim.o
+ 0x000012fc 0x000012fc 0x0000000c Code RO 3978 i.BSTIM_ISR_UIF_Clr fm33a0xxev_bstim.o
+ 0x00001308 0x00001308 0x00000012 Code RO 4120 i.BTx_CFGR1_GRP1SEL_Set fm33a0xxev_bt.o
+ 0x0000131a 0x0000131a 0x00000018 Code RO 4148 i.BTx_CR1_CHEN_Setable fm33a0xxev_bt.o
+ 0x00001332 0x00001332 0x00000018 Code RO 4152 i.BTx_CR1_EDGESEL_Set fm33a0xxev_bt.o
+ 0x0000134a 0x0000134a 0x00000018 Code RO 4154 i.BTx_CR1_MODE_Set fm33a0xxev_bt.o
+ 0x00001362 0x00001362 0x00000018 Code RO 4158 i.BTx_CR2_CNTHSEL_Set fm33a0xxev_bt.o
+ 0x0000137a 0x0000137a 0x00000018 Code RO 4166 i.BTx_CR2_SIG2SEL_Set fm33a0xxev_bt.o
+ 0x00001392 0x00001392 0x00000018 Code RO 4170 i.BTx_CR2_STDIR_Setable fm33a0xxev_bt.o
+ 0x000013aa 0x000013aa 0x00000018 Code RO 4175 i.BTx_IER_CMPHIE_Setable fm33a0xxev_bt.o
+ 0x000013c2 0x000013c2 0x00000018 Code RO 4179 i.BTx_IER_OVHIE_Setable fm33a0xxev_bt.o
+ 0x000013da 0x000013da 0x00000002 PAD
+ 0x000013dc 0x000013dc 0x00000060 Code RO 1082 i.BTx_IRQHandler tim.o
+ 0x0000143c 0x0000143c 0x00000014 Code RO 4184 i.BTx_ISR_CMPHIF_Chk fm33a0xxev_bt.o
+ 0x00001450 0x00001450 0x00000006 Code RO 4185 i.BTx_ISR_CMPHIF_Clr fm33a0xxev_bt.o
+ 0x00001456 0x00001456 0x00000006 Code RO 4187 i.BTx_ISR_CMPLIF_Clr fm33a0xxev_bt.o
+ 0x0000145c 0x0000145c 0x00000018 Code RO 4194 i.BTx_LOADCR_LHEN_Setable fm33a0xxev_bt.o
+ 0x00001474 0x00001474 0x00000018 Code RO 4196 i.BTx_LOADCR_LLEN_Setable fm33a0xxev_bt.o
+ 0x0000148c 0x0000148c 0x00000006 Code RO 4198 i.BTx_LOADH_Write fm33a0xxev_bt.o
+ 0x00001492 0x00001492 0x00000006 Code RO 4200 i.BTx_LOADL_Write fm33a0xxev_bt.o
+ 0x00001498 0x00001498 0x00000006 Code RO 4216 i.BTx_PRES_Write fm33a0xxev_bt.o
+ 0x0000149e 0x0000149e 0x00000002 PAD
+ 0x000014a0 0x000014a0 0x000000c8 Code RO 1083 i.BasicTimer16_Init tim.o
+ 0x00001568 0x00001568 0x00000018 Code RO 4725 i.CDIF_CR_INTF_EN_Getable fm33a0xxev_cdif.o
+ 0x00001580 0x00001580 0x00000018 Code RO 4726 i.CDIF_CR_INTF_EN_Setable fm33a0xxev_cdif.o
+ 0x00001598 0x00001598 0x00000120 Code RO 4774 i.CMU_GetClocksFreq fm33a0xxev_cmu.o
+ 0x000016b8 0x000016b8 0x00000024 Code RO 4776 i.CMU_IER_HFDET_IE_Setable fm33a0xxev_cmu.o
+ 0x000016dc 0x000016dc 0x00000004 Code RO 691 i.CMU_IRQHandler user_init.o
+ 0x000016e0 0x000016e0 0x0000001c Code RO 4779 i.CMU_ISR_HFDETO_Chk fm33a0xxev_cmu.o
+ 0x000016fc 0x000016fc 0x00000054 Code RO 4784 i.CMU_Init_RCHF_Trim fm33a0xxev_cmu.o
+ 0x00001750 0x00001750 0x00000024 Code RO 4786 i.CMU_OPCCR1_EXTICKE_Setable fm33a0xxev_cmu.o
+ 0x00001774 0x00001774 0x00000020 Code RO 4788 i.CMU_OPCCR1_EXTICKSEL_Set fm33a0xxev_cmu.o
+ 0x00001794 0x00001794 0x00000028 Code RO 4806 i.CMU_OPCCR1_UART0CKE_Setable fm33a0xxev_cmu.o
+ 0x000017bc 0x000017bc 0x0000001c Code RO 4808 i.CMU_OPCCR1_UART0CKS_Set fm33a0xxev_cmu.o
+ 0x000017d8 0x000017d8 0x00000028 Code RO 4810 i.CMU_OPCCR1_UART1CKE_Setable fm33a0xxev_cmu.o
+ 0x00001800 0x00001800 0x00000020 Code RO 4812 i.CMU_OPCCR1_UART1CKS_Set fm33a0xxev_cmu.o
+ 0x00001820 0x00001820 0x00000068 Code RO 4827 i.CMU_PERCLK_SetableEx fm33a0xxev_cmu.o
+ 0x00001888 0x00001888 0x00000018 Code RO 4828 i.CMU_PLLHCR_EN_Getable fm33a0xxev_cmu.o
+ 0x000018a0 0x000018a0 0x00000010 Code RO 4833 i.CMU_PLLHCR_OSEL_Get fm33a0xxev_cmu.o
+ 0x000018b0 0x000018b0 0x00000014 Code RO 4835 i.CMU_PLLHCR_PLLHDB_Get fm33a0xxev_cmu.o
+ 0x000018c4 0x000018c4 0x00000010 Code RO 4845 i.CMU_RCHFCR_FSEL_Get fm33a0xxev_cmu.o
+ 0x000018d4 0x000018d4 0x00000020 Code RO 4846 i.CMU_RCHFCR_FSEL_Set fm33a0xxev_cmu.o
+ 0x000018f4 0x000018f4 0x00000018 Code RO 4847 i.CMU_RCHFCR_RCHFEN_Getable fm33a0xxev_cmu.o
+ 0x0000190c 0x0000190c 0x00000024 Code RO 4848 i.CMU_RCHFCR_RCHFEN_Setable fm33a0xxev_cmu.o
+ 0x00001930 0x00001930 0x00000018 Code RO 4850 i.CMU_RCHFTR_RCHFTRIM_Set fm33a0xxev_cmu.o
+ 0x00001948 0x00001948 0x00000012 Code RO 4851 i.CMU_RCHF_Init fm33a0xxev_cmu.o
+ 0x0000195a 0x0000195a 0x00000002 PAD
+ 0x0000195c 0x0000195c 0x00000010 Code RO 4852 i.CMU_SYSCLKCR_AHBPRES_Get fm33a0xxev_cmu.o
+ 0x0000196c 0x0000196c 0x00000020 Code RO 4853 i.CMU_SYSCLKCR_AHBPRES_Set fm33a0xxev_cmu.o
+ 0x0000198c 0x0000198c 0x00000010 Code RO 4854 i.CMU_SYSCLKCR_APBPRES_Get fm33a0xxev_cmu.o
+ 0x0000199c 0x0000199c 0x00000020 Code RO 4855 i.CMU_SYSCLKCR_APBPRES_Set fm33a0xxev_cmu.o
+ 0x000019bc 0x000019bc 0x00000028 Code RO 4857 i.CMU_SYSCLKCR_SLP_ENEXTI_Setable fm33a0xxev_cmu.o
+ 0x000019e4 0x000019e4 0x00000010 Code RO 4860 i.CMU_SYSCLKCR_SYSCLKSEL_Get fm33a0xxev_cmu.o
+ 0x000019f4 0x000019f4 0x0000001c Code RO 4861 i.CMU_SYSCLKCR_SYSCLKSEL_Set fm33a0xxev_cmu.o
+ 0x00001a10 0x00001a10 0x0000001e Code RO 4862 i.CMU_SysClk_Init fm33a0xxev_cmu.o
+ 0x00001a2e 0x00001a2e 0x00000002 PAD
+ 0x00001a30 0x00001a30 0x00000024 Code RO 4864 i.CMU_XTHFCR_XTHFEN_Setable fm33a0xxev_cmu.o
+ 0x00001a54 0x00001a54 0x00000020 Code RO 4866 i.CMU_XTHFCR_XTHF_CFG_Set fm33a0xxev_cmu.o
+ 0x00001a74 0x00001a74 0x00000034 Code RO 2680 i.COM_equipment_basic_inf_handle upper_com_data_pro.o
+ 0x00001aa8 0x00001aa8 0x00000028 Code RO 13455 i.CV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x00001ad0 0x00001ad0 0x00000038 Code RO 848 i.CloseIO gpio.o
+ 0x00001b08 0x00001b08 0x00000020 Code RO 13456 i.Close_Valve_Alarm_Line_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x00001b28 0x00001b28 0x00000020 Code RO 13457 i.Close_Valve_Alarm_Line_GPIO_Clk_sleep pulse_and_alarm_line.o
+ 0x00001b48 0x00001b48 0x0000000a Code RO 807 i.DEBUG_Init rcc_config.o
+ 0x00001b52 0x00001b52 0x00000002 PAD
+ 0x00001b54 0x00001b54 0x00000020 Code RO 6142 i.DMA_CH11CR_CH11DIR_Set fm33a0xxev_dma.o
+ 0x00001b74 0x00001b74 0x00000024 Code RO 6144 i.DMA_CH11CR_CH11EN_Setable fm33a0xxev_dma.o
+ 0x00001b98 0x00001b98 0x00000020 Code RO 6146 i.DMA_CH11CR_CH11FI_Set fm33a0xxev_dma.o
+ 0x00001bb8 0x00001bb8 0x00000024 Code RO 6148 i.DMA_CH11CR_CH11FTIE_Setable fm33a0xxev_dma.o
+ 0x00001bdc 0x00001bdc 0x00000024 Code RO 6150 i.DMA_CH11CR_CH11HTIE_Setable fm33a0xxev_dma.o
+ 0x00001c00 0x00001c00 0x00000020 Code RO 6152 i.DMA_CH11CR_CH11PRI_Set fm33a0xxev_dma.o
+ 0x00001c20 0x00001c20 0x00000020 Code RO 6154 i.DMA_CH11CR_CH11RI_Set fm33a0xxev_dma.o
+ 0x00001c40 0x00001c40 0x00000020 Code RO 6156 i.DMA_CH11CR_CH11TSIZE_Set fm33a0xxev_dma.o
+ 0x00001c60 0x00001c60 0x00000010 Code RO 6158 i.DMA_CH11FAR_Write fm33a0xxev_dma.o
+ 0x00001c70 0x00001c70 0x00000024 Code RO 6162 i.DMA_CHxCR_BDW_Set fm33a0xxev_dma.o
+ 0x00001c94 0x00001c94 0x00000020 Code RO 6163 i.DMA_CHxCR_CHxFTIE_Getable fm33a0xxev_dma.o
+ 0x00001cb4 0x00001cb4 0x00000028 Code RO 6164 i.DMA_CHxCR_CHxFTIE_Setable fm33a0xxev_dma.o
+ 0x00001cdc 0x00001cdc 0x00000028 Code RO 6166 i.DMA_CHxCR_CHxHTIE_Setable fm33a0xxev_dma.o
+ 0x00001d04 0x00001d04 0x00000024 Code RO 6168 i.DMA_CHxCR_CHxINC_Set fm33a0xxev_dma.o
+ 0x00001d28 0x00001d28 0x00000024 Code RO 6170 i.DMA_CHxCR_CHxPRI_Set fm33a0xxev_dma.o
+ 0x00001d4c 0x00001d4c 0x00000024 Code RO 6172 i.DMA_CHxCR_CHxSSEL_Set fm33a0xxev_dma.o
+ 0x00001d70 0x00001d70 0x00000024 Code RO 6174 i.DMA_CHxCR_CHxTSIZE_Set fm33a0xxev_dma.o
+ 0x00001d94 0x00001d94 0x00000028 Code RO 6176 i.DMA_CHxCR_CIRC_Setable fm33a0xxev_dma.o
+ 0x00001dbc 0x00001dbc 0x00000028 Code RO 6180 i.DMA_CHxCR_ChxEN_Setable fm33a0xxev_dma.o
+ 0x00001de4 0x00001de4 0x00000024 Code RO 6182 i.DMA_CHxCR_DIR_Set fm33a0xxev_dma.o
+ 0x00001e08 0x00001e08 0x00000010 Code RO 6187 i.DMA_CHxMAR_Read fm33a0xxev_dma.o
+ 0x00001e18 0x00001e18 0x00000010 Code RO 6188 i.DMA_CHxMAR_Write fm33a0xxev_dma.o
+ 0x00001e28 0x00001e28 0x00000024 Code RO 6193 i.DMA_GCR_DMAEN_Setable fm33a0xxev_dma.o
+ 0x00001e4c 0x00001e4c 0x0000001e Code RO 957 i.DMA_IRQHandler uart.o
+ 0x00001e6a 0x00001e6a 0x00000002 PAD
+ 0x00001e6c 0x00001e6c 0x00000020 Code RO 6196 i.DMA_ISR_DMACHFT_Chk fm33a0xxev_dma.o
+ 0x00001e8c 0x00001e8c 0x00000010 Code RO 6197 i.DMA_ISR_DMACHFT_Clr fm33a0xxev_dma.o
+ 0x00001e9c 0x00001e9c 0x000000b4 Code RO 6202 i.DMA_Init fm33a0xxev_dma.o
+ 0x00001f50 0x00001f50 0x0000005c Code RO 1780 i.E2P_Ctrl_Gpio_Init eeprom.o
+ 0x00001fac 0x00001fac 0x00000070 Code RO 1783 i.EEPROM_MultipleRead eeprom.o
+ 0x0000201c 0x0000201c 0x00000118 Code RO 1785 i.EEPROM_MultipleWrite eeprom.o
+ 0x00002134 0x00002134 0x00000012 Code RO 1787 i.EEPROM_Wait_Busy eeprom.o
+ 0x00002146 0x00002146 0x00000002 PAD
+ 0x00002148 0x00002148 0x0000004c Code RO 1799 i.EEPROM_stat_read eeprom.o
+ 0x00002194 0x00002194 0x000000d4 Code RO 13401 i.EKMODBUS_dataAnalysis rs485_data_analysis_pro.o
+ 0x00002268 0x00002268 0x00000020 Code RO 2056 i.EX_Pwr_GPIO_Clk_Init power_manage.o
+ 0x00002288 0x00002288 0x0000001c Code RO 6912 i.FLS_RDCR_WAIT_Set fm33a0xxev_flash.o
+ 0x000022a4 0x000022a4 0x00000014 Code RO 1930 i.Force_Open_GPIO_Init valve_control.o
+ 0x000022b8 0x000022b8 0x000000fc Code RO 7172 i.GPIO_EXTI_EXTIDF_Setable fm33a0xxev_gpio.o
+ 0x000023b4 0x000023b4 0x000000f4 Code RO 7174 i.GPIO_EXTI_EXTIISR_ChkEx fm33a0xxev_gpio.o
+ 0x000024a8 0x000024a8 0x000000ec Code RO 7175 i.GPIO_EXTI_EXTIISR_ClrEx fm33a0xxev_gpio.o
+ 0x00002594 0x00002594 0x00000058 Code RO 7176 i.GPIO_EXTI_Init fm33a0xxev_gpio.o
+ 0x000025ec 0x000025ec 0x0000010c Code RO 7177 i.GPIO_EXTI_Select_Edge fm33a0xxev_gpio.o
+ 0x000026f8 0x000026f8 0x00000134 Code RO 7178 i.GPIO_EXTI_Select_Pin fm33a0xxev_gpio.o
+ 0x0000282c 0x0000282c 0x00000094 Code RO 7183 i.GPIO_Get_InitPara fm33a0xxev_gpio.o
+ 0x000028c0 0x000028c0 0x00000240 Code RO 922 i.GPIO_IRQHandler exti.o
+ 0x00002b00 0x00002b00 0x00000072 Code RO 7188 i.GPIO_Init fm33a0xxev_gpio.o
+ 0x00002b72 0x00002b72 0x00000014 Code RO 7196 i.GPIO_ReadInputDataBit fm33a0xxev_gpio.o
+ 0x00002b86 0x00002b86 0x00000004 Code RO 7199 i.GPIO_ResetBits fm33a0xxev_gpio.o
+ 0x00002b8a 0x00002b8a 0x00000004 Code RO 7200 i.GPIO_SetBits fm33a0xxev_gpio.o
+ 0x00002b8e 0x00002b8e 0x00000002 PAD
+ 0x00002b90 0x00002b90 0x0000044c Code RO 2057 i.GetPwrStatusPro power_manage.o
+ 0x00002fdc 0x00002fdc 0x00000044 Code RO 1932 i.GetValveRunMaxTime valve_control.o
+ 0x00003020 0x00003020 0x00000030 Code RO 1230 i.Get_AdcTempValue adc.o
+ 0x00003050 0x00003050 0x00000032 Code RO 1231 i.Get_AdcValue adc.o
+ 0x00003082 0x00003082 0x00000002 PAD
+ 0x00003084 0x00003084 0x00000094 Code RO 2058 i.Get_Alka_Bat_Voltage power_manage.o
+ 0x00003118 0x00003118 0x000000ba Code RO 1504 i.Get_Extern_Rtc_Time extern_rtc.o
+ 0x000031d2 0x000031d2 0x00000002 PAD
+ 0x000031d4 0x000031d4 0x00000094 Code RO 2059 i.Get_Lith_Bat_Voltage power_manage.o
+ 0x00003268 0x00003268 0x00000030 Code RO 2060 i.Get_Mcu_Temp power_manage.o
+ 0x00003298 0x00003298 0x000000de Code RO 2061 i.Get_vol_Average power_manage.o
+ 0x00003376 0x00003376 0x00000002 PAD
+ 0x00003378 0x00003378 0x00000040 Code RO 1311 i.I2c_Ack i2c.o
+ 0x000033b8 0x000033b8 0x00000038 Code RO 1312 i.I2c_No_Ack i2c.o
+ 0x000033f0 0x000033f0 0x00000058 Code RO 1313 i.I2c_Read i2c.o
+ 0x00003448 0x00003448 0x00000028 Code RO 1314 i.I2c_Scl_Gpio_Init i2c.o
+ 0x00003470 0x00003470 0x0000006c Code RO 1315 i.I2c_Send i2c.o
+ 0x000034dc 0x000034dc 0x0000003c Code RO 1316 i.I2c_Start i2c.o
+ 0x00003518 0x00003518 0x00000040 Code RO 1317 i.I2c_Stop i2c.o
+ 0x00003558 0x00003558 0x00000044 Code RO 263 i.IO_JitterEliminationCheck system_general_para.o
+ 0x0000359c 0x0000359c 0x00000010 Code RO 694 i.IWDT_Clr user_init.o
+ 0x000035ac 0x000035ac 0x00000020 Code RO 695 i.IWDT_Init user_init.o
+ 0x000035cc 0x000035cc 0x0000001a Code RO 696 i.Init_RCHF user_init.o
+ 0x000035e6 0x000035e6 0x00000002 PAD
+ 0x000035e8 0x000035e8 0x00000024 Code RO 697 i.Init_RCLP user_init.o
+ 0x0000360c 0x0000360c 0x00000078 Code RO 698 i.Init_SysClk user_init.o
+ 0x00003684 0x00003684 0x00000016 Code RO 699 i.Init_SysClk_Gen user_init.o
+ 0x0000369a 0x0000369a 0x00000074 Code RO 849 i.InputtIO gpio.o
+ 0x0000370e 0x0000370e 0x00000002 PAD
+ 0x00003710 0x00003710 0x00000084 Code RO 850 i.InputtIO_H gpio.o
+ 0x00003794 0x00003794 0x0000010c Code RO 264 i.IntervalTriggerHandle system_general_para.o
+ 0x000038a0 0x000038a0 0x00000034 Code RO 1572 i.Key_GPIO_Init key.o
+ 0x000038d4 0x000038d4 0x00000020 Code RO 13458 i.LF_PULSE_INT_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x000038f4 0x000038f4 0x0000001c Code RO 13459 i.LF_PULSE_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
+ 0x00003910 0x00003910 0x00000018 Code RO 8444 i.LPTIM_CR_EN_Getable fm33a0xxev_lptim.o
+ 0x00003928 0x00003928 0x00000018 Code RO 1085 i.LPTIM_IRQHandler tim.o
+ 0x00003940 0x00003940 0x00000018 Code RO 8483 i.LPTIM_ISR_OVIF_Chk fm33a0xxev_lptim.o
+ 0x00003958 0x00003958 0x0000000c Code RO 8484 i.LPTIM_ISR_OVIF_Clr fm33a0xxev_lptim.o
+ 0x00003964 0x00003964 0x00000028 Code RO 13460 i.LP_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x0000398c 0x0000398c 0x00000028 Code RO 13461 i.LV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x000039b4 0x000039b4 0x00000028 Code RO 2848 i.Lcd_DeInit lcd.o
+ 0x000039dc 0x000039dc 0x0000003c Code RO 3057 i.Lcd_GPIO_Init lcd_io_api.o
+ 0x00003a18 0x00003a18 0x00000014 Code RO 2850 i.Lcd_Init lcd.o
+ 0x00003a2c 0x00003a2c 0x00000024 Code RO 2852 i.Lcd_Show_MenuProcess lcd.o
+ 0x00003a50 0x00003a50 0x00000028 Code RO 2853 i.Lcd_Sys_Init lcd.o
+ 0x00003a78 0x00003a78 0x00000032 Code RO 3058 i.Lcd_Write lcd_io_api.o
+ 0x00003aaa 0x00003aaa 0x00000038 Code RO 3059 i.Lcd_Write_Reg lcd_io_api.o
+ 0x00003ae2 0x00003ae2 0x00000002 PAD
+ 0x00003ae4 0x00003ae4 0x000000c0 Code RO 2704 i.LinkDataAnalysis wireless_remote_comm.o
+ 0x00003ba4 0x00003ba4 0x0000005c Code RO 2062 i.LithBatUseTimeCalculate power_manage.o
+ 0x00003c00 0x00003c00 0x000002b4 Code RO 2063 i.Lith_Bat_Voltage_Status power_manage.o
+ 0x00003eb4 0x00003eb4 0x00000028 Code RO 2064 i.Lith_Battery_GPIO_Clk_Init power_manage.o
+ 0x00003edc 0x00003edc 0x00000020 Code RO 13462 i.Low_Pwr_INT_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x00003efc 0x00003efc 0x0000001c Code RO 13463 i.Low_Pwr_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
+ 0x00003f18 0x00003f18 0x00000020 Code RO 1933 i.Motor_AB_GPIO_Init valve_control.o
+ 0x00003f38 0x00003f38 0x0000001c Code RO 1934 i.Motor_OP_CL_GPIO_Init valve_control.o
+ 0x00003f54 0x00003f54 0x00000018 Code RO 1935 i.Motor_OP_CL_GPIO_Init_sleep_mode valve_control.o
+ 0x00003f6c 0x00003f6c 0x00000002 Code RO 923 i.NMI_Handler exti.o
+ 0x00003f6e 0x00003f6e 0x00000002 PAD
+ 0x00003f70 0x00003f70 0x00000018 Code RO 958 i.NVIC_DisableIRQ uart.o
+ 0x00003f88 0x00003f88 0x00000018 Code RO 1087 i.NVIC_DisableIRQ tim.o
+ 0x00003fa0 0x00003fa0 0x00000018 Code RO 1088 i.NVIC_EnableIRQ tim.o
+ 0x00003fb8 0x00003fb8 0x00000078 Code RO 319 i.NVIC_SetPriority system_run_fun.o
+ 0x00004030 0x00004030 0x00000078 Code RO 1089 i.NVIC_SetPriority tim.o
+ 0x000040a8 0x000040a8 0x00000072 Code RO 851 i.OutputIO gpio.o
+ 0x0000411a 0x0000411a 0x00000002 PAD
+ 0x0000411c 0x0000411c 0x0000034c Code RO 2066 i.PowerManagrInit power_manage.o
+ 0x00004468 0x00004468 0x0000007c Code RO 2067 i.Power_IO_Init power_manage.o
+ 0x000044e4 0x000044e4 0x0000003c Code RO 2705 i.ProtocolDataAnalysis wireless_remote_comm.o
+ 0x00004520 0x00004520 0x0000053c Code RO 13464 i.PulseAndAlarmLineCheck pulse_and_alarm_line.o
+ 0x00004a5c 0x00004a5c 0x00000354 Code RO 13465 i.PulseAndAlarmLineInit pulse_and_alarm_line.o
+ 0x00004db0 0x00004db0 0x000001c0 Code RO 2162 i.PulseSettlement billing.o
+ 0x00004f70 0x00004f70 0x00000024 Code RO 13466 i.Pulse_And_Alarm_Line_IO_Init pulse_and_alarm_line.o
+ 0x00004f94 0x00004f94 0x0000004c Code RO 1505 i.R8025T_Read extern_rtc.o
+ 0x00004fe0 0x00004fe0 0x00000030 Code RO 1506 i.R8025T_Write extern_rtc.o
+ 0x00005010 0x00005010 0x00000020 Code RO 10368 i.RMU_BORCR_BOR_PDRCFG_Set fm33a0xxev_rmu.o
+ 0x00005030 0x00005030 0x00000024 Code RO 10370 i.RMU_BORCR_OFF_BOR_Setable fm33a0xxev_rmu.o
+ 0x00005054 0x00005054 0x00000024 Code RO 10375 i.RMU_PDRCR_PDREN_Setable fm33a0xxev_rmu.o
+ 0x00005078 0x00005078 0x0000027c Code RO 2163 i.RS485Settlement billing.o
+ 0x000052f4 0x000052f4 0x00000024 Code RO 13309 i.RS485_UART_GPIO_sleep rs485_read_data.o
+ 0x00005318 0x00005318 0x000000c4 Code RO 13310 i.RS485_read_data_GPIO_Init rs485_read_data.o
+ 0x000053dc 0x000053dc 0x00000060 Code RO 959 i.RS485_read_data_RX_DMA_CH3_Init uart.o
+ 0x0000543c 0x0000543c 0x00000030 Code RO 960 i.RS485_read_data_RX_DMA_CH3_reload uart.o
+ 0x0000546c 0x0000546c 0x00000070 Code RO 13311 i.RS485_read_data_RX_DMA_check rs485_read_data.o
+ 0x000054dc 0x000054dc 0x00000084 Code RO 961 i.RS485_read_data_uart_Init uart.o
+ 0x00005560 0x00005560 0x00000018 Code RO 1507 i.RTC_GPIO_Init extern_rtc.o
+ 0x00005578 0x00005578 0x00000002 Code RO 1164 i.RTC_IRQHandler rtc.o
+ 0x0000557a 0x0000557a 0x00000002 PAD
+ 0x0000557c 0x0000557c 0x00000054 Code RO 1936 i.Read_OP_CL_VALVE_Status valve_control.o
+ 0x000055d0 0x000055d0 0x000001e4 Code RO 13402 i.SIZHUMODBUSV2_0_dataAnalysis rs485_data_analysis_pro.o
+ 0x000057b4 0x000057b4 0x000000d8 Code RO 1389 i.SPI3_Init spi.o
+ 0x0000588c 0x0000588c 0x00000018 Code RO 11617 i.SPIx_CR1_BAUD_Set fm33a0xxev_spi.o
+ 0x000058a4 0x000058a4 0x00000012 Code RO 11619 i.SPIx_CR1_CPHA_Set fm33a0xxev_spi.o
+ 0x000058b6 0x000058b6 0x00000018 Code RO 11621 i.SPIx_CR1_CPHOL_Set fm33a0xxev_spi.o
+ 0x000058ce 0x000058ce 0x0000001a Code RO 11623 i.SPIx_CR1_IOSWAP_Set fm33a0xxev_spi.o
+ 0x000058e8 0x000058e8 0x00000018 Code RO 11625 i.SPIx_CR1_LSBF_Set fm33a0xxev_spi.o
+ 0x00005900 0x00005900 0x0000001a Code RO 11627 i.SPIx_CR1_MM_Set fm33a0xxev_spi.o
+ 0x0000591a 0x0000591a 0x00000018 Code RO 11633 i.SPIx_CR1_WAIT_Set fm33a0xxev_spi.o
+ 0x00005932 0x00005932 0x0000001a Code RO 11637 i.SPIx_CR2_DLEN_Set fm33a0xxev_spi.o
+ 0x0000594c 0x0000594c 0x0000001a Code RO 11641 i.SPIx_CR2_HALFDUPLEX_Set fm33a0xxev_spi.o
+ 0x00005966 0x00005966 0x0000001a Code RO 11645 i.SPIx_CR2_RXO_Setable fm33a0xxev_spi.o
+ 0x00005980 0x00005980 0x00000018 Code RO 11647 i.SPIx_CR2_SPIEN_Setable fm33a0xxev_spi.o
+ 0x00005998 0x00005998 0x00000018 Code RO 11649 i.SPIx_CR2_SSNM_Set fm33a0xxev_spi.o
+ 0x000059b0 0x000059b0 0x00000018 Code RO 11651 i.SPIx_CR2_SSNSEN_Setable fm33a0xxev_spi.o
+ 0x000059c8 0x000059c8 0x00000018 Code RO 11655 i.SPIx_CR2_TXO_AC_Setable fm33a0xxev_spi.o
+ 0x000059e0 0x000059e0 0x00000018 Code RO 11657 i.SPIx_CR2_TXO_Setable fm33a0xxev_spi.o
+ 0x000059f8 0x000059f8 0x00000006 Code RO 11658 i.SPIx_CR3_MERRC_Clr fm33a0xxev_spi.o
+ 0x000059fe 0x000059fe 0x00000006 Code RO 11659 i.SPIx_CR3_RXBFC_Clr fm33a0xxev_spi.o
+ 0x00005a04 0x00005a04 0x00000006 Code RO 11660 i.SPIx_CR3_SERRC_Clr fm33a0xxev_spi.o
+ 0x00005a0a 0x00005a0a 0x00000006 Code RO 11661 i.SPIx_CR3_TXBFC_Clr fm33a0xxev_spi.o
+ 0x00005a10 0x00005a10 0x00000014 Code RO 11673 i.SPIx_ISR_RXBF_Chk fm33a0xxev_spi.o
+ 0x00005a24 0x00005a24 0x00000014 Code RO 11677 i.SPIx_ISR_TXBE_Chk fm33a0xxev_spi.o
+ 0x00005a38 0x00005a38 0x00000006 Code RO 11680 i.SPIx_RXBUF_Read fm33a0xxev_spi.o
+ 0x00005a3e 0x00005a3e 0x00000004 Code RO 11681 i.SPIx_TXBUF_Write fm33a0xxev_spi.o
+ 0x00005a42 0x00005a42 0x00000002 PAD
+ 0x00005a44 0x00005a44 0x00000020 Code RO 1319 i.Sda_In i2c.o
+ 0x00005a64 0x00005a64 0x00000020 Code RO 1320 i.Sda_Out i2c.o
+ 0x00005a84 0x00005a84 0x00000064 Code RO 1508 i.Set_Extern_Rtc_Time extern_rtc.o
+ 0x00005ae8 0x00005ae8 0x00000022 Code RO 1509 i.Set_Rtc_UpdataInterrupt extern_rtc.o
+ 0x00005b0a 0x00005b0a 0x00000002 PAD
+ 0x00005b0c 0x00005b0c 0x00000078 Code RO 2164 i.SettlementPro billing.o
+ 0x00005b84 0x00005b84 0x000000c0 Code RO 2803 i.SizhuV4ProtocolDataAnalysis wrc_sizhu_v4.o
+ 0x00005c44 0x00005c44 0x00000108 Code RO 2805 i.SizhuV4SendParaInit wrc_sizhu_v4.o
+ 0x00005d4c 0x00005d4c 0x00000034 Code RO 1392 i.SpiWriteAndRead spi.o
+ 0x00005d80 0x00005d80 0x00000030 Code RO 320 i.SysKeepRunningStatusGet system_run_fun.o
+ 0x00005db0 0x00005db0 0x00000058 Code RO 700 i.SysWakeUp_ClockCfg user_init.o
+ 0x00005e08 0x00005e08 0x0000001c Code RO 14192 i.SystemInit system_fm33a0xxev.o
+ 0x00005e24 0x00005e24 0x00000048 Code RO 808 i.System_power_on_init rcc_config.o
+ 0x00005e6c 0x00005e6c 0x0000015a Code RO 1510 i.TimeEffectJudgm extern_rtc.o
+ 0x00005fc6 0x00005fc6 0x00000002 PAD
+ 0x00005fc8 0x00005fc8 0x00000064 Code RO 12639 i.UART_BaudREGCalc fm33a0xxev_uart.o
+ 0x0000602c 0x0000602c 0x00000078 Code RO 12642 i.UART_Init fm33a0xxev_uart.o
+ 0x000060a4 0x000060a4 0x00000210 Code RO 12643 i.UART_SInit fm33a0xxev_uart.o
+ 0x000062b4 0x000062b4 0x00000006 Code RO 12645 i.UARTx_BGR_Write fm33a0xxev_uart.o
+ 0x000062ba 0x000062ba 0x00000018 Code RO 12654 i.UARTx_CSR_PARITY_Set fm33a0xxev_uart.o
+ 0x000062d2 0x000062d2 0x00000018 Code RO 12656 i.UARTx_CSR_PDSEL_Set fm33a0xxev_uart.o
+ 0x000062ea 0x000062ea 0x00000018 Code RO 12658 i.UARTx_CSR_RXEN_Setable fm33a0xxev_uart.o
+ 0x00006302 0x00006302 0x00000018 Code RO 12660 i.UARTx_CSR_RXPOL_Setable fm33a0xxev_uart.o
+ 0x0000631a 0x0000631a 0x0000001a Code RO 12664 i.UARTx_CSR_STOPCFG_Set fm33a0xxev_uart.o
+ 0x00006334 0x00006334 0x00000018 Code RO 12666 i.UARTx_CSR_TXEN_Setable fm33a0xxev_uart.o
+ 0x0000634c 0x0000634c 0x0000001a Code RO 12668 i.UARTx_CSR_TXIREN_Setable fm33a0xxev_uart.o
+ 0x00006366 0x00006366 0x00000018 Code RO 12670 i.UARTx_CSR_TXPOL_Setable fm33a0xxev_uart.o
+ 0x0000637e 0x0000637e 0x0000001a Code RO 12673 i.UARTx_IER_RXBF_IE_Setable fm33a0xxev_uart.o
+ 0x00006398 0x00006398 0x0000001a Code RO 12675 i.UARTx_IER_RXERR_IE_Setable fm33a0xxev_uart.o
+ 0x000063b2 0x000063b2 0x0000001a Code RO 12677 i.UARTx_IER_RXTO_IE_Setable fm33a0xxev_uart.o
+ 0x000063cc 0x000063cc 0x00000018 Code RO 12679 i.UARTx_IER_TXBE_IE_Setable fm33a0xxev_uart.o
+ 0x000063e4 0x000063e4 0x00000018 Code RO 12681 i.UARTx_IER_TXSE_IE_Setable fm33a0xxev_uart.o
+ 0x000063fc 0x000063fc 0x00000008 Code RO 12689 i.UARTx_ISR_RXBF_Clr fm33a0xxev_uart.o
+ 0x00006404 0x00006404 0x00000014 Code RO 12693 i.UARTx_ISR_TXSE_Chk fm33a0xxev_uart.o
+ 0x00006418 0x00006418 0x0000000a Code RO 12695 i.UARTx_RXBUF_Read fm33a0xxev_uart.o
+ 0x00006422 0x00006422 0x0000002a Code RO 964 i.UARTx_SendData_Normal uart.o
+ 0x0000644c 0x0000644c 0x00000008 Code RO 12701 i.UARTx_TXBUF_Write fm33a0xxev_uart.o
+ 0x00006454 0x00006454 0x00000028 Code RO 13467 i.UV_lose_check_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x0000647c 0x0000647c 0x00000020 Code RO 13468 i.Under_Pwr_INT_GPIO_Clk_Init pulse_and_alarm_line.o
+ 0x0000649c 0x0000649c 0x0000001c Code RO 13469 i.Under_Pwr_INT_GPIO_Clk_sleep pulse_and_alarm_line.o
+ 0x000064b8 0x000064b8 0x00000094 Code RO 2600 i.Upper_ComputerLoginRecvHandler upper_com.o
+ 0x0000654c 0x0000654c 0x0000000c Code RO 2601 i.Upper_ComputerLoginRespond upper_com.o
+ 0x00006558 0x00006558 0x00000060 Code RO 2602 i.Upper_ComputerReadWriteHandler upper_com.o
+ 0x000065b8 0x000065b8 0x00000060 Code RO 2603 i.Upper_ComputerRespond upper_com.o
+ 0x00006618 0x00006618 0x00000024 Code RO 13069 i.VRTC_ADCCR_CKE_Setable fm33a0xxev_vrtc.o
+ 0x0000663c 0x0000663c 0x00000020 Code RO 13071 i.VRTC_ADCCR_CKS_Set fm33a0xxev_vrtc.o
+ 0x0000665c 0x0000665c 0x00000024 Code RO 13074 i.VRTC_Init_RCMF_Trim fm33a0xxev_vrtc.o
+ 0x00006680 0x00006680 0x00000024 Code RO 13087 i.VRTC_RCMFCR_EN_Setable fm33a0xxev_vrtc.o
+ 0x000066a4 0x000066a4 0x0000001c Code RO 13089 i.VRTC_RCMFCR_TRIM_Set fm33a0xxev_vrtc.o
+ 0x000066c0 0x000066c0 0x000001d4 Code RO 1937 i.ValveCtrlHade valve_control.o
+ 0x00006894 0x00006894 0x00000080 Code RO 1938 i.ValveCtrlOrder valve_control.o
+ 0x00006914 0x00006914 0x00000068 Code RO 1939 i.ValveForceOpenSignalCheck valve_control.o
+ 0x0000697c 0x0000697c 0x0000003c Code RO 1940 i.ValveMotorCloseRun valve_control.o
+ 0x000069b8 0x000069b8 0x0000003c Code RO 1941 i.ValveMotorOpenRun valve_control.o
+ 0x000069f4 0x000069f4 0x0000003c Code RO 1942 i.ValveMotorStop valve_control.o
+ 0x00006a30 0x00006a30 0x00000028 Code RO 1943 i.ValveRunParaInit valve_control.o
+ 0x00006a58 0x00006a58 0x00000024 Code RO 1944 i.Valve_CTRL_GPIO_Init valve_control.o
+ 0x00006a7c 0x00006a7c 0x0000001c Code RO 2706 i.WRC_PWR_GPIO_Init wireless_remote_comm.o
+ 0x00006a98 0x00006a98 0x00000030 Code RO 966 i.WRC_RX_DMA_CH0_reload uart.o
+ 0x00006ac8 0x00006ac8 0x00000074 Code RO 2707 i.WRC_RX_DMA_check wireless_remote_comm.o
+ 0x00006b3c 0x00006b3c 0x00000084 Code RO 967 i.WRC_uart_Init uart.o
+ 0x00006bc0 0x00006bc0 0x00000088 Code RO 2708 i.WirelessRemoteCommPro wireless_remote_comm.o
+ 0x00006c48 0x00006c48 0x00000004 Code RO 2709 i.WrcClosePwrPro wireless_remote_comm.o
+ 0x00006c4c 0x00006c4c 0x00000020 Code RO 2710 i.WrcCreateLinkPro wireless_remote_comm.o
+ 0x00006c6c 0x00006c6c 0x00000028 Code RO 2711 i.WrcOpenPwrPro wireless_remote_comm.o
+ 0x00006c94 0x00006c94 0x0000010c Code RO 2712 i.WrcSendCreateLinkCmd wireless_remote_comm.o
+ 0x00006da0 0x00006da0 0x00000004 Code RO 2713 i.WrcSendDataPro wireless_remote_comm.o
+ 0x00006da4 0x00006da4 0x0000006c Code RO 2714 i.WrcWaitRecDataPro wireless_remote_comm.o
+ 0x00006e10 0x00006e10 0x00000020 Code RO 14454 i.__0printf$8 mc_p.l(printf8.o)
+ 0x00006e30 0x00006e30 0x00000028 Code RO 14456 i.__0sprintf$8 mc_p.l(printf8.o)
+ 0x00006e58 0x00006e58 0x0000002e Code RO 14618 i.__ARM_clz mf_p.l(depilogue.o)
+ 0x00006e86 0x00006e86 0x0000001c Code RO 1558 i.__ARM_common_switch8 extern_rtc.o
+ 0x00006ea2 0x00006ea2 0x0000000e Code RO 14624 i.__scatterload_copy mc_p.l(handlers.o)
+ 0x00006eb0 0x00006eb0 0x00000002 Code RO 14625 i.__scatterload_null mc_p.l(handlers.o)
+ 0x00006eb2 0x00006eb2 0x0000000e Code RO 14626 i.__scatterload_zeroinit mc_p.l(handlers.o)
+ 0x00006ec0 0x00006ec0 0x00000006 Code RO 14100 i.__set_PRIMASK mbrtu.o
+ 0x00006ec6 0x00006ec6 0x00000002 PAD
+ 0x00006ec8 0x00006ec8 0x00000428 Code RO 14461 i._printf_core mc_p.l(printf8.o)
+ 0x000072f0 0x000072f0 0x00000020 Code RO 14462 i._printf_post_padding mc_p.l(printf8.o)
+ 0x00007310 0x00007310 0x0000002c Code RO 14463 i._printf_pre_padding mc_p.l(printf8.o)
+ 0x0000733c 0x0000733c 0x0000000a Code RO 14465 i._sputc mc_p.l(printf8.o)
+ 0x00007346 0x00007346 0x00000002 PAD
+ 0x00007348 0x00007348 0x000000a4 Code RO 1232 i.adc_tem_cal adc.o
+ 0x000073ec 0x000073ec 0x00000064 Code RO 1233 i.adc_vol_cal adc.o
+ 0x00007450 0x00007450 0x00000020 Code RO 1234 i.adc_wait_finish adc.o
+ 0x00007470 0x00007470 0x00000124 Code RO 322 i.allExtiIRQ system_run_fun.o
+ 0x00007594 0x00007594 0x00000024 Code RO 323 i.allGpioInit system_run_fun.o
+ 0x000075b8 0x000075b8 0x00000010 Code RO 2505 i.allParaDefaultInit system_mem_para.o
+ 0x000075c8 0x000075c8 0x00000040 Code RO 2506 i.allParaPatchPro system_mem_para.o
+ 0x00007608 0x00007608 0x00000010 Code RO 2507 i.allParaReadFromEep system_mem_para.o
+ 0x00007618 0x00007618 0x00000042 Code RO 265 i.arrayA_2_arrayB system_general_para.o
+ 0x0000765a 0x0000765a 0x00000002 PAD
+ 0x0000765c 0x0000765c 0x00000114 Code RO 3128 i.cm_backtrace_call_stack cm_backtrace.o
+ 0x00007770 0x00007770 0x00000210 Code RO 3129 i.cm_backtrace_fault cm_backtrace.o
+ 0x00007980 0x00007980 0x0000002c Code RO 3130 i.cm_backtrace_firmware_info cm_backtrace.o
+ 0x000079ac 0x000079ac 0x00000048 Code RO 769 i.delay_init delay.o
+ 0x000079f4 0x000079f4 0x00000050 Code RO 770 i.delay_ms delay.o
+ 0x00007a44 0x00007a44 0x00000050 Code RO 771 i.delay_us delay.o
+ 0x00007a94 0x00007a94 0x0000003a Code RO 3132 i.disassembly_ins_is_bl_blx cm_backtrace.o
+ 0x00007ace 0x00007ace 0x00000002 PAD
+ 0x00007ad0 0x00007ad0 0x000000d4 Code RO 3133 i.dump_stack cm_backtrace.o
+ 0x00007ba4 0x00007ba4 0x000000ba Code RO 13650 i.eMBFuncReadCoils mbfunccoils.o
+ 0x00007c5e 0x00007c5e 0x000000b8 Code RO 13695 i.eMBFuncReadDiscreteInputs mbfuncdisc.o
+ 0x00007d16 0x00007d16 0x0000008a Code RO 13719 i.eMBFuncReadHoldingRegister mbfuncholding.o
+ 0x00007da0 0x00007da0 0x0000008a Code RO 13761 i.eMBFuncReadInputRegister mbfuncinput.o
+ 0x00007e2a 0x00007e2a 0x000000e0 Code RO 13720 i.eMBFuncReadWriteMultipleHoldingRegister mbfuncholding.o
+ 0x00007f0a 0x00007f0a 0x00000002 PAD
+ 0x00007f0c 0x00007f0c 0x00000028 Code RO 13785 i.eMBFuncReportSlaveID mbfuncother.o
+ 0x00007f34 0x00007f34 0x00000070 Code RO 13651 i.eMBFuncWriteCoil mbfunccoils.o
+ 0x00007fa4 0x00007fa4 0x00000040 Code RO 13721 i.eMBFuncWriteHoldingRegister mbfuncholding.o
+ 0x00007fe4 0x00007fe4 0x0000009a Code RO 13652 i.eMBFuncWriteMultipleCoils mbfunccoils.o
+ 0x0000807e 0x0000807e 0x0000006c Code RO 13722 i.eMBFuncWriteMultipleHoldingRegister mbfuncholding.o
+ 0x000080ea 0x000080ea 0x00000002 PAD
+ 0x000080ec 0x000080ec 0x000000dc Code RO 13572 i.eMBInit mb.o
+ 0x000081c8 0x000081c8 0x00000140 Code RO 13573 i.eMBPoll mb.o
+ 0x00008308 0x00008308 0x0000005c Code RO 14101 i.eMBRTUInit mbrtu.o
+ 0x00008364 0x00008364 0x00000058 Code RO 14102 i.eMBRTUReceive mbrtu.o
+ 0x000083bc 0x000083bc 0x000000c8 Code RO 14103 i.eMBRTUSend mbrtu.o
+ 0x00008484 0x00008484 0x00000028 Code RO 14104 i.eMBRTUStart mbrtu.o
+ 0x000084ac 0x000084ac 0x0000001c Code RO 14105 i.eMBRTUStop mbrtu.o
+ 0x000084c8 0x000084c8 0x00000008 Code RO 14025 i.eMBRegCoilsCB regport.o
+ 0x000084d0 0x000084d0 0x00000006 Code RO 14026 i.eMBRegDiscreteCB regport.o
+ 0x000084d6 0x000084d6 0x00000002 PAD
+ 0x000084d8 0x000084d8 0x00000064 Code RO 14027 i.eMBRegHoldingCB regport.o
+ 0x0000853c 0x0000853c 0x0000004c Code RO 14028 i.eMBRegInputCB regport.o
+ 0x00008588 0x00008588 0x0000010c Code RO 2508 i.eepABReadCheck system_mem_para.o
+ 0x00008694 0x00008694 0x0000004e Code RO 2509 i.eepABWriteAndReadCheck system_mem_para.o
+ 0x000086e2 0x000086e2 0x00000002 Code RO 2510 i.eepParaPatchPro_1 system_mem_para.o
+ 0x000086e4 0x000086e4 0x00000040 Code RO 2512 i.eepWriteAndReadCheck system_mem_para.o
+ 0x00008724 0x00008724 0x00000024 Code RO 968 i.fputc uart.o
+ 0x00008748 0x00008748 0x00000054 Code RO 14508 i.free mc_p.l(malloc.o)
+ 0x0000879c 0x0000879c 0x0000000c Code RO 325 i.hardwareDriversInit system_run_fun.o
+ 0x000087a8 0x000087a8 0x00000068 Code RO 1573 i.keyPro key.o
+ 0x00008810 0x00008810 0x00000030 Code RO 2854 i.lcdDisplayPro lcd.o
+ 0x00008840 0x00008840 0x000001cc Code RO 476 i.main main.o
+ 0x00008a0c 0x00008a0c 0x0000006c Code RO 14509 i.malloc mc_p.l(malloc.o)
+ 0x00008a78 0x00008a78 0x00000048 Code RO 13403 i.modbus03AnswerCheck rs485_data_analysis_pro.o
+ 0x00008ac0 0x00008ac0 0x00000038 Code RO 2513 i.paraCalcCrcAndWriteEepAB system_mem_para.o
+ 0x00008af8 0x00008af8 0x00000098 Code RO 3134 i.print_call_stack cm_backtrace.o
+ 0x00008b90 0x00008b90 0x00000024 Code RO 13818 i.prveMBError2Exception mbutils.o
+ 0x00008bb4 0x00008bb4 0x000000a2 Code RO 13404 i.rs485ComDataAnalysis rs485_data_analysis_pro.o
+ 0x00008c56 0x00008c56 0x00000002 PAD
+ 0x00008c58 0x00008c58 0x00000180 Code RO 13312 i.rs485ComPwrOnHandle rs485_read_data.o
+ 0x00008dd8 0x00008dd8 0x000000d8 Code RO 13313 i.rs485ComSendHandle rs485_read_data.o
+ 0x00008eb0 0x00008eb0 0x0000023c Code RO 13314 i.rs485ComWaitAnswerHandle rs485_read_data.o
+ 0x000090ec 0x000090ec 0x00000074 Code RO 13315 i.rs485GetDelayTime rs485_read_data.o
+ 0x00009160 0x00009160 0x00000084 Code RO 13316 i.rs485ReadDataPro rs485_read_data.o
+ 0x000091e4 0x000091e4 0x00000098 Code RO 13317 i.rs485SendReadData rs485_read_data.o
+ 0x0000927c 0x0000927c 0x0000006c Code RO 13405 i.sendModbusReadFrame rs485_data_analysis_pro.o
+ 0x000092e8 0x000092e8 0x00000108 Code RO 2367 i.sizhuHistoryRecord sizhu_history_record.o
+ 0x000093f0 0x000093f0 0x0000018c Code RO 326 i.sysRunFunCtrlPro system_run_fun.o
+ 0x0000957c 0x0000957c 0x00000050 Code RO 327 i.sysRunFunParaInit system_run_fun.o
+ 0x000095cc 0x000095cc 0x0000009c Code RO 328 i.sysStoredParaInit system_run_fun.o
+ 0x00009668 0x00009668 0x0000003c Code RO 2514 i.systemEepIdDefaultInit system_mem_para.o
+ 0x000096a4 0x000096a4 0x00000028 Code RO 2515 i.systemEepIdReadFromEep system_mem_para.o
+ 0x000096cc 0x000096cc 0x0000002c Code RO 266 i.ucharcmp system_general_para.o
+ 0x000096f8 0x000096f8 0x00000064 Code RO 969 i.up_comm_RX_DMA_CH2_Init uart.o
+ 0x0000975c 0x0000975c 0x00000030 Code RO 970 i.up_comm_RX_DMA_CH2_reload uart.o
+ 0x0000978c 0x0000978c 0x00000078 Code RO 2604 i.up_comm_RX_DMA_check upper_com.o
+ 0x00009804 0x00009804 0x00000098 Code RO 971 i.up_comm_uart_Init uart.o
+ 0x0000989c 0x0000989c 0x0000008c Code RO 2605 i.up_comm_uart_enable upper_com.o
+ 0x00009928 0x00009928 0x0000019c Code RO 2606 i.upperComPro upper_com.o
+ 0x00009ac4 0x00009ac4 0x00000034 Code RO 607 i.usMBCRC16 mbcrc1.o
+ 0x00009af8 0x00009af8 0x00000018 Code RO 14076 i.usMBCRC16_initFF mbcrc_1.o
+ 0x00009b10 0x00009b10 0x00000002 Code RO 13894 i.vMBPortSerialEnable portserial.o
+ 0x00009b12 0x00009b12 0x00000002 Code RO 13980 i.vMBPortTimersDisable porttimer.o
+ 0x00009b14 0x00009b14 0x00000002 Code RO 13974 i.vMBPortTimersEnable porttimer.o
+ 0x00009b16 0x00009b16 0x00000002 PAD
+ 0x00009b18 0x00009b18 0x00000018 Code RO 1945 i.valveCtrlPro valve_control.o
+ 0x00009b30 0x00009b30 0x00000024 Code RO 13854 i.xMBPortEventGet portevent.o
+ 0x00009b54 0x00009b54 0x00000010 Code RO 13855 i.xMBPortEventInit portevent.o
+ 0x00009b64 0x00009b64 0x00000018 Code RO 13856 i.xMBPortEventPost portevent.o
+ 0x00009b7c 0x00009b7c 0x00000014 Code RO 13895 i.xMBPortSerialGetByte portserial.o
+ 0x00009b90 0x00009b90 0x0000002c Code RO 13896 i.xMBPortSerialInit portserial.o
+ 0x00009bbc 0x00009bbc 0x0000002c Code RO 13897 i.xMBPortSerialPutByte portserial.o
+ 0x00009be8 0x00009be8 0x00000006 Code RO 13950 i.xMBPortTimersInit porttimer.o
+ 0x00009bee 0x00009bee 0x00000002 PAD
+ 0x00009bf0 0x00009bf0 0x00000030 Code RO 14106 i.xMBRTUReceiveCheck mbrtu.o
+ 0x00009c20 0x00009c20 0x0000008c Code RO 14107 i.xMBRTUReceiveFSM mbrtu.o
+ 0x00009cac 0x00009cac 0x00000044 Code RO 14108 i.xMBRTUTimerT35Expired mbrtu.o
+ 0x00009cf0 0x00009cf0 0x00000070 Code RO 14109 i.xMBRTUTransmitFSM mbrtu.o
+ 0x00009d60 0x00009d60 0x00000200 Data RO 608 .constdata mbcrc1.o
+ 0x00009f60 0x00009f60 0x000000e0 Data RO 3136 .constdata cm_backtrace.o
+ 0x0000a040 0x0000a040 0x0000061e Data RO 3137 .conststring cm_backtrace.o
+ 0x0000a65e 0x0000a65e 0x00000002 PAD
+ 0x0000a660 0x0000a660 0x00000020 Data RO 14622 Region$$Table anon$$obj.o
- Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x00009220, Size: 0x00005f98, Max: 0x00014000, ABSOLUTE, COMPRESSED[0x00000090])
+ Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x0000a680, Size: 0x00006b40, Max: 0x00014000, ABSOLUTE, COMPRESSED[0x000000d4])
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
- 0x20000000 COMPRESSED 0x00000018 Data RW 357 .data system_general_para.o
- 0x20000018 COMPRESSED 0x00000002 Data RW 419 .data system_run_fun.o
+ 0x20000000 COMPRESSED 0x00000018 Data RW 267 .data system_general_para.o
+ 0x20000018 COMPRESSED 0x00000002 Data RW 329 .data system_run_fun.o
0x2000001a COMPRESSED 0x00000002 PAD
- 0x2000001c COMPRESSED 0x00000005 Data RW 647 .data linked_list.o
+ 0x2000001c COMPRESSED 0x00000005 Data RW 563 .data linked_list.o
0x20000021 COMPRESSED 0x00000001 PAD
0x20000022 COMPRESSED 0x00000004 Data RW 772 .data delay.o
0x20000026 COMPRESSED 0x00000002 PAD
- 0x20000028 COMPRESSED 0x00000008 Data RW 1205 .data adc.o
- 0x20000030 COMPRESSED 0x00000006 Data RW 1481 .data extern_rtc.o
- 0x20000036 COMPRESSED 0x00000003 Data RW 1544 .data key.o
+ 0x20000028 COMPRESSED 0x00000008 Data RW 1235 .data adc.o
+ 0x20000030 COMPRESSED 0x00000006 Data RW 1511 .data extern_rtc.o
+ 0x20000036 COMPRESSED 0x00000003 Data RW 1574 .data key.o
0x20000039 COMPRESSED 0x00000001 PAD
- 0x2000003a COMPRESSED 0x00000008 Data RW 1916 .data valve_control.o
+ 0x2000003a COMPRESSED 0x00000008 Data RW 1946 .data valve_control.o
0x20000042 COMPRESSED 0x00000002 PAD
- 0x20000044 COMPRESSED 0x00000028 Data RW 2038 .data power_manage.o
- 0x2000006c COMPRESSED 0x00000001 Data RW 2135 .data billing.o
- 0x2000006d COMPRESSED 0x00000004 Data RW 2346 .data sizhu_history_record.o
- 0x20000071 COMPRESSED 0x0000019e Data RW 2487 .data system_mem_para.o
- 0x2000020f COMPRESSED 0x00000001 PAD
- 0x20000210 COMPRESSED 0x00000006 Data RW 2576 .data upper_com.o
- 0x20000216 COMPRESSED 0x00000002 Data RW 2660 .data wireless_remote_comm.o
- 0x20000218 COMPRESSED 0x00000008 Data RW 2732 .data lcd.o
- 0x20000220 COMPRESSED 0x00000014 Data RW 3015 .data cm_backtrace.o
- 0x20000234 COMPRESSED 0x00000008 Data RW 13196 .data rs485_read_data.o
- 0x2000023c COMPRESSED 0x0000000c Data RW 13347 .data pulse_and_alarm_line.o
- 0x20000248 COMPRESSED 0x00000004 Data RW 13455 .data system_fm33a0xxev.o
- 0x2000024c COMPRESSED 0x00000004 Data RW 13497 .data mc_p.l(rand.o)
- 0x20000250 COMPRESSED 0x00000004 Data RW 13858 .data mc_p.l(stdout.o)
- 0x20000254 COMPRESSED 0x00000004 Data RW 13865 .data mc_p.l(mvars.o)
- 0x20000258 COMPRESSED 0x00000004 Data RW 13866 .data mc_p.l(mvars.o)
- 0x2000025c - 0x0000004e Zero RW 273 .bss sizhu_ctrl_word.o
- 0x200002aa - 0x00000100 Zero RW 967 .bss uart.o
- 0x200003aa - 0x0000011f Zero RW 2486 .bss system_mem_para.o
- 0x200004c9 COMPRESSED 0x00000003 PAD
- 0x200004cc - 0x00000803 Zero RW 2575 .bss upper_com.o
- 0x20000ccf - 0x00000030 Zero RW 2937 .bss lcd_io_api.o
- 0x20000cff COMPRESSED 0x00000001 PAD
- 0x20000d00 - 0x00000134 Zero RW 3012 .bss cm_backtrace.o
- 0x20000e34 - 0x00000104 Zero RW 13195 .bss rs485_read_data.o
- 0x20000f38 - 0x00000060 Zero RW 13283 .bss rs485_data_analysis_pro.o
- 0x20000f98 - 0x00001000 Zero RW 13445 HEAP startup_fm33a0xxev.o
- 0x20001f98 - 0x00004000 Zero RW 13444 STACK startup_fm33a0xxev.o
+ 0x20000044 COMPRESSED 0x00000028 Data RW 2068 .data power_manage.o
+ 0x2000006c COMPRESSED 0x00000001 Data RW 2165 .data billing.o
+ 0x2000006d COMPRESSED 0x00000004 Data RW 2376 .data sizhu_history_record.o
+ 0x20000071 COMPRESSED 0x000001a1 Data RW 2517 .data system_mem_para.o
+ 0x20000212 COMPRESSED 0x00000006 Data RW 2608 .data upper_com.o
+ 0x20000218 COMPRESSED 0x00000003 Data RW 2716 .data wireless_remote_comm.o
+ 0x2000021b COMPRESSED 0x0000001d Data RW 2807 .data wrc_sizhu_v4.o
+ 0x20000238 COMPRESSED 0x00000008 Data RW 2855 .data lcd.o
+ 0x20000240 COMPRESSED 0x00000014 Data RW 3138 .data cm_backtrace.o
+ 0x20000254 COMPRESSED 0x00000008 Data RW 13319 .data rs485_read_data.o
+ 0x2000025c COMPRESSED 0x0000000c Data RW 13470 .data pulse_and_alarm_line.o
+ 0x20000268 COMPRESSED 0x000000b6 Data RW 13575 .data mb.o
+ 0x2000031e COMPRESSED 0x00000002 Data RW 13788 .data mbfuncother.o
+ 0x20000320 COMPRESSED 0x00000002 Data RW 13857 .data portevent.o
+ 0x20000322 COMPRESSED 0x0000000a Data RW 14029 .data regport.o
+ 0x2000032c COMPRESSED 0x0000000c Data RW 14111 .data mbrtu.o
+ 0x20000338 COMPRESSED 0x00000004 Data RW 14193 .data system_fm33a0xxev.o
+ 0x2000033c COMPRESSED 0x00000004 Data RW 14235 .data mc_p.l(rand.o)
+ 0x20000340 COMPRESSED 0x00000004 Data RW 14604 .data mc_p.l(stdout.o)
+ 0x20000344 COMPRESSED 0x00000004 Data RW 14611 .data mc_p.l(mvars.o)
+ 0x20000348 COMPRESSED 0x00000004 Data RW 14612 .data mc_p.l(mvars.o)
+ 0x2000034c - 0x0000004e Zero RW 104 .bss sizhu_ctrl_word.o
+ 0x2000039a - 0x00000900 Zero RW 972 .bss uart.o
+ 0x20000c9a - 0x0000011f Zero RW 2516 .bss system_mem_para.o
+ 0x20000db9 COMPRESSED 0x00000003 PAD
+ 0x20000dbc - 0x00000803 Zero RW 2607 .bss upper_com.o
+ 0x200015bf - 0x0000012c Zero RW 2715 .bss wireless_remote_comm.o
+ 0x200016eb - 0x00000047 Zero RW 2806 .bss wrc_sizhu_v4.o
+ 0x20001732 - 0x00000030 Zero RW 3060 .bss lcd_io_api.o
+ 0x20001762 COMPRESSED 0x00000002 PAD
+ 0x20001764 - 0x00000134 Zero RW 3135 .bss cm_backtrace.o
+ 0x20001898 - 0x00000104 Zero RW 13318 .bss rs485_read_data.o
+ 0x2000199c - 0x00000060 Zero RW 13406 .bss rs485_data_analysis_pro.o
+ 0x200019fc - 0x00000020 Zero RW 13787 .bss mbfuncother.o
+ 0x20001a1c - 0x0000001e Zero RW 13996 .bss regdefine.o
+ 0x20001a3a - 0x00000100 Zero RW 14110 .bss mbrtu.o
+ 0x20001b3a COMPRESSED 0x00000006 PAD
+ 0x20001b40 - 0x00001000 Zero RW 14183 HEAP startup_fm33a0xxev.o
+ 0x20002b40 - 0x00004000 Zero RW 14182 STACK startup_fm33a0xxev.o
==============================================================================
@@ -5260,7 +5778,7 @@
60 12 0 0 0 1560 fm33a0xxev_lptim.o
104 14 0 0 0 1653 fm33a0xxev_rmu.o
438 0 0 0 0 13763 fm33a0xxev_spi.o
- 1112 38 0 0 0 28739 fm33a0xxev_uart.o
+ 1122 38 0 0 0 29290 fm33a0xxev_uart.o
168 24 0 0 0 2760 fm33a0xxev_vrtc.o
760 10 0 0 0 5484 gpio.o
544 64 0 0 0 4659 i2c.o
@@ -5269,33 +5787,48 @@
166 8 0 0 48 2817 lcd_io_api.o
198 8 0 5 0 3479 linked_list.o
460 46 0 0 0 2387 main.o
- 52 8 512 0 0 53440 mbcrc.o
- 4210 234 0 40 0 13664 power_manage.o
+ 540 118 0 182 0 7112 mb.o
+ 52 8 512 0 0 52332 mbcrc1.o
+ 24 6 0 0 0 1127 mbcrc_1.o
+ 452 0 0 0 0 4879 mbfunccoils.o
+ 184 0 0 0 0 1848 mbfuncdisc.o
+ 534 0 0 0 0 5367 mbfuncholding.o
+ 138 0 0 0 0 1775 mbfuncinput.o
+ 40 10 0 2 32 1643 mbfuncother.o
+ 822 86 0 12 256 7896 mbrtu.o
+ 36 0 0 0 0 616 mbutils.o
+ 76 22 0 2 0 2464 portevent.o
+ 110 12 0 0 0 3116 portserial.o
+ 10 0 0 0 0 1581 porttimer.o
+ 4218 236 0 40 0 13712 power_manage.o
2632 228 0 12 0 11159 pulse_and_alarm_line.o
82 10 0 0 0 1028 rcc_config.o
- 1038 38 0 0 96 7622 rs485_data_analysis_pro.o
- 1976 138 0 8 260 11477 rs485_read_data.o
+ 0 0 0 0 30 1330 regdefine.o
+ 190 14 0 10 0 3837 regport.o
+ 1038 38 0 0 96 7626 rs485_data_analysis_pro.o
+ 1916 120 0 8 260 10906 rs485_read_data.o
2 0 0 0 0 453 rtc.o
- 0 0 0 0 78 71536 sizhu_ctrl_word.o
+ 0 0 0 0 78 72680 sizhu_ctrl_word.o
264 30 0 4 0 949 sizhu_history_record.o
268 20 0 0 0 1146 spi.o
28 8 192 0 20480 684 startup_fm33a0xxev.o
28 12 0 4 0 791 system_fm33a0xxev.o
446 0 0 24 0 8631 system_general_para.o
- 664 36 0 414 287 14323 system_mem_para.o
- 1128 84 0 2 0 48246 system_run_fun.o
+ 664 36 0 417 287 14466 system_mem_para.o
+ 1140 88 0 2 0 49860 system_run_fun.o
504 46 0 0 0 12559 tim.o
- 408 36 0 0 256 14768 uart.o
- 712 60 0 6 2051 6373 upper_com.o
+ 888 82 0 0 2304 18110 uart.o
+ 1024 86 0 6 2051 9467 upper_com.o
52 6 0 0 0 1469 upper_com_data_pro.o
344 46 0 0 0 4161 user_init.o
1236 116 0 8 0 11834 valve_control.o
- 196 24 0 2 0 6199 wireless_remote_comm.o
+ 988 64 0 3 300 14175 wireless_remote_comm.o
+ 456 46 0 29 71 2744 wrc_sizhu_v4.o
----------------------------------------------------------------------
- 30724 2498 2528 588 23868 497809 Object Totals
+ 35900 2912 2528 828 26612 561381 Object Totals
0 0 32 0 0 0 (incl. Generated)
- 52 0 2 9 4 0 (incl. Padding)
+ 62 0 2 8 11 0 (incl. Padding)
----------------------------------------------------------------------
@@ -5325,6 +5858,7 @@
1222 56 0 0 0 468 printf8.o
36 12 0 4 0 120 rand.o
0 0 0 4 0 0 stdout.o
+ 40 0 0 0 0 72 strstr.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
@@ -5353,18 +5887,18 @@
122 0 0 0 0 72 fmul.o
----------------------------------------------------------------------
- 4156 156 0 16 0 3380 Library Totals
+ 4196 156 0 16 0 3452 Library Totals
6 0 0 0 0 0 (incl. Padding)
----------------------------------------------------------------------
Code (inc. data) RO Data RW Data ZI Data Debug Library Name
- 2050 104 0 16 0 1584 mc_p.l
+ 2090 104 0 16 0 1656 mc_p.l
2100 52 0 0 0 1796 mf_p.l
----------------------------------------------------------------------
- 4156 156 0 16 0 3380 Library Totals
+ 4196 156 0 16 0 3452 Library Totals
----------------------------------------------------------------------
@@ -5373,15 +5907,15 @@
Code (inc. data) RO Data RW Data ZI Data Debug
- 34880 2654 2528 604 23868 484653 Grand Totals
- 34880 2654 2528 144 23868 484653 ELF Image Totals (compressed)
- 34880 2654 2528 144 0 0 ROM Totals
+ 40096 3068 2528 844 26612 546009 Grand Totals
+ 40096 3068 2528 212 26612 546009 ELF Image Totals (compressed)
+ 40096 3068 2528 212 0 0 ROM Totals
==============================================================================
- Total RO Size (Code + RO Data) 37408 ( 36.53kB)
- Total RW Size (RW Data + ZI Data) 24472 ( 23.90kB)
- Total ROM Size (Code + RO Data + RW Data) 37552 ( 36.67kB)
+ Total RO Size (Code + RO Data) 42624 ( 41.63kB)
+ Total RW Size (RW Data + ZI Data) 27456 ( 26.81kB)
+ Total ROM Size (Code + RO Data + RW Data) 42836 ( 41.83kB)
==============================================================================
--
Gitblit v1.9.3