The FLASH memory banks reflect the arrangement in a typical ZigBee 3.0 application.
These are logical banks rather than physical banks.
The data is useful for determining if the firmware fits into the bank allocated for the active software image.
If the inactive image bank is unused then the application is small enough to allow OTA operation.
The memory banks are not specified in the map file but are hardcoded into the analysis script.
The location and size of each bank is listed with the percentage of the memory used in that bank. The sections present in each bank are also listed and may be split across multiple banks. When sleeping with RAM held the Retain column indicates how much data is retained.
Clicking the memory name in the header row will jump back to the memory information.
Clicking the a section name in the section column will jump forward to the section information.
The linker divides allocated memory into sections. The location and size of each section is listed with the percentage of the total used memory that section occupies. The bank(s) used by each section are also listed.
Clicking the memory name in the header row will jump back to the memory information.
Clicking a bank name in the Banks column will jump back to the bank information.
Clicking the a section name in the section column will jump forward to that section's files.
The memory used by each file is listed below, grouped by section. The percentage column is the percentage of the section memory that file occupies.
Clicking the memory or section name in a header row will jump back to the memory or section information.
Clicking a file name in the file column will jump forward to that file's symbols.
The memory used by each symbol is listed below, grouped by file. The percentage column is the percentage of the file memory that symbol occupies.
Clicking the memory, section or file name in a header row will jump back to the memory, section or file information.
Flash640 / .text / startup_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.after_vectors.reset |
0x00000200 |
0x00000220 |
32 |
8% |
5351 |
.after_vectors |
0x00000220 |
0x000003a0 |
384 |
93% |
5354 |
Expected total in startup_K32W041AM.o file: |
416 |
Actual: |
416 |
100% |
5351 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.text.System_IRQHandler |
0x000003a0 |
0x00000418 |
120 |
14% |
5406 |
.text.main_task |
0x00000418 |
0x00000480 |
104 |
12% |
5409 |
.text.APP_vSetUpHardware |
0x00000480 |
0x0000055c |
220 |
25% |
5412 |
.text.APP_vInitResources |
0x0000055c |
0x00000630 |
212 |
24% |
5415 |
.text.APP_vRadioTempUpdate |
0x00000630 |
0x000006bc |
140 |
16% |
5418 |
.text.bRadioCB_WriteNVM |
0x000006bc |
0x000006f0 |
52 |
6% |
5421 |
.text.u16RadioCB_ReadNVM |
0x000006f0 |
0x00000730 |
64 |
8% |
5424 |
Expected total in app_main.o file: |
912 |
Actual: |
912 |
100% |
5406 |
Flash640 / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8GrabMutexLock |
0x00000730 |
0x00000764 |
52 |
35% |
5427 |
.text.ZPS_u8ReleaseMutexLock |
0x00000764 |
0x00000784 |
32 |
22% |
5430 |
.text.ZPS_eEnterCriticalSection |
0x00000784 |
0x000007b0 |
44 |
29% |
5434 |
.text.ZPS_eExitCriticalSection |
0x000007b0 |
0x000007c8 |
24 |
16% |
5437 |
Expected total in port_JN518x.o file: |
152 |
Actual: |
152 |
100% |
5427 |
Flash640 / .text / pdum_gen.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_vInit |
0x000007c8 |
0x000007f0 |
40 |
100% |
5441 |
Expected total in pdum_gen.o file: |
40 |
Actual: |
40 |
100% |
5441 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.zps_vGetZpsMutex |
0x000007f0 |
0x000007f8 |
8 |
2% |
5444 |
.text.vZdoServersInit |
0x000007f8 |
0x0000090c |
276 |
64% |
5447 |
.text.ZPS_pvAplZdoGetAplHandle |
0x0000090c |
0x00000918 |
12 |
3% |
5450 |
.text.ZPS_u32ApsFcSaveCountBitShift |
0x00000918 |
0x0000091c |
4 |
1% |
5453 |
.text.ZPS_psAplDefaultDistributedAPSLinkKey |
0x0000091c |
0x00000924 |
8 |
2% |
5456 |
.text.ZPS_psAplDefaultGlobalAPSLinkKey |
0x00000924 |
0x0000092c |
8 |
2% |
5459 |
.text.ZPS_ps_groupPdmTable |
0x0000092c |
0x00000934 |
8 |
2% |
5462 |
.text.ZPS_pu8MaxZpsConfigEp |
0x00000934 |
0x0000093c |
8 |
2% |
5465 |
.text.ZPS_pau8EpMapPresent |
0x0000093c |
0x00000944 |
8 |
2% |
5468 |
.text.ZPS_u8ConfigStackProfileId |
0x00000944 |
0x00000950 |
12 |
3% |
5471 |
.text.ZPS_u32NwkFcSaveCountBitShift |
0x00000950 |
0x00000954 |
4 |
1% |
5474 |
.text.ZPS_psMacIFTGetTable |
0x00000954 |
0x0000095c |
8 |
2% |
5477 |
.text.ZPS_psMacIFTGetInterface |
0x0000095c |
0x00000974 |
24 |
6% |
5480 |
.text.ZPS_vGetGpContext |
0x00000974 |
0x00000980 |
12 |
3% |
5483 |
.text.ZPS_vGetOptionalFeatures |
0x00000980 |
0x000009a0 |
32 |
8% |
5486 |
Expected total in zps_gen.o file: |
432 |
Actual: |
432 |
100% |
5444 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.text.vfExtendedStatusCallBack |
0x000009a0 |
0x000009ac |
12 |
5% |
5489 |
.text.vAppMain |
0x000009ac |
0x00000aa0 |
244 |
94% |
5491 |
.text.hardware_init |
0x00000aa0 |
0x00000aa4 |
4 |
2% |
5494 |
Expected total in app_start.o file: |
260 |
Actual: |
260 |
100% |
5489 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x00000aa4 |
0x00000b1a |
118 |
10% |
5497 |
.text.APP_SetHighTxPowerMode |
0x00000b1a |
0x00000b30 |
22 |
2% |
5499 |
.text.APP_SetMaxTxPower |
0x00000b30 |
0x00000b48 |
24 |
2% |
5502 |
.text.APP_vFactoryResetRecords |
0x00000b48 |
0x00000b90 |
72 |
6% |
5505 |
.text.APP_vBdbCallback |
0x00000b90 |
0x00000cf8 |
360 |
30% |
5508 |
.text.APP_taskRouter |
0x00000cf8 |
0x00000df4 |
252 |
21% |
5511 |
.text.APP_vInitialiseRouter |
0x00000df4 |
0x00000f48 |
340 |
29% |
5514 |
.text.sGetOTACallBackPersistdata |
0x00000f48 |
0x00000f5c |
20 |
2% |
5517 |
.text.app_u8GetDeviceEndpoint |
0x00000f5c |
0x00000f60 |
4 |
1% |
5520 |
Expected total in app_window_covering.o file: |
1212 |
Actual: |
1212 |
100% |
5497 |
Flash640 / .text / device_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.eZHA_RegisterWindowCoveringEndPoint |
0x00000f60 |
0x0000106c |
268 |
100% |
5523 |
Expected total in device_window_covering.o file: |
268 |
Actual: |
268 |
100% |
5523 |
Flash640 / .text / cluster_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringSceneEventHandler |
0x0000106c |
0x000010b8 |
76 |
52% |
5526 |
.text.eCLD_WindowCoveringCreateWindowCovering |
0x000010b8 |
0x00001100 |
72 |
49% |
5528 |
Expected total in cluster_window_covering.o file: |
148 |
Actual: |
148 |
100% |
5526 |
Flash640 / .text / cluster_window_covering_command_handler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringCommandHandler |
0x00001100 |
0x0000125c |
348 |
100% |
5531 |
Expected total in cluster_window_covering_command_handler.o file: |
348 |
Actual: |
348 |
100% |
5531 |
Flash640 / .text / cluster_window_covering_commands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringCommandReceive |
0x0000125c |
0x0000126e |
18 |
11% |
5534 |
.text.eCLD_WindowCoveringCommandGoToLiftValueReceive |
0x0000126e |
0x00001294 |
38 |
23% |
5537 |
.text.eCLD_WindowCoveringCommandGoToLiftPercentageReceive |
0x00001294 |
0x000012ba |
38 |
23% |
5540 |
.text.eCLD_WindowCoveringCommandGoToTiltValueReceive |
0x000012ba |
0x000012e0 |
38 |
23% |
5543 |
.text.eCLD_WindowCoveringCommandGoToTiltPercentageReceive |
0x000012e0 |
0x00001308 |
40 |
24% |
5546 |
Expected total in cluster_window_covering_commands.o file: |
172 |
Actual: |
172 |
100% |
5534 |
Flash640 / .text / app_scenes.o |
Start |
End |
Size |
% |
Line |
.text.vSaveScenesNVM |
0x00001308 |
0x0000138c |
132 |
47% |
5550 |
.text.vLoadScenesNVM |
0x0000138c |
0x00001424 |
152 |
54% |
5553 |
Expected total in app_scenes.o file: |
284 |
Actual: |
284 |
100% |
5550 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_ZCL_cbGeneralCallback |
0x00001424 |
0x00001428 |
4 |
1% |
5556 |
.text.APP_vZCL_DeviceSpecific_Init |
0x00001428 |
0x00001474 |
76 |
11% |
5559 |
.text.APP_ZCL_vInitialise |
0x00001474 |
0x000014c8 |
84 |
13% |
5561 |
.text.APP_cbTimerZclTick |
0x000014c8 |
0x00001548 |
128 |
19% |
5564 |
.text.APP_cbTimerGPZclTick |
0x00001548 |
0x00001570 |
40 |
6% |
5567 |
.text.APP_ZCL_vEventHandler |
0x00001570 |
0x00001588 |
24 |
4% |
5570 |
.text.APP_vHandleIdentify |
0x00001588 |
0x000015c4 |
60 |
9% |
5573 |
.text.APP_ZCL_cbEndpointCallback |
0x000015c4 |
0x0000169c |
216 |
32% |
5576 |
.text.vIdEffectTick |
0x0000169c |
0x000016dc |
64 |
10% |
5578 |
Expected total in app_zcl_task.o file: |
696 |
Actual: |
696 |
100% |
5556 |
Flash640 / .text / app_buttons.o |
Start |
End |
Size |
% |
Line |
.text.gint_callback |
0x000016dc |
0x00001710 |
52 |
15% |
5581 |
.text.APP_u32GetSwitchIOState |
0x00001710 |
0x00001720 |
16 |
5% |
5584 |
.text.APP_cbTimerButtonScan |
0x00001720 |
0x000017b8 |
152 |
43% |
5587 |
.text.APP_bButtonInitialise |
0x000017b8 |
0x00001840 |
136 |
39% |
5590 |
Expected total in app_buttons.o file: |
356 |
Actual: |
356 |
100% |
5581 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.text.APP_vWhiteLedOff |
0x00001840 |
0x00001868 |
40 |
13% |
5593 |
.text.APP_vLedInitialise |
0x00001868 |
0x00001938 |
208 |
63% |
5595 |
.text.APP_vSetLed |
0x00001938 |
0x0000198c |
84 |
26% |
5598 |
Expected total in app_leds.o file: |
332 |
Actual: |
332 |
100% |
5593 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_SendDataReliable |
0x0000198c |
0x000019d8 |
76 |
19% |
5601 |
.text.DbgConsole_PrintCallback |
0x000019d8 |
0x00001a14 |
60 |
15% |
5604 |
.text.DbgConsole_Init |
0x00001a14 |
0x00001ab0 |
156 |
38% |
5607 |
.text.DbgConsole_Deinit |
0x00001ab0 |
0x00001ae8 |
56 |
14% |
5610 |
.text.DbgConsole_Printf |
0x00001ae8 |
0x00001b28 |
64 |
16% |
5613 |
Expected total in fsl_debug_console.o file: |
412 |
Actual: |
412 |
100% |
5601 |
Flash640 / .text / fsl_gpio.o |
Start |
End |
Size |
% |
Line |
.text.GPIO_PinInit |
0x00001b28 |
0x00001b58 |
48 |
100% |
5616 |
Expected total in fsl_gpio.o file: |
48 |
Actual: |
48 |
100% |
5616 |
Flash640 / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitClocks |
0x00001b58 |
0x00001bf0 |
152 |
65% |
5620 |
.text.BOARD_InitHardware |
0x00001bf0 |
0x00001c44 |
84 |
36% |
5623 |
Expected total in hardware_init.o file: |
236 |
Actual: |
236 |
100% |
5620 |
Flash640 / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPins |
0x00001c44 |
0x00001c60 |
28 |
100% |
5626 |
Expected total in pin_mux.o file: |
28 |
Actual: |
28 |
100% |
5626 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.text.PWM_GetDefaultConfig |
0x00001c60 |
0x00001c84 |
36 |
15% |
5629 |
.text.PWM_Init |
0x00001c84 |
0x00001cbe |
58 |
23% |
5632 |
.text.PWM_SetupPwm |
0x00001cbe |
0x00001d42 |
132 |
52% |
5635 |
.text.PWM_ClearStatusFlags |
0x00001d42 |
0x00001d60 |
30 |
12% |
5638 |
Expected total in fsl_pwm.o file: |
256 |
Actual: |
256 |
100% |
5629 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.text.GINT_GetInstance |
0x00001d60 |
0x00001d88 |
40 |
17% |
5641 |
.text.GINT_Init |
0x00001d88 |
0x00001dac |
36 |
15% |
5643 |
.text.GINT_SetCtrl |
0x00001dac |
0x00001dd8 |
44 |
19% |
5646 |
.text.GINT_ConfigPins |
0x00001dd8 |
0x00001de4 |
12 |
5% |
5649 |
.text.GINT_EnableCallback |
0x00001de4 |
0x00001e04 |
32 |
14% |
5653 |
.text.GINT_DisableCallback |
0x00001e04 |
0x00001e30 |
44 |
19% |
5656 |
.text.GINT0_DriverIRQHandler |
0x00001e30 |
0x00001e54 |
36 |
15% |
5659 |
Expected total in fsl_gint.o file: |
244 |
Actual: |
244 |
100% |
5641 |
Flash640 / .text / app_power_on_counter.o |
Start |
End |
Size |
% |
Line |
.text.vManagePowerOnCountLoadRecord |
0x00001e54 |
0x00001e70 |
28 |
13% |
5662 |
.text.vManagePowerOnCountInit |
0x00001e70 |
0x00001eb0 |
64 |
30% |
5665 |
.text.APP_cbTimerPowerCount |
0x00001eb0 |
0x00001f2c |
124 |
58% |
5668 |
Expected total in app_power_on_counter.o file: |
216 |
Actual: |
216 |
100% |
5662 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.text.flashConfig_ExtractGpAdcTrimValues |
0x00001f2c |
0x00001f64 |
56 |
7% |
5671 |
.text.flashConfig_ExtractTempSensorTrimValues |
0x00001f64 |
0x00001fd4 |
112 |
14% |
5675 |
.text.temp_computation |
0x00001fd4 |
0x00002054 |
128 |
16% |
5678 |
.text.ADC_Configuration |
0x00002054 |
0x000020cc |
120 |
15% |
5681 |
.text.load_calibration_param_from_flash |
0x000020cc |
0x0000214c |
128 |
16% |
5684 |
.text.get_temperature |
0x0000214c |
0x00002264 |
280 |
34% |
5687 |
Expected total in temp_sensor_drv.o file: |
824 |
Actual: |
824 |
100% |
5671 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.text.ADC_GetInstance.isra.0 |
0x00002264 |
0x0000228c |
40 |
9% |
5690 |
.text.ADC_Init |
0x0000228c |
0x00002320 |
148 |
32% |
5692 |
.text.ADC_SetConvSeqAConfig |
0x00002320 |
0x00002374 |
84 |
18% |
5695 |
.text.ADC_GetChannelConversionResult |
0x00002374 |
0x000023f4 |
128 |
27% |
5698 |
.text.ADC_EnableTemperatureSensor |
0x000023f4 |
0x00002440 |
76 |
16% |
5701 |
Expected total in fsl_adc.o file: |
476 |
Actual: |
476 |
100% |
5690 |
Flash640 / .text / app_reporting.o |
Start |
End |
Size |
% |
Line |
.text.eRestoreReports |
0x00002440 |
0x0000245c |
28 |
17% |
5704 |
.text.vMakeSupportedAttributesReportable |
0x0000245c |
0x0000248c |
48 |
28% |
5707 |
.text.vLoadDefaultConfigForReportable |
0x0000248c |
0x000024c0 |
52 |
31% |
5710 |
.text.vSaveReportableRecord |
0x000024c0 |
0x000024ec |
44 |
26% |
5713 |
Expected total in app_reporting.o file: |
172 |
Actual: |
172 |
100% |
5704 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_GetClock32MCapacitanceCharacteristics |
0x000024ec |
0x000024f4 |
8 |
25% |
5716 |
.text.BOARD_CpuClockUpdate32MhzFro |
0x000024f4 |
0x0000250c |
24 |
75% |
5719 |
Expected total in board_utility.o file: |
32 |
Actual: |
32 |
100% |
5716 |
Flash640 / .text / app_ota_client.o |
Start |
End |
Size |
% |
Line |
.text.bInitialiseOTAClusterAndAttributes |
0x0000250c |
0x00002554 |
72 |
4% |
5722 |
.text.vAppInitOTA |
0x00002554 |
0x00002630 |
220 |
11% |
5725 |
.text.vLoadOTAPersistedData |
0x00002630 |
0x00002670 |
64 |
3% |
5728 |
.text.vHandleMatchDescriptor |
0x00002670 |
0x000026e8 |
120 |
6% |
5731 |
.text.vHandleIeeeAddressRsp |
0x000026e8 |
0x000027a8 |
192 |
9% |
5734 |
.text.vResetOTADiscovery |
0x000027a8 |
0x000027cc |
36 |
2% |
5737 |
.text.vRunAppOTAStateMachine |
0x000027cc |
0x00002ab4 |
744 |
34% |
5740 |
.text.vOTAResetPersist |
0x00002ab4 |
0x00002aec |
56 |
3% |
5743 |
.text.vHandleAppOtaClient |
0x00002aec |
0x00002da0 |
692 |
32% |
5746 |
Expected total in app_ota_client.o file: |
2196 |
Actual: |
2196 |
100% |
5722 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.text.vApp_GP_RegisterDevice |
0x00002da0 |
0x00002e20 |
128 |
44% |
5749 |
.text.vAPP_GP_LoadPDMData |
0x00002e20 |
0x00002e54 |
52 |
18% |
5752 |
.text.vAPP_GP_ResetData |
0x00002e54 |
0x00002e88 |
52 |
18% |
5755 |
.text.vHandleGreenPowerEvent |
0x00002e88 |
0x00002ec4 |
60 |
21% |
5758 |
Expected total in app_green_power.o file: |
292 |
Actual: |
292 |
100% |
5749 |
Flash640 / .text / ZQueue.o |
Start |
End |
Size |
% |
Line |
.text.ZQ_vQueueCreate |
0x00002ec4 |
0x00002ed2 |
14 |
8% |
5761 |
.text.ZQ_bQueueSend |
0x00002ed2 |
0x00002f1c |
74 |
41% |
5764 |
.text.ZQ_bQueueReceive |
0x00002f1c |
0x00002f56 |
58 |
32% |
5767 |
.text.ZQ_bQueueIsEmpty |
0x00002f56 |
0x00002f60 |
10 |
6% |
5770 |
.text.ZQ_u32QueueGetQueueSize |
0x00002f60 |
0x00002f64 |
4 |
3% |
5773 |
.text.ZQ_u32QueueGetQueueMessageWaiting |
0x00002f64 |
0x00002f68 |
4 |
3% |
5776 |
.text.ZQ_pvGetFirstElementOnQueue |
0x00002f68 |
0x00002f6c |
4 |
3% |
5779 |
.text.ZQ_pvGetNextElementOnQueue |
0x00002f6c |
0x00002f7c |
16 |
9% |
5782 |
Expected total in ZQueue.o file: |
184 |
Actual: |
184 |
100% |
5761 |
Flash640 / .text / ZTimer.o |
Start |
End |
Size |
% |
Line |
.text.ZTIMER_eInit |
0x00002f7c |
0x00002fa0 |
36 |
9% |
5786 |
.text.ZTIMER_vTask |
0x00002fa0 |
0x0000303c |
156 |
39% |
5789 |
.text.ZTIMER_eOpen |
0x0000303c |
0x00003074 |
56 |
14% |
5792 |
.text.ZTIMER_eStart |
0x00003074 |
0x000030c8 |
84 |
21% |
5795 |
.text.ZTIMER_eStop |
0x000030c8 |
0x00003114 |
76 |
19% |
5798 |
Expected total in ZTimer.o file: |
408 |
Actual: |
408 |
100% |
5786 |
Flash640 / .text / app_zps_link_keys.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pau8GetBdbDistributedLinkKey |
0x00003114 |
0x0000311c |
8 |
100% |
5801 |
Expected total in app_zps_link_keys.o file: |
8 |
Actual: |
8 |
100% |
5801 |
Flash640 / .text / appZdpExtraction.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdpUnpackNodeDescResponse |
0x0000311c |
0x00003194 |
120 |
100% |
5804 |
Expected total in appZdpExtraction.o file: |
120 |
Actual: |
120 |
100% |
5804 |
Flash640 / .text / appZpsBeaconHandler.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bAppAddBeaconFilter |
0x00003194 |
0x000031a0 |
12 |
5% |
5807 |
.text.ZPS_bAppRemoveBeaconFilter |
0x000031a0 |
0x000031ac |
12 |
5% |
5810 |
.text.ZPS_bAppPassBeaconToHigherLayer |
0x000031ac |
0x000032b4 |
264 |
92% |
5813 |
Expected total in appZpsBeaconHandler.o file: |
288 |
Actual: |
288 |
100% |
5807 |
Flash640 / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitDebugConsole |
0x000032b4 |
0x000032dc |
40 |
91% |
5816 |
.text.BOARD_DbgDiagEnable |
0x000032dc |
0x000032e0 |
4 |
10% |
5819 |
Expected total in board.o file: |
44 |
Actual: |
44 |
100% |
5816 |
Flash640 / .text / system_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.text.SystemCoreClockUpdate |
0x000032e0 |
0x00003380 |
160 |
71% |
5823 |
.text.SystemInit |
0x00003380 |
0x000033c4 |
68 |
30% |
5826 |
Expected total in system_K32W041AM.o file: |
228 |
Actual: |
228 |
100% |
5823 |
Flash640 / .text / startup_K32W041AM.o |
Start |
End |
Size |
% |
Line |
.text.DMIC0_IRQHandler |
0x000033c4 |
0x000033cc |
8 |
6% |
5829 |
.text.CIC_IRB_IRQHandler |
0x000033cc |
0x000033d4 |
8 |
6% |
5832 |
.text.HWVAD0_IRQHandler |
0x000033d4 |
0x000033dc |
8 |
6% |
5835 |
.text.PINT0_IRQHandler |
0x000033dc |
0x000033e4 |
8 |
6% |
5838 |
.text.PINT1_IRQHandler |
0x000033e4 |
0x000033ec |
8 |
6% |
5841 |
.text.PINT2_IRQHandler |
0x000033ec |
0x000033f4 |
8 |
6% |
5844 |
.text.PINT3_IRQHandler |
0x000033f4 |
0x000033fc |
8 |
6% |
5847 |
.text.GINT0_IRQHandler |
0x000033fc |
0x00003404 |
8 |
6% |
5850 |
.text.CTIMER0_IRQHandler |
0x00003404 |
0x0000340c |
8 |
6% |
5853 |
.text.CTIMER1_IRQHandler |
0x0000340c |
0x00003414 |
8 |
6% |
5856 |
.text.FLEXCOMM0_IRQHandler |
0x00003414 |
0x0000341c |
8 |
6% |
5859 |
.text.FLEXCOMM1_IRQHandler |
0x0000341c |
0x00003424 |
8 |
6% |
5862 |
.text.FLEXCOMM2_IRQHandler |
0x00003424 |
0x0000342c |
8 |
6% |
5865 |
.text.FLEXCOMM3_IRQHandler |
0x0000342c |
0x00003434 |
8 |
6% |
5868 |
.text.FLEXCOMM4_IRQHandler |
0x00003434 |
0x0000343c |
8 |
6% |
5871 |
.text.FLEXCOMM5_IRQHandler |
0x0000343c |
0x00003444 |
8 |
6% |
5874 |
.text.FLEXCOMM6_IRQHandler |
0x00003444 |
0x0000344c |
8 |
6% |
5877 |
.text.RTC_IRQHandler |
0x0000344c |
0x00003454 |
8 |
6% |
5880 |
Expected total in startup_K32W041AM.o file: |
144 |
Actual: |
144 |
100% |
5829 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.text.WWDT_GetInstance.isra.0 |
0x00003454 |
0x0000347c |
40 |
11% |
5884 |
.text.WWDT_GetDefaultConfig |
0x0000347c |
0x000034b8 |
60 |
17% |
5886 |
.text.WWDT_Init |
0x000034b8 |
0x00003578 |
192 |
53% |
5889 |
.text.WWDT_Deinit |
0x00003578 |
0x00003588 |
16 |
5% |
5892 |
.text.WWDT_Refresh |
0x00003588 |
0x0000359c |
20 |
6% |
5895 |
.text.WWDT_ClearStatusFlags |
0x0000359c |
0x000035c4 |
40 |
11% |
5898 |
Expected total in fsl_wwdt.o file: |
368 |
Actual: |
368 |
100% |
5884 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_u8OscCapConvert |
0x000035c4 |
0x000035ec |
40 |
2% |
5901 |
.text.CLOCK_AttachClk |
0x000035ec |
0x000036f4 |
264 |
13% |
5904 |
.text.CLOCK_SetClkDiv |
0x000036f4 |
0x00003750 |
92 |
5% |
5907 |
.text.CLOCK_GetXtal32kFreq |
0x00003750 |
0x00003768 |
24 |
2% |
5911 |
.text.CLOCK_GetFro32kFreq |
0x00003768 |
0x00003780 |
24 |
2% |
5914 |
.text.CLOCK_GetOsc32kFreq |
0x00003780 |
0x00003794 |
20 |
1% |
5917 |
.text.CLOCK_GetFro12MFreq |
0x00003794 |
0x000037ac |
24 |
2% |
5920 |
.text.CLOCK_GetFro32MFreq |
0x000037ac |
0x000037c4 |
24 |
2% |
5923 |
.text.CLOCK_GetOsc32MFreq |
0x000037c4 |
0x000037dc |
24 |
2% |
5926 |
.text.CLOCK_GetWdtOscFreq |
0x000037dc |
0x00003808 |
44 |
3% |
5929 |
.text.CLOCK_GetFro48MFreq |
0x00003808 |
0x00003820 |
24 |
2% |
5932 |
.text.CLOCK_GetPWMClockFreq |
0x00003820 |
0x00003840 |
32 |
2% |
5935 |
.text.CLOCK_GetMainClockRate |
0x00003840 |
0x00003880 |
64 |
4% |
5939 |
.text.CLOCK_GetCoreSysClkFreq |
0x00003880 |
0x00003898 |
24 |
2% |
5942 |
.text.CLOCK_GetFRGInputClock |
0x00003898 |
0x000038be |
38 |
2% |
5945 |
.text.CLOCK_GetFRGClock |
0x000038be |
0x000038f0 |
50 |
3% |
5948 |
.text.CLOCK_GetFro64MFreq |
0x000038f0 |
0x00003908 |
24 |
2% |
5951 |
.text.CLOCK_GetClkOutFreq |
0x00003908 |
0x00003968 |
96 |
5% |
5954 |
.text.CLOCK_GetSpifiOscFreq |
0x00003968 |
0x000039b0 |
72 |
4% |
5957 |
.text.CLOCK_GetApbCLkFreq |
0x000039b0 |
0x000039dc |
44 |
3% |
5960 |
.text.CLOCK_GetFreq |
0x000039dc |
0x00003ae4 |
264 |
13% |
5963 |
.text.CLOCK_DisableClock |
0x00003ae4 |
0x00003b88 |
164 |
8% |
5966 |
.text.CLOCK_IsClockEnable |
0x00003b88 |
0x00003ba6 |
30 |
2% |
5969 |
.text.CLOCK_EnableAPBBridge |
0x00003ba6 |
0x00003bb4 |
14 |
1% |
5972 |
.text.CLOCK_Xtal32M_Trim |
0x00003bb4 |
0x00003cbc |
264 |
13% |
5975 |
.text.CLOCK_XtalBasicTrim |
0x00003cbc |
0x00003cec |
48 |
3% |
5978 |
.text.DelayLoopN |
0x00003cec |
0x00003cf8 |
12 |
1% |
5981 |
.text.CLOCK_uDelay |
0x00003cf8 |
0x00003d20 |
40 |
2% |
5985 |
.text.CLOCK_Xtal32M_WaitUntilStable |
0x00003d20 |
0x00003d34 |
20 |
1% |
5988 |
.text.CLOCK_EnableClock |
0x00003d34 |
0x00003e14 |
224 |
11% |
5991 |
Expected total in fsl_clock.o file: |
2128 |
Actual: |
2128 |
100% |
5901 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.text.RESET_SetPeripheralReset |
0x00003e14 |
0x00003e68 |
84 |
42% |
5994 |
.text.RESET_ClearPeripheralReset |
0x00003e68 |
0x00003ec0 |
88 |
44% |
5997 |
.text.RESET_PeripheralReset |
0x00003ec0 |
0x00003ed4 |
20 |
10% |
6000 |
.text.RESET_SystemReset |
0x00003ed4 |
0x00003ee0 |
12 |
6% |
6004 |
Expected total in fsl_reset.o file: |
204 |
Actual: |
204 |
100% |
5994 |
Flash640 / .text / fsl_rng.o |
Start |
End |
Size |
% |
Line |
.text.TRNG_GetDefaultConfig |
0x00003ee0 |
0x00003ef4 |
20 |
10% |
6007 |
.text.TRNG_Init |
0x00003ef4 |
0x00003f60 |
108 |
50% |
6010 |
.text.TRNG_GetRandomData |
0x00003f60 |
0x00003fb8 |
88 |
41% |
6013 |
Expected total in fsl_rng.o file: |
216 |
Actual: |
216 |
100% |
6007 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.text.USART_Deinit |
0x00003fb8 |
0x00003ff8 |
64 |
11% |
6016 |
.text.USART_GetDefaultConfig |
0x00003ff8 |
0x00004034 |
60 |
10% |
6019 |
.text.USART_SetBaudRate |
0x00004034 |
0x000040d4 |
160 |
26% |
6022 |
.text.USART_Init |
0x000040d4 |
0x000041e4 |
272 |
44% |
6025 |
.text.USART_WriteBlocking |
0x000041e4 |
0x0000422c |
72 |
12% |
6028 |
Expected total in fsl_usart.o file: |
628 |
Actual: |
628 |
100% |
6016 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.text.FLEXCOMM_GetInstance |
0x0000422c |
0x00004260 |
52 |
9% |
6031 |
.text.FLEXCOMM_Init |
0x00004260 |
0x000042d4 |
116 |
20% |
6034 |
.text.FLEXCOMM0_DriverIRQHandler |
0x000042d4 |
0x00004310 |
60 |
11% |
6037 |
.text.FLEXCOMM1_DriverIRQHandler |
0x00004310 |
0x0000434c |
60 |
11% |
6040 |
.text.FLEXCOMM2_DriverIRQHandler |
0x0000434c |
0x00004388 |
60 |
11% |
6043 |
.text.FLEXCOMM3_DriverIRQHandler |
0x00004388 |
0x000043c0 |
56 |
10% |
6046 |
.text.FLEXCOMM4_DriverIRQHandler |
0x000043c0 |
0x000043fc |
60 |
11% |
6049 |
.text.FLEXCOMM5_DriverIRQHandler |
0x000043fc |
0x00004438 |
60 |
11% |
6052 |
.text.FLEXCOMM6_DriverIRQHandler |
0x00004438 |
0x00004474 |
60 |
11% |
6055 |
Expected total in fsl_flexcomm.o file: |
584 |
Actual: |
584 |
100% |
6031 |
Flash640 / .text / fsl_flash.o |
Start |
End |
Size |
% |
Line |
.text.FLASH_Wait |
0x00004474 |
0x00004486 |
18 |
8% |
6058 |
.text.FLASH_Erase |
0x00004486 |
0x000044ca |
68 |
30% |
6061 |
.text.FLASH_ErasePages |
0x000044ca |
0x000044d8 |
14 |
7% |
6064 |
.text.FLASH_BlankCheck |
0x000044d8 |
0x000044f2 |
26 |
12% |
6067 |
.text.FLASH_MarginCheck |
0x000044f2 |
0x0000450c |
26 |
12% |
6070 |
.text.FLASH_Program |
0x0000450c |
0x00004544 |
56 |
25% |
6073 |
.text.FLASH_SetReadMode |
0x00004544 |
0x00004558 |
20 |
9% |
6076 |
Expected total in fsl_flash.o file: |
228 |
Actual: |
228 |
100% |
6058 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.text.InstallIRQHandler |
0x00004558 |
0x000045ac |
84 |
50% |
6079 |
.text.SDK_DelayAtLeastUs |
0x000045ac |
0x00004600 |
84 |
50% |
6082 |
Expected total in fsl_common.o file: |
168 |
Actual: |
168 |
100% |
6079 |
Flash640 / .text / fsl_aes.o |
Start |
End |
Size |
% |
Line |
.text.swap_bytes |
0x00004600 |
0x00004604 |
4 |
2% |
6085 |
.text.aes_one_block |
0x00004604 |
0x0000463e |
58 |
24% |
6087 |
.text.aes_set_forward |
0x0000463e |
0x00004654 |
22 |
10% |
6089 |
.text.AES_SetKey |
0x00004654 |
0x000046b0 |
92 |
38% |
6091 |
.text.AES_EncryptEcb |
0x000046b0 |
0x000046ea |
58 |
24% |
6094 |
.text.AES_Init |
0x000046ea |
0x000046f4 |
10 |
5% |
6097 |
Expected total in fsl_aes.o file: |
244 |
Actual: |
244 |
100% |
6085 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.text.Chip_LOWPOWER_SetSystemVoltages |
0x000046f4 |
0x000046fc |
8 |
1% |
6101 |
.text.POWER_FlexcomClocksDisable |
0x000046fc |
0x0000473c |
64 |
4% |
6103 |
.text.POWER_ClearResetCause |
0x0000473c |
0x00004748 |
12 |
1% |
6106 |
.text.POWER_SetTrimDefaultActiveVoltage |
0x00004748 |
0x000049f8 |
688 |
33% |
6109 |
.text.POWER_Init |
0x000049f8 |
0x00004a34 |
60 |
3% |
6112 |
.text.POWER_GetPowerDownConfig |
0x00004a34 |
0x00004ce8 |
692 |
33% |
6115 |
.text.POWER_GoToPowerDown |
0x00004ce8 |
0x00004d14 |
44 |
3% |
6118 |
.text.POWER_RegisterPowerDownEntryHookFunction |
0x00004d14 |
0x00004d20 |
12 |
1% |
6121 |
.text.POWER_EnterPowerDownMode |
0x00004d20 |
0x00004d38 |
24 |
2% |
6124 |
.text.POWER_EnterDeepDownMode |
0x00004d38 |
0x00004e0c |
212 |
11% |
6127 |
.text.POWER_EnterPowerMode |
0x00004e0c |
0x00004e24 |
24 |
2% |
6130 |
.text.POWER_SetDcdc1v8 |
0x00004e24 |
0x00004eb0 |
140 |
7% |
6134 |
.text.POWER_SetDcdc1v3 |
0x00004eb0 |
0x00004f38 |
136 |
7% |
6137 |
Expected total in fsl_power.o file: |
2116 |
Actual: |
2116 |
100% |
6101 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.text.WTIMER_StartTimerFunction |
0x00004f38 |
0x00005040 |
264 |
48% |
6140 |
.text.WTIMER_GetStatusFlags |
0x00005040 |
0x0000506c |
44 |
8% |
6142 |
.text.WTIMER_EnableInterrupts |
0x0000506c |
0x000050ac |
64 |
12% |
6145 |
.text.WTIMER_StartTimerUnsafe |
0x000050ac |
0x000050c0 |
20 |
4% |
6148 |
.text.WTIMER_ReadTimer |
0x000050c0 |
0x000050f4 |
52 |
10% |
6151 |
.text.WTIMER_ClearStatusFlags |
0x000050f4 |
0x00005130 |
60 |
11% |
6154 |
.text.WTIMER_StopTimer |
0x00005130 |
0x00005168 |
56 |
10% |
6157 |
Expected total in fsl_wtimer.o file: |
560 |
Actual: |
560 |
100% |
6140 |
Flash640 / .text / fsl_inputmux.o |
Start |
End |
Size |
% |
Line |
.text.INPUTMUX_Init |
0x00005168 |
0x0000516e |
6 |
30% |
6160 |
.text.INPUTMUX_AttachSignal |
0x0000516e |
0x0000517c |
14 |
70% |
6163 |
Expected total in fsl_inputmux.o file: |
20 |
Actual: |
20 |
100% |
6160 |
Flash640 / .text / fsl_fmeas.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_GetCountWithScale |
0x0000517c |
0x000051a2 |
38 |
100% |
6166 |
Expected total in fsl_fmeas.o file: |
38 |
Actual: |
38 |
100% |
6166 |
Flash640 / .text / fsl_sha.o |
Start |
End |
Size |
% |
Line |
.text.swap_bytes |
0x000051a2 |
0x000051a6 |
4 |
1% |
6169 |
.text.sha_one_block |
0x000051a6 |
0x000051e8 |
66 |
13% |
6171 |
.text.SHA_Init |
0x000051e8 |
0x00005208 |
32 |
7% |
6173 |
.text.SHA_Update |
0x00005208 |
0x000052ba |
178 |
35% |
6176 |
.text.SHA_Finish |
0x000052ba |
0x000053ac |
242 |
47% |
6179 |
Expected total in fsl_sha.o file: |
522 |
Actual: |
522 |
100% |
6169 |
Flash640 / .text / Exceptions_NVIC.o |
Start |
End |
Size |
% |
Line |
.text.vDebugExceptionHandlersInitialise |
0x000053ac |
0x000053d8 |
44 |
100% |
6183 |
Expected total in Exceptions_NVIC.o file: |
44 |
Actual: |
44 |
100% |
6183 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.text.ExceptionUnwindStack |
0x000053d8 |
0x00005468 |
144 |
6% |
6186 |
.text.HardFault_Handler |
0x00005468 |
0x00005470 |
8 |
1% |
6189 |
.text.BusFault_Handler |
0x00005470 |
0x00005478 |
8 |
1% |
6192 |
.text.UsageFault_Handler |
0x00005478 |
0x00005480 |
8 |
1% |
6195 |
.text.MemManage_Handler |
0x00005480 |
0x00005488 |
8 |
1% |
6198 |
.text.vPrintRegisterBit |
0x00005488 |
0x0000549c |
20 |
1% |
6201 |
.text.vPrintSystemHandlerAndControlStateRegisterBitFields |
0x0000549c |
0x00005564 |
200 |
9% |
6204 |
.text.vPrintConfigurableFaultStatusRegisterBitFields |
0x00005564 |
0x000056bc |
344 |
15% |
6207 |
.text.vDebugBusFaultHandler |
0x000056bc |
0x0000583c |
384 |
16% |
6210 |
.text.vDebugUsageFaultHandler |
0x0000583c |
0x0000599c |
352 |
15% |
6213 |
.text.vDebugMemoryFaultHandler |
0x0000599c |
0x00005b1c |
384 |
16% |
6216 |
.text.vPrintHardFaultStatusRegisterBitFields |
0x00005b1c |
0x00005b64 |
72 |
3% |
6219 |
.text.vDebugHardFaultHandler |
0x00005b64 |
0x00005d70 |
524 |
22% |
6222 |
Expected total in MicroExceptions_arm.o file: |
2456 |
Actual: |
2456 |
100% |
6186 |
Flash640 / .text / Debug.o |
Start |
End |
Size |
% |
Line |
.text.vDebugInit |
0x00005d70 |
0x00005d72 |
2 |
3% |
6225 |
.text.vDebugHex |
0x00005d72 |
0x00005dba |
72 |
88% |
6228 |
.text.vDebugNonInt |
0x00005dba |
0x00005dbe |
4 |
5% |
6231 |
.text.vDebugHexNonInt |
0x00005dbe |
0x00005dc2 |
4 |
5% |
6234 |
Expected total in Debug.o file: |
82 |
Actual: |
82 |
100% |
6225 |
Flash640 / .text / OtaSupport.o |
Start |
End |
Size |
% |
Line |
.text.OTA_ReadDataMemCpy |
0x00005dc2 |
0x00005dd4 |
18 |
3% |
6237 |
.text.OTA_AlignOnReset |
0x00005dd4 |
0x00005de4 |
16 |
3% |
6240 |
.text.OTA_StartImageWithMaxSize |
0x00005de4 |
0x00005e1c |
56 |
9% |
6243 |
.text.OTA_StartImage |
0x00005e1c |
0x00005e2c |
16 |
3% |
6246 |
.text.OTA_PullImageChunk |
0x00005e2c |
0x00005e84 |
88 |
13% |
6250 |
.text.OTA_PushImageChunk |
0x00005e84 |
0x00005f00 |
124 |
19% |
6253 |
.text.OTA_PushImageChunkBlocking |
0x00005f00 |
0x00005f04 |
4 |
1% |
6256 |
.text.OTA_SetNewImageFlag |
0x00005f04 |
0x00005f38 |
52 |
8% |
6259 |
.text.OTA_ImageAuthenticate |
0x00005f38 |
0x00005f8c |
84 |
13% |
6262 |
.text.OTA_CancelImage |
0x00005f8c |
0x00005fa8 |
28 |
5% |
6265 |
.text.OTA_ClientInit |
0x00005fa8 |
0x00005fc8 |
32 |
5% |
6268 |
.text.OTA_InvalidateImageHeader |
0x00005fc8 |
0x00006034 |
108 |
16% |
6271 |
.text.OTA_CommitImage |
0x00006034 |
0x00006068 |
52 |
8% |
6274 |
Expected total in OtaSupport.o file: |
678 |
Actual: |
678 |
100% |
6237 |
Flash640 / .text / OtaUtils.o |
Start |
End |
Size |
% |
Line |
.text.aesProcess |
0x00006068 |
0x00006070 |
8 |
1% |
6277 |
.text.OtaUtils_AesLoadKeyFromOTP |
0x00006070 |
0x0000608c |
28 |
4% |
6279 |
.text.OtaUtils_ReadFromInternalFlash |
0x0000608c |
0x00006100 |
116 |
14% |
6282 |
.text.OtaUtils_ValidateImage |
0x00006100 |
0x0000634c |
588 |
67% |
6285 |
.text.OtaUtils_ReconstructRootCert |
0x0000634c |
0x000063e0 |
148 |
17% |
6288 |
Expected total in OtaUtils.o file: |
888 |
Actual: |
888 |
100% |
6277 |
Flash640 / .text / psector_api.o |
Start |
End |
Size |
% |
Line |
.text.psector_GetPage0Contents |
0x000063e0 |
0x00006408 |
40 |
67% |
6291 |
.text.psector_GetPage0Handle |
0x00006408 |
0x0000641c |
20 |
34% |
6294 |
Expected total in psector_api.o file: |
60 |
Actual: |
60 |
100% |
6291 |
Flash640 / .text / FunctionLib.o |
Start |
End |
Size |
% |
Line |
.text.FLib_MemCpy |
0x0000641c |
0x00006430 |
20 |
30% |
6297 |
.text.FLib_MemCmp |
0x00006430 |
0x00006450 |
32 |
48% |
6300 |
.text.FLib_MemSet |
0x00006450 |
0x00006460 |
16 |
24% |
6303 |
Expected total in FunctionLib.o file: |
68 |
Actual: |
68 |
100% |
6297 |
Flash640 / .text / SecLib.o |
Start |
End |
Size |
% |
Line |
.text.hw_aes_load_key.constprop.0 |
0x00006460 |
0x00006490 |
48 |
7% |
6307 |
.text.hw_aes_encrypt.constprop.0 |
0x00006490 |
0x000064f8 |
104 |
14% |
6309 |
.text.SecLib_Init |
0x000064f8 |
0x00006504 |
12 |
2% |
6311 |
.text.k32w0_aes_block_encrypt |
0x00006504 |
0x00006508 |
4 |
1% |
6314 |
.text.AES_128_Encrypt |
0x00006508 |
0x0000650c |
4 |
1% |
6317 |
.text.bACI_WriteKey |
0x0000650c |
0x00006520 |
20 |
3% |
6320 |
.text.vACI_OptimisedCcmStar |
0x00006520 |
0x00006750 |
560 |
75% |
6323 |
Expected total in SecLib.o file: |
752 |
Actual: |
752 |
100% |
6307 |
Flash640 / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text.RNG_Init |
0x00006750 |
0x000067a0 |
80 |
42% |
6326 |
.text.RNG_GetRandomNo |
0x000067a0 |
0x000067e0 |
64 |
34% |
6329 |
.text.RND_u32GetRand256 |
0x000067e0 |
0x000067f2 |
18 |
10% |
6332 |
.text.RND_u32GetRand |
0x000067f2 |
0x00006810 |
30 |
16% |
6335 |
Expected total in RNG.o file: |
192 |
Actual: |
192 |
100% |
6326 |
Flash640 / .text / GenericList.o |
Start |
End |
Size |
% |
Line |
.text.ListInit |
0x00006810 |
0x0000681c |
12 |
9% |
6338 |
.text.ListAddTail |
0x0000681c |
0x00006858 |
60 |
45% |
6341 |
.text.ListRemoveHead |
0x00006858 |
0x0000688e |
54 |
41% |
6344 |
.text.ListGetAvailable |
0x0000688e |
0x00006896 |
8 |
6% |
6347 |
Expected total in GenericList.o file: |
134 |
Actual: |
134 |
100% |
6338 |
Flash640 / .text / Messaging.o |
Start |
End |
Size |
% |
Line |
.text.ListAddTailMsg |
0x00006896 |
0x0000689c |
6 |
9% |
6350 |
.text.ListRemoveHeadMsg |
0x0000689c |
0x000068a8 |
12 |
17% |
6353 |
.text.ListGetHeadMsg |
0x000068a8 |
0x000068be |
22 |
30% |
6356 |
.text.ListGetNextMsg |
0x000068be |
0x000068d6 |
24 |
33% |
6359 |
.text.MSG_Free |
0x000068d6 |
0x000068e0 |
10 |
14% |
6362 |
Expected total in Messaging.o file: |
74 |
Actual: |
74 |
100% |
6350 |
Flash640 / .text / MemManager.o |
Start |
End |
Size |
% |
Line |
.text.MEM_Init |
0x000068e0 |
0x00006950 |
112 |
36% |
6365 |
.text.MEM_BufferAllocWithId |
0x00006950 |
0x000069b0 |
96 |
31% |
6368 |
.text.MEM_BufferFree |
0x000069b0 |
0x00006a18 |
104 |
34% |
6371 |
Expected total in MemManager.o file: |
312 |
Actual: |
312 |
100% |
6365 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.text.TMR_SetTimerStatus |
0x00006a18 |
0x00006a2c |
20 |
3% |
6374 |
.text.StackTimer_ISR |
0x00006a2c |
0x00006a54 |
40 |
5% |
6376 |
.text.TMR_NotifyClkChanged |
0x00006a54 |
0x00006a98 |
68 |
9% |
6379 |
.text.TMR_Init |
0x00006a98 |
0x00006b08 |
112 |
14% |
6382 |
.text.TMR_StopTimer |
0x00006b08 |
0x00006b84 |
124 |
16% |
6385 |
.text.TMR_Task |
0x00006b84 |
0x00006d40 |
444 |
55% |
6388 |
Expected total in TimersManager.o file: |
808 |
Actual: |
808 |
100% |
6374 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.Timestamp_GetCounter32bit |
0x00006d40 |
0x00006d4c |
12 |
2% |
6391 |
.text.StackTimer_Init |
0x00006d4c |
0x00006da4 |
88 |
11% |
6394 |
.text.StackTimer_ReInit |
0x00006da4 |
0x00006dc8 |
36 |
5% |
6397 |
.text.StackTimer_Enable |
0x00006dc8 |
0x00006dd8 |
16 |
2% |
6400 |
.text.StackTimer_GetInputFrequency |
0x00006dd8 |
0x00006de0 |
8 |
1% |
6403 |
.text.StackTimer_GetCounterValue |
0x00006de0 |
0x00006dec |
12 |
2% |
6407 |
.text.StackTimer_SetOffsetTicks |
0x00006dec |
0x00006e00 |
20 |
3% |
6410 |
.text.StackTimer_ClearIntFlag |
0x00006e00 |
0x00006e30 |
48 |
6% |
6413 |
.text.WAKE_UP_TIMER1_IRQHandler |
0x00006e30 |
0x00006e7c |
76 |
9% |
6416 |
.text.FRO32K_StartCalibration |
0x00006e7c |
0x00006f2c |
176 |
21% |
6419 |
.text.TMR_GetTimestampUs |
0x00006f2c |
0x00006f90 |
100 |
12% |
6422 |
.text.FRO32K_CompleteCalibration |
0x00006f90 |
0x0000700c |
124 |
15% |
6425 |
.text.FRO32K_Init |
0x0000700c |
0x000070a8 |
156 |
18% |
6428 |
Expected total in TMR_Adapter.o file: |
872 |
Actual: |
872 |
100% |
6391 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.text.CTIMER_GenericIRQHandler |
0x000070a8 |
0x00007108 |
96 |
78% |
6431 |
.text.CTIMER0_DriverIRQHandler |
0x00007108 |
0x00007116 |
14 |
12% |
6434 |
.text.CTIMER1_DriverIRQHandler |
0x00007116 |
0x00007124 |
14 |
12% |
6437 |
Expected total in fsl_ctimer.o file: |
124 |
Actual: |
124 |
100% |
6431 |
Flash640 / .text / fsl_rtc.o |
Start |
End |
Size |
% |
Line |
.text.RTC_Init |
0x00007124 |
0x0000713e |
26 |
100% |
6440 |
Expected total in fsl_rtc.o file: |
26 |
Actual: |
26 |
100% |
6440 |
Flash640 / .text / Panic.o |
Start |
End |
Size |
% |
Line |
.text.panic |
0x0000713e |
0x00007140 |
2 |
100% |
6443 |
Expected total in Panic.o file: |
2 |
Actual: |
2 |
100% |
6443 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.text.DMA_GetInstance |
0x00007140 |
0x00007168 |
40 |
18% |
6445 |
.text.DMA_IRQHandle |
0x00007168 |
0x00007210 |
168 |
74% |
6447 |
.text.DMA0_DriverIRQHandler |
0x00007210 |
0x00007224 |
20 |
9% |
6450 |
Expected total in fsl_dma.o file: |
228 |
Actual: |
228 |
100% |
6445 |
Flash640 / .text / MicroInt_arm_sdk2.o |
Start |
End |
Size |
% |
Line |
.text.vMicroIntEnableOnly |
0x00007224 |
0x0000723c |
24 |
75% |
6453 |
.text.vMicroIntRestoreState |
0x0000723c |
0x00007244 |
8 |
25% |
6456 |
Expected total in MicroInt_arm_sdk2.o file: |
32 |
Actual: |
32 |
100% |
6453 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.text.PWR_InitFunction.part.0 |
0x00007244 |
0x00007270 |
44 |
5% |
6459 |
.text.PWR_Init |
0x00007270 |
0x00007280 |
16 |
2% |
6461 |
.text.PWR_AllowDeviceToSleep |
0x00007280 |
0x0000729c |
28 |
3% |
6464 |
.text.PWR_DisallowDeviceToSleep |
0x0000729c |
0x000072bc |
32 |
4% |
6467 |
.text.PWR_ChangeDeepSleepMode |
0x000072bc |
0x000072e0 |
36 |
4% |
6470 |
.text.PWR_GetDeepSleepConfig |
0x000072e0 |
0x00007300 |
32 |
4% |
6473 |
.text.PWR_CheckSocTimers |
0x00007300 |
0x000073c4 |
196 |
19% |
6476 |
.text.PWR_CheckIfDeviceCanGoToSleep |
0x000073c4 |
0x000073f0 |
44 |
5% |
6478 |
.text.PWR_EnterPowerDown |
0x000073f0 |
0x00007428 |
56 |
6% |
6481 |
.text.PWR_EnterLowPower |
0x00007428 |
0x0000744c |
36 |
4% |
6484 |
.text.PWR_SetWakeUpConfig |
0x0000744c |
0x00007460 |
20 |
2% |
6488 |
.text.PWR_GetWakeUpConfig |
0x00007460 |
0x0000746c |
12 |
2% |
6491 |
.text.vSetWakeUpIoConfig |
0x0000746c |
0x0000748c |
32 |
4% |
6494 |
.text.u64GetWakeupSourceConfig |
0x0000748c |
0x00007508 |
124 |
12% |
6497 |
.text.vHandleSleepModes |
0x00007508 |
0x00007638 |
304 |
30% |
6500 |
.text.PWR_u32GetRamRetention |
0x00007638 |
0x00007644 |
12 |
2% |
6502 |
.text.PWR_vForceRadioRetention |
0x00007644 |
0x0000765c |
24 |
3% |
6505 |
Expected total in PWR.o file: |
1048 |
Actual: |
1048 |
100% |
6459 |
Flash640 / .text / PWR_setjmp.o |
Start |
End |
Size |
% |
Line |
.text.setjmp |
0x0000765c |
0x00007668 |
12 |
43% |
6508 |
.text.longjmp |
0x00007668 |
0x00007678 |
16 |
58% |
6510 |
Expected total in PWR_setjmp.o file: |
28 |
Actual: |
28 |
100% |
6508 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.text.PWRLib_LLDsmComplete |
0x00007678 |
0x0000767a |
2 |
1% |
6512 |
.text.PWRLib_Init |
0x0000767a |
0x0000767c |
2 |
1% |
6514 |
.text.PWRLib_SetDeepSleepMode |
0x0000767c |
0x00007688 |
12 |
2% |
6517 |
.text.PWRLib_GetDeepSleepMode |
0x00007688 |
0x00007694 |
12 |
2% |
6520 |
.text.PWRLib_MCU_Enter_Sleep |
0x00007694 |
0x000076a0 |
12 |
2% |
6523 |
.text.PWR_ClearWakeupReason |
0x000076a0 |
0x000076ac |
12 |
2% |
6526 |
.text.WarmMain |
0x000076ac |
0x000076bc |
16 |
3% |
6529 |
.text.PWRLib_EnterPowerDownModeRamOff |
0x000076bc |
0x000076ec |
48 |
7% |
6532 |
.text.PWRLib_EnterDeepDownMode |
0x000076ec |
0x0000771c |
48 |
7% |
6535 |
.text.PWRLib_u32RamBanksSpanned |
0x0000771c |
0x000077f0 |
212 |
31% |
6538 |
.text.PWRLib_EnterPowerDownModeRamOn |
0x000077f0 |
0x0000792c |
316 |
46% |
6541 |
Expected total in PWRLib.o file: |
692 |
Actual: |
692 |
100% |
6512 |
Flash640 / .text / GPIO_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.GpioGetIoWakeupSource |
0x0000792c |
0x00007938 |
12 |
100% |
6544 |
Expected total in GPIO_Adapter.o file: |
12 |
Actual: |
12 |
100% |
6544 |
Flash640 / .text / fsl_str.o |
Start |
End |
Size |
% |
Line |
.text.StrFormatPrintf |
0x00007938 |
0x00007eb0 |
1400 |
100% |
6547 |
Expected total in fsl_str.o file: |
1400 |
Actual: |
1400 |
100% |
6547 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.text.SerialManager_Init |
0x00007eb0 |
0x00007f08 |
88 |
15% |
6550 |
.text.SerialManager_Deinit |
0x00007f08 |
0x00007f54 |
76 |
13% |
6553 |
.text.SerialManager_OpenWriteHandle |
0x00007f54 |
0x00007fa8 |
84 |
14% |
6556 |
.text.SerialManager_CloseWriteHandle |
0x00007fa8 |
0x00007ff8 |
80 |
14% |
6559 |
.text.SerialManager_OpenReadHandle |
0x00007ff8 |
0x00008054 |
92 |
16% |
6562 |
.text.SerialManager_CloseReadHandle |
0x00008054 |
0x000080a4 |
80 |
14% |
6565 |
.text.SerialManager_WriteBlocking |
0x000080a4 |
0x0000810c |
104 |
18% |
6568 |
Expected total in serial_manager.o file: |
604 |
Actual: |
604 |
100% |
6550 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.text.Serial_UartInit |
0x0000810c |
0x0000816c |
96 |
48% |
6571 |
.text.Serial_UartDeinit |
0x0000816c |
0x00008190 |
36 |
18% |
6574 |
.text.Serial_UartWrite |
0x00008190 |
0x000081d8 |
72 |
36% |
6577 |
Expected total in serial_port_uart.o file: |
204 |
Actual: |
204 |
100% |
6571 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.text.HAL_UartInit |
0x000081d8 |
0x00008298 |
192 |
59% |
6580 |
.text.HAL_UartDeinit |
0x00008298 |
0x000082cc |
52 |
16% |
6583 |
.text.HAL_UartSendBlocking |
0x000082cc |
0x00008320 |
84 |
26% |
6586 |
Expected total in usart_adapter.o file: |
328 |
Actual: |
328 |
100% |
6580 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.text.__assert_func |
0x00008320 |
0x0000833c |
28 |
100% |
6589 |
Expected total in fsl_assert.o file: |
28 |
Actual: |
28 |
100% |
6589 |
Flash640 / .text / Heap.o |
Start |
End |
Size |
% |
Line |
.text.pvHeap_DefAlloc |
0x0000833c |
0x00008378 |
60 |
84% |
6592 |
.text.pvHeap_Alloc |
0x00008378 |
0x00008384 |
12 |
17% |
6594 |
Expected total in Heap.o file: |
72 |
Actual: |
72 |
100% |
6592 |
Flash640 / .text / Eeprom_InternalFlash.o |
Start |
End |
Size |
% |
Line |
.text.EEPROM_FixWriteDataInFlash |
0x00008384 |
0x00008400 |
124 |
26% |
6597 |
.text.EEPROM_Init |
0x00008400 |
0x0000843c |
60 |
13% |
6599 |
.text.EEPROM_WriteData |
0x0000843c |
0x000084d0 |
148 |
31% |
6602 |
.text.EEPROM_ReadData |
0x000084d0 |
0x00008538 |
104 |
22% |
6605 |
.text.EEPROM_FlashWriteBufferedTailEndBytes |
0x00008538 |
0x0000856c |
52 |
11% |
6608 |
Expected total in Eeprom_InternalFlash.o file: |
488 |
Actual: |
488 |
100% |
6597 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.OSA_EnableIRQGlobal |
0x0000856c |
0x00008580 |
20 |
5% |
6611 |
.text.OSA_DisableIRQGlobal |
0x00008580 |
0x00008590 |
16 |
4% |
6614 |
.text.task_init |
0x00008590 |
0x000085cc |
60 |
14% |
6617 |
.text.OSA_TaskCreate |
0x000085cc |
0x0000864c |
128 |
30% |
6620 |
.text.OSA_TimeInit |
0x0000864c |
0x0000867c |
48 |
11% |
6623 |
.text.OSA_TimeGetMsec |
0x0000867c |
0x00008688 |
12 |
3% |
6626 |
.text.OSA_EventCreate |
0x00008688 |
0x0000868c |
4 |
1% |
6629 |
.text.OSA_EventSet |
0x0000868c |
0x00008690 |
4 |
1% |
6632 |
.text.OSA_EventWait |
0x00008690 |
0x00008694 |
4 |
1% |
6635 |
.text.OSA_InterruptEnable |
0x00008694 |
0x00008698 |
4 |
1% |
6638 |
.text.OSA_InterruptDisable |
0x00008698 |
0x0000869c |
4 |
1% |
6641 |
.text.OSA_InterruptEnableRestricted |
0x0000869c |
0x000086b6 |
26 |
6% |
6644 |
.text.OSA_InterruptEnableRestore |
0x000086b6 |
0x000086be |
8 |
2% |
6647 |
.text.OSA_InstallIntHandler |
0x000086be |
0x000086c4 |
6 |
2% |
6650 |
.text.OSA_InIsrContext |
0x000086c4 |
0x000086cc |
8 |
2% |
6653 |
.text.OSA_Start |
0x000086cc |
0x000086f4 |
40 |
10% |
6656 |
.text.startup.main |
0x000086f4 |
0x00008714 |
32 |
8% |
6659 |
.text.SysTick_Handler |
0x00008714 |
0x00008724 |
16 |
4% |
6662 |
Expected total in fsl_os_abstraction_bm.o file: |
440 |
Actual: |
440 |
100% |
6611 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.u16GP_APduInstanceReadWriteLongString |
0x00008724 |
0x0000878c |
104 |
6% |
6665 |
.text.vCLD_GPTimerClickCallback |
0x0000878c |
0x000087c4 |
56 |
3% |
6669 |
.text.eCLD_GPRegisterTimeServer |
0x000087c4 |
0x000087ec |
40 |
2% |
6671 |
.text.eGP_CreateGreenPower |
0x000087ec |
0x000088d4 |
232 |
12% |
6674 |
.text.eGP_FindGpCluster |
0x000088d4 |
0x0000890c |
56 |
3% |
6677 |
.text.u16GP_DeriveAliasSrcAddr |
0x0000890c |
0x0000894c |
64 |
4% |
6680 |
.text.u8GP_DeriveAliasSeqNum |
0x0000894c |
0x00008978 |
44 |
3% |
6683 |
.text.u32GP_CRC32 |
0x00008978 |
0x000089ac |
52 |
3% |
6686 |
.text.bGP_IsDuplicatePkt |
0x000089ac |
0x00008ad2 |
294 |
15% |
6689 |
.text.bGP_AliasPresent |
0x00008ad2 |
0x00008bfa |
296 |
15% |
6692 |
.text.vGP_CallbackForPersistData |
0x00008bfa |
0x00008c44 |
74 |
4% |
6695 |
.text.vGP_RestorePersistedData |
0x00008c44 |
0x00008cbc |
120 |
6% |
6699 |
.text.bGP_CheckFrameToBeProcessed |
0x00008cbc |
0x00008cf8 |
60 |
3% |
6702 |
.text.bGP_GetGPDKey |
0x00008cf8 |
0x00008d80 |
136 |
7% |
6705 |
.text.eGP_AddDeviceSecurity |
0x00008d80 |
0x00008ea0 |
288 |
15% |
6708 |
.text.u8GP_SecurityProcessCallback |
0x00008ea0 |
0x00008efc |
92 |
5% |
6711 |
Expected total in GreenPower.o file: |
2008 |
Actual: |
2008 |
100% |
6665 |
Flash640 / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationSend |
0x00008efc |
0x00009048 |
332 |
50% |
6714 |
.text.eGP_ZgpCommissioningNotificationReceive |
0x00009048 |
0x00009196 |
334 |
51% |
6717 |
Expected total in GreenPowerCommissioningNotification.o file: |
666 |
Actual: |
666 |
100% |
6714 |
Flash640 / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.bGP_GiveCommIndAndUpdateTable |
0x00009196 |
0x0000919a |
4 |
1% |
6720 |
.text.bGP_ValidateCommandType |
0x0000919a |
0x000091e6 |
76 |
3% |
6723 |
.text.bGP_GetFreeProxySinkTableEntry |
0x000091e6 |
0x00009238 |
82 |
3% |
6726 |
.text.u16GP_GetStringSizeOfProxyTable |
0x00009238 |
0x000092f8 |
192 |
6% |
6729 |
.text.bGP_IsFreshPkt |
0x000092f8 |
0x00009330 |
56 |
2% |
6732 |
.text.vCreateDataIndFromBufferedCmd |
0x00009330 |
0x000093c4 |
148 |
5% |
6735 |
.text.u8GP_GetLQIQuality |
0x000093c4 |
0x000093e6 |
34 |
2% |
6738 |
.text.u8GP_GetProxyDistance |
0x000093e6 |
0x000093f4 |
14 |
1% |
6741 |
.text.u8GP_GetProxyDelay |
0x000093f4 |
0x00009406 |
18 |
1% |
6744 |
.text.eGp_BufferTransmissionPacket |
0x00009406 |
0x00009524 |
286 |
9% |
6747 |
.text.vGP_SendDeviceAnnounce |
0x00009524 |
0x000095b8 |
148 |
5% |
6751 |
.text.u8GP_GetDataReqHandle |
0x000095b8 |
0x000095ca |
18 |
1% |
6754 |
.text.vGP_ExitCommMode |
0x000095ca |
0x00009646 |
124 |
4% |
6757 |
.text.bValidatePacketLength |
0x00009646 |
0x00009678 |
50 |
2% |
6760 |
.text.u8GetGPDFKeyMAP |
0x00009678 |
0x000096c2 |
74 |
3% |
6763 |
.text.bGP_ValidateGPDF_Fields |
0x000096c2 |
0x00009718 |
86 |
3% |
6766 |
.text.bGP_SecurityValidation |
0x00009718 |
0x00009736 |
30 |
1% |
6769 |
.text.u16GetProxyTableEntrySize |
0x00009736 |
0x000097a2 |
108 |
4% |
6772 |
.text.u16GetProxyTableString |
0x000097a2 |
0x0000990a |
360 |
11% |
6775 |
.text.u16GP_ReadProxyTableToString |
0x0000990a |
0x00009966 |
92 |
3% |
6778 |
.text.bGP_CheckGPDAddressMatch |
0x00009966 |
0x00009a0e |
168 |
6% |
6781 |
.text.bGP_IsProxyTableEntryPresent |
0x00009a0e |
0x00009a78 |
106 |
4% |
6784 |
.text.vGP_RemoveGPDFromProxySinkTable |
0x00009a78 |
0x00009af0 |
120 |
4% |
6787 |
.text.bGP_GPDFValidityCheck |
0x00009af0 |
0x00009bca |
218 |
7% |
6790 |
.text.bIsInvolveTC |
0x00009bca |
0x00009bf8 |
46 |
2% |
6793 |
.text.vBackUpTxQueueMsg |
0x00009bf8 |
0x00009c7e |
134 |
5% |
6796 |
.text.vSendToTxQueue |
0x00009c7e |
0x00009d2c |
174 |
6% |
6799 |
.text.vGp_TransmissionTimerCallback |
0x00009d2c |
0x00009e74 |
328 |
10% |
6802 |
Expected total in GreenPowerCommon.o file: |
3294 |
Actual: |
3294 |
100% |
6720 |
Flash640 / .text / GreenPowerCustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_GreenPowerCommandHandler |
0x00009e74 |
0x00009f48 |
212 |
100% |
6805 |
Expected total in GreenPowerCustomCommandHandler.o file: |
212 |
Actual: |
212 |
100% |
6805 |
Flash640 / .text / GreenPowerCustomCommandResponses.o |
Start |
End |
Size |
% |
Line |
.text.eGP_HandleSinkTableResponse |
0x00009f48 |
0x00009f94 |
76 |
3% |
6808 |
.text.eGP_HandleProxyTableRequest |
0x00009f94 |
0x0000a0fa |
358 |
12% |
6811 |
.text.eGP_HandleProxyTableResponse |
0x0000a0fa |
0x0000a146 |
76 |
3% |
6814 |
.text.eGP_HandleProxyCommissioningMode |
0x0000a146 |
0x0000a234 |
238 |
8% |
6817 |
.text.vGetRSSIAndLQIFromGPPGPDLink |
0x0000a234 |
0x0000a248 |
20 |
1% |
6820 |
.text.vFillDataIndicationFromNotif |
0x0000a248 |
0x0000a2d2 |
138 |
5% |
6823 |
.text.vFillDataIndication |
0x0000a2d2 |
0x0000a386 |
180 |
6% |
6826 |
.text.vGP_SendResponseGPDF |
0x0000a386 |
0x0000a440 |
186 |
6% |
6829 |
.text.eGP_HandleZgpReponse |
0x0000a440 |
0x0000a4f6 |
182 |
6% |
6832 |
.text.bBestGPD_GPPLink |
0x0000a4f6 |
0x0000a51e |
40 |
2% |
6835 |
.text.bGP_CheckIfCmdToBeBuffered |
0x0000a51e |
0x0000a630 |
274 |
9% |
6838 |
.text.eGP_HandleZgpCommissioningNotification |
0x0000a630 |
0x0000a6ca |
154 |
5% |
6841 |
.text.bGP_CheckIfCmdToBeNotified |
0x0000a6ca |
0x0000a750 |
134 |
5% |
6844 |
.text.eGP_HandleZgpNotification |
0x0000a750 |
0x0000a81c |
204 |
7% |
6847 |
.text.bGP_IsPairingCmdValid |
0x0000a81c |
0x0000a850 |
52 |
2% |
6850 |
.text.eGP_HandleZgpPairing |
0x0000a850 |
0x0000abc0 |
880 |
28% |
6853 |
Expected total in GreenPowerCustomCommandResponses.o file: |
3192 |
Actual: |
3192 |
100% |
6808 |
Flash640 / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleZgpDataIndication |
0x0000abc0 |
0x0000acac |
236 |
52% |
6857 |
.text.vAddRemoveBufferedTxQMsg |
0x0000acac |
0x0000ad2c |
128 |
28% |
6860 |
.text.vZCL_HandleZgpDataConfirm |
0x0000ad2c |
0x0000ad8c |
96 |
21% |
6863 |
Expected total in GreenPowerDataIndication.o file: |
460 |
Actual: |
460 |
100% |
6857 |
Flash640 / .text / GreenPowerDirectCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_FormGPDataIndication |
0x0000ad8c |
0x0000ae62 |
214 |
70% |
6866 |
.text.eGP_GreenPowerDirectCommandHandler |
0x0000ae62 |
0x0000aec0 |
94 |
31% |
6869 |
Expected total in GreenPowerDirectCommandHandler.o file: |
308 |
Actual: |
308 |
100% |
6866 |
Flash640 / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationSend |
0x0000aec0 |
0x0000afc8 |
264 |
49% |
6873 |
.text.eGP_ZgpNotificationReceive |
0x0000afc8 |
0x0000b0e4 |
284 |
52% |
6876 |
Expected total in GreenPowerNotification.o file: |
548 |
Actual: |
548 |
100% |
6873 |
Flash640 / .text / GreenPowerPairing.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpPairingReceive |
0x0000b0e4 |
0x0000b3fe |
794 |
100% |
6879 |
Expected total in GreenPowerPairing.o file: |
794 |
Actual: |
794 |
100% |
6879 |
Flash640 / .text / GreenPowerProxyCommissioningMode.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyCommissioningModeSend |
0x0000b3fe |
0x0000b472 |
116 |
19% |
6882 |
.text.eGP_ProxyCommissioningMode |
0x0000b472 |
0x0000b5fe |
396 |
63% |
6885 |
.text.eGP_ProxyCommissioningModeReceive |
0x0000b5fe |
0x0000b678 |
122 |
20% |
6888 |
Expected total in GreenPowerProxyCommissioningMode.o file: |
634 |
Actual: |
634 |
100% |
6882 |
Flash640 / .text / GreenPowerProxyGPDHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_HandleGPDCommand |
0x0000b678 |
0x0000badc |
1124 |
100% |
6891 |
Expected total in GreenPowerProxyGPDHandler.o file: |
1124 |
Actual: |
1124 |
100% |
6891 |
Flash640 / .text / GreenPowerProxyTableRequest.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableRequestReceive |
0x0000badc |
0x0000bb8a |
174 |
100% |
6894 |
Expected total in GreenPowerProxyTableRequest.o file: |
174 |
Actual: |
174 |
100% |
6894 |
Flash640 / .text / GreenPowerProxyTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableResponseSend |
0x0000bb8a |
0x0000bbf4 |
106 |
41% |
6897 |
.text.eGP_ProxyTableResponseReceive |
0x0000bbf4 |
0x0000bc92 |
158 |
60% |
6900 |
Expected total in GreenPowerProxyTableResponse.o file: |
264 |
Actual: |
264 |
100% |
6897 |
Flash640 / .text / GreenPowerResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpResponseReceive |
0x0000bc92 |
0x0000bd6a |
216 |
100% |
6903 |
Expected total in GreenPowerResponse.o file: |
216 |
Actual: |
216 |
100% |
6903 |
Flash640 / .text / GreenPowerScheduler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_Update20mS |
0x0000bd6a |
0x0000bdee |
132 |
70% |
6906 |
.text.eGP_Update1mS |
0x0000bdee |
0x0000be28 |
58 |
31% |
6909 |
Expected total in GreenPowerScheduler.o file: |
190 |
Actual: |
190 |
100% |
6906 |
Flash640 / .text / GreenPowerSinkTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_SinkTableResponseReceive |
0x0000be28 |
0x0000bebc |
148 |
100% |
6912 |
Expected total in GreenPowerSinkTableResponse.o file: |
148 |
Actual: |
148 |
100% |
6912 |
Flash640 / .text / gp.o |
Start |
End |
Size |
% |
Line |
.text.eGP_RegisterProxyBasicEndPoint |
0x0000bebc |
0x0000bf44 |
136 |
100% |
6915 |
Expected total in gp.o file: |
136 |
Actual: |
136 |
100% |
6915 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCreateBasic |
0x0000bf44 |
0x0000bfb0 |
108 |
100% |
6918 |
Expected total in Basic.o file: |
108 |
Actual: |
108 |
100% |
6918 |
Flash640 / .text / BasicClientCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandResetToFactoryDefaultsReceive |
0x0000bfb0 |
0x0000bfc2 |
18 |
100% |
6921 |
Expected total in BasicClientCommands.o file: |
18 |
Actual: |
18 |
100% |
6921 |
Flash640 / .text / BasicCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandHandler |
0x0000bfc2 |
0x0000c024 |
98 |
100% |
6924 |
Expected total in BasicCommandHandler.o file: |
98 |
Actual: |
98 |
100% |
6924 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCreateGroups |
0x0000c024 |
0x0000c150 |
300 |
69% |
6927 |
.text.eCLD_GroupsSetIdentifying |
0x0000c150 |
0x0000c174 |
36 |
9% |
6930 |
.text.eCLD_GroupsCheckGroupExists |
0x0000c174 |
0x0000c1da |
102 |
24% |
6933 |
Expected total in Groups.o file: |
438 |
Actual: |
438 |
100% |
6927 |
Flash640 / .text / GroupsCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsHandleAddGroupRequest.constprop.0.isra.0 |
0x0000c1da |
0x0000c2a4 |
202 |
23% |
6936 |
.text.eCLD_GroupsCommandHandler |
0x0000c2a4 |
0x0000c55a |
694 |
78% |
6938 |
Expected total in GroupsCommandHandler.o file: |
896 |
Actual: |
896 |
100% |
6936 |
Flash640 / .text / GroupsServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCommandAddGroupResponseSend |
0x0000c55a |
0x0000c59a |
64 |
23% |
6941 |
.text.eCLD_GroupsCommandViewGroupResponseSend |
0x0000c59a |
0x0000c5e8 |
78 |
28% |
6944 |
.text.eCLD_GroupsCommandGetGroupMembershipResponseSend |
0x0000c5e8 |
0x0000c638 |
80 |
28% |
6947 |
.text.eCLD_GroupsCommandRemoveGroupResponseSend |
0x0000c638 |
0x0000c67a |
66 |
23% |
6950 |
Expected total in GroupsServerCommands.o file: |
288 |
Actual: |
288 |
100% |
6941 |
Flash640 / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_GroupsSearchForGroup |
0x0000c67a |
0x0000c6a8 |
46 |
6% |
6953 |
.text.eCLD_GroupsAddGroup |
0x0000c6a8 |
0x0000c74c |
164 |
21% |
6955 |
.text.eCLD_GroupsFindGroup |
0x0000c74c |
0x0000c778 |
44 |
6% |
6958 |
.text.iCLD_GroupsListGroups |
0x0000c778 |
0x0000c7e0 |
104 |
14% |
6961 |
.text.iCLD_GroupsCountGroups |
0x0000c7e0 |
0x0000c832 |
82 |
11% |
6964 |
.text.iCLD_GroupsListMatchingGroups |
0x0000c832 |
0x0000c8c4 |
146 |
19% |
6967 |
.text.eCLD_GroupsRemoveGroup |
0x0000c8c4 |
0x0000c928 |
100 |
13% |
6971 |
.text.eCLD_GroupsRemoveAllGroups |
0x0000c928 |
0x0000c988 |
96 |
13% |
6974 |
Expected total in GroupsTableManager.o file: |
782 |
Actual: |
782 |
100% |
6953 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_IdentifyTimerClickCallback |
0x0000c988 |
0x0000ca00 |
120 |
50% |
6977 |
.text.eCLD_IdentifyRegisterTimeServer |
0x0000ca00 |
0x0000ca28 |
40 |
17% |
6979 |
.text.eCLD_IdentifyCreateIdentify |
0x0000ca28 |
0x0000ca78 |
80 |
34% |
6982 |
Expected total in Identify.o file: |
240 |
Actual: |
240 |
100% |
6977 |
Flash640 / .text / IdentifyCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandHandler |
0x0000ca78 |
0x0000cb84 |
268 |
100% |
6985 |
Expected total in IdentifyCommandHandler.o file: |
268 |
Actual: |
268 |
100% |
6985 |
Flash640 / .text / IdentifyServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandIdentifyQueryResponseSend |
0x0000cb84 |
0x0000cbb4 |
48 |
30% |
6988 |
.text.eCLD_IdentifyCommandIdentifyRequestReceive |
0x0000cbb4 |
0x0000cbda |
38 |
24% |
6991 |
.text.eCLD_IdentifyCommandIdentifyQueryRequestReceive |
0x0000cbda |
0x0000cbee |
20 |
13% |
6994 |
.text.eCLD_IdentifyCommandTriggerEffectRequestReceive |
0x0000cbee |
0x0000cc24 |
54 |
34% |
6997 |
Expected total in IdentifyServerCommands.o file: |
160 |
Actual: |
160 |
100% |
6988 |
Flash640 / .text / Scenes.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesCreateScenes |
0x0000cc24 |
0x0000ccb0 |
140 |
44% |
7000 |
.text.eCLD_ScenesUpdate |
0x0000ccb0 |
0x0000cd0c |
92 |
29% |
7003 |
.text.vCLD_ScenesGenerateIndividualAttributeCallback |
0x0000cd0c |
0x0000cd68 |
92 |
29% |
7006 |
Expected total in Scenes.o file: |
324 |
Actual: |
324 |
100% |
7000 |
Flash640 / .text / ScenesClusterManagement.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesSaveClusters |
0x0000cd68 |
0x0000cf10 |
424 |
41% |
7010 |
.text.eCLD_ScenesRestoreClusters |
0x0000cf10 |
0x0000d10c |
508 |
49% |
7013 |
.text.vCLD_ScenesUpdateSceneValid |
0x0000d10c |
0x0000d182 |
118 |
12% |
7016 |
Expected total in ScenesClusterManagement.o file: |
1050 |
Actual: |
1050 |
100% |
7010 |
Flash640 / .text / ScenesCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesSetLastConfiguredBy.constprop.0.isra.0 |
0x0000d182 |
0x0000d1bc |
58 |
4% |
7019 |
.text.eCLD_ScenesCommandHandler |
0x0000d1bc |
0x0000d8ce |
1810 |
97% |
7021 |
Expected total in ScenesCommandHandler.o file: |
1868 |
Actual: |
1868 |
100% |
7019 |
Flash640 / .text / ScenesServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesCommandAddSceneResponseSend |
0x0000d8ce |
0x0000d91e |
80 |
15% |
7024 |
.text.eCLD_ScenesCommandViewSceneResponseSend |
0x0000d91e |
0x0000d9a2 |
132 |
24% |
7027 |
.text.eCLD_ScenesCommandRemoveSceneResponseSend |
0x0000d9a2 |
0x0000d9f6 |
84 |
15% |
7030 |
.text.eCLD_ScenesCommandRemoveAllScenesResponseSend |
0x0000d9f6 |
0x0000da38 |
66 |
12% |
7033 |
.text.eCLD_ScenesCommandStoreSceneResponseSend |
0x0000da38 |
0x0000da8c |
84 |
15% |
7036 |
.text.eCLD_ScenesCommandGetSceneMembershipResponseSend |
0x0000da8c |
0x0000dafe |
114 |
21% |
7039 |
Expected total in ScenesServerCommands.o file: |
560 |
Actual: |
560 |
100% |
7024 |
Flash640 / .text / ScenesTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_ScenesSearchForScene |
0x0000dafe |
0x0000db28 |
42 |
5% |
7042 |
.text.eCLD_ScenesAddScene |
0x0000db28 |
0x0000dbec |
196 |
24% |
7045 |
.text.eCLD_ScenesFindScene |
0x0000dbec |
0x0000dc2c |
64 |
8% |
7048 |
.text.eCLD_ScenesFindActiveScene |
0x0000dc2c |
0x0000dc50 |
36 |
5% |
7051 |
.text.eCLD_ScenesStoreScene |
0x0000dc50 |
0x0000dd00 |
176 |
21% |
7054 |
.text.eCLD_ScenesListScenes |
0x0000dd00 |
0x0000dd52 |
82 |
10% |
7057 |
.text.eCLD_ScenesCountScenes |
0x0000dd52 |
0x0000dd64 |
18 |
3% |
7060 |
.text.eCLD_ScenesRemoveScene |
0x0000dd64 |
0x0000ddb8 |
84 |
10% |
7064 |
.text.eCLD_ScenesRemoveAllScenes |
0x0000ddb8 |
0x0000de48 |
144 |
18% |
7067 |
Expected total in ScenesTableManager.o file: |
842 |
Actual: |
842 |
100% |
7042 |
Flash640 / .text / OTA.o |
Start |
End |
Size |
% |
Line |
.text.eOTA_OtaOffset |
0x0000de48 |
0x0000de58 |
16 |
1% |
7070 |
.text.eOTA_retOtaUseKey |
0x0000de58 |
0x0000de68 |
16 |
1% |
7073 |
.text.eOtaFindCluster |
0x0000de68 |
0x0000deac |
68 |
5% |
7076 |
.text.eOtaSetEventTypeAndGiveCallBack |
0x0000deac |
0x0000dec4 |
24 |
2% |
7079 |
.text.eOtaRegisterTimeServer |
0x0000dec4 |
0x0000deec |
40 |
3% |
7083 |
.text.eOTA_Create |
0x0000deec |
0x0000df60 |
116 |
8% |
7086 |
.text.eOtaTimeUpdate |
0x0000df60 |
0x0000dfa4 |
68 |
5% |
7089 |
.text.vOtaTimerClickCallback |
0x0000dfa4 |
0x0000dfc4 |
32 |
2% |
7092 |
.text.eOTA_SetServerAddress |
0x0000dfc4 |
0x0000e008 |
68 |
5% |
7095 |
.text.vOTA_FlashInit |
0x0000e008 |
0x0000e054 |
76 |
5% |
7098 |
.text.sOtaGetHeader |
0x0000e054 |
0x0000e16c |
280 |
18% |
7101 |
.text.eOTA_RestoreClientData |
0x0000e16c |
0x0000e23c |
208 |
13% |
7105 |
.text.eOTA_UpdateClientAttributes |
0x0000e23c |
0x0000e2bc |
128 |
8% |
7108 |
.text.eOTA_AllocateEndpointOTASpace |
0x0000e2bc |
0x0000e328 |
108 |
7% |
7111 |
.text.bOtaIsImageValid |
0x0000e328 |
0x0000e35c |
52 |
4% |
7114 |
.text.vOTA_SetImageValidityFlag |
0x0000e35c |
0x0000e360 |
4 |
1% |
7117 |
.text.vOtaFlashLockRead |
0x0000e360 |
0x0000e3a0 |
64 |
4% |
7121 |
.text.vOtaFlashLockWrite |
0x0000e3a0 |
0x0000e3e0 |
64 |
4% |
7124 |
.text.bOtaIsSerializationDataValid |
0x0000e3e0 |
0x0000e440 |
96 |
6% |
7127 |
.text.eOtaClientReqSeqNoUpdate |
0x0000e440 |
0x0000e460 |
32 |
2% |
7130 |
.text.eOTA_GetCurrentOtaHeader |
0x0000e460 |
0x0000e498 |
56 |
4% |
7133 |
.text.vOTA_GetTagIdandLengh |
0x0000e498 |
0x0000e4b4 |
28 |
2% |
7136 |
Expected total in OTA.o file: |
1644 |
Actual: |
1644 |
100% |
7070 |
Flash640 / .text / OTA_ClientUpgradeManager.o |
Start |
End |
Size |
% |
Line |
.text.vOtaRequestNextBlock.isra.0 |
0x0000e4b4 |
0x0000e4e4 |
48 |
2% |
7139 |
.text.vOtaInitStateMachine |
0x0000e4e4 |
0x0000e4f4 |
16 |
1% |
7142 |
.text.vOtaClientUpgMgrMapStates |
0x0000e4f4 |
0x0000e578 |
132 |
4% |
7145 |
.text.vOtaHandleTimedBlockRequest |
0x0000e578 |
0x0000e626 |
174 |
5% |
7148 |
.text.vOtaAbortDownload |
0x0000e626 |
0x0000e6a4 |
126 |
3% |
7150 |
.text.vOtaUpgManClientStateCountDown |
0x0000e6a4 |
0x0000e6e4 |
64 |
2% |
7152 |
.text.vOtaUpgManClientStateWaitForRunCommand |
0x0000e6e4 |
0x0000e7dc |
248 |
6% |
7154 |
.text.vOtaUpgManClientStateDownloadComplete |
0x0000e7dc |
0x0000e9dc |
512 |
12% |
7156 |
.text.vOtaUpgManClientStateDownloadInProgress |
0x0000e9dc |
0x0000ee5c |
1152 |
27% |
7158 |
.text.vOtaUpgManClientStateIdle |
0x0000ee5c |
0x0000f56c |
1808 |
43% |
7161 |
Expected total in OTA_ClientUpgradeManager.o file: |
4280 |
Actual: |
4280 |
100% |
7139 |
Flash640 / .text / OTA_CustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eOtaCommandHandler |
0x0000f56c |
0x0000f638 |
204 |
100% |
7163 |
Expected total in OTA_CustomCommandHandler.o file: |
204 |
Actual: |
204 |
100% |
7163 |
Flash640 / .text / OTA_CustomReceiveCommands.o |
Start |
End |
Size |
% |
Line |
.text.eOtaReceivedImageNotify |
0x0000f638 |
0x0000f746 |
270 |
20% |
7166 |
.text.eOtaReceivedQueryNextImageResponse |
0x0000f746 |
0x0000f820 |
218 |
16% |
7169 |
.text.eOtaReceivedBlockResponse |
0x0000f820 |
0x0000f9c6 |
422 |
31% |
7172 |
.text.eOtaQuerySpecificFileResponse |
0x0000f9c6 |
0x0000fa98 |
210 |
15% |
7175 |
.text.eOtaReceivedUpgradeEndResponse |
0x0000fa98 |
0x0000fb4c |
180 |
13% |
7178 |
.text.vOtaReceivedDefaultResponse |
0x0000fb4c |
0x0000fbb4 |
104 |
8% |
7181 |
Expected total in OTA_CustomReceiveCommands.o file: |
1404 |
Actual: |
1404 |
100% |
7166 |
Flash640 / .text / OTA_client.o |
Start |
End |
Size |
% |
Line |
.text.eOTA_ClientQueryNextImageRequest |
0x0000fbb4 |
0x0000fc70 |
188 |
15% |
7184 |
.text.eOTA_ClientImageBlockRequest |
0x0000fc70 |
0x0000fd88 |
280 |
22% |
7187 |
.text.eOTA_ClientUpgradeEndRequest |
0x0000fd88 |
0x0000fe32 |
170 |
13% |
7190 |
.text.eOTA_ClientSwitchToNewImage |
0x0000fe32 |
0x0000fed4 |
162 |
13% |
7193 |
.text.eOTA_HandleImageVerification |
0x0000fed4 |
0x000100e8 |
532 |
40% |
7196 |
Expected total in OTA_client.o file: |
1332 |
Actual: |
1332 |
100% |
7184 |
Flash640 / .text / OTA_common.o |
Start |
End |
Size |
% |
Line |
.text.vOtaFlashInitHw |
0x000100e8 |
0x000100ec |
4 |
4% |
7199 |
.text.vOtaFlashErase |
0x000100ec |
0x000100f0 |
4 |
4% |
7202 |
.text.vOtaFlashWrite |
0x000100f0 |
0x00010108 |
24 |
24% |
7206 |
.text.vOtaFlashRead |
0x00010108 |
0x0001011a |
18 |
18% |
7209 |
.text.vOtaSwitchLoads |
0x0001011a |
0x00010120 |
6 |
6% |
7212 |
.text.bOtaIsAuthenticationEnabled |
0x00010120 |
0x00010134 |
20 |
20% |
7216 |
.text.bOtaIsImageAuthenticated |
0x00010134 |
0x0001014c |
24 |
24% |
7219 |
Expected total in OTA_common.o file: |
100 |
Actual: |
100 |
100% |
7199 |
Flash640 / .text / dlist.o |
Start |
End |
Size |
% |
Line |
.text.psSearchList |
0x0001014c |
0x00010174 |
40 |
12% |
7222 |
.text.vDLISTinitialise |
0x00010174 |
0x0001017c |
8 |
3% |
7224 |
.text.psDLISTgetHead |
0x0001017c |
0x00010180 |
4 |
2% |
7227 |
.text.psDLISTgetNext |
0x00010180 |
0x00010184 |
4 |
2% |
7230 |
.text.vDLISTinsertBefore |
0x00010184 |
0x0001019a |
22 |
7% |
7233 |
.text.vDLISTinsertAfter |
0x0001019a |
0x000101b4 |
26 |
8% |
7236 |
.text.psDLISTsearchFromHead |
0x000101b4 |
0x000101bc |
8 |
3% |
7239 |
.text.boDLISTisEmpty |
0x000101bc |
0x000101ce |
18 |
6% |
7242 |
.text.vDLISTaddToHead |
0x000101ce |
0x000101f6 |
40 |
12% |
7245 |
.text.vDLISTaddToTail |
0x000101f6 |
0x0001021c |
38 |
11% |
7248 |
.text.psDLISTremoveFromTail |
0x0001021c |
0x0001023e |
34 |
10% |
7251 |
.text.psDLISTremoveFromHead |
0x0001023e |
0x00010262 |
36 |
11% |
7254 |
.text.psDLISTremove |
0x00010262 |
0x00010298 |
54 |
16% |
7257 |
.text.iDLISTnumberOfNodes |
0x00010298 |
0x000102a8 |
16 |
5% |
7260 |
Expected total in dlist.o file: |
348 |
Actual: |
348 |
100% |
7222 |
Flash640 / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPIndex.part.0 |
0x000102a8 |
0x000102d8 |
48 |
6% |
7264 |
.text.eZCL_CreateZCL |
0x000102d8 |
0x000103a0 |
200 |
22% |
7266 |
.text.eZCL_SetCustomCallBackEvent |
0x000103a0 |
0x000103b4 |
20 |
3% |
7269 |
.text.eZCL_Register |
0x000103b4 |
0x000105ec |
568 |
61% |
7272 |
.text.u8ZCL_GetNumberOfEndpointsRegistered |
0x000105ec |
0x000105f8 |
12 |
2% |
7275 |
.text.eZCL_SearchForEPIndex |
0x000105f8 |
0x00010604 |
12 |
2% |
7278 |
.text.u8ZCL_GetEPIdFromIndex |
0x00010604 |
0x00010624 |
32 |
4% |
7282 |
.text.vReverseMemcpy |
0x00010624 |
0x0001063c |
24 |
3% |
7285 |
.text.vZCL_InitializeClusterInstance |
0x0001063c |
0x00010650 |
20 |
3% |
7288 |
Expected total in zcl.o file: |
936 |
Actual: |
936 |
100% |
7264 |
Flash640 / .text / zcl_CustomCommandReceive.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandReceive |
0x00010650 |
0x0001078c |
316 |
100% |
7291 |
Expected total in zcl_CustomCommandReceive.o file: |
316 |
Actual: |
316 |
100% |
7291 |
Flash640 / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandSend |
0x0001078c |
0x000109e4 |
600 |
96% |
7295 |
.text.bZCL_SendCommandResponse |
0x000109e4 |
0x00010a00 |
28 |
5% |
7298 |
Expected total in zcl_CustomCommandSend.o file: |
628 |
Actual: |
628 |
100% |
7295 |
Flash640 / .text / zcl_PDUbufferReadWrite.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteTypeNBO |
0x00010a00 |
0x00010a40 |
64 |
19% |
7301 |
.text.u16ZCL_APduInstanceWriteNBO |
0x00010a40 |
0x00010a8a |
74 |
22% |
7304 |
.text.u16ZCL_ReadTypeNBO |
0x00010a8a |
0x00010b0c |
130 |
39% |
7307 |
.text.u16ZCL_APduInstanceReadNBO |
0x00010b0c |
0x00010b56 |
74 |
22% |
7310 |
Expected total in zcl_PDUbufferReadWrite.o file: |
342 |
Actual: |
342 |
100% |
7301 |
Flash640 / .text / zcl_PDUbufferReadWriteString.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_GetStringSizeAndBufferFromStructure |
0x00010b56 |
0x00010bba |
100 |
15% |
7313 |
.text.u16ZCL_APduInstanceWriteStringNBO |
0x00010bba |
0x00010c74 |
186 |
28% |
7316 |
.text.u16ZCL_GetStringAttributeTypeSizeFromBuffer |
0x00010c74 |
0x00010cc6 |
82 |
13% |
7319 |
.text.eZCL_CheckUserStringStructureRead |
0x00010cc6 |
0x00010d08 |
66 |
10% |
7322 |
.text.u16ZCL_GetStringStructureSize |
0x00010d08 |
0x00010d2a |
34 |
5% |
7325 |
.text.u16ZCL_APduInstanceReadStringNBO |
0x00010d2a |
0x00010dda |
176 |
26% |
7328 |
.text.eZCL_GetStringLengthFieldSize |
0x00010dda |
0x00010dfe |
36 |
6% |
7331 |
Expected total in zcl_PDUbufferReadWriteString.o file: |
680 |
Actual: |
680 |
100% |
7313 |
Flash640 / .text / zcl_WriteAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesWriteRequest |
0x00010dfe |
0x0001112a |
812 |
100% |
7334 |
Expected total in zcl_WriteAttributesRequestHandle.o file: |
812 |
Actual: |
812 |
100% |
7334 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteAttributeValueIntoBuffer |
0x0001112a |
0x000111aa |
128 |
13% |
7337 |
.text.u8ZCL_GetAttributeAllignToFourBytesBoundary |
0x000111aa |
0x000111bc |
18 |
2% |
7340 |
.text.eZCL_GetAttributeTypeSize |
0x000111bc |
0x000111d4 |
24 |
3% |
7343 |
.text.eZCL_GetAttributeTypeSizeFromBuffer |
0x000111d4 |
0x0001125e |
138 |
14% |
7346 |
.text.u16ZCL_WriteAttributeValueIntoStructure |
0x0001125e |
0x00011306 |
168 |
17% |
7349 |
.text.eZCL_GetAttributeTypeSizeFromStructure |
0x00011306 |
0x00011350 |
74 |
8% |
7352 |
.text.bZCL_CheckManufacturerSpecificAttributeFlagMatch |
0x00011350 |
0x00011360 |
16 |
2% |
7355 |
.text.bZCL_CheckStringFitsInStructure |
0x00011360 |
0x000113d8 |
120 |
12% |
7358 |
.text.bZCL_AttributeTypeIsSigned |
0x000113d8 |
0x000113e4 |
12 |
2% |
7361 |
.text.vZCL_MarkAttributeInvalid |
0x000113e4 |
0x000114d8 |
244 |
24% |
7364 |
.text.bZCL_CheckAttributeInvalid |
0x000114d8 |
0x00011512 |
58 |
6% |
7367 |
.text.bZCL_CheckAttributeDirectionFlagMatch |
0x00011512 |
0x00011534 |
34 |
4% |
7370 |
Expected total in zcl_attribute.o file: |
1034 |
Actual: |
1034 |
100% |
7337 |
Flash640 / .text / zcl_buffer.o |
Start |
End |
Size |
% |
Line |
.text.hZCL_AllocateAPduInstance |
0x00011534 |
0x00011570 |
60 |
84% |
7373 |
.text.hZCL_GetBufferPoolHandle |
0x00011570 |
0x0001157c |
12 |
17% |
7376 |
Expected total in zcl_buffer.o file: |
72 |
Actual: |
72 |
100% |
7373 |
Flash640 / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteCommandHeader |
0x0001157c |
0x000115fe |
130 |
43% |
7379 |
.text.u16ZCL_ReadCommandHeader |
0x000115fe |
0x0001166c |
110 |
37% |
7382 |
.text.u8GetTransactionSequenceNumber |
0x0001166c |
0x0001167c |
16 |
6% |
7385 |
.text.u16ZCL_GetTxPayloadSize |
0x0001167c |
0x000116ac |
48 |
16% |
7388 |
Expected total in zcl_command.o file: |
304 |
Actual: |
304 |
100% |
7379 |
Flash640 / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Initialise |
0x000116ac |
0x000116e8 |
60 |
63% |
7391 |
.text.eZCL_Update100mS |
0x000116e8 |
0x0001170c |
36 |
38% |
7394 |
Expected total in zcl_common.o file: |
96 |
Actual: |
96 |
100% |
7391 |
Flash640 / .text / zcl_configureReportingCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleConfigureReportingCommand |
0x0001170c |
0x00011be4 |
1240 |
100% |
7397 |
Expected total in zcl_configureReportingCommandHandle.o file: |
1240 |
Actual: |
1240 |
100% |
7397 |
Flash640 / .text / zcl_defaultResponse.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SendDefaultResponse |
0x00011be4 |
0x00011cdc |
248 |
100% |
7400 |
Expected total in zcl_defaultResponse.o file: |
248 |
Actual: |
248 |
100% |
7400 |
Flash640 / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetReceiveEventAddressStructure |
0x00011cdc |
0x00011d48 |
108 |
8% |
7403 |
.text.eZCL_BuildClientTransmitAddressStructure |
0x00011d48 |
0x00011d68 |
32 |
3% |
7406 |
.text.vZCL_PassEventToUser |
0x00011d68 |
0x00011d94 |
44 |
3% |
7409 |
.text.vZCL_EventHandler |
0x00011d94 |
0x000122c8 |
1332 |
88% |
7412 |
Expected total in zcl_event.o file: |
1516 |
Actual: |
1516 |
100% |
7403 |
Flash640 / .text / zcl_heap.o |
Start |
End |
Size |
% |
Line |
.text.pvZCL_HeapAlloc |
0x000122c8 |
0x00012300 |
56 |
100% |
7415 |
Expected total in zcl_heap.o file: |
56 |
Actual: |
56 |
100% |
7415 |
Flash640 / .text / zcl_library_options.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleEntireProfileCommand |
0x00012300 |
0x00012362 |
98 |
97% |
7418 |
.text.eZCL_CreateOptionalManagers |
0x00012362 |
0x00012366 |
4 |
4% |
7421 |
Expected total in zcl_library_options.o file: |
102 |
Actual: |
102 |
100% |
7418 |
Flash640 / .text / zcl_readAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesReadRequest |
0x00012366 |
0x0001256e |
520 |
100% |
7424 |
Expected total in zcl_readAttributesRequestHandle.o file: |
520 |
Actual: |
520 |
100% |
7424 |
Flash640 / .text / zcl_readReportingConfigurationCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CalculateSizeOfReportRecord |
0x0001256e |
0x000125ae |
64 |
10% |
7427 |
.text.vZCL_HandleReadReportingConfigurationCommand |
0x000125ae |
0x0001282c |
638 |
91% |
7430 |
Expected total in zcl_readReportingConfigurationCommandHandle.o file: |
702 |
Actual: |
702 |
100% |
7427 |
Flash640 / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateReportManager |
0x0001282c |
0x000128ac |
128 |
13% |
7433 |
.text.eZCLAddReport |
0x000128ac |
0x00012a64 |
440 |
44% |
7436 |
.text.eZCL_CreateLocalReport |
0x00012a64 |
0x00012ae0 |
124 |
13% |
7439 |
.text.eZCLFindReportEntryByAttributeIdAndDirection |
0x00012ae0 |
0x00012b2c |
76 |
8% |
7442 |
.text.eZCL_GetNumberOfFreeReportRecordEntries |
0x00012b2c |
0x00012b58 |
44 |
5% |
7445 |
.text.vZCL_SetDefaultReporting |
0x00012b58 |
0x00012b7e |
38 |
4% |
7448 |
.text.eZCL_SetReportableFlag |
0x00012b7e |
0x00012c14 |
150 |
15% |
7451 |
Expected total in zcl_reportManager.o file: |
1000 |
Actual: |
1000 |
100% |
7433 |
Flash640 / .text / zcl_reportMaths.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_AlignNumericAttributeValueTo64 |
0x00012c14 |
0x00012cb8 |
164 |
30% |
7454 |
.text.eZCL_IndicateReportableChange |
0x00012cb8 |
0x00012dda |
290 |
53% |
7456 |
.text.eZCL_StoreChangeAttributeValue |
0x00012dda |
0x00012e3e |
100 |
19% |
7459 |
Expected total in zcl_reportMaths.o file: |
554 |
Actual: |
554 |
100% |
7454 |
Flash640 / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.bHasTimerFired |
0x00012e3e |
0x00012e8c |
78 |
12% |
7462 |
.text.vReportTimerClickCallback |
0x00012e8c |
0x00013100 |
628 |
89% |
7464 |
Expected total in zcl_reportScheduler.o file: |
706 |
Actual: |
706 |
100% |
7462 |
Flash640 / .text / zcl_reportStringHandling.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetPointerToStringStorage |
0x00013100 |
0x0001311c |
28 |
13% |
7467 |
.text.pu8ZCL_GetPointerToStringStorage |
0x0001311c |
0x00013132 |
22 |
10% |
7470 |
.text.vZCL_AllocateSpaceForStringReports |
0x00013132 |
0x0001315a |
40 |
18% |
7473 |
.text.eZCL_CheckForStringAttributeChange |
0x0001315a |
0x000131a0 |
70 |
32% |
7476 |
.text.eZCL_CopyStringAttributeToPreviousValue |
0x000131a0 |
0x000131e0 |
64 |
29% |
7479 |
Expected total in zcl_reportStringHandling.o file: |
224 |
Actual: |
224 |
100% |
7467 |
Flash640 / .text / zcl_reportStructure.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeReportableEntry |
0x000131e0 |
0x00013248 |
104 |
79% |
7482 |
.text.eZCL_DoesAttributeHaveReportableChange |
0x00013248 |
0x00013264 |
28 |
22% |
7485 |
Expected total in zcl_reportStructure.o file: |
132 |
Actual: |
132 |
100% |
7482 |
Flash640 / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPentry |
0x00013264 |
0x000132a4 |
64 |
7% |
7488 |
.text.eZCL_SearchForEPentryAndCheckManufacturerId |
0x000132a4 |
0x000132dc |
56 |
6% |
7491 |
.text.eZCL_SearchForClusterEntry |
0x000132dc |
0x00013348 |
108 |
12% |
7494 |
.text.eZCL_SearchForAttributeEntry |
0x00013348 |
0x000133d2 |
138 |
15% |
7497 |
.text.eZCL_FindCluster |
0x000133d2 |
0x00013414 |
66 |
7% |
7500 |
.text.pvZCL_GetAttributePointer |
0x00013414 |
0x00013472 |
94 |
10% |
7503 |
.text.eZCL_GetLocalAttributeValue |
0x00013472 |
0x0001350e |
156 |
17% |
7506 |
.text.eZCL_ReadLocalAttributeValue |
0x0001350e |
0x00013546 |
56 |
6% |
7509 |
.text.eZCL_SetLocalAttributeValue |
0x00013546 |
0x000135f0 |
170 |
18% |
7512 |
.text.eZCL_WriteLocalAttributeValue |
0x000135f0 |
0x00013628 |
56 |
6% |
7515 |
Expected total in zcl_search.o file: |
964 |
Actual: |
964 |
100% |
7488 |
Flash640 / .text / zcl_timer.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateTimer |
0x00013628 |
0x00013694 |
108 |
27% |
7518 |
.text.eZCL_TimerRegister |
0x00013694 |
0x000136f4 |
96 |
24% |
7521 |
.text.vZCL_TimerSchedulerUpdate |
0x000136f4 |
0x000137b0 |
188 |
47% |
7524 |
.text.u32ZCL_GetUTCTime |
0x000137b0 |
0x000137bc |
12 |
3% |
7527 |
Expected total in zcl_timer.o file: |
404 |
Actual: |
404 |
100% |
7518 |
Flash640 / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_TransmitDataRequest |
0x000137bc |
0x00013ac0 |
772 |
89% |
7530 |
.text.eZCL_BuildTransmitAddressStructure |
0x00013ac0 |
0x00013b24 |
100 |
12% |
7533 |
Expected total in zcl_transmit.o file: |
872 |
Actual: |
872 |
100% |
7530 |
Flash640 / .text / bdb_fr.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFrStateMachine |
0x00013b24 |
0x00013b9c |
120 |
100% |
7537 |
Expected total in bdb_fr.o file: |
120 |
Actual: |
120 |
100% |
7537 |
Flash640 / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vInit |
0x00013b9c |
0x00013c80 |
228 |
20% |
7540 |
.text.BDB_u8PickChannel |
0x00013c80 |
0x00013ccc |
76 |
7% |
7543 |
.text.BDB_vRejoinSuccess |
0x00013ccc |
0x00013d3c |
112 |
10% |
7546 |
.text.BDB_vSetRejoinFilter |
0x00013d3c |
0x00013d84 |
72 |
7% |
7549 |
.text.BDB_vRejoinCycle |
0x00013d84 |
0x00013f24 |
416 |
35% |
7552 |
.text.bdb_vStart |
0x00013f24 |
0x00013fdc |
184 |
16% |
7555 |
.text.BDB_vStart |
0x00013fdc |
0x00013fe4 |
8 |
1% |
7557 |
.text.BDB_vInitStateMachine |
0x00013fe4 |
0x0001400c |
40 |
4% |
7561 |
.text.BDB_vRejoinTimerCb |
0x0001400c |
0x00014014 |
8 |
1% |
7564 |
.text.BDB_vSetAssociationFilter |
0x00014014 |
0x00014048 |
52 |
5% |
7568 |
Expected total in bdb_start.o file: |
1196 |
Actual: |
1196 |
100% |
7540 |
Flash640 / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.APP_vGenCallback |
0x00014048 |
0x00014088 |
64 |
40% |
7571 |
.text.bdb_taskBDB |
0x00014088 |
0x000140dc |
84 |
52% |
7574 |
.text.BDB_vZclEventHandler |
0x000140dc |
0x000140ec |
16 |
10% |
7577 |
Expected total in bdb_state_machine.o file: |
164 |
Actual: |
164 |
100% |
7571 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsSendPermitJoin |
0x000140ec |
0x0001413c |
80 |
5% |
7580 |
.text.vNsDiscoverNwk |
0x0001413c |
0x000141d8 |
156 |
10% |
7582 |
.text.vNsTclkSendReqKey |
0x000141d8 |
0x00014214 |
60 |
4% |
7584 |
.text.vNsAfterNwkJoin |
0x00014214 |
0x0001425c |
72 |
5% |
7586 |
.text.vNsLeaveNwk |
0x0001425c |
0x00014280 |
36 |
3% |
7588 |
.text.vNsTclkSendNodeDescReq |
0x00014280 |
0x00014318 |
152 |
9% |
7590 |
.text.BDB_eNsStartNwkSteering |
0x00014318 |
0x000143a4 |
140 |
9% |
7592 |
.text.BDB_vNsTimerCb |
0x000143a4 |
0x00014470 |
204 |
13% |
7595 |
.text.vNsTryNwkJoinAppCb |
0x00014470 |
0x00014474 |
4 |
1% |
7598 |
.text.vNsTryNwkJoin.constprop.0 |
0x00014474 |
0x00014580 |
268 |
16% |
7602 |
.text.BDB_vNsStateMachine |
0x00014580 |
0x0001478c |
524 |
31% |
7604 |
Expected total in bdb_ns.o file: |
1696 |
Actual: |
1696 |
100% |
7580 |
Flash640 / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vNfFormCentralizedNwk |
0x0001478c |
0x0001479c |
16 |
3% |
7607 |
.text.vNfRetryNwkFormation |
0x0001479c |
0x00014828 |
140 |
20% |
7611 |
.text.vNfDiscoverNwk |
0x00014828 |
0x000148b4 |
140 |
20% |
7613 |
.text.BDB_vNfStateMachine |
0x000148b4 |
0x000149c0 |
268 |
38% |
7615 |
.text.BDB_eNfStartNwkFormation |
0x000149c0 |
0x00014a60 |
160 |
23% |
7618 |
Expected total in bdb_nf.o file: |
724 |
Actual: |
724 |
100% |
7607 |
Flash640 / .text / bdb_fb_common.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFbZclHandler |
0x00014a60 |
0x00014a6c |
12 |
100% |
7621 |
Expected total in bdb_fb_common.o file: |
12 |
Actual: |
12 |
100% |
7621 |
Flash640 / .text / bdb_fb_target.o |
Start |
End |
Size |
% |
Line |
.text.BDB_eFbTriggerAsTarget |
0x00014a6c |
0x00014ac8 |
92 |
61% |
7624 |
.text.BDB_vFbHandleStopIdentification |
0x00014ac8 |
0x00014b04 |
60 |
40% |
7627 |
Expected total in bdb_fb_target.o file: |
152 |
Actual: |
152 |
100% |
7624 |
Flash640 / .text / pdum_nwk.o |
Start |
End |
Size |
% |
Line |
.text.eNPduFree |
0x00014b04 |
0x00014b7c |
120 |
11% |
7630 |
.text.eAllocateNPDU |
0x00014b7c |
0x00014bd4 |
88 |
8% |
7632 |
.text.PDUM_eNPduAllocate |
0x00014bd4 |
0x00014bd8 |
4 |
1% |
7634 |
.text.PDUM_eNPduClone |
0x00014bd8 |
0x00014c18 |
64 |
6% |
7637 |
.text.PDUM_eNPduInitDescending |
0x00014c18 |
0x00014c2c |
20 |
2% |
7641 |
.text.PDUM_eNPduInitAscending |
0x00014c2c |
0x00014c46 |
26 |
3% |
7644 |
.text.PDUM_eNPduFree |
0x00014c46 |
0x00014c4a |
4 |
1% |
7647 |
.text.PDUM_eNPduClaimHeader |
0x00014c4a |
0x00014c66 |
28 |
3% |
7650 |
.text.PDUM_eNPduClaimFooter |
0x00014c66 |
0x00014c82 |
28 |
3% |
7653 |
.text.PDUM_eNPduClaimData |
0x00014c82 |
0x00014cd8 |
86 |
8% |
7656 |
.text.PDUM_eNPduAscend |
0x00014cd8 |
0x00014cf6 |
30 |
3% |
7659 |
.text.PDUM_eNPduDescend |
0x00014cf6 |
0x00014d14 |
30 |
3% |
7662 |
.text.PDUM_eNPduPrependHeaderNBO |
0x00014d14 |
0x00014d5c |
72 |
7% |
7665 |
.text.PDUM_eNPduAppendDataNBO |
0x00014d5c |
0x00014da6 |
74 |
7% |
7668 |
.text.PDUM_eNPduReadHeaderNBO |
0x00014da6 |
0x00014de6 |
64 |
6% |
7671 |
.text.PDUM_eNPduReadFooterNBO |
0x00014de6 |
0x00014e24 |
62 |
6% |
7674 |
.text.PDUM_eNPduWriteFromBuffer |
0x00014e24 |
0x00014e48 |
36 |
4% |
7677 |
.text.PDUM_eNPduWriteDataToBuffer |
0x00014e48 |
0x00014ea2 |
90 |
8% |
7680 |
.text.PDUM_eNPduWriteDataFromBuffer |
0x00014ea2 |
0x00014efc |
90 |
8% |
7683 |
.text.pdum_vNPduInit |
0x00014efc |
0x00014f5c |
96 |
9% |
7687 |
.text.PDUM_u8GetMaxNpduUse |
0x00014f5c |
0x00014f68 |
12 |
2% |
7690 |
.text.PDUM_u8GetNpduUse |
0x00014f68 |
0x00014f74 |
12 |
2% |
7693 |
.text.PDUM_u8GetNpduPool |
0x00014f74 |
0x00014f80 |
12 |
2% |
7696 |
Expected total in pdum_nwk.o file: |
1148 |
Actual: |
1148 |
100% |
7630 |
Flash640 / .text / pdum_apl.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16APduInstanceReadNBO |
0x00014f80 |
0x00014fb4 |
52 |
10% |
7699 |
.text.PDUM_u16APduInstanceWriteNBO |
0x00014fb4 |
0x00015000 |
76 |
15% |
7703 |
.text.PDUM_u16APduInstanceWriteStrNBO |
0x00015000 |
0x00015048 |
72 |
14% |
7706 |
.text.PDUM_pvAPduInstanceGetPayload |
0x00015048 |
0x0001504e |
6 |
2% |
7709 |
.text.PDUM_u16APduInstanceGetPayloadSize |
0x0001504e |
0x00015054 |
6 |
2% |
7712 |
.text.PDUM_eAPduInstanceSetPayloadSize |
0x00015054 |
0x00015078 |
36 |
7% |
7715 |
.text.PDUM_hAPduAllocateAPduInstance |
0x00015078 |
0x000150a8 |
48 |
10% |
7718 |
.text.PDUM_eAPduFreeAPduInstance |
0x000150a8 |
0x0001512c |
132 |
26% |
7721 |
.text.PDUM_thAPduInstanceGetApdu |
0x0001512c |
0x00015140 |
20 |
4% |
7724 |
.text.PDUM_u16APduGetSize |
0x00015140 |
0x00015148 |
8 |
2% |
7727 |
.text.pdum_vAPduInit |
0x00015148 |
0x00015188 |
64 |
13% |
7731 |
Expected total in pdum_apl.o file: |
520 |
Actual: |
520 |
100% |
7699 |
Flash640 / .text / pdum.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16SizeNBO |
0x00015188 |
0x000151d0 |
72 |
10% |
7734 |
.text.pdum_u16WriteNBO |
0x000151d0 |
0x000152a8 |
216 |
29% |
7737 |
.text.pdum_u16WriteStrNBO |
0x000152a8 |
0x000153aa |
258 |
34% |
7740 |
.text.pdum_u16ReadNBO |
0x000153aa |
0x00015480 |
214 |
29% |
7743 |
Expected total in pdum.o file: |
760 |
Actual: |
760 |
100% |
7734 |
Flash640 / .text / PDM_Create.c.obj |
Start |
End |
Size |
% |
Line |
.text.u8PDM_CalculateLargestDataRecordStored |
0x00015480 |
0x000154b8 |
56 |
14% |
7747 |
.text.PDM_vErrorReport |
0x000154b8 |
0x000154d0 |
24 |
6% |
7750 |
.text.iPDM_CreateFileSystemInRAM |
0x000154d0 |
0x000155a0 |
208 |
51% |
7753 |
.text.PDM_eInitialise |
0x000155a0 |
0x0001561c |
124 |
31% |
7756 |
Expected total in PDM_Create.c.obj file: |
412 |
Actual: |
412 |
100% |
7747 |
Flash640 / .text / PDM_FLASH.c.obj |
Start |
End |
Size |
% |
Line |
.text.vClearMarginCheckIndications |
0x0001561c |
0x00015638 |
28 |
5% |
7759 |
.text.bPDM_InitialiseNVM |
0x00015638 |
0x0001563c |
4 |
1% |
7761 |
.text.vPDM_DisableNVM |
0x0001563c |
0x00015640 |
4 |
1% |
7764 |
.text.iPDM_FixWriteDataInNVM |
0x00015640 |
0x000156a0 |
96 |
16% |
7768 |
.text.iPDM_EraseNVM |
0x000156a0 |
0x00015724 |
132 |
22% |
7771 |
.text.iPDM_TestNVMblank |
0x00015724 |
0x00015750 |
44 |
8% |
7774 |
.text.iPDM_TestNVM |
0x00015750 |
0x000157bc |
108 |
18% |
7777 |
.text.iPDM_ReadDataFromNVM |
0x000157bc |
0x0001580c |
80 |
13% |
7780 |
.text.iPDM_GetDataAddressFromNVM |
0x0001580c |
0x00015848 |
60 |
10% |
7783 |
.text.vPDM_WriteDataToNVM |
0x00015848 |
0x00015890 |
72 |
12% |
7786 |
Expected total in PDM_FLASH.c.obj file: |
628 |
Actual: |
628 |
100% |
7759 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadDataWithIdFromFileSystem |
0x00015890 |
0x0001594c |
188 |
26% |
7789 |
.text.PDM_eReadDataFromRecord |
0x0001594c |
0x000159fc |
176 |
24% |
7792 |
.text.iPDM_WriteDataWithIdToFileSystem |
0x000159fc |
0x00015b74 |
376 |
51% |
7795 |
Expected total in PDM_FileSystemData.c.obj file: |
740 |
Actual: |
740 |
100% |
7789 |
Flash640 / .text / PDM_FileSystemDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_DeleteAllSegmentsWithIdFromFileSystemList |
0x00015b74 |
0x00015bb8 |
68 |
45% |
7798 |
.text.vPDM_DeleteSegmentsWithIdFromFileSystem |
0x00015bb8 |
0x00015bd8 |
32 |
22% |
7800 |
.text.PDM_vDeleteDataRecord |
0x00015bd8 |
0x00015c0c |
52 |
35% |
7803 |
Expected total in PDM_FileSystemDelete.c.obj file: |
152 |
Actual: |
152 |
100% |
7798 |
Flash640 / .text / PDM_FileSystemGenerate.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_GenerateCleanFileSystem |
0x00015c0c |
0x00015c5c |
80 |
11% |
7806 |
.text.iPDM_GenerateFileSystemInRAM |
0x00015c5c |
0x00015f0c |
688 |
90% |
7809 |
Expected total in PDM_FileSystemGenerate.c.obj file: |
768 |
Actual: |
768 |
100% |
7806 |
Flash640 / .text / PDM_FileSystemHeaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.ePDM_ReadFileSystemHeaderCopyIndex |
0x00015f0c |
0x00015f14 |
8 |
4% |
7812 |
.text.vPDM_WriteFileSystemHeaderValidState |
0x00015f14 |
0x00015f22 |
14 |
6% |
7815 |
.text.ePDM_ReadFileSystemHeaderValidState |
0x00015f22 |
0x00015f2a |
8 |
4% |
7818 |
.text.bPDM_ReadFileSystemHeaderFirstBit |
0x00015f2a |
0x00015f32 |
8 |
4% |
7821 |
.text.bPDM_ReadFileSystemHeaderLastBit |
0x00015f32 |
0x00015f3c |
10 |
4% |
7824 |
.text.vPDM_WriteFileSystemHeaderWearCount |
0x00015f3c |
0x00015f68 |
44 |
17% |
7828 |
.text.u32PDM_ReadFileSystemHeaderWearCount |
0x00015f68 |
0x00015f7c |
20 |
8% |
7831 |
.text.vPDM_WriteNVMsegmentHeaderChecksum |
0x00015f7c |
0x00015f82 |
6 |
3% |
7834 |
.text.u16PDM_ReadNVMsegmentHeaderChecksum |
0x00015f82 |
0x00015f8e |
12 |
5% |
7837 |
.text.u8PDM_CreateSegmentStatus |
0x00015f8e |
0x00015fb8 |
42 |
17% |
7840 |
.text.u8PDM_CreateSequenceStatus |
0x00015fb8 |
0x00015fde |
38 |
15% |
7843 |
.text.u16PDM_ReadSegmentDataSize |
0x00015fde |
0x00015ff6 |
24 |
10% |
7846 |
.text.u8PDM_ReadSequenceNumber |
0x00015ff6 |
0x00016010 |
26 |
10% |
7849 |
Expected total in PDM_FileSystemHeaderAccessFunctions.c.obj file: |
260 |
Actual: |
260 |
100% |
7812 |
Flash640 / .text / PDM_FileSystemHeaderRepair.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_RepairFileSystemRecord |
0x00016010 |
0x0001609c |
140 |
39% |
7852 |
.text.iPDM_RepairFileSystemRecordAfterEccFail |
0x0001609c |
0x00016100 |
100 |
28% |
7855 |
.text.vPDM_GetMaximumAndMinimumSegmentWearCounts |
0x00016100 |
0x00016178 |
120 |
34% |
7858 |
Expected total in PDM_FileSystemHeaderRepair.c.obj file: |
360 |
Actual: |
360 |
100% |
7852 |
Flash640 / .text / PDM_FileSystemMove.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_MoveAllDataFromListToList |
0x00016178 |
0x000161be |
70 |
16% |
7861 |
.text.vPDM_MoveAllDataWithBufferIdFromListToList |
0x000161be |
0x00016246 |
136 |
30% |
7864 |
.text.vPDM_MoveFileRecordFromListToList |
0x00016246 |
0x00016268 |
34 |
8% |
7867 |
.text.vPDM_MoveAllDataToDeAllocList |
0x00016268 |
0x00016294 |
44 |
10% |
7871 |
.text.vPDM_MoveRecordToDeAllocList |
0x00016294 |
0x000162b4 |
32 |
7% |
7874 |
.text.vPDM_MoveAllDataWithBufferIdAndStateFromListToList |
0x000162b4 |
0x00016348 |
148 |
32% |
7877 |
Expected total in PDM_FileSystemMove.c.obj file: |
464 |
Actual: |
464 |
100% |
7861 |
Flash640 / .text / PDM_FileSystemVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_SelectValidFileRecordInstance |
0x00016348 |
0x00016460 |
280 |
64% |
7881 |
.text.iPDM_VerifyDataSequenceWithBufferId |
0x00016460 |
0x00016500 |
160 |
37% |
7883 |
Expected total in PDM_FileSystemVerify.c.obj file: |
440 |
Actual: |
440 |
100% |
7881 |
Flash640 / .text / PDM_NVMheaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_SetNVMandFileSystemValidState |
0x00016500 |
0x00016526 |
38 |
100% |
7886 |
Expected total in PDM_NVMheaderAccessFunctions.c.obj file: |
38 |
Actual: |
38 |
100% |
7886 |
Flash640 / .text / PDM_NVMheaderReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadSegmentHeaderDataFromNVMsegment |
0x00016526 |
0x0001656a |
68 |
62% |
7889 |
.text.vPDM_WriteSegmentHeaderDataIntoNVMsegment |
0x0001656a |
0x00016594 |
42 |
39% |
7892 |
Expected total in PDM_NVMheaderReadAndWrite.c.obj file: |
110 |
Actual: |
110 |
100% |
7889 |
Flash640 / .text / PDM_NVMReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromNVMsegment |
0x00016594 |
0x00016620 |
140 |
59% |
7895 |
.text.iPDM_WriteFileSystemRecordAndSegmentDataIntoNVMsegment |
0x00016620 |
0x00016682 |
98 |
42% |
7898 |
Expected total in PDM_NVMReadAndWrite.c.obj file: |
238 |
Actual: |
238 |
100% |
7895 |
Flash640 / .text / PDM_NVMsegmentStatus.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_DoesNVMsegmentContainFileSystemHeader |
0x00016682 |
0x000166b2 |
48 |
100% |
7901 |
Expected total in PDM_NVMsegmentStatus.c.obj file: |
48 |
Actual: |
48 |
100% |
7901 |
Flash640 / .text / PDM_SearchAndListOrder.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountInsertPoint |
0x000166b2 |
0x000166c8 |
22 |
6% |
7904 |
.text.bPDM_CompareRecordsForExactMatch |
0x000166c8 |
0x00016700 |
56 |
14% |
7907 |
.text.boIdValueSearchMatch |
0x00016700 |
0x00016754 |
84 |
20% |
7909 |
.text.vPDM_AddFileSystemElementToListInAscendingWearCountOrder |
0x00016754 |
0x000167d4 |
128 |
31% |
7912 |
.text.iPDM_SearchForBufferIdInList |
0x000167d4 |
0x00016808 |
52 |
13% |
7915 |
.text.iPDM_SearchForBufferIdInFileSystem |
0x00016808 |
0x00016824 |
28 |
7% |
7918 |
.text.iPDM_SearchForSpecificSegmentInList |
0x00016824 |
0x00016858 |
52 |
13% |
7921 |
Expected total in PDM_SearchAndListOrder.c.obj file: |
422 |
Actual: |
422 |
100% |
7904 |
Flash640 / .text / PDM_Segment.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_WriteSegmentHeaderAndData |
0x00016858 |
0x00016920 |
200 |
55% |
7924 |
.text.iPDM_SegmentCopyAndAppendData |
0x00016920 |
0x000169c8 |
168 |
46% |
7927 |
Expected total in PDM_Segment.c.obj file: |
368 |
Actual: |
368 |
100% |
7924 |
Flash640 / .text / PDM_SegmentData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromFileSystemRecord |
0x000169c8 |
0x000169e8 |
32 |
32% |
7930 |
.text.iPDM_GetUserDataReferenceFromFileSystemRecord |
0x000169e8 |
0x00016a0e |
38 |
38% |
7933 |
.text.iPDM_WriteUserDataIntoSegment |
0x00016a0e |
0x00016a2c |
30 |
30% |
7936 |
Expected total in PDM_SegmentData.c.obj file: |
100 |
Actual: |
100 |
100% |
7930 |
Flash640 / .text / PDM_SegmentReplace.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CompareDataInFileRecords |
0x00016a2c |
0x00016a70 |
68 |
8% |
7939 |
.text.bPDM_FindLastMarkerSegment |
0x00016a70 |
0x00016aa8 |
56 |
7% |
7941 |
.text.iPDM_ReconstructAtRunTimeReplacedDataTable |
0x00016aa8 |
0x00016bac |
260 |
29% |
7944 |
.text.iPDM_ReplaceChangedSegmentInSequence |
0x00016bac |
0x00016ca8 |
252 |
28% |
7947 |
.text.iPDM_ReconstructReplacedDataTable |
0x00016ca8 |
0x00016dc4 |
284 |
31% |
7950 |
Expected total in PDM_SegmentReplace.c.obj file: |
920 |
Actual: |
920 |
100% |
7939 |
Flash640 / .text / PDM_SegmentSequenceExtendDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_IsSequenceAppended |
0x00016dc4 |
0x00016de0 |
28 |
14% |
7953 |
.text.vPDM_DeleteAppendedSequence |
0x00016de0 |
0x00016e94 |
180 |
87% |
7956 |
Expected total in PDM_SegmentSequenceExtendDelete.c.obj file: |
208 |
Actual: |
208 |
100% |
7953 |
Flash640 / .text / PDM_SegmentSequenceExtendReconstruct.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSegmentNumberDeleteSearchMatch |
0x00016e94 |
0x00016ea8 |
20 |
4% |
7959 |
.text.iPDM_ReconstructExtendedSegmentSequence |
0x00016ea8 |
0x0001711c |
628 |
97% |
7961 |
Expected total in PDM_SegmentSequenceExtendReconstruct.c.obj file: |
648 |
Actual: |
648 |
100% |
7959 |
Flash640 / .text / PDM_SegmentSequenceSave.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_DetermineSegmentSaveMechanism |
0x0001711c |
0x0001721c |
256 |
38% |
7964 |
.text.vPDM_RecalculateMaximumRecordSize |
0x0001721c |
0x0001724c |
48 |
8% |
7967 |
.text.PDM_eSaveRecordDataInternal |
0x0001724c |
0x000173bc |
368 |
55% |
7970 |
.text.PDM_eSaveRecordData |
0x000173bc |
0x000173c2 |
6 |
1% |
7972 |
Expected total in PDM_SegmentSequenceSave.c.obj file: |
678 |
Actual: |
678 |
100% |
7964 |
Flash640 / .text / PDM_slist.c.obj |
Start |
End |
Size |
% |
Line |
.text.vSLISTinitialise |
0x000173c2 |
0x000173ca |
8 |
3% |
7975 |
.text.psSLISTgetHead |
0x000173ca |
0x000173ce |
4 |
2% |
7978 |
.text.psSLISTgetTail |
0x000173ce |
0x000173d4 |
6 |
3% |
7981 |
.text.psSLISTgetNext |
0x000173d4 |
0x000173f4 |
32 |
12% |
7985 |
.text.vSLISTaddToTail |
0x000173f4 |
0x0001740a |
22 |
8% |
7988 |
.text.vSLISTinsertAfter |
0x0001740a |
0x00017420 |
22 |
8% |
7991 |
.text.vSLISTaddToHead |
0x00017420 |
0x00017434 |
20 |
7% |
7994 |
.text.psSLISTremove |
0x00017434 |
0x00017494 |
96 |
34% |
7998 |
.text.psSLISTsearch |
0x00017494 |
0x000174c8 |
52 |
18% |
8001 |
.text.psSLISTsearchFromHead |
0x000174c8 |
0x000174ce |
6 |
3% |
8004 |
.text.iSLISTnumberOfNodes |
0x000174ce |
0x000174e4 |
22 |
8% |
8007 |
Expected total in PDM_slist.c.obj file: |
290 |
Actual: |
290 |
100% |
7975 |
Flash640 / .text / PdmNoRtosStub.c.obj |
Start |
End |
Size |
% |
Line |
.text.PDM_vEnterCriticalSection |
0x000174e4 |
0x000174f0 |
12 |
50% |
8011 |
.text.PDM_vExitCriticalSection |
0x000174f0 |
0x000174fc |
12 |
50% |
8014 |
Expected total in PdmNoRtosStub.c.obj file: |
24 |
Actual: |
24 |
100% |
8011 |
Flash640 / .text / PDM_FileSystem.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CreateCandidateBufferList |
0x000174fc |
0x000175d8 |
220 |
49% |
8017 |
.text.iPDM_GetFileSystemBuffer |
0x000175d8 |
0x00017604 |
44 |
10% |
8020 |
.text.u8PDM_CalculateSegmentsRequired |
0x00017604 |
0x0001762c |
40 |
9% |
8023 |
.text.vPDM_CreateFileSystemHeader |
0x0001762c |
0x0001765c |
48 |
11% |
8026 |
.text.iPDM_GetLengthOfDataInBufferWithIdFromFileSystem |
0x0001765c |
0x000176ac |
80 |
18% |
8029 |
.text.u8PDM_CalculateFileSystemCapacity |
0x000176ac |
0x000176c0 |
20 |
5% |
8032 |
Expected total in PDM_FileSystem.c.obj file: |
452 |
Actual: |
452 |
100% |
8017 |
Flash640 / .text / PDM_FileSystemHeaderChecksum.c.obj |
Start |
End |
Size |
% |
Line |
.text.u16PDM_CalculateRecordChecksum |
0x000176c0 |
0x00017730 |
112 |
100% |
8035 |
Expected total in PDM_FileSystemHeaderChecksum.c.obj file: |
112 |
Actual: |
112 |
100% |
8035 |
Flash640 / .text / PDM_FileSystemHeaderVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReCalculateWearCountAndChecksumAndWriteFileSystemHeader |
0x00017730 |
0x00017784 |
84 |
70% |
8038 |
.text.iPDM_VerifyFileSystemRecord |
0x00017784 |
0x000177a8 |
36 |
30% |
8041 |
Expected total in PDM_FileSystemHeaderVerify.c.obj file: |
120 |
Actual: |
120 |
100% |
8038 |
Flash640 / .text / PDM_SegmentSequenceExtendFilter.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_FilterDuplicateAppendedSegmentsOnList |
0x000177a8 |
0x000177fe |
86 |
18% |
8044 |
.text.vPDM_FilterDuplicateAppendedSegmentsFromList |
0x000177fe |
0x000178ba |
188 |
38% |
8046 |
.text.vPDM_FilterDuplicateSegmentsBySequenceNumberFromValidList |
0x000178ba |
0x00017912 |
88 |
18% |
8049 |
.text.iPDM_SearchForReplacementAppendedSegment |
0x00017912 |
0x000179a0 |
142 |
29% |
8052 |
Expected total in PDM_SegmentSequenceExtendFilter.c.obj file: |
504 |
Actual: |
504 |
100% |
8044 |
Flash640 / .text / PDM_WearLevelling.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountSubstitute |
0x000179a0 |
0x000179c0 |
32 |
14% |
8055 |
.text.iPDM_GetWearLevelledBuffer |
0x000179c0 |
0x00017a88 |
200 |
87% |
8057 |
Expected total in PDM_WearLevelling.c.obj file: |
232 |
Actual: |
232 |
100% |
8055 |
Flash640 / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.psFindSimpleDescContainer |
0x00017a88 |
0x00017aa8 |
32 |
4% |
8060 |
.text.eAplAfCommonDataReq |
0x00017aa8 |
0x00017b6c |
196 |
21% |
8062 |
.text.zps_eAplAfInit |
0x00017b6c |
0x00017bb4 |
72 |
8% |
8064 |
.text.zps_eAplAfGetNodeDescriptor |
0x00017bb4 |
0x00017bcc |
24 |
3% |
8067 |
.text.zps_eAplAfGetSimpleDescriptor |
0x00017bcc |
0x00017c10 |
68 |
8% |
8070 |
.text.zps_eAplAfUnicastDataReq |
0x00017c10 |
0x00017c58 |
72 |
8% |
8073 |
.text.zps_eAplAfUnicastAckDataReq |
0x00017c58 |
0x00017ca2 |
74 |
8% |
8076 |
.text.zps_eAplAfUnicastIeeeDataReq |
0x00017ca2 |
0x00017cd4 |
50 |
6% |
8079 |
.text.zps_eAplAfUnicastIeeeAckDataReq |
0x00017cd4 |
0x00017d08 |
52 |
6% |
8082 |
.text.zps_eAplAfGroupDataReq |
0x00017d08 |
0x00017d36 |
46 |
5% |
8085 |
.text.zps_eAplAfBroadcastDataReq |
0x00017d36 |
0x00017d7a |
68 |
8% |
8088 |
.text.zps_eAplAfBoundDataReq |
0x00017d7a |
0x00017d8c |
18 |
2% |
8091 |
.text.zps_eAplAfBoundAckDataReq |
0x00017d8c |
0x00017da0 |
20 |
3% |
8094 |
.text.ZPS_bIsGroupPresent |
0x00017da0 |
0x00017dd2 |
50 |
6% |
8097 |
.text.vWrite16Nbo |
0x00017dd2 |
0x00017dda |
8 |
1% |
8100 |
.text.u16Read16Nbo |
0x00017dda |
0x00017dde |
4 |
1% |
8103 |
.text.vWrite32Nbo |
0x00017dde |
0x00017dee |
16 |
2% |
8106 |
.text.vWrite64Nbo |
0x00017dee |
0x00017e0c |
30 |
4% |
8109 |
.text.zps_eAfVerifyKeyReqRsp |
0x00017e0c |
0x00017e48 |
60 |
7% |
8112 |
Expected total in zps_apl_af.o file: |
960 |
Actual: |
960 |
100% |
8060 |
Flash640 / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.bCheckProfile |
0x00017e48 |
0x00017e88 |
64 |
5% |
8116 |
.text.vFillApduErrorEvent |
0x00017e88 |
0x00017ec6 |
62 |
5% |
8118 |
.text.vFillDataIndStruct |
0x00017ec6 |
0x00017f1c |
86 |
7% |
8120 |
.text.vPostToEndpoint.part.0 |
0x00017f1c |
0x00018138 |
540 |
40% |
8122 |
.text.zps_vAplAfHandleApsdeDcfmInd |
0x00018138 |
0x0001830e |
470 |
35% |
8124 |
.text.zps_vHandleApsdeDataFragIndNotSupported |
0x0001830e |
0x0001836c |
94 |
7% |
8127 |
.text.zps_vAplApsInitFragReceivePool |
0x0001836c |
0x00018398 |
44 |
4% |
8130 |
.text.zps_vSetIgnoreProfileCheck |
0x00018398 |
0x000183a4 |
12 |
1% |
8134 |
Expected total in zps_apl_af_apsde.o file: |
1372 |
Actual: |
1372 |
100% |
8116 |
Flash640 / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.psGetApsdeBuf |
0x000183a4 |
0x000183aa |
6 |
1% |
8137 |
.text.psGetApsmeBuf |
0x000183aa |
0x000183b0 |
6 |
1% |
8139 |
.text.psGetNldeBuf |
0x000183b0 |
0x000183b8 |
8 |
2% |
8141 |
.text.vPostNlmeDcfmInd |
0x000183b8 |
0x000183bc |
4 |
1% |
8143 |
.text.vPostApsmeDcfmInd |
0x000183bc |
0x000183c0 |
4 |
1% |
8145 |
.text.vPostApsdeDcfmInd |
0x000183c0 |
0x000183c4 |
4 |
1% |
8147 |
.text.vPostNldeDcfmInd |
0x000183c4 |
0x00018440 |
124 |
21% |
8149 |
.text.psGetNlmeBuf |
0x00018440 |
0x00018448 |
8 |
2% |
8151 |
.text.zps_vAplAfTaskInit |
0x00018448 |
0x000184a0 |
88 |
15% |
8153 |
.text.zps_vAplAfPostEvent |
0x000184a0 |
0x00018524 |
132 |
22% |
8156 |
.text.zps_taskZPS |
0x00018524 |
0x0001860c |
232 |
38% |
8159 |
Expected total in zps_apl_task.o file: |
616 |
Actual: |
616 |
100% |
8137 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsTryFragmentation |
0x0001860c |
0x00018650 |
68 |
3% |
8162 |
.text.zps_u8AplApsConstructAndPostLoopBackDataInd |
0x00018650 |
0x0001874c |
252 |
8% |
8165 |
.text.u8PostUnicastMsgToNHLE |
0x0001874c |
0x00018790 |
68 |
3% |
8167 |
.text.zps_vAplApsInitSyncMsgPool |
0x00018790 |
0x000187cc |
60 |
2% |
8169 |
.text.zps_u8AplApsFreeMsgHandle |
0x000187cc |
0x00018800 |
52 |
2% |
8172 |
.text.zps_u8AplApsGetMsgHandle |
0x00018800 |
0x00018820 |
32 |
2% |
8175 |
.text.ZPS_vAplRegisterApsdeDcfmIndCallbacks |
0x00018820 |
0x0001882a |
10 |
1% |
8178 |
.text.zps_vAplApsFillNldeAndDescend |
0x0001882a |
0x00018860 |
54 |
2% |
8181 |
.text.zps_vAplApsFillAndPostApsAck |
0x00018860 |
0x000188b6 |
86 |
3% |
8184 |
.text.zps_vAplApsInitDcfmPool |
0x000188b6 |
0x000188dc |
38 |
2% |
8187 |
.text.zps_psApsApsAllocateDcfmRecord |
0x000188dc |
0x00018948 |
108 |
4% |
8191 |
.text.zps_vApsApsFreeDcfmRecord |
0x00018948 |
0x0001894e |
6 |
1% |
8194 |
.text.zps_u8AplApsGetNextDcfmHandle |
0x0001894e |
0x00018964 |
22 |
1% |
8197 |
.text.zps_psApsApsGetDcfmRecord |
0x00018964 |
0x0001898e |
42 |
2% |
8200 |
.text.zps_vAplApsInitFragTransmitPool |
0x0001898e |
0x000189b0 |
34 |
2% |
8203 |
.text.zps_vAplApsStopPollTimer |
0x000189b0 |
0x00018a24 |
116 |
4% |
8206 |
.text.zps_vAplApsCheckAndStartPollTimer |
0x00018a24 |
0x00018a60 |
60 |
2% |
8209 |
.text.eUnfragmentedUnicastTransmission |
0x00018a60 |
0x00018cd8 |
632 |
20% |
8213 |
.text.vAckTimeOutHandler |
0x00018cd8 |
0x00018d94 |
188 |
6% |
8215 |
.text.ZPS_vAplHandleApsdeReqRsp |
0x00018d94 |
0x00019180 |
1004 |
32% |
8218 |
.text.zps_vAplApsPollTimer |
0x00019180 |
0x000191bc |
60 |
2% |
8221 |
.text.vLoopbackTimerCallback |
0x000191bc |
0x000191ec |
48 |
2% |
8224 |
.text.ZPS_vDefaultApsdeResources |
0x000191ec |
0x00019274 |
136 |
5% |
8227 |
Expected total in zps_apl_apsde.o file: |
3176 |
Actual: |
3176 |
100% |
8162 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.bIsBindTableMatch |
0x00019274 |
0x000192ca |
86 |
3% |
8230 |
.text.eRemoveEntryInBindingTable |
0x000192ca |
0x00019340 |
118 |
4% |
8232 |
.text.eMakeEntryInBindingTable.constprop.0 |
0x00019340 |
0x000193e4 |
164 |
5% |
8234 |
.text.eHandleRemoveEntryfromGroupTable |
0x000193e4 |
0x0001946a |
134 |
4% |
8236 |
.text.eHandleAddEntryToGroupTable |
0x0001946a |
0x000194aa |
64 |
2% |
8238 |
.text.ePopulatEndPointInGroupTable |
0x000194aa |
0x0001954c |
162 |
5% |
8240 |
.text.psApsmeRequestKeyGetHandle |
0x0001954c |
0x000195a8 |
92 |
3% |
8242 |
.text.ZPS_vAplRegisterApsmeDcfmIndCallbacks |
0x000195a8 |
0x000195b2 |
10 |
1% |
8245 |
.text.zps_eAplApsmeBindReqRsp |
0x000195b2 |
0x0001965e |
172 |
5% |
8248 |
.text.zps_eAplApsmeUnBindReqRsp |
0x0001965e |
0x000196fc |
158 |
5% |
8251 |
.text.zps_eAplApsmeAddGroupReqRsp |
0x000196fc |
0x00019718 |
28 |
1% |
8254 |
.text.zps_eAplApsmeRemoveGroupReqRsp |
0x00019718 |
0x00019734 |
28 |
1% |
8257 |
.text.zps_eAplApsmeRemoveAllGroupsReqRsp |
0x00019734 |
0x00019764 |
48 |
2% |
8260 |
.text.zps_vInitAPSMECmdHdr |
0x00019764 |
0x00019798 |
52 |
2% |
8264 |
.text.zps_eAplApsmeCmdMgrSendCommand |
0x00019798 |
0x0001984c |
180 |
6% |
8267 |
.text.zps_eAplSendApsmeCmdFrame |
0x0001984c |
0x000199cc |
384 |
12% |
8270 |
.text.zps_eAplApsmeTransportKeyReqRsp |
0x000199cc |
0x00019ba4 |
472 |
14% |
8273 |
.text.zps_eAplApsmeUpdateDeviceReqRsp |
0x00019ba4 |
0x00019c90 |
236 |
7% |
8276 |
.text.zps_eAplApsmeVerifyKeyReqRsp |
0x00019c90 |
0x00019d7c |
236 |
7% |
8279 |
.text.zps_eAplApsmeConfirmKeyReqRsp |
0x00019d7c |
0x00019e2c |
176 |
6% |
8282 |
.text.zps_eAplApsmeRequestKeyReqRsp |
0x00019e2c |
0x00019eb0 |
132 |
4% |
8285 |
.text.zps_vAplApsmeCmdMgrRetryTimeout |
0x00019eb0 |
0x00019f04 |
84 |
3% |
8288 |
.text.zps_bAplApsmeCmdMgrHandleNldeCfm |
0x00019f04 |
0x0001a004 |
256 |
8% |
8291 |
Expected total in zps_apl_apsme.o file: |
3472 |
Actual: |
3472 |
100% |
8230 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplApsInitDuplicateTable |
0x0001a004 |
0x0001a028 |
36 |
1% |
8294 |
.text.ZPS_vRunningCRC32 |
0x0001a028 |
0x0001a050 |
40 |
2% |
8297 |
.text.bDuplicateCheck |
0x0001a050 |
0x0001a1d8 |
392 |
11% |
8300 |
.text.zps_vAplApsHandleNldeDcfmInd |
0x0001a1d8 |
0x0001ae40 |
3176 |
87% |
8302 |
.text.ZPS_vFinalCrc32 |
0x0001ae40 |
0x0001ae48 |
8 |
1% |
8305 |
Expected total in zps_apl_aps_nlde.o file: |
3652 |
Actual: |
3652 |
100% |
8294 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.vTransformKey.constprop.0 |
0x0001ae48 |
0x0001aeaa |
98 |
5% |
8308 |
.text.ZPS_u16crc |
0x0001aeaa |
0x0001aeee |
68 |
4% |
8310 |
.text.zps_pvAesGetKeyFromInstallCode |
0x0001aeee |
0x0001af32 |
68 |
4% |
8313 |
.text.zps_vGenerateHashForVerifiedKey |
0x0001af32 |
0x0001af52 |
32 |
2% |
8316 |
.text.zps_psFindKeyDescr |
0x0001af52 |
0x0001b052 |
256 |
13% |
8319 |
.text.ZPS_u8AplGetJoinStatus |
0x0001b052 |
0x0001b088 |
54 |
3% |
8322 |
.text.zps_eAplSecEncryptPacket |
0x0001b088 |
0x0001b1a0 |
280 |
15% |
8325 |
.text.zps_eAplSecDecryptPacket |
0x0001b1a0 |
0x0001b4c4 |
804 |
41% |
8328 |
.text.zps_vAplSecSetInitialSecurityState |
0x0001b4c4 |
0x0001b602 |
318 |
17% |
8331 |
Expected total in zps_apl_sec.o file: |
1978 |
Actual: |
1978 |
100% |
8308 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAplAibGetAib |
0x0001b602 |
0x0001b606 |
4 |
2% |
8334 |
.text.zps_eAplAibSetApsUseExtendedPanId |
0x0001b606 |
0x0001b61c |
22 |
7% |
8337 |
.text.zps_eAplAibSetApsChannelMaskByMacID |
0x0001b61c |
0x0001b63a |
30 |
9% |
8340 |
.text.zps_eAplAibSetApsChannelMask |
0x0001b63a |
0x0001b654 |
26 |
8% |
8343 |
.text.zps_eAplAibSetApsTrustCenterAddress |
0x0001b654 |
0x0001b66a |
22 |
7% |
8346 |
.text.zps_eAplAibGetApsTrustCenterAddress |
0x0001b66a |
0x0001b672 |
8 |
3% |
8349 |
.text.zps_eAplAibRemoveBindTableEntryForMacAddress |
0x0001b672 |
0x0001b6f0 |
126 |
37% |
8352 |
.text.zps_u8AplAibGetDeviceApsKeyType |
0x0001b6f0 |
0x0001b75c |
108 |
32% |
8355 |
Expected total in zps_apl_aib.o file: |
346 |
Actual: |
346 |
100% |
8334 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.zps_vExpireRequestKeyReq |
0x0001b75c |
0x0001b796 |
58 |
1% |
8358 |
.text.vHandleUpdateDeviceIndication |
0x0001b796 |
0x0001b7c8 |
50 |
1% |
8360 |
.text.vLoadAplRecord |
0x0001b7c8 |
0x0001b7f8 |
48 |
1% |
8363 |
.text.zps_vAplInitFactoryNewDistributedNetwork |
0x0001b7f8 |
0x0001b8dc |
228 |
3% |
8365 |
.text.vAplSecAuthPollTimerExpiry |
0x0001b8dc |
0x0001b914 |
56 |
1% |
8367 |
.text.u32GetScanChannels.constprop.0 |
0x0001b914 |
0x0001b944 |
48 |
1% |
8369 |
.text.eStartNetworkDiscovery |
0x0001b944 |
0x0001b998 |
84 |
1% |
8371 |
.text.eRejoinNetwork |
0x0001b998 |
0x0001ba40 |
168 |
2% |
8373 |
.text.eRequestNetworkFormation |
0x0001ba40 |
0x0001ba84 |
68 |
1% |
8375 |
.text.vOnMultiMacAuxChannelSelection |
0x0001ba84 |
0x0001bac4 |
64 |
1% |
8377 |
.text.vHandleSwitchKeyIndication |
0x0001bac4 |
0x0001bb28 |
100 |
2% |
8379 |
.text.zps_vAplSaveRecord |
0x0001bb28 |
0x0001bc0c |
228 |
3% |
8381 |
.text.vAplSecRemoveLinkKey |
0x0001bc0c |
0x0001bccc |
192 |
3% |
8384 |
.text.vAplSecAuthTimerExpiry |
0x0001bccc |
0x0001bd50 |
132 |
2% |
8386 |
.text.zps_vSaveAllZpsRecords |
0x0001bd50 |
0x0001bd74 |
36 |
1% |
8388 |
.text.bGetInstallCode |
0x0001bd74 |
0x0001bd9c |
40 |
1% |
8392 |
.text.ZPS_vSetKeys |
0x0001bd9c |
0x0001be24 |
136 |
2% |
8395 |
.text.ZPS_vAplSetMacParameters |
0x0001be24 |
0x0001be94 |
112 |
2% |
8398 |
.text.zps_vAplLoadPersistedApsRecords |
0x0001be94 |
0x0001c010 |
380 |
5% |
8401 |
.text.zps_eAplZdoInit |
0x0001c010 |
0x0001c224 |
532 |
7% |
8404 |
.text.zps_eAplZdoGetDeviceType |
0x0001c224 |
0x0001c22c |
8 |
1% |
8407 |
.text.zps_eAplZdoStartStack |
0x0001c22c |
0x0001c330 |
260 |
3% |
8411 |
.text.zps_eAplZdoRejoinNetwork |
0x0001c330 |
0x0001c3a4 |
116 |
2% |
8414 |
.text.zps_pvAplZdoGetNwkHandle |
0x0001c3a4 |
0x0001c3a8 |
4 |
1% |
8417 |
.text.zps_psAplZdoGetNib |
0x0001c3a8 |
0x0001c3ac |
4 |
1% |
8420 |
.text.zps_eAplZdoJoinNetwork |
0x0001c3ac |
0x0001c44c |
160 |
2% |
8423 |
.text.zps_eAplZdoLeaveNetwork |
0x0001c44c |
0x0001c488 |
60 |
1% |
8426 |
.text.zps_eAplZdoRequestKeyReq |
0x0001c488 |
0x0001c4e8 |
96 |
2% |
8429 |
.text.zps_bAplZdoTrustCenterGetDevicePermissions |
0x0001c4e8 |
0x0001c53c |
84 |
1% |
8432 |
.text.zps_eAplZdoAddReplaceLinkKey_W |
0x0001c53c |
0x0001c60c |
208 |
3% |
8435 |
.text.zps_eAplZdoRemoveLinkKey |
0x0001c60c |
0x0001c68c |
128 |
2% |
8438 |
.text.eDiscoverNetworks |
0x0001c68c |
0x0001c6d0 |
68 |
1% |
8441 |
.text.zps_eAplZdoDiscoverNetworks |
0x0001c6d0 |
0x0001c700 |
48 |
1% |
8445 |
.text.eStartRouter |
0x0001c700 |
0x0001c7d0 |
208 |
3% |
8448 |
.text.vHandleNwkKeyTransport.constprop.0 |
0x0001c7d0 |
0x0001c954 |
388 |
5% |
8451 |
.text.zps_bPerformLeaveActionDecider |
0x0001c954 |
0x0001c970 |
28 |
1% |
8453 |
.text.vHandleRemoveDeviceIndication |
0x0001c970 |
0x0001ca58 |
232 |
3% |
8456 |
.text.zps_vAplZdoHandleApsmeDcfmInd |
0x0001ca58 |
0x0001cc4a |
498 |
6% |
8459 |
.text.ZPS_u8NwkManagerState |
0x0001cc4a |
0x0001cc56 |
12 |
1% |
8462 |
.text.ZPS_u16AplGetUnAuthenTimeoutValue |
0x0001cc56 |
0x0001cc62 |
12 |
1% |
8465 |
.text.zps_vPurgeAddressMap |
0x0001cc62 |
0x0001ccb2 |
80 |
1% |
8468 |
.text.ZPS_bIsMacAddressUsedInApsTable |
0x0001ccb2 |
0x0001cd86 |
212 |
3% |
8471 |
.text.ZPS_vSwapApsTableEntries |
0x0001cd86 |
0x0001ce66 |
224 |
3% |
8474 |
.text.ZPS_vRemoveMacTableEntry |
0x0001ce66 |
0x0001ceb8 |
82 |
1% |
8477 |
.text.ZPS_vSecondTimerCallback |
0x0001ceb8 |
0x0001cf60 |
168 |
2% |
8480 |
.text.zps_vDefaultStack |
0x0001cf60 |
0x0001d0b4 |
340 |
4% |
8483 |
.text.zps_eAplZdoStartRouter |
0x0001d0b4 |
0x0001d162 |
174 |
2% |
8486 |
.text.zps_eAplFormDistributedNetworkRouter |
0x0001d162 |
0x0001d17c |
26 |
1% |
8489 |
.text.ZPS_u8AplGetMaxPayloadSize |
0x0001d17c |
0x0001d18c |
16 |
1% |
8492 |
.text.ZPS_bAplDoesDeviceSupportFragmentation |
0x0001d18c |
0x0001d198 |
12 |
1% |
8495 |
.text.ZPS_psGetNetworkDescriptors |
0x0001d198 |
0x0001d1ac |
20 |
1% |
8498 |
.text.ZPS_vNMPurgeEntry |
0x0001d1ac |
0x0001d2c4 |
280 |
4% |
8501 |
.text.zps_vAplZdoHandleNlmeDcfmInd |
0x0001d2c4 |
0x0001d9b0 |
1772 |
21% |
8504 |
.text.zps_pu8AplZdoGetVsOUI |
0x0001d9b0 |
0x0001d9b4 |
4 |
1% |
8507 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
8792 |
Actual: |
8792 |
100% |
8358 |
Flash640 / .text / zps_apl_zdo_handle_zdp_event.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoHandleZdpEvent |
0x0001d9b4 |
0x0001db3c |
392 |
100% |
8510 |
Expected total in zps_apl_zdo_handle_zdp_event.o file: |
392 |
Actual: |
392 |
100% |
8510 |
Flash640 / .text / zps_apl_zdo_trust_center.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplTrustCenterFindDevice |
0x0001db3c |
0x0001db7e |
66 |
87% |
8513 |
.text.ZPS_vSetTCLockDownOverride |
0x0001db7e |
0x0001db88 |
10 |
14% |
8516 |
Expected total in zps_apl_zdo_trust_center.o file: |
76 |
Actual: |
76 |
100% |
8513 |
Flash640 / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmeleaveWrapper |
0x0001db88 |
0x0001dc38 |
176 |
49% |
8519 |
.text.zps_eAplZdoNlmePermitJoiningWrapper |
0x0001dc38 |
0x0001dc62 |
42 |
12% |
8522 |
.text.zps_eAplZdoSendZdpResponse |
0x0001dc62 |
0x0001dca4 |
66 |
19% |
8525 |
.text.zps_bAplZdoServerHandleConfirmAcks |
0x0001dca4 |
0x0001dcf4 |
80 |
22% |
8528 |
Expected total in zps_apl_zdo_common.o file: |
364 |
Actual: |
364 |
100% |
8519 |
Flash640 / .text / zps_apl_zdo_group.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoGroupEndpointAdd |
0x0001dcf4 |
0x0001dd40 |
76 |
42% |
8531 |
.text.zps_eAplZdoGroupEndpointRemove |
0x0001dd40 |
0x0001dd78 |
56 |
31% |
8534 |
.text.zps_eAplZdoGroupAllEndpointRemove |
0x0001dd78 |
0x0001ddac |
52 |
29% |
8537 |
Expected total in zps_apl_zdo_group.o file: |
184 |
Actual: |
184 |
100% |
8531 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDefaultServerInit |
0x0001ddac |
0x0001ddb0 |
4 |
1% |
8540 |
.text.zps_bAplZdoDefaultServer |
0x0001ddb0 |
0x0001dff8 |
584 |
100% |
8543 |
Expected total in zps_apl_zdo_default_server.o file: |
588 |
Actual: |
588 |
100% |
8540 |
Flash640 / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostVsMcpsDcfmInd |
0x0001dff8 |
0x0001e0f4 |
252 |
39% |
8546 |
.text.vPostMcpsDcfmInd |
0x0001e0f4 |
0x0001e0f8 |
4 |
1% |
8548 |
.text.vPostMlmeDcfmInd |
0x0001e0f8 |
0x0001e194 |
156 |
24% |
8550 |
.text.zps_vAplAfIsrInit |
0x0001e194 |
0x0001e1bc |
40 |
7% |
8553 |
.text.zps_vAplAfPostTimerEvent |
0x0001e1bc |
0x0001e210 |
84 |
13% |
8556 |
.text.zps_vAplAfPostImmediateToTimerQueue |
0x0001e210 |
0x0001e22c |
28 |
5% |
8559 |
.text.ZPS_bAplPeekQueueForRejoinRequest |
0x0001e22c |
0x0001e284 |
88 |
14% |
8563 |
Expected total in zps_apl_mac_isr.o file: |
652 |
Actual: |
652 |
100% |
8546 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNwkAddrServerInit |
0x0001e284 |
0x0001e288 |
4 |
1% |
8566 |
.text.vZdoNwkAddrServerSendExtendResponse |
0x0001e288 |
0x0001e2d4 |
76 |
18% |
8569 |
.text.zps_bAplZdoNwkAddrServer |
0x0001e2d4 |
0x0001e430 |
348 |
82% |
8572 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
428 |
Actual: |
428 |
100% |
8566 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoIeeeAddrServerInit |
0x0001e430 |
0x0001e434 |
4 |
1% |
8575 |
.text.vZdoIeeeAddrServerSendExtendResponse |
0x0001e434 |
0x0001e480 |
76 |
19% |
8578 |
.text.zps_bAplZdoIeeeAddrServer |
0x0001e480 |
0x0001e5c8 |
328 |
81% |
8581 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
408 |
Actual: |
408 |
100% |
8575 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMatchDescServerInit |
0x0001e5c8 |
0x0001e5cc |
4 |
1% |
8584 |
.text.zps_bAplZdoMatchDescServer |
0x0001e5cc |
0x0001e8b4 |
744 |
100% |
8587 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
748 |
Actual: |
748 |
100% |
8584 |
Flash640 / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNodeDescServerInit |
0x0001e8b4 |
0x0001e8b8 |
4 |
2% |
8590 |
.text.zps_bAplZdoNodeDescServer |
0x0001e8b8 |
0x0001e9f4 |
316 |
99% |
8593 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
320 |
Actual: |
320 |
100% |
8590 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSimpleDescServerInit |
0x0001e9f4 |
0x0001e9f8 |
4 |
1% |
8596 |
.text.zps_bAplZdoSimpleDescServer |
0x0001e9f8 |
0x0001ec10 |
536 |
100% |
8599 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
540 |
Actual: |
540 |
100% |
8596 |
Flash640 / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPowerDescServerInit |
0x0001ec10 |
0x0001ec14 |
4 |
2% |
8602 |
.text.zps_bAplZdoPowerDescServer |
0x0001ec14 |
0x0001ed04 |
240 |
99% |
8605 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
244 |
Actual: |
244 |
100% |
8602 |
Flash640 / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoActiveEpServerInit |
0x0001ed04 |
0x0001ed08 |
4 |
2% |
8608 |
.text.zps_bAplZdoActiveEpServer |
0x0001ed08 |
0x0001ede4 |
220 |
99% |
8611 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
224 |
Actual: |
224 |
100% |
8608 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDeviceAnnceServerInit |
0x0001ede4 |
0x0001ede8 |
4 |
1% |
8614 |
.text.zps_bAplZdoDeviceAnnceServer |
0x0001ede8 |
0x0001ef90 |
424 |
97% |
8618 |
.text.zps_vRegisterAliasPresentCallback |
0x0001ef90 |
0x0001ef9c |
12 |
3% |
8621 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
440 |
Actual: |
440 |
100% |
8614 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoParentAnnceServerInit |
0x0001ef9c |
0x0001efbc |
32 |
5% |
8624 |
.text.zps_bAplZdoParentAnnceServer |
0x0001efbc |
0x0001f13c |
384 |
54% |
8627 |
.text.ZPS_vSendParentAnnounce |
0x0001f13c |
0x0001f270 |
308 |
43% |
8630 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
724 |
Actual: |
724 |
100% |
8624 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPermitJoiningServerInit |
0x0001f270 |
0x0001f274 |
4 |
2% |
8633 |
.text.zps_bAplZdoPermitJoiningServer |
0x0001f274 |
0x0001f348 |
212 |
99% |
8636 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
216 |
Actual: |
216 |
100% |
8633 |
Flash640 / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSystemServerDiscoveryServerInit |
0x0001f348 |
0x0001f34c |
4 |
3% |
8639 |
.text.zps_bAplZdoSystemServerDiscoveryServer |
0x0001f34c |
0x0001f3d4 |
136 |
98% |
8642 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
140 |
Actual: |
140 |
100% |
8639 |
Flash640 / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLqiServerInit |
0x0001f3d4 |
0x0001f3d8 |
4 |
1% |
8645 |
.text.zps_bAplZdoMgmtLqiServer |
0x0001f3d8 |
0x0001f5d4 |
508 |
100% |
8648 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
512 |
Actual: |
512 |
100% |
8645 |
Flash640 / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtRtgServerInit |
0x0001f5d4 |
0x0001f5d8 |
4 |
2% |
8651 |
.text.zps_bAplZdoMgmtRtgServer |
0x0001f5d8 |
0x0001f6fc |
292 |
99% |
8654 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
296 |
Actual: |
296 |
100% |
8651 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.bSendResponse |
0x0001f6fc |
0x0001f744 |
72 |
12% |
8657 |
.text.zps_vAplZdoMgmtLeaveServerInit |
0x0001f744 |
0x0001f750 |
12 |
2% |
8659 |
.text.zps_bAplZdoMgmtLeaveServer |
0x0001f750 |
0x0001f95c |
524 |
87% |
8663 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
608 |
Actual: |
608 |
100% |
8657 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.vStartScanTimerExpiry |
0x0001f95c |
0x0001f9f4 |
152 |
10% |
8666 |
.text.zps_vAplZdoMgmtNWKUpdateServerInit |
0x0001f9f4 |
0x0001fa0c |
24 |
2% |
8668 |
.text.u16CalculateFailedTxCount |
0x0001fa0c |
0x0001fa38 |
44 |
3% |
8671 |
.text.zps_bAplZdoMgmtNWKUpdateServer |
0x0001fa38 |
0x0001ff5c |
1316 |
80% |
8675 |
.text.vResetFailedTxCount |
0x0001ff5c |
0x0001ff80 |
36 |
3% |
8678 |
.text.vChangeChannelTimerExpiry |
0x0001ff80 |
0x0001ffce |
78 |
5% |
8681 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
1650 |
Actual: |
1650 |
100% |
8666 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoBindUnbindServerInit |
0x0001ffce |
0x0001ffd4 |
6 |
1% |
8683 |
.text.u8ZdoBindUnbindServerUnpackApdu |
0x0001ffd4 |
0x00020018 |
68 |
10% |
8687 |
.text.vAplZdoBindUnbindServerMapApsmeToZdp |
0x00020018 |
0x00020058 |
64 |
9% |
8690 |
.text.bAplZdoBindUnbindServerProcessApdu |
0x00020058 |
0x000201fc |
420 |
59% |
8694 |
.text.zps_bAplZdoBindUnbindServer |
0x000201fc |
0x00020298 |
156 |
22% |
8697 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
714 |
Actual: |
714 |
100% |
8683 |
Flash640 / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindRequestServer |
0x00020298 |
0x000203dc |
324 |
16% |
8700 |
.text.zps_eAplZdoBdrmRequestSend |
0x000203dc |
0x00020474 |
152 |
8% |
8703 |
.text.zps_vAplZdoBindRequestServerInit |
0x00020474 |
0x00020500 |
140 |
7% |
8706 |
.text.zps_eAplAfBoundDataReqNonBlocking |
0x00020500 |
0x000206c8 |
456 |
23% |
8709 |
.text.ZPS_vResetBoundServerContext |
0x000206c8 |
0x00020718 |
80 |
4% |
8712 |
.text.vZdoBdrmBackStopTimerExpiry |
0x00020718 |
0x00020738 |
32 |
2% |
8715 |
.text.vZdoBdrmSendNextTimedRequest |
0x00020738 |
0x00020a88 |
848 |
42% |
8718 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
2032 |
Actual: |
2032 |
100% |
8700 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.text.eSendDeviceAnnounce |
0x00020a88 |
0x00020b74 |
236 |
36% |
8721 |
.text.zps_vAplZdoClientLookupNwkAddress |
0x00020b74 |
0x00020c10 |
156 |
24% |
8723 |
.text.zps_vAplZdoZdoClientInit |
0x00020c10 |
0x00020c1c |
12 |
2% |
8726 |
.text.zps_bAplZdoZdoClient |
0x00020c1c |
0x00020d24 |
264 |
40% |
8730 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
668 |
Actual: |
668 |
100% |
8721 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtBindServerInit |
0x00020d24 |
0x00020d28 |
4 |
1% |
8733 |
.text.zps_bAplZdoMgmtBindServer |
0x00020d28 |
0x00020f14 |
492 |
100% |
8736 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
496 |
Actual: |
496 |
100% |
8733 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpApsdeReqInternal |
0x00020f14 |
0x00020fac |
152 |
38% |
8739 |
.text.zps_eAplZdpRequestApsdeReq |
0x00020fac |
0x0002102c |
128 |
32% |
8742 |
.text.zps_eAplZdpResponseApsdeReq |
0x0002102c |
0x00021040 |
20 |
5% |
8745 |
.text.zps_eAplZdpGenStatusOnlyResponse |
0x00021040 |
0x000210ac |
108 |
27% |
8748 |
Expected total in zps_apl_zdp_apsde_req.o file: |
408 |
Actual: |
408 |
100% |
8739 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpDeviceAnnceRequest |
0x000210ac |
0x00021114 |
104 |
100% |
8751 |
Expected total in zps_apl_zdp_device_annce.o file: |
104 |
Actual: |
104 |
100% |
8751 |
Flash640 / .text / zps_apl_zdp_ieee_addr_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpIeeeAddrRequest |
0x00021114 |
0x0002117c |
104 |
100% |
8754 |
Expected total in zps_apl_zdp_ieee_addr_req.o file: |
104 |
Actual: |
104 |
100% |
8754 |
Flash640 / .text / zps_apl_zdp_match_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMatchDescRequest |
0x0002117c |
0x00021234 |
184 |
100% |
8757 |
Expected total in zps_apl_zdp_match_desc_req.o file: |
184 |
Actual: |
184 |
100% |
8757 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtPermitJoiningRequest |
0x00021234 |
0x000212e8 |
180 |
100% |
8760 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
180 |
Actual: |
180 |
100% |
8760 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpNodeDescRequest |
0x000212e8 |
0x00021364 |
124 |
100% |
8763 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
124 |
Actual: |
124 |
100% |
8763 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNwkAddrResponse |
0x00021364 |
0x00021430 |
204 |
100% |
8766 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8766 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpIeeeAddrResponse |
0x00021430 |
0x000214fc |
204 |
100% |
8769 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8769 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNodeDescResponse |
0x000214fc |
0x0002159c |
160 |
100% |
8772 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
160 |
Actual: |
160 |
100% |
8772 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpParentAnnceResponse |
0x0002159c |
0x00021648 |
172 |
100% |
8775 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
172 |
Actual: |
172 |
100% |
8775 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpPowerDescResponse |
0x00021648 |
0x000216d8 |
144 |
100% |
8778 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
144 |
Actual: |
144 |
100% |
8778 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSimpleDescResponse |
0x000216d8 |
0x000217b8 |
224 |
100% |
8781 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
224 |
Actual: |
224 |
100% |
8781 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpActiveEpResponse |
0x000217b8 |
0x00021844 |
140 |
100% |
8784 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
140 |
Actual: |
140 |
100% |
8784 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMatchDescResponse |
0x00021844 |
0x000218d0 |
140 |
100% |
8787 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
140 |
Actual: |
140 |
100% |
8787 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSystemServerDiscoveryResponse |
0x000218d0 |
0x00021944 |
116 |
100% |
8790 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
116 |
Actual: |
116 |
100% |
8790 |
Flash640 / .text / zps_apl_zdp_bind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpBindResponse |
0x00021944 |
0x0002196a |
38 |
100% |
8793 |
Expected total in zps_apl_zdp_bind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8793 |
Flash640 / .text / zps_apl_zdp_unbind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpUnbindResponse |
0x0002196a |
0x00021990 |
38 |
100% |
8796 |
Expected total in zps_apl_zdp_unbind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8796 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtLqiResponse |
0x00021990 |
0x00021a80 |
240 |
100% |
8799 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
240 |
Actual: |
240 |
100% |
8799 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtRtgResponse |
0x00021a80 |
0x00021b3c |
188 |
100% |
8802 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
188 |
Actual: |
188 |
100% |
8802 |
Flash640 / .text / zps_apl_zdp_mgmt_leave_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtLeaveResponse |
0x00021b3c |
0x00021b64 |
40 |
100% |
8805 |
Expected total in zps_apl_zdp_mgmt_leave_rsp.o file: |
40 |
Actual: |
40 |
100% |
8805 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtNwkUpdateNotifyResponse |
0x00021b64 |
0x00021c0c |
168 |
100% |
8809 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
168 |
Actual: |
168 |
100% |
8809 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtPermitJoiningResponse |
0x00021c0c |
0x00021c32 |
38 |
100% |
8812 |
Expected total in zps_apl_zdp_mgmt_permit_joining_rsp.o file: |
38 |
Actual: |
38 |
100% |
8812 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacRadioTypeFromPage |
0x00021c32 |
0x00021c40 |
14 |
4% |
8815 |
.text.ZPS_eMacRadioTypeFromChannelMask |
0x00021c40 |
0x00021c48 |
8 |
3% |
8818 |
.text.ZPS_eMacValidateChannelMask |
0x00021c48 |
0x00021c68 |
32 |
9% |
8822 |
.text.ZPS_u8MacGetChannelOffsetFromPage |
0x00021c68 |
0x00021c78 |
16 |
5% |
8825 |
.text.ZPS_u8MacGetLowChanForPage |
0x00021c78 |
0x00021c88 |
16 |
5% |
8828 |
.text.ZPS_u8MacGetHighChanForPage |
0x00021c88 |
0x00021c98 |
16 |
5% |
8831 |
.text.ZPS_u8MacGetChannelOffsetFromMask |
0x00021c98 |
0x00021c9e |
6 |
2% |
8834 |
.text.ZPS_u32MacGetChannelMaskFromNum |
0x00021c9e |
0x00021ce4 |
70 |
19% |
8837 |
.text.ZPS_u8MacPibGetBeaconPayloadLength |
0x00021ce4 |
0x00021cf0 |
12 |
4% |
8841 |
.text.ZPS_u8MacPibGetBeaconPayload |
0x00021cf0 |
0x00021d04 |
20 |
6% |
8844 |
.text.ZPS_bMacGetEnhancedMode |
0x00021d04 |
0x00021d10 |
12 |
4% |
8847 |
.text.zps_bMacConvertEnhancedBeacon |
0x00021d10 |
0x00021d5a |
74 |
20% |
8850 |
.text.zps_vMacCommonMlmeCallBackHandler |
0x00021d5a |
0x00021d90 |
54 |
15% |
8853 |
.text.vMacShimException |
0x00021d90 |
0x00021d9a |
10 |
3% |
8856 |
.text.TSV_eClose |
0x00021d9a |
0x00021da0 |
6 |
2% |
8859 |
.text.ZPS_vMacRegisterDataRequest |
0x00021da0 |
0x00021dac |
12 |
4% |
8863 |
Expected total in zps_mac_common.o file: |
378 |
Actual: |
378 |
100% |
8815 |
Flash640 / .text / zps_mac_ie.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8MacIECopyZigbeePayloadSubIE |
0x00021dac |
0x00021e70 |
196 |
100% |
8866 |
Expected total in zps_mac_ie.o file: |
196 |
Actual: |
196 |
100% |
8866 |
Flash640 / .text / zps_mac_if_table.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8MacIFTGetNumInterfaces |
0x00021e70 |
0x00021e7c |
12 |
2% |
8869 |
.text.ZPS_u16MacIFTGetIDByChannelMask |
0x00021e7c |
0x00021eaa |
46 |
5% |
8872 |
.text.ZPS_u16MacIFTCheckForRadioType |
0x00021eaa |
0x00021ed2 |
40 |
4% |
8875 |
.text.ZPS_u16MacIFTGetIDByRadioType |
0x00021ed2 |
0x00021efc |
42 |
5% |
8878 |
.text.ZPS_vMacIFTSetActiveChannel |
0x00021efc |
0x00021f08 |
12 |
2% |
8881 |
.text.ZPS_u8GetChannelOffset |
0x00021f08 |
0x00021f30 |
40 |
4% |
8884 |
.text.ZPS_u8MacIFTGetChannelMaskCount |
0x00021f30 |
0x00021f72 |
66 |
7% |
8887 |
.text.ZPS_pu32MacIFTGetChannelMaskForPage |
0x00021f72 |
0x00021fba |
72 |
8% |
8890 |
.text.ZPS_u8MacIFTAddUpdateChannelMask |
0x00021fba |
0x00022038 |
126 |
13% |
8893 |
.text.ZPS_u8MacIFTNumOfEnabledInterfaces |
0x00022038 |
0x00022064 |
44 |
5% |
8896 |
.text.ZPS_u8MacIFTGetIntfState |
0x00022064 |
0x00022086 |
34 |
4% |
8899 |
.text.ZPS_vMacIFTSetIntfState |
0x00022086 |
0x000220b0 |
42 |
5% |
8902 |
.text.ZPS_u8MacIFTGetRouterAllowed |
0x000220b0 |
0x000220d2 |
34 |
4% |
8905 |
.text.ZPS_vMacIFTGetChannelMaskFromMacId |
0x000220d2 |
0x00022116 |
68 |
7% |
8908 |
.text.ZPS_vMacIFTSetRouterAllowed |
0x00022116 |
0x00022140 |
42 |
5% |
8911 |
.text.ZPS_vMacIFTUpdateMacInterface |
0x00022140 |
0x00022182 |
66 |
7% |
8914 |
.text.ZPS_u32MacIFTGetChanMaskFromActChan |
0x00022182 |
0x000221e8 |
102 |
10% |
8917 |
.text.ZPS_vMacIFTClearCounts |
0x000221e8 |
0x00022270 |
136 |
14% |
8920 |
Expected total in zps_mac_if_table.o file: |
1024 |
Actual: |
1024 |
100% |
8869 |
Flash640 / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.vMacMcpsCallBackHandler |
0x00022270 |
0x0002227c |
12 |
2% |
8924 |
.text.vMacMlmeCallBackHandler |
0x0002227c |
0x0002229c |
32 |
6% |
8926 |
.text.ZPS_vMacShimInit |
0x0002229c |
0x000222f0 |
84 |
14% |
8928 |
.text.ZPS_bMacIsMultiMac |
0x000222f0 |
0x000222f4 |
4 |
1% |
8931 |
.text.ZPS_vMacHandleMcpsVsReqRsp |
0x000222f4 |
0x00022364 |
112 |
19% |
8934 |
.text.ZPS_vMacHandleMlmeVsReqRsp |
0x00022364 |
0x000223bc |
88 |
15% |
8937 |
.text.ZPS_u8MultiMacInitAuxChannel |
0x000223bc |
0x000223c0 |
4 |
1% |
8940 |
.text.ZPS_u8MultiMacSelectAuxChannel |
0x000223c0 |
0x000223c4 |
4 |
1% |
8943 |
.text.ZPS_vMacModifyForZgp |
0x000223c4 |
0x000223c8 |
4 |
1% |
8946 |
.text.ZPS_vNwkHandleMcpsDcfmInd |
0x000223c8 |
0x000223cc |
4 |
1% |
8949 |
.text.vAppApiSetMacAddrLocation |
0x000223cc |
0x000223dc |
16 |
3% |
8953 |
.text.ZPS_u32MacSetTxBuffers |
0x000223dc |
0x000223e0 |
4 |
1% |
8956 |
.text.ZPS_vMacTask |
0x000223e0 |
0x000223e2 |
2 |
1% |
8959 |
.text.ZPS_u16MacPibGetCoordShortAddress |
0x000223e2 |
0x000223e6 |
4 |
1% |
8962 |
.text.ZPS_u8MacPibGetMaxFrameRetries |
0x000223e6 |
0x000223ea |
4 |
1% |
8965 |
.text.ZPS_u16MacPibGetPanId |
0x000223ea |
0x000223ee |
4 |
1% |
8968 |
.text.ZPS_u16MacPibGetShortAddr |
0x000223ee |
0x000223f2 |
4 |
1% |
8971 |
.text.ZPS_bMacPibGetRxOnWhenIdle |
0x000223f2 |
0x000223f6 |
4 |
1% |
8974 |
.text.ZPS_sMacPibGetCoordExtAddr |
0x000223f6 |
0x00022402 |
12 |
2% |
8977 |
.text.ZPS_u8MacPibGetDsn |
0x00022402 |
0x00022406 |
4 |
1% |
8980 |
.text.ZPS_vMacPibSetCoordShortAddress |
0x00022406 |
0x0002240a |
4 |
1% |
8983 |
.text.ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x0002240a |
0x0002240e |
4 |
1% |
8986 |
.text.ZPS_vMacPibSetTransactionPersistenceTime |
0x0002240e |
0x00022412 |
4 |
1% |
8989 |
.text.ZPS_vMacPibSetPanId |
0x00022412 |
0x00022416 |
4 |
1% |
8992 |
.text.ZPS_vMacPibSetShortAddr |
0x00022416 |
0x0002241a |
4 |
1% |
8995 |
.text.ZPS_vMacPibSetMinBe |
0x0002241a |
0x0002241e |
4 |
1% |
8998 |
.text.ZPS_vMacPibSetMaxBe |
0x0002241e |
0x00022422 |
4 |
1% |
9001 |
.text.ZPS_vMacPibSetMaxCsmaBackoffs |
0x00022422 |
0x00022426 |
4 |
1% |
9004 |
.text.ZPS_vMacPibSetRxOnWhenIdle |
0x00022426 |
0x0002242a |
4 |
1% |
9007 |
.text.ZPS_vMacPibSetRxOnWhenIdleForInterface |
0x0002242a |
0x00022432 |
8 |
2% |
9010 |
.text.ZPS_vMacPibSetCoordExtAddr |
0x00022432 |
0x00022444 |
18 |
3% |
9013 |
.text.ZPS_vMacPibSetAssociationPermit |
0x00022444 |
0x00022454 |
16 |
3% |
9016 |
.text.ZPS_vMacPibSetBeaconPayload |
0x00022454 |
0x00022480 |
44 |
8% |
9020 |
.text.ZPS_vMacSetEBRPayloadJoin |
0x00022480 |
0x00022482 |
2 |
1% |
9023 |
.text.ZPS_vMacSetEBRPayloadReJoin |
0x00022482 |
0x00022484 |
2 |
1% |
9026 |
.text.ZPS_vMacPibSetDsn |
0x00022484 |
0x00022488 |
4 |
1% |
9029 |
.text.ZPS_vMacPibSetExtAddr |
0x00022488 |
0x0002248c |
4 |
1% |
9032 |
.text.ZPS_vMacPibSetRxInCca |
0x0002248c |
0x00022490 |
4 |
1% |
9035 |
.text.ZPS_vMacSetVsOUIBytes |
0x00022490 |
0x00022492 |
2 |
1% |
9038 |
.text.ZPS_eMacPlmeGet |
0x00022492 |
0x00022496 |
4 |
1% |
9041 |
.text.ZPS_eMacPlmeSet |
0x00022496 |
0x0002249c |
6 |
1% |
9044 |
.text.ZPS_vMacSetEnhancedMode |
0x0002249c |
0x000224a8 |
12 |
2% |
9048 |
.text.ZPS_vMacBeaconRequest |
0x000224a8 |
0x000224b6 |
14 |
3% |
9051 |
.text.ZPS_vMacRestoreInterfaceState |
0x000224b6 |
0x000224b8 |
2 |
1% |
9054 |
.text.ZPS_u8MacSetTXPower |
0x000224b8 |
0x000224bc |
4 |
1% |
9057 |
.text.ZPS_u8MacGetTXPower |
0x000224bc |
0x000224c0 |
4 |
1% |
9060 |
.text.ZPS_u8MacDeleteTXPower |
0x000224c0 |
0x000224c4 |
4 |
1% |
9063 |
.text.ZPS_u8MacClearTXPowerTable |
0x000224c4 |
0x000224c8 |
4 |
1% |
9066 |
.text.APP_bMultimaskJoinCallBack |
0x000224c8 |
0x000224d0 |
8 |
2% |
9069 |
Expected total in zps_mac_shim.o file: |
608 |
Actual: |
608 |
100% |
8924 |
Flash640 / .text / zps_miniMac.o |
Start |
End |
Size |
% |
Line |
.text.vInitBufferQueues |
0x000224d0 |
0x00022598 |
200 |
8% |
9072 |
.text.vRetryTxFailure |
0x00022598 |
0x000225c0 |
40 |
2% |
9074 |
.text.zps_eSocMacSetTxBuffers |
0x000225c0 |
0x000225fc |
60 |
3% |
9077 |
.text.zps_vSocMacShimInit |
0x000225fc |
0x00022658 |
92 |
4% |
9080 |
.text.zps_vSocMacHandleMlmeVsReqRsp |
0x00022658 |
0x000227d8 |
384 |
14% |
9083 |
.text.SOC_ZPS_vMacModifyForZgp |
0x000227d8 |
0x00022824 |
76 |
3% |
9086 |
.text.vMiniMac_MlmeCallback |
0x00022824 |
0x000229c8 |
420 |
15% |
9089 |
.text.vMiniMac_DataRequestCallback |
0x000229c8 |
0x000229e4 |
28 |
1% |
9092 |
.text.vMiniMac_EmptyMcpsFrameWithFpSetCallback |
0x000229e4 |
0x000229f4 |
16 |
1% |
9095 |
.text.psMiniMac_GetTxBufferCallback |
0x000229f4 |
0x00022a1c |
40 |
2% |
9098 |
.text.psMiniMac_GetRxBufferCallback |
0x00022a1c |
0x00022a54 |
56 |
2% |
9101 |
.text.vMiniMac_ReturnTxBufferCallback |
0x00022a54 |
0x00022a80 |
44 |
2% |
9104 |
.text.zps_vSocMacHandleMcpsVsReqRsp |
0x00022a80 |
0x00022b8c |
268 |
10% |
9107 |
.text.vMiniMac_ReturnRxBufferCallback |
0x00022b8c |
0x00022bb8 |
44 |
2% |
9111 |
.text.vMiniMac_McpsCallback |
0x00022bb8 |
0x00022e7c |
708 |
26% |
9114 |
.text.SOC_ZPS_u16MacPibGetCoordShortAddress |
0x00022e7c |
0x00022e88 |
12 |
1% |
9117 |
.text.SOC_ZPS_u8MacPibGetMaxFrameRetries |
0x00022e88 |
0x00022e94 |
12 |
1% |
9120 |
.text.SOC_ZPS_u16MacPibGetPanId |
0x00022e94 |
0x00022ea0 |
12 |
1% |
9123 |
.text.SOC_ZPS_u16MacPibGetShortAddr |
0x00022ea0 |
0x00022eac |
12 |
1% |
9126 |
.text.SOC_ZPS_bMacPibGetRxOnWhenIdle |
0x00022eac |
0x00022eb8 |
12 |
1% |
9129 |
.text.SOC_ZPS_sMacPibGetCoordExtAddr |
0x00022eb8 |
0x00022ecc |
20 |
1% |
9132 |
.text.SOC_ZPS_u8MacPibGetDsn |
0x00022ecc |
0x00022ed8 |
12 |
1% |
9135 |
.text.SOC_ZPS_vMacPibSetCoordShortAddress |
0x00022ed8 |
0x00022ee4 |
12 |
1% |
9138 |
.text.SOC_ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x00022ee4 |
0x00022ef0 |
12 |
1% |
9141 |
.text.SOC_ZPS_vMacPibSetTransactionPersistenceTime |
0x00022ef0 |
0x00022efc |
12 |
1% |
9144 |
.text.SOC_ZPS_vMacPibSetPanId |
0x00022efc |
0x00022f04 |
8 |
1% |
9147 |
.text.SOC_ZPS_vMacPibSetShortAddr |
0x00022f04 |
0x00022f0c |
8 |
1% |
9150 |
.text.SOC_ZPS_vMacPibSetMinBe |
0x00022f0c |
0x00022f14 |
8 |
1% |
9153 |
.text.SOC_ZPS_vMacPibSetMaxBe |
0x00022f14 |
0x00022f18 |
4 |
1% |
9156 |
.text.SOC_ZPS_vMacPibSetMaxCsmaBackoffs |
0x00022f18 |
0x00022f20 |
8 |
1% |
9159 |
.text.SOC_ZPS_vMacPibSetRxOnWhenIdle |
0x00022f20 |
0x00022f2c |
12 |
1% |
9162 |
.text.SOC_ZPS_vMacPibSetCoordExtAddr |
0x00022f2c |
0x00022f44 |
24 |
1% |
9166 |
.text.SOC_ZPS_vMacPibSetAssociationPermit |
0x00022f44 |
0x00022f50 |
12 |
1% |
9169 |
.text.SOC_ZPS_vMacPibSetBeaconPayload |
0x00022f50 |
0x00022f70 |
32 |
2% |
9172 |
.text.SOC_ZPS_vMacPibSetDsn |
0x00022f70 |
0x00022f7c |
12 |
1% |
9175 |
.text.SOC_ZPS_vMacPibSetBeaconRequestLqiThreshold |
0x00022f7c |
0x00022f88 |
12 |
1% |
9178 |
.text.SOC_ZPS_vMacPibSetExtAddr |
0x00022f88 |
0x00022fa4 |
28 |
1% |
9181 |
.text.SOC_ZPS_vMacPibSetRxInCca |
0x00022fa4 |
0x00022fbc |
24 |
1% |
9184 |
.text.SOC_ZPS_eMacPlmeGet |
0x00022fbc |
0x00022fc0 |
4 |
1% |
9187 |
.text.SOC_ZPS_eMacPlmeSet |
0x00022fc0 |
0x00022fc4 |
4 |
1% |
9190 |
.text.SOC_ZPS_u8MacGetTXPower |
0x00022fc4 |
0x00022fc8 |
4 |
1% |
9193 |
.text.SOC_ZPS_u8MacSetTXPower |
0x00022fc8 |
0x00022fcc |
4 |
1% |
9196 |
.text.SOC_ZPS_u8MacDeleteTXPower |
0x00022fcc |
0x00022fd0 |
4 |
1% |
9199 |
.text.SOC_ZPS_u8MacClearTXPowerTable |
0x00022fd0 |
0x00022fd4 |
4 |
1% |
9202 |
Expected total in zps_miniMac.o file: |
2820 |
Actual: |
2820 |
100% |
9072 |
Flash640 / .text / pwrm.o |
Start |
End |
Size |
% |
Line |
.text.PWRM_eStartActivity |
0x00022fd4 |
0x00022fde |
10 |
32% |
9205 |
.text.PWRM_eFinishActivity |
0x00022fde |
0x00022fe8 |
10 |
32% |
9208 |
.text.PWRM_u16GetActivityCount |
0x00022fe8 |
0x00022ff4 |
12 |
38% |
9211 |
Expected total in pwrm.o file: |
32 |
Actual: |
32 |
100% |
9205 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActiveTimerExpiry |
0x00022ff4 |
0x000230b4 |
192 |
11% |
9214 |
.text.vZGPdCfm |
0x000230b4 |
0x000230e4 |
48 |
3% |
9217 |
.text.vZGPParseMacMcpsData |
0x000230e4 |
0x000231d8 |
244 |
14% |
9220 |
.text.zps_vZgpDeviceActive |
0x000231d8 |
0x00023204 |
44 |
3% |
9224 |
.text.vFillApduErrorEventGreenPower |
0x00023204 |
0x00023240 |
60 |
4% |
9227 |
.text.vPostToGreenPowerEndpoint |
0x00023240 |
0x00023368 |
296 |
17% |
9230 |
.text.vZGPcStubMcpsInd |
0x00023368 |
0x000236bc |
852 |
48% |
9233 |
.text.zps_vRegisterGreenPower |
0x000236bc |
0x000236e8 |
44 |
3% |
9235 |
.text.ZPS_vRegisterSecRequestResponseCallback |
0x000236e8 |
0x000236f4 |
12 |
1% |
9238 |
Expected total in zps_apl_gp.o file: |
1792 |
Actual: |
1792 |
100% |
9214 |
Flash640 / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.vZgpAgeTxQueue |
0x000236f4 |
0x00023786 |
146 |
7% |
9241 |
.text.zps_vCStub_DataReq |
0x00023786 |
0x000239a4 |
542 |
26% |
9244 |
.text.psFindGpTxQentry |
0x000239a4 |
0x00023a02 |
94 |
5% |
9247 |
.text.zps_sZgpAddTxQueue |
0x00023a02 |
0x00023adc |
218 |
11% |
9250 |
.text.zps_vDStub_DataReq |
0x00023adc |
0x00023e2c |
848 |
41% |
9254 |
.text.zps_bZgpRemoveTxQueue |
0x00023e2c |
0x00023eb8 |
140 |
7% |
9257 |
.text.vZgpSendTxAfterRx |
0x00023eb8 |
0x00023ee8 |
48 |
3% |
9260 |
.text.ZPS_vZgpInitGpTxQueue |
0x00023ee8 |
0x00023f38 |
80 |
4% |
9264 |
Expected total in zps_bdir_gp.o file: |
2116 |
Actual: |
2116 |
100% |
9241 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vZgpTransformKey |
0x00023f38 |
0x00023fc4 |
140 |
11% |
9267 |
.text.ZPS_psZgpFindGpstEntry |
0x00023fc4 |
0x0002401c |
88 |
7% |
9270 |
.text.ZPS_sZgpAddDeviceSecurity |
0x0002401c |
0x000240c6 |
170 |
14% |
9273 |
.text.ZPS_vZgpInitGpSecurityTable |
0x000240c6 |
0x000240f2 |
44 |
4% |
9276 |
.text.u8ZgpCCMStarEncrypt |
0x000240f2 |
0x00024282 |
400 |
32% |
9279 |
.text.u8ZgpCCMStarDecrypt |
0x00024282 |
0x00024440 |
446 |
35% |
9282 |
Expected total in zps_apl_gp_security.o file: |
1288 |
Actual: |
1288 |
100% |
9267 |
Flash640 / .text / zps_apl_options.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRegisterInterPanHandlers |
0x00024440 |
0x0002444c |
12 |
11% |
9285 |
.text.ZPS_vRegistercStubGreenPower |
0x0002444c |
0x00024458 |
12 |
11% |
9288 |
.text.ZPS_vInterceptMcpsDataCallback |
0x00024458 |
0x000244b2 |
90 |
79% |
9291 |
Expected total in zps_apl_options.o file: |
114 |
Actual: |
114 |
100% |
9285 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vHandleApsInterPanDcfmData |
0x000244b2 |
0x000244f4 |
66 |
8% |
9294 |
.text.vFillApduErrorEventInterPan |
0x000244f4 |
0x0002452c |
56 |
7% |
9297 |
.text.vPostInterPanToEndpoint |
0x0002452c |
0x0002468c |
352 |
40% |
9301 |
.text.vApsInterPanMcpsDataInd |
0x0002468c |
0x00024814 |
392 |
45% |
9304 |
.text.zps_vAfInterPanInit |
0x00024814 |
0x00024828 |
20 |
3% |
9307 |
Expected total in zps_apl_interpan.o file: |
886 |
Actual: |
886 |
100% |
9294 |
Flash640 / .text / zps_nwk_dcim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkRegisterNlmeDcfmIndCallbacks |
0x00024828 |
0x00024836 |
14 |
19% |
9310 |
.text.ZPS_vNwkRegisterNldeDcfmIndCallbacks |
0x00024836 |
0x00024844 |
14 |
19% |
9313 |
.text.zps_psNwkDcfmIndGetBuf |
0x00024844 |
0x0002485a |
22 |
29% |
9316 |
.text.zps_eNwkDcfmIndPost |
0x0002485a |
0x00024874 |
26 |
35% |
9319 |
Expected total in zps_nwk_dcim.o file: |
76 |
Actual: |
76 |
100% |
9310 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.eLeaveDataDcfmRemoteLeave |
0x00024874 |
0x000248b2 |
62 |
6% |
9322 |
.text.eLeaveDataDcfmLocalLeave |
0x000248b2 |
0x0002490c |
90 |
9% |
9324 |
.text.eLeaveReset |
0x0002490c |
0x00024964 |
88 |
9% |
9326 |
.text.zps_psNwkSendLeaveCmd |
0x00024964 |
0x000249e4 |
128 |
13% |
9328 |
.text.zps_psNwkPropagateLocalLeave |
0x000249e4 |
0x00024a10 |
44 |
5% |
9331 |
.text.zps_eNwkHandleSceLeave |
0x00024a10 |
0x00024b84 |
372 |
36% |
9335 |
.text.zps_vNwkHandleCmeLeaveReq |
0x00024b84 |
0x00024c90 |
268 |
26% |
9338 |
Expected total in zps_nwk_leave.o file: |
1052 |
Actual: |
1052 |
100% |
9322 |
Flash640 / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_eSmeGenlIllegal |
0x00024c90 |
0x00024c96 |
6 |
2% |
9341 |
.text.zps_eSceGenlIllegal |
0x00024c96 |
0x00024c9c |
6 |
2% |
9344 |
.text.zps_vNwkLibU16ToPayload |
0x00024c9c |
0x00024ca4 |
8 |
2% |
9347 |
.text.zps_vNwkLibU32ToPayload |
0x00024ca4 |
0x00024cb4 |
16 |
4% |
9350 |
.text.zps_vNwkLibU64ToPayload |
0x00024cb4 |
0x00024cd4 |
32 |
7% |
9353 |
.text.zps_vInitBeaconPayload |
0x00024cd4 |
0x00024d58 |
132 |
28% |
9357 |
.text.zps_sNwkStart |
0x00024d58 |
0x00024e50 |
248 |
53% |
9360 |
.text.zps_u16NwkLibFromPayload |
0x00024e50 |
0x00024e54 |
4 |
1% |
9363 |
.text.zps_u64NwkLibFromPayload |
0x00024e54 |
0x00024e5c |
8 |
2% |
9366 |
.text.zps_u8NwkLibChannelLow |
0x00024e5c |
0x00024e62 |
6 |
2% |
9369 |
.text.zps_u8NwkLibChannelHigh |
0x00024e62 |
0x00024e68 |
6 |
2% |
9372 |
Expected total in zps_nwk_lib.o file: |
472 |
Actual: |
472 |
100% |
9341 |
Flash640 / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8CalcLinkCost |
0x00024e68 |
0x00024ebc |
84 |
6% |
9375 |
.text.eSendLinkStatusDataDcfm.part.0 |
0x00024ebc |
0x00024ff4 |
312 |
22% |
9378 |
.text.eSendLinkStatusDataDcfmCb |
0x00024ff4 |
0x00025038 |
68 |
5% |
9380 |
.text.zps_vAgeRouter |
0x00025038 |
0x00025090 |
88 |
7% |
9382 |
.text.zps_vNwkSecondTickHandleExpiry |
0x00025090 |
0x00025284 |
500 |
35% |
9386 |
.text.zps_vAddToSortedActiveNtList |
0x00025284 |
0x000252e6 |
98 |
7% |
9389 |
.text.zps_eNwkHandleSceLinkStatus |
0x000252e6 |
0x000253f4 |
270 |
19% |
9392 |
.text.zps_vRegisterCallbackForSecondsTick |
0x000253f4 |
0x00025400 |
12 |
1% |
9396 |
Expected total in zps_nwk_lkst.o file: |
1432 |
Actual: |
1432 |
100% |
9375 |
Flash640 / .text / zps_nwk_main.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pvNwkCtor |
0x00025400 |
0x00025470 |
112 |
74% |
9399 |
.text.ZPS_pvNwkGetHandle |
0x00025470 |
0x0002547c |
12 |
8% |
9402 |
.text.ZPS_vExtendedStatusSetCallback |
0x0002547c |
0x00025488 |
12 |
8% |
9405 |
.text.ZPS_vSetExtendedStatus |
0x00025488 |
0x00025498 |
16 |
11% |
9408 |
Expected total in zps_nwk_main.o file: |
152 |
Actual: |
152 |
100% |
9399 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eUnsolicitedRejoinRspDataDcfm |
0x00025498 |
0x000254b8 |
32 |
1% |
9411 |
.text.eEdTimeoutResponseDataDcfm |
0x000254b8 |
0x000254d0 |
24 |
1% |
9413 |
.text.zps_vSendNwkStatusInd |
0x000254d0 |
0x000254f6 |
38 |
1% |
9415 |
.text.vHandleNwkLocalUpdateAfterBcast |
0x000254f6 |
0x00025560 |
106 |
3% |
9418 |
.text.vHandleNwkRemoteUpdateAfterBcast |
0x00025560 |
0x000255b0 |
80 |
2% |
9420 |
.text.vHandleEdTimeoutReqExpiry |
0x000255b0 |
0x0002563c |
140 |
4% |
9423 |
.text.eEdTimeoutRequestDataDcfm |
0x0002563c |
0x0002565a |
30 |
1% |
9425 |
.text.zps_bNwkIsBeaconZigbee |
0x0002565a |
0x0002566c |
18 |
1% |
9427 |
.text.zps_eNwkHandleSmeBeaconNotifyInd |
0x0002566c |
0x00025734 |
200 |
5% |
9430 |
.text.zps_vNwkRemoveConflictedBroadcast |
0x00025734 |
0x00025780 |
76 |
2% |
9433 |
.text.zps_eNwkHandleSceNwkReport |
0x00025780 |
0x0002585c |
220 |
6% |
9437 |
.text.zps_eNwkHandleSceNwkUpdate |
0x0002585c |
0x00025880 |
36 |
1% |
9440 |
.text.zps_psSendNetworkStatusCmd |
0x00025880 |
0x00025918 |
152 |
4% |
9443 |
.text.zps_vProcessChildAddrConflict |
0x00025918 |
0x000259d4 |
188 |
5% |
9446 |
.text.zps_vProcessLocalAddrConflict |
0x000259d4 |
0x00025a86 |
178 |
5% |
9449 |
.text.zps_eNwkHandleSceNwkStatus |
0x00025a86 |
0x00025bc4 |
318 |
8% |
9452 |
.text.zps_psSendNetworkReportCmd |
0x00025bc4 |
0x00025c9c |
216 |
6% |
9455 |
.text.vSendNetworkReport |
0x00025c9c |
0x00025ca0 |
4 |
1% |
9458 |
.text.zps_psSendNetworkUpdateCmd |
0x00025ca0 |
0x00025d48 |
168 |
5% |
9460 |
.text.vSendNetworkUpdate |
0x00025d48 |
0x00025de0 |
152 |
4% |
9463 |
.text.zps_psSendNetworkEdTimeoutReqCmd |
0x00025de0 |
0x00025e80 |
160 |
4% |
9465 |
.text.zps_psSendNetworkEdTimeoutRspCmd |
0x00025e80 |
0x00025ef0 |
112 |
3% |
9468 |
.text.zps_eNwkHandleSceNwkEdTimeoutReq |
0x00025ef0 |
0x00025fa8 |
184 |
5% |
9471 |
.text.zps_bNwkFindAddIeeeAddr |
0x00025fa8 |
0x0002611e |
374 |
10% |
9474 |
.text.ZPS_vRemoveEntryFromAddressMap |
0x0002611e |
0x0002616c |
78 |
2% |
9477 |
.text.ZPS_u64NwkNibGetMappedIeeeAddr |
0x0002616c |
0x00026192 |
38 |
1% |
9480 |
.text.eCheckAddrConflict.constprop.0 |
0x00026192 |
0x00026220 |
142 |
4% |
9483 |
.text.zps_eProcessAddrConflict |
0x00026220 |
0x000263c4 |
420 |
11% |
9485 |
.text.ZPS_vNwkUpdateTxBytesForNeighbor |
0x000263c4 |
0x000263f8 |
52 |
2% |
9488 |
.text.ZPS_vNwkUpdateRxBytesForNeighbor |
0x000263f8 |
0x0002642c |
52 |
2% |
9491 |
.text.ZPS_u8nwkNewIDtest |
0x0002642c |
0x0002644e |
34 |
1% |
9494 |
Expected total in zps_nwk_maint.o file: |
4022 |
Actual: |
4022 |
100% |
9411 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.vNwkMcpsTimerCallback |
0x0002644e |
0x00026462 |
20 |
1% |
9497 |
.text.vProcessTimedList |
0x00026462 |
0x0002649e |
60 |
1% |
9500 |
.text.vInitUnknownNeighbor |
0x0002649e |
0x00026530 |
146 |
3% |
9502 |
.text.ZPS_bHookMcpsDcfmFail |
0x00026530 |
0x00026532 |
2 |
1% |
9504 |
.text.ZPS_bHookMcpsDcfmInd |
0x00026532 |
0x00026548 |
22 |
1% |
9507 |
.text.bSdeHandleDataFrm |
0x00026548 |
0x00026668 |
288 |
5% |
9511 |
.text.zps_vNwkMcpsMgrInit |
0x00026668 |
0x00026700 |
152 |
3% |
9514 |
.text.zps_vNwkMcpsMgrPostTimed |
0x00026700 |
0x00026716 |
22 |
1% |
9517 |
.text.zps_psNwkMcpsMgrAllocateReqDescr |
0x00026716 |
0x0002671e |
8 |
1% |
9520 |
.text.zps_bNwkMcpsMgrRemoveDescrFromLists |
0x0002671e |
0x0002675c |
62 |
1% |
9523 |
.text.zps_vNwkMcpsMgrFreeReqDescr |
0x0002675c |
0x000267b4 |
88 |
2% |
9526 |
.text.zps_bNwkMcpsMgrDfcmBitmapUpdateAndCheck |
0x000267b4 |
0x000267ec |
56 |
1% |
9529 |
.text.zps_psNwkMcpsMgrFindSubmittedByHandle |
0x000267ec |
0x00026806 |
26 |
1% |
9532 |
.text.zps_psNwkMcpsMgrFindPendingByNwkDstAddr |
0x00026806 |
0x00026818 |
18 |
1% |
9535 |
.text.zps_psNwkMcpsMgrFindByBtr |
0x00026818 |
0x0002683e |
38 |
1% |
9538 |
.text.zps_vNwkMcpsMgrTidyBtrReqDescr |
0x0002683e |
0x00026862 |
36 |
1% |
9541 |
.text.zps_u8NwkAllocateMcpsHandle |
0x00026862 |
0x00026892 |
48 |
1% |
9544 |
.text.zps_vNwkFreeMcpsHandle |
0x00026892 |
0x000268b0 |
30 |
1% |
9547 |
.text.ZPS_vNwkSendLeaveDirect |
0x000268b0 |
0x000269c4 |
276 |
5% |
9550 |
.text.ZPS_vNwkMacDataPollRequest |
0x000269c4 |
0x00026a24 |
96 |
2% |
9553 |
.text.vNwkMcpsSendTimedDfcm |
0x00026a24 |
0x00026aa8 |
132 |
3% |
9557 |
.text.vProcessListsForSubmission |
0x00026aa8 |
0x00026cf0 |
584 |
10% |
9560 |
.text.vMcpsMgrExpiry |
0x00026cf0 |
0x00026d40 |
80 |
2% |
9562 |
.text.zps_vNwkMcpsMgrPost |
0x00026d40 |
0x00026d64 |
36 |
1% |
9564 |
.text.ZPS_vNwkHandleMcpsVsInd |
0x00026d64 |
0x00027a0c |
3240 |
53% |
9568 |
.text.zps_vNwkMcpsMgrRemoveAndMakeLimbo |
0x00027a0c |
0x00027a34 |
40 |
1% |
9571 |
.text.zps_bNwkHandleSdeActvDcfmData |
0x00027a34 |
0x00027ba8 |
372 |
6% |
9574 |
.text.vMcpsMgrTimeoutExpiry |
0x00027ba8 |
0x00027c20 |
120 |
2% |
9577 |
.text.ZPS_vNwkHandleMcpsVsDcfm |
0x00027c20 |
0x00027c84 |
100 |
2% |
9580 |
.text.ZPS_vNwkSetOptionsFilter |
0x00027c84 |
0x00027c94 |
16 |
1% |
9584 |
Expected total in zps_nwk_mcps.o file: |
6214 |
Actual: |
6214 |
100% |
9497 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMlmeDcfmInd |
0x00027c94 |
0x00027cfc |
104 |
100% |
9587 |
Expected total in zps_nwk_mlme.o file: |
104 |
Actual: |
104 |
100% |
9587 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.vLoadNwkRecord |
0x00027cfc |
0x00027d34 |
56 |
1% |
9590 |
.text.zps_vNwkDefaultStateMachines |
0x00027d34 |
0x00027d90 |
92 |
2% |
9592 |
.text.zps_vDefaultNwkLayer |
0x00027d90 |
0x00027f9c |
524 |
9% |
9595 |
.text.ZPS_psNwkNibGetHandle |
0x00027f9c |
0x00027fa2 |
6 |
1% |
9598 |
.text.ZPS_u16NwkNibGetNwkAddr |
0x00027fa2 |
0x00027fa6 |
4 |
1% |
9601 |
.text.ZPS_u64NwkNibGetExtAddr |
0x00027fa6 |
0x00027faa |
4 |
1% |
9604 |
.text.ZPS_u16NwkNibGetMacPanId |
0x00027faa |
0x00027fae |
4 |
1% |
9607 |
.text.ZPS_vNwkNibIncSeqNum |
0x00027fae |
0x00027fba |
12 |
1% |
9610 |
.text.ZPS_u64NwkNibGetEpid |
0x00027fba |
0x00027fc0 |
6 |
1% |
9613 |
.text.ZPS_vNwkNibClearTables |
0x00027fc0 |
0x000280c6 |
262 |
5% |
9616 |
.text.ZPS_vNwkNibClearDiscoveryNT |
0x000280c6 |
0x000280e8 |
34 |
1% |
9619 |
.text.ZPS_bNwkNibAddrMapAddEntry |
0x000280e8 |
0x00028290 |
424 |
7% |
9623 |
.text.ZPS_bNwkNibNtActvMatch |
0x00028290 |
0x00028324 |
148 |
3% |
9626 |
.text.bCheckNwkAddr |
0x00028324 |
0x0002836c |
72 |
2% |
9629 |
.text.ZPS_bNwkNibNtActvUnusedChild |
0x0002836c |
0x00028394 |
40 |
1% |
9632 |
.text.ZPS_bNwkNibNtActvFindChild |
0x00028394 |
0x00028494 |
256 |
5% |
9635 |
.text.ZPS_u8NwkNibNtDiscMatch |
0x00028494 |
0x0002851a |
134 |
3% |
9638 |
.text.ZPS_u64NwkNibFindExtAddr |
0x0002851a |
0x000285c2 |
168 |
3% |
9641 |
.text.ZPS_u16NwkNibFindNwkAddr |
0x000285c2 |
0x00028664 |
162 |
3% |
9644 |
.text.ZPS_vNwkSaveRecord |
0x00028664 |
0x0002868c |
40 |
1% |
9648 |
.text.ZPS_vNwkNibSetNwkAddr |
0x0002868c |
0x000286c0 |
52 |
1% |
9651 |
.text.ZPS_vNwkNibSetNwkAddrNibOnly |
0x000286c0 |
0x000286cc |
12 |
1% |
9654 |
.text.ZPS_vNwkNibSetExtPanId |
0x000286cc |
0x00028704 |
56 |
1% |
9658 |
.text.ZPS_vNwkNibSetKeySeqNum |
0x00028704 |
0x00028718 |
20 |
1% |
9661 |
.text.ZPS_vNwkNibSetDepth |
0x00028718 |
0x0002874c |
52 |
1% |
9664 |
.text.ZPS_vNwkNibSetUpdateId |
0x0002874c |
0x00028778 |
44 |
1% |
9667 |
.text.ZPS_vNwkNibSetPanId |
0x00028778 |
0x00028794 |
28 |
1% |
9670 |
.text.ZPS_vNwkNibSetCapabilityInfo |
0x00028794 |
0x000287bc |
40 |
1% |
9673 |
.text.ZPS_vNwkNibSetChannel |
0x000287bc |
0x000287de |
34 |
1% |
9676 |
.text.ZPS_vNwkNibSetAuxChannel |
0x000287de |
0x00028800 |
34 |
1% |
9679 |
.text.ZPS_vNwkNibSetParentAddr |
0x00028800 |
0x0002881a |
26 |
1% |
9682 |
.text.ZPS_vNwkSaveNt |
0x0002881a |
0x00028836 |
28 |
1% |
9685 |
.text.ZPS_vNwkSaveSecMat |
0x00028836 |
0x0002884c |
22 |
1% |
9688 |
.text.ZPS_vNwkSaveAllRecords |
0x0002884c |
0x00028864 |
24 |
1% |
9691 |
.text.ZPS_vNwkResetOutgoingFrameCounter |
0x00028864 |
0x00028878 |
20 |
1% |
9695 |
.text.ZPS_pvNwkRestoreFrameCounter |
0x00028878 |
0x000288a0 |
40 |
1% |
9698 |
.text.ZPS_vNwkInitialiseRecords |
0x000288a0 |
0x0002890c |
108 |
2% |
9701 |
.text.ZPS_vNwkNibSetTables |
0x0002890c |
0x00028948 |
60 |
1% |
9704 |
.text.ZPS_vNwkTimerQueueOverflow |
0x00028948 |
0x000289d0 |
136 |
3% |
9708 |
.text.ZPS_u8NwkSendNwkEdTimeoutsCommand |
0x000289d0 |
0x000289ec |
28 |
1% |
9711 |
.text.ZPS_bNwkGetAliasStatus |
0x000289ec |
0x000289f2 |
6 |
1% |
9714 |
.text.ZPS_bNwkGetAliasApsCounter |
0x000289f2 |
0x000289f8 |
6 |
1% |
9717 |
.text.ZPS_vNwkPurgeMacAddressAndRelatedEntries |
0x000289f8 |
0x00028b18 |
288 |
5% |
9720 |
.text.ZPS_vNtSetUsedStatus |
0x00028b18 |
0x00028c60 |
328 |
6% |
9724 |
.text.ZPS_vNwkNibCheckAndUpdateAddresses |
0x00028c60 |
0x00028d24 |
196 |
4% |
9727 |
.text.zps_vBuildSortedActvNTList |
0x00028d24 |
0x00028d74 |
80 |
2% |
9730 |
.text.ZPS_vNtSetAuthStatus |
0x00028d74 |
0x00028d9a |
38 |
1% |
9733 |
.text.zps_sNwkNibNtCheckJoin |
0x00028d9a |
0x00028ffc |
610 |
10% |
9736 |
.text.ZPS_vNwkNibCheckAndUpdateChildren |
0x00028ffc |
0x00029150 |
340 |
6% |
9740 |
.text.zps_vNwkSetZgpAlias |
0x00029150 |
0x00029164 |
20 |
1% |
9743 |
.text.ZPS_vNwkMacEntriesClear |
0x00029164 |
0x0002921c |
184 |
3% |
9746 |
.text.ZPS_vPurgeJoinManagerEntry |
0x0002921c |
0x0002923c |
32 |
1% |
9749 |
.text.zps_vCleanUnAuthenHandleExpiry |
0x0002923c |
0x000292d0 |
148 |
3% |
9752 |
.text.ZPS_vNibRealignMac |
0x000292d0 |
0x00029390 |
192 |
4% |
9756 |
.text.zps_vNibSetDefaults |
0x00029390 |
0x00029538 |
424 |
7% |
9759 |
.text.ZPS_vHookfcOverflowEvent |
0x00029538 |
0x0002953c |
4 |
1% |
9762 |
.text.ZPS_vNwkIncOutFC |
0x0002953c |
0x00029590 |
84 |
2% |
9766 |
.text.ZPS_vNwkNibRestoreWarmRestartCounter |
0x00029590 |
0x000295a0 |
16 |
1% |
9769 |
Expected total in zps_nwk_nib.o file: |
6308 |
Actual: |
6308 |
100% |
9590 |
Flash640 / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.eNldeDataDcfm |
0x000295a0 |
0x000295c8 |
40 |
7% |
9772 |
.text.ZPS_vNwkHandleNldeReqRsp |
0x000295c8 |
0x000297cc |
516 |
85% |
9775 |
.text.ZPS_u8NwkCalcNldeReqOverhead |
0x000297cc |
0x00029800 |
52 |
9% |
9778 |
Expected total in zps_nwk_nlde.o file: |
608 |
Actual: |
608 |
100% |
9772 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNlmeReqRsp |
0x00029800 |
0x0002998c |
396 |
100% |
9781 |
Expected total in zps_nwk_nlme.o file: |
396 |
Actual: |
396 |
100% |
9781 |
Flash640 / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.vPermitJoinHandleExpiry |
0x0002998c |
0x00029994 |
8 |
7% |
9784 |
.text.zps_vNwkPermitJoiningInit |
0x00029994 |
0x000299a8 |
20 |
16% |
9787 |
.text.zps_vNwkHandleCmePermitJoinReq |
0x000299a8 |
0x00029a10 |
104 |
79% |
9790 |
Expected total in zps_nwk_pmjn.o file: |
132 |
Actual: |
132 |
100% |
9784 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.eRouteRequestDataDcfm |
0x00029a10 |
0x00029a40 |
48 |
2% |
9793 |
.text.zps_vExpireOldRoutes |
0x00029a40 |
0x00029a9c |
92 |
2% |
9795 |
.text.psNwkSendRouteRecordCmd |
0x00029a9c |
0x00029c0c |
368 |
8% |
9799 |
.text.psSendRouteReplyCmd.isra.0 |
0x00029c0c |
0x00029d0c |
256 |
6% |
9801 |
.text.vFreePendingReqDescr |
0x00029d0c |
0x00029d60 |
84 |
2% |
9803 |
.text.zps_vNwkHandleCmeStartRouterReq |
0x00029d60 |
0x00029db0 |
80 |
2% |
9806 |
.text.zps_vNwkHandleCmeActvStartRouterReq |
0x00029db0 |
0x00029e2c |
124 |
3% |
9809 |
.text.zps_vStartRouter |
0x00029e2c |
0x00029e30 |
4 |
1% |
9812 |
.text.zps_eNwkRtMatch |
0x00029e30 |
0x00029f34 |
260 |
6% |
9815 |
.text.zps_psNwkRtMatchNwkAddr |
0x00029f34 |
0x00029f76 |
66 |
2% |
9818 |
.text.zps_vRemoveRoute |
0x00029f76 |
0x00029ff2 |
124 |
3% |
9821 |
.text.zps_vRemoveNextHop |
0x00029ff2 |
0x0002a092 |
160 |
4% |
9824 |
.text.zps_eNwkRtDiscMatch |
0x0002a092 |
0x0002a0f8 |
102 |
3% |
9827 |
.text.zps_eNwkHandleSceRouteRequest |
0x0002a0f8 |
0x0002a54c |
1108 |
24% |
9830 |
.text.zps_psNwkInitiateRouteDiscovery |
0x0002a54c |
0x0002a6cc |
384 |
9% |
9833 |
.text.zps_vNwkHandleCmeRouteDiscoveryReq |
0x0002a6cc |
0x0002a73c |
112 |
3% |
9836 |
.text.zps_psProcessRoutedFrm |
0x0002a73c |
0x0002a874 |
312 |
7% |
9839 |
.text.zps_eNwkRctMatchNwkAddr |
0x0002a874 |
0x0002a8d6 |
98 |
3% |
9842 |
.text.zps_eNwkHandleSceRouteRecord |
0x0002a8d6 |
0x0002a9c0 |
234 |
5% |
9845 |
.text.zps_vNwkSendAnyPendingData |
0x0002a9c0 |
0x0002a9f2 |
50 |
2% |
9848 |
.text.vHandleRouteDiscoveryExpiry |
0x0002a9f2 |
0x0002aa58 |
102 |
3% |
9851 |
.text.zps_eNwkHandleSceRouteReply |
0x0002aa58 |
0x0002ac9c |
580 |
13% |
9854 |
Expected total in zps_nwk_rt.o file: |
4748 |
Actual: |
4748 |
100% |
9793 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bSecEncrypt |
0x0002ac9c |
0x0002ae08 |
364 |
23% |
9857 |
.text.zps_eNwkSecEncryptPacket |
0x0002ae08 |
0x0002aebc |
180 |
11% |
9860 |
.text.ZPS_bSecDecrypt |
0x0002aebc |
0x0002afa0 |
228 |
14% |
9863 |
.text.ZPS_bNwkSecCheckFC |
0x0002afa0 |
0x0002aff6 |
86 |
6% |
9866 |
.text.zps_vNwkSecClearMatSet |
0x0002aff6 |
0x0002b01c |
38 |
3% |
9869 |
.text.ZPS_bNwkSecFindMatSet |
0x0002b01c |
0x0002b04c |
48 |
3% |
9872 |
.text.zps_eNwkSecDecryptPacket |
0x0002b04c |
0x0002b234 |
488 |
30% |
9875 |
.text.ZPS_bNwkSecCheckMatSet |
0x0002b234 |
0x0002b262 |
46 |
3% |
9878 |
.text.ZPS_bNwkSecHaveNetworkKey |
0x0002b262 |
0x0002b292 |
48 |
3% |
9881 |
.text.ZPS_vNwkSecResetDevice |
0x0002b292 |
0x0002b2d4 |
66 |
5% |
9884 |
.text.ZPS_pvNwkSecGetNetworkKey |
0x0002b2d4 |
0x0002b304 |
48 |
3% |
9887 |
Expected total in zps_nwk_sec.o file: |
1640 |
Actual: |
1640 |
100% |
9857 |
Flash640 / .text / zps_nwk_slist.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkSlistInit |
0x0002b304 |
0x0002b30c |
8 |
6% |
9890 |
.text.zps_vNwkSlistAddToHead |
0x0002b30c |
0x0002b318 |
12 |
9% |
9893 |
.text.zps_vNwkSlistAddToTail |
0x0002b318 |
0x0002b32c |
20 |
15% |
9896 |
.text.zps_vNwkSlistInsertAfter |
0x0002b32c |
0x0002b33e |
18 |
13% |
9899 |
.text.zps_psNwkSlistRemoveFromHead |
0x0002b33e |
0x0002b34e |
16 |
12% |
9902 |
.text.zps_psNwkSlistRemove |
0x0002b34e |
0x0002b37e |
48 |
35% |
9905 |
.text.zps_vNwkSlistMakeLimboNode |
0x0002b37e |
0x0002b386 |
8 |
6% |
9908 |
.text.zps_bNwkSlistIsLimboNode |
0x0002b386 |
0x0002b390 |
10 |
8% |
9911 |
Expected total in zps_nwk_slist.o file: |
140 |
Actual: |
140 |
100% |
9890 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_psSendNetworkLinkPowerDelta.isra.0 |
0x0002b390 |
0x0002b420 |
144 |
16% |
9914 |
.text.zps_eNwkHandleSmeDutyCycleInd |
0x0002b420 |
0x0002b444 |
36 |
4% |
9916 |
.text.zps_eNwkHandleSceNwkLinkPowerDelta |
0x0002b444 |
0x0002b578 |
308 |
34% |
9919 |
.text.ZPS_bNwkCoordLinkPowerDeltaNtfcn |
0x0002b578 |
0x0002b60c |
148 |
17% |
9922 |
.text.ZPS_vLinkPowerDeltaTimerExpiry |
0x0002b60c |
0x0002b61a |
14 |
2% |
9925 |
.text.ZPS_vNwkNibNTUpdateTxPower |
0x0002b61a |
0x0002b67e |
100 |
11% |
9928 |
.text.ZPS_bMACTxPowerTableInitialise |
0x0002b67e |
0x0002b6e0 |
98 |
11% |
9931 |
.text.ZPS_u16NwkNibNtGetMacIDByAddress |
0x0002b6e0 |
0x0002b72a |
74 |
9% |
9934 |
Expected total in zps_nwk_subghz.o file: |
922 |
Actual: |
922 |
100% |
9914 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeGetResources |
0x0002b72a |
0x0002b7ba |
144 |
73% |
9937 |
.text.zps_eNwkActvStInit |
0x0002b7ba |
0x0002b7c4 |
10 |
6% |
9940 |
.text.zps_vNwkActvStHandleCme |
0x0002b7c4 |
0x0002b7f0 |
44 |
23% |
9944 |
Expected total in zps_nwk_actv_st.o file: |
198 |
Actual: |
198 |
100% |
9937 |
Flash640 / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.vNwkBttTimerExpiry |
0x0002b7f0 |
0x0002b8d8 |
232 |
40% |
9947 |
.text.zps_vNwkBttMgrInit |
0x0002b8d8 |
0x0002b90c |
52 |
9% |
9950 |
.text.zps_eNwkBtrMatch |
0x0002b90c |
0x0002ba1c |
272 |
47% |
9953 |
.text.zps_vNwkBttProcessPassiveAck |
0x0002ba1c |
0x0002ba38 |
28 |
5% |
9956 |
Expected total in zps_nwk_btt.o file: |
584 |
Actual: |
584 |
100% |
9947 |
Flash640 / .text / zps_nwk_disc.o |
Start |
End |
Size |
% |
Line |
.text.zps_vReAttemptScanTimerHandleExpiry |
0x0002ba38 |
0x0002ba78 |
64 |
18% |
9959 |
.text.zps_vNwkHandleCmeNwkDiscReq |
0x0002ba78 |
0x0002bb18 |
160 |
43% |
9962 |
.text.zps_vNwkDiscUpdateNT |
0x0002bb18 |
0x0002bbb0 |
152 |
41% |
9965 |
Expected total in zps_nwk_disc.o file: |
376 |
Actual: |
376 |
100% |
9959 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.psAddToDiscNt |
0x0002bbb0 |
0x0002bd04 |
340 |
31% |
9968 |
.text.eSmeUDNTBeaconInd |
0x0002bd04 |
0x0002bd2a |
38 |
4% |
9970 |
.text.eSmeEdScScanDcfm |
0x0002bd2a |
0x0002bd68 |
62 |
6% |
9972 |
.text.eSmeASFlBeaconInd |
0x0002bd68 |
0x0002bd88 |
32 |
3% |
9974 |
.text.eSmeAcScBeaconInd |
0x0002bd88 |
0x0002be70 |
232 |
21% |
9976 |
.text.zps_NwkSortDiscoveryTable.constprop.0 |
0x0002be70 |
0x0002bee6 |
118 |
11% |
9978 |
.text.eSmeGenlScanDcfm |
0x0002bee6 |
0x0002bf40 |
90 |
9% |
9980 |
.text.eSmeUDNTScanDcfm |
0x0002bf40 |
0x0002c00c |
204 |
19% |
9982 |
.text.zps_eNwkDiscStInit |
0x0002c00c |
0x0002c014 |
8 |
1% |
9984 |
Expected total in zps_nwk_disc_st.o file: |
1124 |
Actual: |
1124 |
100% |
9968 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeAcScScanDcfm |
0x0002c014 |
0x0002c340 |
812 |
64% |
9987 |
.text.bCheckMatchingEntry |
0x0002c340 |
0x0002c364 |
36 |
3% |
9989 |
.text.eSmeAcScBeaconInd |
0x0002c364 |
0x0002c400 |
156 |
13% |
9991 |
.text.vSendDcfm |
0x0002c400 |
0x0002c422 |
34 |
3% |
9993 |
.text.eSmeEdScScanDcfm |
0x0002c422 |
0x0002c4e4 |
194 |
16% |
9995 |
.text.zps_eNwkFormStInit |
0x0002c4e4 |
0x0002c510 |
44 |
4% |
9998 |
Expected total in zps_nwk_form_st.o file: |
1276 |
Actual: |
1276 |
100% |
9987 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_eDefaultDataDcfm |
0x0002c510 |
0x0002c626 |
278 |
12% |
10001 |
.text.zps_bProcessUnicastRoute |
0x0002c626 |
0x0002c85c |
566 |
24% |
10004 |
.text.zps_psAllocateAndFormatMacHdr |
0x0002c85c |
0x0002ca48 |
492 |
21% |
10008 |
.text.zps_psSendFrm |
0x0002ca48 |
0x0002cc94 |
588 |
25% |
10011 |
.text.zps_psSendBroadcastFrm |
0x0002cc94 |
0x0002cd30 |
156 |
7% |
10014 |
.text.zps_psFormatCmdFrameGeneral |
0x0002cd30 |
0x0002cdd8 |
168 |
8% |
10017 |
.text.zps_psNwkInitCmdFrame |
0x0002cdd8 |
0x0002ce5c |
132 |
6% |
10020 |
Expected total in zps_nwk_frm.o file: |
2380 |
Actual: |
2380 |
100% |
10001 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkIdleStHandleCme |
0x0002ce5c |
0x0002ce88 |
44 |
100% |
10024 |
Expected total in zps_nwk_idle_st.o file: |
44 |
Actual: |
44 |
100% |
10024 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vJoinInitNtParent |
0x0002ce88 |
0x0002d080 |
504 |
11% |
10027 |
.text.zps_vCheckActvNtForDuplicate |
0x0002d080 |
0x0002d12c |
172 |
4% |
10030 |
.text.zps_vSendJoinDcfm |
0x0002d12c |
0x0002d16c |
64 |
2% |
10033 |
.text.zps_vSendJoinInd |
0x0002d16c |
0x0002d1f0 |
132 |
3% |
10037 |
.text.zps_vNwkHandleCmeDirectJoinReq |
0x0002d1f0 |
0x0002d268 |
120 |
3% |
10040 |
.text.zps_eNwkHandleSmeCommStatusInd |
0x0002d268 |
0x0002d39c |
308 |
7% |
10043 |
.text.zps_eNwkHandleSmeOrphanInd |
0x0002d39c |
0x0002d452 |
182 |
4% |
10046 |
.text.zps_vTidyActvNtAfterJoin |
0x0002d452 |
0x0002d4dc |
138 |
3% |
10049 |
.text.eRejoinRspDataDcfm |
0x0002d4dc |
0x0002d562 |
134 |
3% |
10052 |
.text.zps_eNwkHandleSceRejnResponse |
0x0002d562 |
0x0002d5b4 |
82 |
2% |
10054 |
.text.zps_psNwkSendRejoinReqCmd |
0x0002d5b4 |
0x0002d650 |
156 |
4% |
10058 |
.text.zps_u8NwkHandleRejoinReq |
0x0002d650 |
0x0002d6f8 |
168 |
4% |
10061 |
.text.zps_vnwkJoinContinueRejoin |
0x0002d6f8 |
0x0002d794 |
156 |
4% |
10064 |
.text.zps_vNwkHandleCmeNwkJoinReq |
0x0002d794 |
0x0002db40 |
940 |
19% |
10068 |
.text.zps_vNwkHandleCmeNwkActvJoinReq |
0x0002db40 |
0x0002db4c |
12 |
1% |
10071 |
.text.zps_psNwkSendRejoinRspCmd |
0x0002db4c |
0x0002dbe8 |
156 |
4% |
10075 |
.text.zps_eNwkSendJoinResponse |
0x0002dbe8 |
0x0002dd1c |
308 |
7% |
10078 |
.text.zps_eNwkProcessJoinInd |
0x0002dd1c |
0x0002e104 |
1000 |
21% |
10081 |
.text.zps_eNwkHandleSmeAssocInd |
0x0002e104 |
0x0002e134 |
48 |
1% |
10084 |
.text.zps_eNwkHandleSceRejnRequest |
0x0002e134 |
0x0002e1dc |
168 |
4% |
10087 |
Expected total in zps_nwk_join.o file: |
4948 |
Actual: |
4948 |
100% |
10027 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.vGiveUp |
0x0002e1dc |
0x0002e20c |
48 |
4% |
10090 |
.text.vFinish |
0x0002e20c |
0x0002e28c |
128 |
10% |
10091 |
.text.eSmeOrphScanDcfm |
0x0002e28c |
0x0002e2fa |
110 |
9% |
10092 |
.text.vCheckSleepingSendPoll |
0x0002e2fa |
0x0002e378 |
126 |
10% |
10094 |
.text.eTryNextParent |
0x0002e378 |
0x0002e4ac |
308 |
23% |
10097 |
.text.eSmeRjPCPollDcfm |
0x0002e4ac |
0x0002e4e8 |
60 |
5% |
10100 |
.text.eSmeAsocAssocDcfm |
0x0002e4e8 |
0x0002e566 |
126 |
10% |
10102 |
.text.eSceRjRsRejoinRsp |
0x0002e566 |
0x0002e654 |
238 |
18% |
10104 |
.text.vHandleRejoinExpiry |
0x0002e654 |
0x0002e6a4 |
80 |
6% |
10107 |
.text.zps_vNwkJoinStStartResponseTimer |
0x0002e6a4 |
0x0002e6d8 |
52 |
4% |
10109 |
.text.zps_eRejoinDataDcfm |
0x0002e6d8 |
0x0002e71a |
66 |
5% |
10112 |
.text.zps_eNwkJoinStInit |
0x0002e71a |
0x0002e722 |
8 |
1% |
10115 |
Expected total in zps_nwk_join_st.o file: |
1350 |
Actual: |
1350 |
100% |
10090 |
Flash640 / .text / zps_nwk_mac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_u64GetExtAddr |
0x0002e722 |
0x0002e72e |
12 |
100% |
10118 |
Expected total in zps_nwk_mac.o file: |
12 |
Actual: |
12 |
100% |
10118 |
Flash640 / .text / zps_nwk_scan.o |
Start |
End |
Size |
% |
Line |
.text.zps_sNwkLibSubmitScan |
0x0002e72e |
0x0002e76a |
60 |
47% |
10121 |
.text.zps_vNwkHandleCmeEdScanReq |
0x0002e76a |
0x0002e7ae |
68 |
54% |
10124 |
Expected total in zps_nwk_scan.o file: |
128 |
Actual: |
128 |
100% |
10121 |
Flash640 / .text / zps_nwk_sync.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSyncReq |
0x0002e7ae |
0x0002e820 |
114 |
76% |
10127 |
.text.zps_eNwkHandleSmePollDcfm |
0x0002e820 |
0x0002e844 |
36 |
24% |
10130 |
Expected total in zps_nwk_sync.o file: |
150 |
Actual: |
150 |
100% |
10127 |
Flash640 / .text / zps_nwk_intf.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSetInterface |
0x0002e844 |
0x0002e972 |
302 |
53% |
10133 |
.text.zps_vNwkHandleCmeGetInterface |
0x0002e972 |
0x0002ea7e |
268 |
48% |
10136 |
Expected total in zps_nwk_intf.o file: |
570 |
Actual: |
570 |
100% |
10133 |
Flash640 / .text / zps_nwk_form.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeNwkFormReq |
0x0002ea7e |
0x0002eb26 |
168 |
97% |
10139 |
.text.zps_vNwkHandleCmeIdleNwkFormReq |
0x0002eb26 |
0x0002eb2c |
6 |
4% |
10142 |
Expected total in zps_nwk_form.o file: |
174 |
Actual: |
174 |
100% |
10139 |
Flash640 / .text / aes_mmo.c.obj |
Start |
End |
Size |
% |
Line |
.text.AESSW_vMMOBlockUpdate |
0x0002eb2c |
0x0002eb5a |
46 |
13% |
10145 |
.text.AESSW_vMMOFinalUpdate |
0x0002eb5a |
0x0002ec22 |
200 |
53% |
10148 |
.text.AESSW_vHMAC_MMO |
0x0002ec22 |
0x0002eca8 |
134 |
36% |
10151 |
Expected total in aes_mmo.c.obj file: |
380 |
Actual: |
380 |
100% |
10145 |
Flash640 / .text / MMAC.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x0002eca8 |
0x0002ed1e |
118 |
2% |
10154 |
.text.do_fcs |
0x0002ed1e |
0x0002ed5a |
60 |
1% |
10156 |
.text.end_fcs |
0x0002ed5a |
0x0002ed66 |
12 |
1% |
10158 |
.text.read_uint32 |
0x0002ed66 |
0x0002ed78 |
18 |
1% |
10160 |
.text.read_uint64 |
0x0002ed78 |
0x0002ed8c |
20 |
1% |
10163 |
.text.v2MAC_CSL_phase |
0x0002ed8c |
0x0002edcc |
64 |
2% |
10167 |
.text.v2MAC_restore_tune_regs |
0x0002edcc |
0x0002ee0c |
64 |
2% |
10170 |
.text.v2MAC_decode_FCF |
0x0002ee0c |
0x0002ef28 |
284 |
5% |
10173 |
.text.v2MAC_basic_check_frame |
0x0002ef28 |
0x0002ef54 |
44 |
1% |
10176 |
.text.v2MAC_read_header |
0x0002ef54 |
0x0002effc |
168 |
3% |
10179 |
.text.v2MAC_check_ACK |
0x0002effc |
0x0002f0a0 |
164 |
3% |
10183 |
.text.v2MAC_filter_process_Rx_frame |
0x0002f0a0 |
0x0002f178 |
216 |
4% |
10186 |
.text.v2MAC_ACK |
0x0002f178 |
0x0002f494 |
796 |
14% |
10189 |
.text.v2MAC_check_Rx_frame_FCS |
0x0002f494 |
0x0002f4d8 |
68 |
2% |
10192 |
.text.v2MAC_restart_rx |
0x0002f4d8 |
0x0002f53c |
100 |
2% |
10195 |
.text.v2MAC_wait_and_fcs |
0x0002f53c |
0x0002f594 |
88 |
2% |
10198 |
.text.vMMAC_EnableInterrupts |
0x0002f594 |
0x0002f5bc |
40 |
1% |
10201 |
.text.u32MMAC_GetTime |
0x0002f5bc |
0x0002f5c8 |
12 |
1% |
10204 |
.text.vMMAC_ForceReset |
0x0002f5c8 |
0x0002f830 |
616 |
11% |
10207 |
.text.vMMAC_SynchroniseBackoffClock |
0x0002f830 |
0x0002f848 |
24 |
1% |
10210 |
.text.u8MMAC_EnergyDetect |
0x0002f848 |
0x0002f864 |
28 |
1% |
10213 |
.text.vMMAC_SetRxAddress |
0x0002f864 |
0x0002f880 |
28 |
1% |
10216 |
.text.vMMAC_SetRxFrame |
0x0002f880 |
0x0002f898 |
24 |
1% |
10219 |
.text.vMMAC_SetTxFrame |
0x0002f898 |
0x0002f8a4 |
12 |
1% |
10222 |
.text.u32MMAC_GetRxFrame |
0x0002f8a4 |
0x0002f8b0 |
12 |
1% |
10225 |
.text.u32MMAC_GetTxFrame |
0x0002f8b0 |
0x0002f8bc |
12 |
1% |
10228 |
.text.u32MMAC_GetRxErrors |
0x0002f8bc |
0x0002f8c8 |
12 |
1% |
10231 |
.text.u32MMAC_GetRxTime |
0x0002f8c8 |
0x0002f8d4 |
12 |
1% |
10234 |
.text.u8MMAC_GetRxLqi |
0x0002f8d4 |
0x0002f8ec |
24 |
1% |
10237 |
.text.vMMAC_SetTxMinBE |
0x0002f8ec |
0x0002f908 |
28 |
1% |
10240 |
.text.vMMAC_SetTxMaxBE |
0x0002f908 |
0x0002f924 |
28 |
1% |
10243 |
.text.vMMAC_SetTxMaxBackoffs |
0x0002f924 |
0x0002f940 |
28 |
1% |
10246 |
.text.vMMAC_SetCcaMode |
0x0002f940 |
0x0002f954 |
20 |
1% |
10249 |
.text.u32MMAC_GetCsmaContext |
0x0002f954 |
0x0002f960 |
12 |
1% |
10252 |
.text.u32MMAC_GetTxRetries |
0x0002f960 |
0x0002f96c |
12 |
1% |
10255 |
.text.vMMAC_SetTxRetries |
0x0002f96c |
0x0002f978 |
12 |
1% |
10258 |
.text.vMMAC_SetTxPend |
0x0002f978 |
0x0002f98c |
20 |
1% |
10261 |
.text.u32MMAC_GetTxErrors |
0x0002f98c |
0x0002f998 |
12 |
1% |
10264 |
.text.vMMAC_GetMacAddressN |
0x0002f998 |
0x0002f9cc |
52 |
1% |
10267 |
.text.vMMAC_GetMacAddress |
0x0002f9cc |
0x0002f9d4 |
8 |
1% |
10270 |
.text.vMMAC_Enable |
0x0002f9d4 |
0x0002fa84 |
176 |
3% |
10274 |
.text.vMMAC_ClearInterrupts |
0x0002fa84 |
0x0002fa90 |
12 |
1% |
10277 |
.text.u32MMAC_GetPhyState |
0x0002fa90 |
0x0002fad4 |
68 |
2% |
10280 |
.text.vMMAC_CheckRxStarted |
0x0002fad4 |
0x0002fb38 |
100 |
2% |
10283 |
.text.vMMAC_AbortRadio |
0x0002fb38 |
0x0002fb84 |
76 |
2% |
10286 |
.text.vMMAC_RxCtlUpdate |
0x0002fb84 |
0x0002fbcc |
72 |
2% |
10289 |
.text.v2MAC_reset_state |
0x0002fbcc |
0x0002fc30 |
100 |
2% |
10292 |
.text.v2MAC_report_rx |
0x0002fc30 |
0x0002fc68 |
56 |
1% |
10295 |
.text.v2MAC_report_tx |
0x0002fc68 |
0x0002fca0 |
56 |
1% |
10298 |
.text.vMMAC_RadioOff |
0x0002fca0 |
0x0002fca8 |
8 |
1% |
10301 |
.text.vMMAC_StartMacReceive |
0x0002fca8 |
0x0002fcec |
68 |
2% |
10305 |
.text.vMMAC_WriteCcaThreshold |
0x0002fcec |
0x0002fd20 |
52 |
1% |
10308 |
.text.vMMAC_SetHighPowerOptions |
0x0002fd20 |
0x0002fd30 |
16 |
1% |
10311 |
.text.vMMAC_SetPRBSS |
0x0002fd30 |
0x0002fd3c |
12 |
1% |
10314 |
.text.vMMAC_IntHandlerPhy |
0x0002fd3c |
0x00030188 |
1100 |
18% |
10317 |
.text.vMMAC_SetTxPowerMode |
0x00030188 |
0x000301a0 |
24 |
1% |
10320 |
.text.MMAC_stop_radio |
0x000301a0 |
0x000301f4 |
84 |
2% |
10323 |
.text.vMMAC_RadioToOffAndWait |
0x000301f4 |
0x000301fc |
8 |
1% |
10326 |
.text.vMMAC_SetChannelAndPower |
0x000301fc |
0x00030240 |
68 |
2% |
10330 |
.text.vMMAC_StartMacTransmit |
0x00030240 |
0x0003030c |
204 |
4% |
10333 |
.text.vMMAC_IntHandlerBbc |
0x0003030c |
0x00030488 |
380 |
7% |
10336 |
Expected total in MMAC.o file: |
6112 |
Actual: |
6112 |
100% |
10154 |
Flash640 / .text / MMAC_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerFired |
0x00030488 |
0x000304c8 |
64 |
30% |
10339 |
.text.vTimerInitialise |
0x000304c8 |
0x00030500 |
56 |
27% |
10342 |
.text.TSV_eOpen |
0x00030500 |
0x0003050c |
12 |
6% |
10345 |
.text.TSV_eStart |
0x0003050c |
0x0003054c |
64 |
30% |
10348 |
.text.TSV_eStop |
0x0003054c |
0x0003055e |
18 |
9% |
10351 |
Expected total in MMAC_TimerServer.o file: |
214 |
Actual: |
214 |
100% |
10339 |
Flash640 / .text / Mini_Association.o |
Start |
End |
Size |
% |
Line |
.text.vPostFailedAssocDcfm |
0x0003055e |
0x00030580 |
34 |
3% |
10354 |
.text.eAssocRespSent |
0x00030580 |
0x0003059c |
28 |
3% |
10356 |
.text.eDisassocReqSent |
0x0003059c |
0x000305d8 |
60 |
5% |
10358 |
.text.vAssocReqTimeout1 |
0x000305d8 |
0x00030658 |
128 |
10% |
10360 |
.text.vAssocReqTimeout2 |
0x00030658 |
0x00030690 |
56 |
5% |
10362 |
.text.eGenericAssocFrameSent |
0x00030690 |
0x000306d4 |
68 |
6% |
10364 |
.text.eAssocReqSent |
0x000306d4 |
0x000306e0 |
12 |
1% |
10366 |
.text.ePMICassocReqPollSent |
0x000306e0 |
0x00030708 |
40 |
4% |
10368 |
.text.eMiniMac_MLME_AssociateReq |
0x00030708 |
0x000307ac |
164 |
13% |
10370 |
.text.eMiniMac_MLME_AssociateResp |
0x000307ac |
0x00030864 |
184 |
15% |
10373 |
.text.eMiniMac_MLME_DisassociateReq |
0x00030864 |
0x00030904 |
160 |
13% |
10376 |
.text.vAssociatingRxCallback |
0x00030904 |
0x00030988 |
132 |
11% |
10379 |
.text.vAssociationReqFrameReceived |
0x00030988 |
0x000309bc |
52 |
5% |
10382 |
.text.vDisassociationReceived |
0x000309bc |
0x00030a00 |
68 |
6% |
10385 |
.text.vMiniMac_PurgeAssocResp |
0x00030a00 |
0x00030a64 |
100 |
8% |
10388 |
Expected total in Mini_Association.o file: |
1286 |
Actual: |
1286 |
100% |
10354 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.text.vBbcIntHandler |
0x00030a64 |
0x00030b1c |
184 |
18% |
10391 |
.text.vSetChannelAndPower |
0x00030b1c |
0x00030b2c |
16 |
2% |
10393 |
.text.vInsertFullDstAddr |
0x00030b2c |
0x00030b4a |
30 |
3% |
10396 |
.text.vExtractFullSrcAddr |
0x00030b4a |
0x00030b62 |
24 |
3% |
10399 |
.text.vExtractFullDstAddr |
0x00030b62 |
0x00030b7c |
26 |
3% |
10402 |
.text.vMiniMac_MLME_SetReq_PanId |
0x00030b7c |
0x00030b9c |
32 |
4% |
10405 |
.text.vMiniMac_MLME_SetReq_ShortAddr |
0x00030b9c |
0x00030bac |
16 |
2% |
10408 |
.text.vMiniMac_MLME_SetReq_MinBe |
0x00030bac |
0x00030bbc |
16 |
2% |
10411 |
.text.vMiniMac_Init |
0x00030bbc |
0x00030d08 |
332 |
32% |
10414 |
.text.vMiniMac_MLME_Reset |
0x00030d08 |
0x00030d64 |
92 |
9% |
10417 |
.text.vMiniMac_MLME_SetReq_MaxBe |
0x00030d64 |
0x00030d68 |
4 |
1% |
10420 |
.text.vMiniMac_MLME_SetReq_MaxCsmaBackoffs |
0x00030d68 |
0x00030d6c |
4 |
1% |
10423 |
.text.vMiniMac_MLME_SetReq_RxOnWhenIdle |
0x00030d6c |
0x00030d78 |
12 |
2% |
10426 |
.text.vMiniMac_PLME_SetReq_Channel |
0x00030d78 |
0x00030d84 |
12 |
2% |
10429 |
.text.vMiniMac_PLME_SetReq_Power |
0x00030d84 |
0x00030da0 |
28 |
3% |
10432 |
.text.vMiniMac_PLME_SetReq_CcaMode |
0x00030da0 |
0x00030da4 |
4 |
1% |
10435 |
.text.vCopyU16ToPayload |
0x00030da4 |
0x00030dac |
8 |
1% |
10438 |
.text.u16CopyFromPayload |
0x00030dac |
0x00030db0 |
4 |
1% |
10441 |
.text.u8GetHeaderSize |
0x00030db0 |
0x00030dcc |
28 |
3% |
10444 |
.text.vSendMlmeCommStatusFromTxFrame |
0x00030dcc |
0x00030dfe |
50 |
5% |
10447 |
.text.vSendMlmeCommStatusFromRxFrame |
0x00030dfe |
0x00030e30 |
50 |
5% |
10450 |
.text.psGetAndBuildCoordRealignment |
0x00030e30 |
0x00030e8c |
92 |
9% |
10453 |
Expected total in Mini_Main.o file: |
1064 |
Actual: |
1064 |
100% |
10391 |
Flash640 / .text / Mini_Mcps.o |
Start |
End |
Size |
% |
Line |
.text.eMcpsTxCompleteHandler |
0x00030e8c |
0x00030eb8 |
44 |
9% |
10456 |
.text.psGetTxFrameBuffer |
0x00030eb8 |
0x00030ef0 |
56 |
11% |
10458 |
.text.eTransmit |
0x00030ef0 |
0x00030fd0 |
224 |
44% |
10461 |
.text.eMiniMac_MCPS_DataReq |
0x00030fd0 |
0x00030fec |
28 |
6% |
10464 |
.text.eMiniMac_MCPS_DataRetransmitReq |
0x00030fec |
0x00031018 |
44 |
9% |
10467 |
.text.vMiniMacMcpsFrameReceived |
0x00031018 |
0x00031030 |
24 |
5% |
10470 |
.text.eMiniMac_MCPS_PurgeReq |
0x00031030 |
0x00031094 |
100 |
20% |
10473 |
Expected total in Mini_Mcps.o file: |
520 |
Actual: |
520 |
100% |
10456 |
Flash640 / .text / Mini_Poll.o |
Start |
End |
Size |
% |
Line |
.text.vPollConfirm |
0x00031094 |
0x000310b4 |
32 |
9% |
10476 |
.text.ePollReqSent |
0x000310b4 |
0x00031110 |
92 |
25% |
10479 |
.text.eMiniMac_MLME_DataReq |
0x00031110 |
0x000311a0 |
144 |
39% |
10481 |
.text.vMiniMacPoll_CheckPollResponse |
0x000311a0 |
0x000311f8 |
88 |
24% |
10484 |
.text.vPollTimeout |
0x000311f8 |
0x00031208 |
16 |
5% |
10487 |
Expected total in Mini_Poll.o file: |
372 |
Actual: |
372 |
100% |
10476 |
Flash640 / .text / Mini_Running.o |
Start |
End |
Size |
% |
Line |
.text.vRunningRxCallback |
0x00031208 |
0x00031310 |
264 |
65% |
10489 |
.text.eMiniMac_MLME_StartReq |
0x00031310 |
0x00031390 |
128 |
32% |
10492 |
.text.bMiniMac_CurrentlyScanning |
0x00031390 |
0x000313a0 |
16 |
4% |
10495 |
Expected total in Mini_Running.o file: |
408 |
Actual: |
408 |
100% |
10489 |
Flash640 / .text / Mini_Scan.o |
Start |
End |
Size |
% |
Line |
.text.eBuildAndSend |
0x000313a0 |
0x00031404 |
100 |
6% |
10498 |
.text.vPostDcfm |
0x00031404 |
0x00031464 |
96 |
6% |
10500 |
.text.vScanNextChannel |
0x00031464 |
0x0003159c |
312 |
18% |
10502 |
.text.eOrphanRespSent |
0x0003159c |
0x000315a8 |
12 |
1% |
10504 |
.text.bBeaconNotify |
0x000315a8 |
0x000316b8 |
272 |
16% |
10506 |
.text.eOrphanNotificationSent |
0x000316b8 |
0x00031700 |
72 |
5% |
10508 |
.text.eBeaconReqSent |
0x00031700 |
0x00031724 |
36 |
3% |
10510 |
.text.eMiniMac_MLME_ScanReq |
0x00031724 |
0x000317a8 |
132 |
8% |
10512 |
.text.eMiniMac_MLME_OrphanRsp |
0x000317a8 |
0x00031810 |
104 |
6% |
10515 |
.text.vScanOrphanReceived |
0x00031810 |
0x00031830 |
32 |
2% |
10518 |
.text.vScanCoordRealignmentReceived |
0x00031830 |
0x00031834 |
4 |
1% |
10521 |
.text.vScanBeaconReceived |
0x00031834 |
0x00031870 |
60 |
4% |
10525 |
.text.vScanningRxCallback |
0x00031870 |
0x0003190c |
156 |
9% |
10528 |
.text.vMiniMac_BeaconRequestReceived |
0x0003190c |
0x00031910 |
4 |
1% |
10531 |
.text.vScanBeaconRequestReceived |
0x00031910 |
0x00031a88 |
376 |
22% |
10535 |
Expected total in Mini_Scan.o file: |
1768 |
Actual: |
1768 |
100% |
10498 |
Flash640 / .text / Mini_Shim.o |
Start |
End |
Size |
% |
Line |
.text.eAppApiPlmeSet |
0x00031a88 |
0x00031ab4 |
44 |
24% |
10538 |
.text.eAppApiPlmeGet |
0x00031ab4 |
0x00031af0 |
60 |
33% |
10542 |
.text.pvAppApiGetMacAddrLocation |
0x00031af0 |
0x00031b08 |
24 |
14% |
10545 |
.text.vAppApiEnableBeaconResponse |
0x00031b08 |
0x00031b1c |
20 |
11% |
10548 |
.text.bAppApi_CurrentlyScanning |
0x00031b1c |
0x00031b20 |
4 |
3% |
10551 |
.text.MAC_vPibSetShortAddr |
0x00031b20 |
0x00031b26 |
6 |
4% |
10554 |
.text.MAC_vPibSetPanId |
0x00031b26 |
0x00031b2c |
6 |
4% |
10557 |
.text.MAC_vPibSetMinBe |
0x00031b2c |
0x00031b32 |
6 |
4% |
10560 |
.text.MAC_vPibSetMaxCsmaBackoffs |
0x00031b32 |
0x00031b38 |
6 |
4% |
10563 |
.text.MAC_vPibSetRxOnWhenIdle |
0x00031b38 |
0x00031b40 |
8 |
5% |
10566 |
Expected total in Mini_Shim.o file: |
184 |
Actual: |
184 |
100% |
10538 |
Flash640 / .text / Mini_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerRestartScanTimer |
0x00031b40 |
0x00031b54 |
20 |
13% |
10570 |
.text.vTimerHandlerCallback |
0x00031b54 |
0x00031bc4 |
112 |
70% |
10573 |
.text.vTimerPostHandlerCallback |
0x00031bc4 |
0x00031be0 |
28 |
18% |
10576 |
Expected total in Mini_TimerServer.o file: |
160 |
Actual: |
160 |
100% |
10570 |
Flash640 / .text / Mini_TxRx.o |
Start |
End |
Size |
% |
Line |
.text.getRxBuffer |
0x00031be0 |
0x00031c10 |
48 |
4% |
10579 |
.text.vAddToTxQueue |
0x00031c10 |
0x00031c4c |
60 |
4% |
10581 |
.text.vRemoveFromTxQueue |
0x00031c4c |
0x00031c80 |
52 |
4% |
10584 |
.text.psSearchForFrameToSend |
0x00031c80 |
0x00031cd8 |
88 |
6% |
10587 |
.text.eBasicTxCompleteHandler |
0x00031cd8 |
0x00031cdc |
4 |
1% |
10590 |
.text.vMiniMac_RxHdrComplete |
0x00031cdc |
0x00031d8c |
176 |
12% |
10593 |
.text.eMiniMac_FrameInProgress |
0x00031d8c |
0x00031de8 |
92 |
6% |
10596 |
.text.vStartReceive |
0x00031de8 |
0x00031e20 |
56 |
4% |
10599 |
.text.vMiniMac_NextTransaction |
0x00031e20 |
0x00031e90 |
112 |
8% |
10602 |
.text.vPostTxActions |
0x00031e90 |
0x00031ec8 |
56 |
4% |
10605 |
.text.vStartTransmit |
0x00031ec8 |
0x00031fd8 |
272 |
18% |
10607 |
.text.vTxIndirectExpired |
0x00031fd8 |
0x00031ff0 |
24 |
2% |
10609 |
.text.vMiniMac_TxComplete |
0x00031ff0 |
0x00032134 |
324 |
21% |
10613 |
.text.vMiniMac_RxComplete |
0x00032134 |
0x000321ec |
184 |
12% |
10616 |
Expected total in Mini_TxRx.o file: |
1548 |
Actual: |
1548 |
100% |
10579 |
Flash640 / .text / endian.o |
Start |
End |
Size |
% |
Line |
.text.u32FromLe |
0x000321ec |
0x00032202 |
22 |
79% |
10619 |
.text.u16FromLe |
0x00032202 |
0x00032208 |
6 |
22% |
10622 |
Expected total in endian.o file: |
28 |
Actual: |
28 |
100% |
10619 |
Flash640 / .text / MMAC_RadioInit_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.vMMAC_ConfigureRadio |
0x00032208 |
0x00032230 |
40 |
100% |
10626 |
Expected total in MMAC_RadioInit_JN518x.o file: |
40 |
Actual: |
40 |
100% |
10626 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.text.radio_IsNotC2MF |
0x00032230 |
0x00032278 |
72 |
1% |
10629 |
.text.radio_CLOCK_FastuDelay |
0x00032278 |
0x0003228c |
20 |
1% |
10632 |
.text.radio_TX_ZigBee_pll_dac_banked_set |
0x0003228c |
0x000322d0 |
68 |
1% |
10635 |
.text.radio_dac_mode2_from_ZB |
0x000322d0 |
0x00032310 |
64 |
1% |
10638 |
.text.radio_fill_std_ZB_regs |
0x00032310 |
0x00032328 |
24 |
1% |
10641 |
.text.radio_fill_std_BLE1M_regs |
0x00032328 |
0x00032340 |
24 |
1% |
10644 |
.text.radio_fill_std_BLE2M_regs |
0x00032340 |
0x00032358 |
24 |
1% |
10647 |
.text.radio_fill_zbble_ZB_regs |
0x00032358 |
0x00032370 |
24 |
1% |
10650 |
.text.radio_fill_zbble_BLE_regs |
0x00032370 |
0x00032388 |
24 |
1% |
10653 |
.text.radio_fill_regs |
0x00032388 |
0x000323a0 |
24 |
1% |
10656 |
.text.radio_power_down_to_off_polled |
0x000323a0 |
0x000323d8 |
56 |
1% |
10659 |
.text.radio_pre_start_to_pll_polled |
0x000323d8 |
0x00032450 |
120 |
2% |
10662 |
.text.radio_packet_start_aborted |
0x00032450 |
0x000324bc |
108 |
1% |
10665 |
.text.radio_rx_assert_polled |
0x000324bc |
0x000324f4 |
56 |
1% |
10668 |
.text.radio_rx_deassert_polled |
0x000324f4 |
0x0003252c |
56 |
1% |
10671 |
.text.radio_RSSI_cal |
0x0003252c |
0x00032588 |
92 |
1% |
10674 |
.text.radio_Init |
0x00032588 |
0x000325c4 |
60 |
1% |
10677 |
.text.radio_TMU_Init |
0x000325c4 |
0x000325d8 |
20 |
1% |
10680 |
.text.radio_Use_Cal_Values |
0x000325d8 |
0x00032718 |
320 |
3% |
10683 |
.text.radio_Use_Retained_Cal_Values |
0x00032718 |
0x00032768 |
80 |
1% |
10686 |
.text.radio_rfbandgap_cal |
0x00032768 |
0x00032798 |
48 |
1% |
10689 |
.text.radio_Carrier_Frequency_Select_by_index |
0x00032798 |
0x00032828 |
144 |
2% |
10692 |
.text.radio_Synthesizer_Cw_Mode_Init |
0x00032828 |
0x00032848 |
32 |
1% |
10695 |
.text.radio_Trx_Packet_SW_Ctrl_Init |
0x00032848 |
0x00032868 |
32 |
1% |
10698 |
.text.radio_Disable_Auto_Kmod_Chan_and_Synth_Cal_Operation |
0x00032868 |
0x00032888 |
32 |
1% |
10701 |
.text.radio_Synthesizer_Cal_Startup_init |
0x00032888 |
0x000328c4 |
60 |
1% |
10704 |
.text.radio_Synthesizer_Cal_Startup_algo |
0x000328c4 |
0x000329d8 |
276 |
3% |
10707 |
.text.radio_Synthesizer_Cal_Startup |
0x000329d8 |
0x00032a54 |
124 |
2% |
10710 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_init |
0x00032a54 |
0x00032ab8 |
100 |
1% |
10713 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_algo |
0x00032ab8 |
0x00032af4 |
60 |
1% |
10716 |
.text.radio_Synthesizer_Cal_Operation_And_Lock |
0x00032af4 |
0x00032b08 |
20 |
1% |
10719 |
.text.radio_Synthesizer_Kmod_Band_init |
0x00032b08 |
0x00032bc4 |
188 |
2% |
10722 |
.text.radio_Synthesizer_Kmod_Band_algo |
0x00032bc4 |
0x00032c88 |
196 |
2% |
10725 |
.text.radio_Synthesizer_Kmod_Band |
0x00032c88 |
0x00032e74 |
492 |
5% |
10728 |
.text.radio_Trx_Packet_HW_Ctrl_Init |
0x00032e74 |
0x00032f08 |
148 |
2% |
10731 |
.text.radio_Synthesizer_Full_Cal |
0x00032f08 |
0x00032f6c |
100 |
1% |
10734 |
.text.radio_PA_rewrite_lut |
0x00032f6c |
0x0003322c |
704 |
7% |
10737 |
.text.radio_DCO_cal_init |
0x0003322c |
0x00033418 |
492 |
5% |
10740 |
.text.radio_DCO_cal |
0x00033418 |
0x000339a0 |
1416 |
14% |
10743 |
.text.radio_IQ_cal |
0x000339a0 |
0x000339ec |
76 |
1% |
10746 |
.text.radio_PowerOnCheckXtal |
0x000339ec |
0x00033afc |
272 |
3% |
10749 |
.text.radio_PowerOn |
0x00033afc |
0x00033b88 |
140 |
2% |
10752 |
.text.vRadio_PowerOnSpecific |
0x00033b88 |
0x00033c14 |
140 |
2% |
10755 |
.text.vRadio_InitXtal |
0x00033c14 |
0x00033c84 |
112 |
2% |
10758 |
.text.radio_get_retention_info |
0x00033c84 |
0x00033ccc |
72 |
1% |
10761 |
.text.vRadio_Standard_Init |
0x00033ccc |
0x00033f8c |
704 |
7% |
10764 |
.text.u8Radio_GetEDfromRSSI |
0x00033f8c |
0x00033fb4 |
40 |
1% |
10767 |
.text.vGetCalInfo |
0x00033fb4 |
0x00033fec |
56 |
1% |
10770 |
.text.vRadio_RFT1778_bad_crc |
0x00033fec |
0x00034028 |
60 |
1% |
10773 |
.text.vRadio_AD_control |
0x00034028 |
0x00034090 |
104 |
1% |
10776 |
.text.vRadio_UpdateRadioStandard |
0x00034090 |
0x000340d8 |
72 |
1% |
10779 |
.text.vRadio_InitialiseRadioStandard |
0x000340d8 |
0x000340f4 |
28 |
1% |
10782 |
.text.vRadio_SetChannelAndPower |
0x000340f4 |
0x00034134 |
64 |
1% |
10785 |
.text.i16Radio_GetRSSI |
0x00034134 |
0x00034238 |
260 |
3% |
10788 |
.text.vRadio_Temp_GetInfos |
0x00034238 |
0x000342b4 |
124 |
2% |
10791 |
.text.vRadio_Temp_SetInfos |
0x000342b4 |
0x0003433c |
136 |
2% |
10794 |
.text.vRadio_Temp_Update |
0x0003433c |
0x000343b4 |
120 |
2% |
10797 |
.text.vRadio_ZBtoBLE |
0x000343b4 |
0x000343f8 |
68 |
1% |
10800 |
.text.vRadio_BLEtoZB |
0x000343f8 |
0x00034450 |
88 |
1% |
10803 |
.text.vRadio_Enable_DCO_DAC |
0x00034450 |
0x00034530 |
224 |
3% |
10806 |
.text.bIsCalNeeded |
0x00034530 |
0x0003456c |
60 |
1% |
10809 |
.text.vUpdateFlashCalData |
0x0003456c |
0x000345a0 |
52 |
1% |
10812 |
.text.vInitFlashCalData |
0x000345a0 |
0x00034794 |
500 |
5% |
10815 |
.text.vCheckFlashCalData |
0x00034794 |
0x000348a4 |
272 |
3% |
10818 |
.text.radio_HiTXPowerSet |
0x000348a4 |
0x000348f0 |
76 |
1% |
10821 |
.text.vRadio_RadioInit |
0x000348f0 |
0x00034b7c |
652 |
7% |
10824 |
.text.vRadio_Recal |
0x00034b7c |
0x00034c3c |
192 |
2% |
10827 |
.text.RFP_TMU_IRQHandler |
0x00034c3c |
0x00034c64 |
40 |
1% |
10830 |
Expected total in radio.o file: |
10804 |
Actual: |
10804 |
100% |
10629 |
Flash640 / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vTsvInit |
0x00034c64 |
0x00034c70 |
12 |
12% |
10833 |
.text.ZPS_eTsvOpen |
0x00034c70 |
0x00034c8c |
28 |
28% |
10836 |
.text.ZPS_eTsvClose |
0x00034c8c |
0x00034c90 |
4 |
4% |
10839 |
.text.ZPS_eTsvStart |
0x00034c90 |
0x00034cac |
28 |
28% |
10842 |
.text.ZPS_eTsvStop |
0x00034cac |
0x00034cc8 |
28 |
28% |
10845 |
Expected total in zps_tsv.o file: |
100 |
Actual: |
100 |
100% |
10833 |
Flash640 / .text / zps_apl_inl.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pu8AplZdoGetVsOUI |
0x00034cc8 |
0x00034cd8 |
16 |
100% |
10848 |
Expected total in zps_apl_inl.o file: |
16 |
Actual: |
16 |
100% |
10848 |
Flash640 / .text / _arm_addsubdf3.o |
Start |
End |
Size |
% |
Line |
.text |
0x00034cd8 |
0x00035050 |
888 |
100% |
10852 |
Expected total in _arm_addsubdf3.o file: |
888 |
Actual: |
888 |
100% |
10852 |
Flash640 / .text / _arm_fixdfsi.o |
Start |
End |
Size |
% |
Line |
.text |
0x00035050 |
0x000350a0 |
80 |
100% |
10868 |
Expected total in _arm_fixdfsi.o file: |
80 |
Actual: |
80 |
100% |
10868 |
Flash640 / .text / _aeabi_ldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x000350a0 |
0x00035140 |
160 |
100% |
10871 |
Expected total in _aeabi_ldivmod.o file: |
160 |
Actual: |
160 |
100% |
10871 |
Flash640 / .text / _aeabi_uldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00035140 |
0x00035170 |
48 |
100% |
10873 |
Expected total in _aeabi_uldivmod.o file: |
48 |
Actual: |
48 |
100% |
10873 |
Flash640 / .text / _udivmoddi4.o |
Start |
End |
Size |
% |
Line |
.text |
0x00035170 |
0x00035440 |
720 |
100% |
10875 |
Expected total in _udivmoddi4.o file: |
720 |
Actual: |
720 |
100% |
10875 |
Flash640 / .text / _dvmd_tls.o |
Start |
End |
Size |
% |
Line |
.text |
0x00035440 |
0x00035444 |
4 |
100% |
10877 |
Expected total in _dvmd_tls.o file: |
4 |
Actual: |
4 |
100% |
10877 |
Flash640 / .text / lib_a-abs.o |
Start |
End |
Size |
% |
Line |
.text.abs |
0x00035444 |
0x0003544c |
8 |
100% |
10880 |
Expected total in lib_a-abs.o file: |
8 |
Actual: |
8 |
100% |
10880 |
Flash640 / .text / lib_a-memcmp.o |
Start |
End |
Size |
% |
Line |
.text.memcmp |
0x0003544c |
0x000354b4 |
104 |
100% |
10882 |
Expected total in lib_a-memcmp.o file: |
104 |
Actual: |
104 |
100% |
10882 |
Flash640 / .text / lib_a-memcpy.o |
Start |
End |
Size |
% |
Line |
.text |
0x000354b4 |
0x000355e8 |
308 |
100% |
10884 |
Expected total in lib_a-memcpy.o file: |
308 |
Actual: |
308 |
100% |
10884 |
Flash640 / .text / lib_a-memset.o |
Start |
End |
Size |
% |
Line |
.text.memset |
0x000355e8 |
0x0003568c |
164 |
100% |
10886 |
Expected total in lib_a-memset.o file: |
164 |
Actual: |
164 |
100% |
10886 |
Flash640 / .text / lib_a-strlen.o |
Start |
End |
Size |
% |
Line |
.text |
0x000356c0 |
0x0003579c |
220 |
100% |
10889 |
Expected total in lib_a-strlen.o file: |
220 |
Actual: |
220 |
100% |
10889 |
Flash640 / .text / lib_a-strncpy.o |
Start |
End |
Size |
% |
Line |
.text.strncpy |
0x0003579c |
0x00035800 |
100 |
100% |
10891 |
Expected total in lib_a-strncpy.o file: |
100 |
Actual: |
100 |
100% |
10891 |
Flash640 / .text / linker |
Start |
End |
Size |
% |
Line |
.text.strncpy.__stub |
0x00035800 |
0x00035810 |
16 |
100% |
10893 |
Expected total in linker file: |
16 |
Actual: |
16 |
100% |
10893 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.rodata.System_IRQHandler.str1.1 |
0x00035810 |
0x00035843 |
51 |
17% |
10896 |
.rodata.main_task.str1.1 |
0x00035843 |
0x00035857 |
20 |
7% |
10898 |
.rodata.APP_vRadioTempUpdate.str1.1 |
0x00035857 |
0x000358e7 |
144 |
47% |
10900 |
.rodata.bRadioCB_WriteNVM.str1.1 |
0x000358e7 |
0x00035916 |
47 |
16% |
10902 |
.rodata.u16RadioCB_ReadNVM.str1.1 |
0x00035916 |
0x00035948 |
50 |
17% |
10904 |
Expected total in app_main.o file: |
312 |
Actual: |
312 |
100% |
10896 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ahEndpoint0InputClusterAPdus |
0x00035948 |
0x00035a90 |
328 |
33% |
10907 |
.rodata.s_ahEndpoint1InputClusterAPdus |
0x00035a90 |
0x00035ab0 |
32 |
4% |
10909 |
.rodata.s_ahEndpoint242InputClusterAPdus |
0x00035ab0 |
0x00035ab4 |
4 |
1% |
10911 |
.rodata.s_asAplZdoServers |
0x00035ab4 |
0x00035b5c |
168 |
17% |
10913 |
.rodata.s_au16Endpoint0InputClusterList |
0x00035b5c |
0x00035c00 |
164 |
17% |
10915 |
.rodata.s_au16Endpoint0OutputClusterList |
0x00035c00 |
0x00035ca4 |
164 |
17% |
10917 |
.rodata.s_au16Endpoint1InputClusterList |
0x00035ca4 |
0x00035cb4 |
16 |
2% |
10919 |
.rodata.s_au16Endpoint1OutputClusterList |
0x00035cb4 |
0x00035cc0 |
12 |
2% |
10921 |
.rodata.s_au16Endpoint242InputClusterList |
0x00035cc0 |
0x00035cc2 |
2 |
1% |
10923 |
.rodata.s_au16Endpoint242OutputClusterList |
0x00035cc2 |
0x00035cc4 |
2 |
1% |
10925 |
.rodata.s_sNibInitialValues |
0x00035cc4 |
0x00035ce4 |
32 |
4% |
10927 |
.rodata.s_sNwkTbl |
0x00035ce4 |
0x00035d24 |
64 |
7% |
10929 |
.rodata.s_sNwkTblSize |
0x00035d24 |
0x00035d34 |
16 |
2% |
10931 |
Expected total in zps_gen.o file: |
1004 |
Actual: |
1004 |
100% |
10907 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.rodata.vfExtendedStatusCallBack.str1.1 |
0x00035d34 |
0x00035d54 |
32 |
20% |
10933 |
.rodata.vAppMain.str1.1 |
0x00035d54 |
0x00035dd6 |
130 |
81% |
10935 |
Expected total in app_start.o file: |
162 |
Actual: |
162 |
100% |
10933 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_taskRouter.str1.1 |
0x00035dd6 |
0x00035ebf |
233 |
90% |
10938 |
.rodata.APP_vInitialiseRouter.str1.1 |
0x00035ebf |
0x00035edb |
28 |
11% |
10940 |
Expected total in app_window_covering.o file: |
261 |
Actual: |
261 |
100% |
10938 |
Flash640 / .text / cluster_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_WindowCoveringSceneEventHandler.str1.1 |
0x00035edb |
0x00035f0e |
51 |
24% |
10943 |
.rodata.asCLD_WindowCoveringClusterAttributeDefinitions |
0x00035f0e |
0x00035fb6 |
168 |
77% |
10946 |
Expected total in cluster_window_covering.o file: |
219 |
Actual: |
219 |
100% |
10943 |
Flash640 / .text / cluster_window_covering_command_handler.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_WindowCoveringCommandHandler.str1.1 |
0x00035fb6 |
0x0003602d |
119 |
100% |
10949 |
Expected total in cluster_window_covering_command_handler.o file: |
119 |
Actual: |
119 |
100% |
10949 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vZCL_DeviceSpecific_Init.str1.1 |
0x0003602d |
0x0003604f |
34 |
100% |
10951 |
Expected total in app_zcl_task.o file: |
34 |
Actual: |
34 |
100% |
10951 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vWhiteLedOff.str1.1 |
0x0003604f |
0x00036066 |
23 |
34% |
10953 |
.rodata.APP_vLedInitialise.str1.1 |
0x00036066 |
0x00036093 |
45 |
67% |
10955 |
Expected total in app_leds.o file: |
68 |
Actual: |
68 |
100% |
10953 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.rodata.DbgConsole_SendData.str1.1 |
0x00036093 |
0x0003610e |
123 |
60% |
10957 |
.rodata.DbgConsole_Init.str1.1 |
0x0003610e |
0x00036136 |
40 |
20% |
10959 |
.rodata.__func__.0 |
0x00036136 |
0x00036146 |
16 |
8% |
10961 |
.rodata.__func__.3 |
0x00036146 |
0x00036162 |
28 |
14% |
10963 |
Expected total in fsl_debug_console.o file: |
207 |
Actual: |
207 |
100% |
10957 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.rodata.PWM_GetDefaultConfig.str1.1 |
0x00036162 |
0x000361b9 |
87 |
81% |
10965 |
.rodata.__func__.0 |
0x000361b9 |
0x000361ce |
21 |
20% |
10967 |
Expected total in fsl_pwm.o file: |
108 |
Actual: |
108 |
100% |
10965 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.rodata.GINT_GetInstance.str1.1 |
0x000361ce |
0x0003623e |
112 |
87% |
10969 |
.rodata.__func__.0 |
0x0003623e |
0x0003624f |
17 |
14% |
10971 |
Expected total in fsl_gint.o file: |
129 |
Actual: |
129 |
100% |
10969 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_Configuration.str1.1 |
0x0003624f |
0x00036291 |
66 |
31% |
10973 |
.rodata.load_calibration_param_from_flash.str1.1 |
0x00036291 |
0x0003632a |
153 |
70% |
10975 |
Expected total in temp_sensor_drv.o file: |
219 |
Actual: |
219 |
100% |
10973 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_GetInstance.isra.0.str1.1 |
0x0003632a |
0x00036398 |
110 |
46% |
10977 |
.rodata.ADC_Init.str1.1 |
0x00036398 |
0x000363a7 |
15 |
7% |
10979 |
.rodata.ADC_GetConvSeqAGlobalConversionResult.str1.1 |
0x000363a7 |
0x000363b4 |
13 |
6% |
10981 |
.rodata.ADC_GetChannelConversionResult.str1.1 |
0x000363b4 |
0x000363cc |
24 |
10% |
10983 |
.rodata.__func__.0 |
0x000363cc |
0x000363eb |
31 |
13% |
10985 |
.rodata.__func__.2 |
0x000363eb |
0x00036401 |
22 |
10% |
10987 |
.rodata.__func__.3 |
0x00036401 |
0x00036411 |
16 |
7% |
10989 |
.rodata.__func__.4 |
0x00036411 |
0x0003641c |
11 |
5% |
10991 |
Expected total in fsl_adc.o file: |
242 |
Actual: |
242 |
100% |
10977 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.rodata.BOARD_Clock32MCapacitanceCharacteristics |
0x0003641c |
0x00036428 |
12 |
100% |
10994 |
Expected total in board_utility.o file: |
12 |
Actual: |
12 |
100% |
10994 |
Flash640 / .text / app_ota_client.o |
Start |
End |
Size |
% |
Line |
.rodata.vAppInitOTA.str1.1 |
0x00036428 |
0x00036483 |
91 |
59% |
10997 |
.rodata.vHandleIeeeAddressRsp.str1.1 |
0x00036483 |
0x000364b3 |
48 |
31% |
10999 |
.rodata |
0x000364b3 |
0x000364c3 |
16 |
11% |
11002 |
Expected total in app_ota_client.o file: |
155 |
Actual: |
155 |
100% |
10997 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.rodata.vApp_GP_RegisterDevice.str1.1 |
0x000364c3 |
0x000364d4 |
17 |
100% |
11003 |
Expected total in app_green_power.o file: |
17 |
Actual: |
17 |
100% |
11003 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.rodata.WWDT_GetInstance.isra.0.str1.1 |
0x000364d4 |
0x0003653b |
103 |
54% |
11005 |
.rodata.WWDT_GetDefaultConfig.str1.1 |
0x0003653b |
0x0003654a |
15 |
8% |
11007 |
.rodata.WWDT_Init.str1.1 |
0x0003654a |
0x00036565 |
27 |
14% |
11009 |
.rodata.__func__.0 |
0x00036565 |
0x00036576 |
17 |
9% |
11011 |
.rodata.__func__.1 |
0x00036576 |
0x00036580 |
10 |
6% |
11013 |
.rodata.__func__.2 |
0x00036580 |
0x00036596 |
22 |
12% |
11015 |
Expected total in fsl_wwdt.o file: |
194 |
Actual: |
194 |
100% |
11005 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.rodata.CLOCK_Xtal32M_Trim.str1.1 |
0x00036596 |
0x00036655 |
191 |
75% |
11017 |
.rodata.CLOCK_XtalBasicTrim.str1.1 |
0x00036655 |
0x00036671 |
28 |
11% |
11019 |
.rodata.__func__.1 |
0x00036671 |
0x00036684 |
19 |
8% |
11021 |
.rodata.__func__.2 |
0x00036684 |
0x00036698 |
20 |
8% |
11023 |
Expected total in fsl_clock.o file: |
258 |
Actual: |
258 |
100% |
11017 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.rodata.RESET_SetPeripheralReset.str1.1 |
0x00036698 |
0x000366f3 |
91 |
64% |
11025 |
.rodata.__func__.0 |
0x000366f3 |
0x0003670e |
27 |
19% |
11027 |
.rodata.__func__.1 |
0x0003670e |
0x00036727 |
25 |
18% |
11029 |
Expected total in fsl_reset.o file: |
143 |
Actual: |
143 |
100% |
11025 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.rodata.USART_GetInstance.str1.1 |
0x00036727 |
0x0003677b |
84 |
24% |
11031 |
.rodata.USART_TransferStartRingBuffer.str1.1 |
0x0003677b |
0x0003679b |
32 |
9% |
11033 |
.rodata.USART_GetDefaultConfig.str1.1 |
0x0003679b |
0x000367aa |
15 |
5% |
11035 |
.rodata.USART_SetBaudRate.str1.1 |
0x0003679b |
0x000367da |
63 |
18% |
11037 |
.rodata.USART_Init.str1.1 |
0x000367da |
0x00036816 |
60 |
17% |
11039 |
.rodata.USART_WriteBlocking.str1.1 |
0x00036816 |
0x0003683a |
36 |
10% |
11041 |
.rodata.__func__.10 |
0x0003683a |
0x0003684e |
20 |
6% |
11043 |
.rodata.__func__.11 |
0x0003684e |
0x00036860 |
18 |
5% |
11045 |
.rodata.__func__.12 |
0x00036860 |
0x00036877 |
23 |
7% |
11047 |
.rodata.__func__.13 |
0x00036877 |
0x00036884 |
13 |
4% |
11049 |
.rodata.__func__.14 |
0x00036884 |
0x0003688f |
11 |
4% |
11051 |
Expected total in fsl_usart.o file: |
360 |
Actual: |
375 |
105% |
11031 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.rodata.FLEXCOMM_GetInstance.str1.1 |
0x0003688f |
0x000368e0 |
81 |
15% |
11053 |
.rodata.FLEXCOMM0_DriverIRQHandler.str1.1 |
0x000368e0 |
0x000368f8 |
24 |
5% |
11056 |
.rodata.FLEXCOMM1_DriverIRQHandler.str1.1 |
0x000368f8 |
0x00036910 |
24 |
5% |
11058 |
.rodata.FLEXCOMM2_DriverIRQHandler.str1.1 |
0x00036910 |
0x00036928 |
24 |
5% |
11060 |
.rodata.FLEXCOMM3_DriverIRQHandler.str1.1 |
0x00036928 |
0x00036940 |
24 |
5% |
11062 |
.rodata.FLEXCOMM4_DriverIRQHandler.str1.1 |
0x00036940 |
0x00036958 |
24 |
5% |
11064 |
.rodata.FLEXCOMM5_DriverIRQHandler.str1.1 |
0x00036958 |
0x00036970 |
24 |
5% |
11066 |
.rodata.FLEXCOMM6_DriverIRQHandler.str1.1 |
0x00036970 |
0x00036988 |
24 |
5% |
11068 |
.rodata.__func__.0 |
0x00036988 |
0x000369a3 |
27 |
5% |
11070 |
.rodata.__func__.1 |
0x000369a3 |
0x000369be |
27 |
5% |
11072 |
.rodata.__func__.2 |
0x000369be |
0x000369d9 |
27 |
5% |
11074 |
.rodata.__func__.3 |
0x000369d9 |
0x000369f4 |
27 |
5% |
11076 |
.rodata.__func__.4 |
0x000369f4 |
0x00036a0f |
27 |
5% |
11078 |
.rodata.__func__.5 |
0x00036a0f |
0x00036a2a |
27 |
5% |
11080 |
.rodata.__func__.6 |
0x00036a2a |
0x00036a45 |
27 |
5% |
11082 |
.rodata.__func__.7 |
0x00036a45 |
0x00036a5c |
23 |
5% |
11084 |
.rodata.s_flexcommBaseAddrs |
0x00036a5c |
0x00036a78 |
28 |
6% |
11087 |
.rodata.s_flexcommClocks |
0x00036a78 |
0x00036a94 |
28 |
6% |
11089 |
.rodata.s_flexcommResets |
0x00036a94 |
0x00036ab0 |
28 |
6% |
11091 |
Expected total in fsl_flexcomm.o file: |
545 |
Actual: |
545 |
100% |
11053 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.rodata.SDK_DelayAtLeastUs.str1.1 |
0x00036ab0 |
0x00036b22 |
114 |
86% |
11093 |
.rodata.__func__.0 |
0x00036b22 |
0x00036b35 |
19 |
15% |
11095 |
Expected total in fsl_common.o file: |
133 |
Actual: |
133 |
100% |
11093 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.rodata.POWER_ApplyLdoActiveVoltage.str1.1 |
0x00036b35 |
0x00036bb2 |
125 |
52% |
11097 |
.rodata.POWER_ApplyLdoActiveVoltage_1V0.str1.1 |
0x00036bb2 |
0x00036bfb |
73 |
31% |
11099 |
.rodata.__func__.0 |
0x00036bfb |
0x00036c1d |
34 |
14% |
11101 |
.rodata.__func__.1 |
0x00036c1d |
0x00036c28 |
11 |
5% |
11103 |
Expected total in fsl_power.o file: |
243 |
Actual: |
243 |
100% |
11097 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.rodata.timer_param |
0x00036c28 |
0x00036c88 |
96 |
100% |
11105 |
Expected total in fsl_wtimer.o file: |
96 |
Actual: |
96 |
100% |
11105 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.rodata.ExceptionUnwindStack.str1.1 |
0x00036c88 |
0x00036d4a |
194 |
13% |
11107 |
.rodata.vPrintRegisterBit.str1.1 |
0x00036d4a |
0x00036d52 |
8 |
1% |
11109 |
.rodata.vPrintSystemHandlerAndControlStateRegisterBitFields.str1.1 |
0x00036d52 |
0x00036e8a |
312 |
21% |
11111 |
.rodata.vPrintConfigurableFaultStatusRegisterBitFields.str1.1 |
0x00036e8a |
0x00036f8d |
259 |
18% |
11113 |
.rodata.vDebugBusFaultHandler.str1.1 |
0x00036f8d |
0x0003711e |
401 |
27% |
11116 |
.rodata.vDebugUsageFaultHandler.str1.1 |
0x0003711e |
0x00037142 |
36 |
3% |
11119 |
.rodata.vDebugMemoryFaultHandler.str1.1 |
0x00037142 |
0x00037188 |
70 |
5% |
11121 |
.rodata.vPrintHardFaultStatusRegisterBitFields.str1.1 |
0x00037188 |
0x000371c5 |
61 |
5% |
11123 |
.rodata.vDebugHardFaultHandler.str1.1 |
0x000371c5 |
0x00037266 |
161 |
11% |
11125 |
Expected total in MicroExceptions_arm.o file: |
1502 |
Actual: |
1502 |
100% |
11107 |
Flash640 / .text / OtaSupport.o |
Start |
End |
Size |
% |
Line |
.rodata.OTA_PullImageChunk.str1.1 |
0x00037266 |
0x00037292 |
44 |
100% |
11127 |
Expected total in OtaSupport.o file: |
44 |
Actual: |
44 |
100% |
11127 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00037292 |
0x0003729b |
9 |
100% |
11129 |
Expected total in TimersManager.o file: |
9 |
Actual: |
9 |
100% |
11129 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.FRO32K_CompleteCalibration.str1.1 |
0x0003729b |
0x000372b0 |
21 |
100% |
11131 |
Expected total in TMR_Adapter.o file: |
21 |
Actual: |
21 |
100% |
11131 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ctimerBases |
0x000372b0 |
0x000372b8 |
8 |
100% |
11133 |
Expected total in fsl_ctimer.o file: |
8 |
Actual: |
8 |
100% |
11133 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.rodata.DMA_GetInstance.str1.1 |
0x000372b8 |
0x00037326 |
110 |
86% |
11135 |
.rodata.__func__.25 |
0x00037326 |
0x00037338 |
18 |
15% |
11137 |
Expected total in fsl_dma.o file: |
128 |
Actual: |
128 |
100% |
11135 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.rodata.maHandleDeepSleepTable |
0x00037338 |
0x00037368 |
48 |
100% |
11140 |
Expected total in PWR.o file: |
48 |
Actual: |
48 |
100% |
11140 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.rodata.pm_sram0_bank_desc |
0x00037368 |
0x000373a8 |
64 |
67% |
11143 |
.rodata.pm_sram1_bank_desc |
0x000373a8 |
0x000373c8 |
32 |
34% |
11146 |
Expected total in PWRLib.o file: |
96 |
Actual: |
96 |
100% |
11143 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.rodata.SerialManager_Init.str1.1 |
0x000373c8 |
0x00037428 |
96 |
26% |
11149 |
.rodata.SerialManager_OpenWriteHandle.str1.1 |
0x00037428 |
0x00037434 |
12 |
4% |
11152 |
.rodata.SerialManager_CloseWriteHandle.str1.1 |
0x00037434 |
0x0003743b |
7 |
2% |
11154 |
.rodata.SerialManager_OpenReadHandle.str1.1 |
0x0003743b |
0x00037446 |
11 |
3% |
11156 |
.rodata.SerialManager_CloseReadHandle.str1.1 |
0x00037446 |
0x00037483 |
61 |
17% |
11158 |
.rodata.SerialManager_WriteBlocking.str1.1 |
0x00037483 |
0x00037491 |
14 |
4% |
11160 |
.rodata.__func__.3 |
0x00037491 |
0x000374a5 |
20 |
6% |
11162 |
.rodata.__func__.4 |
0x000374a5 |
0x000374c3 |
30 |
8% |
11164 |
.rodata.__func__.5 |
0x000374c3 |
0x000374e0 |
29 |
8% |
11166 |
.rodata.__func__.6 |
0x000374e0 |
0x000374ff |
31 |
9% |
11168 |
.rodata.__func__.7 |
0x000374ff |
0x0003751d |
30 |
8% |
11170 |
.rodata.__func__.8 |
0x0003751d |
0x00037532 |
21 |
6% |
11172 |
.rodata.__func__.9 |
0x00037532 |
0x00037545 |
19 |
5% |
11174 |
Expected total in serial_manager.o file: |
381 |
Actual: |
381 |
100% |
11149 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.rodata.Serial_UartInit.str1.1 |
0x00037545 |
0x000375a7 |
98 |
66% |
11176 |
.rodata.Serial_UartWrite.str1.1 |
0x000375a7 |
0x000375b5 |
14 |
10% |
11179 |
.rodata.__func__.1 |
0x000375a7 |
0x000375b8 |
17 |
12% |
11181 |
.rodata.__func__.2 |
0x000375b8 |
0x000375ca |
18 |
13% |
11183 |
.rodata.__func__.3 |
0x000375ca |
0x000375da |
16 |
11% |
11185 |
Expected total in serial_port_uart.o file: |
149 |
Actual: |
163 |
110% |
11176 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.HAL_UartInit.str1.1 |
0x000375da |
0x0003768e |
180 |
75% |
11187 |
.rodata.HAL_UartReceiveBlocking.str1.1 |
0x0003768e |
0x00037693 |
5 |
3% |
11190 |
.rodata.__func__.0 |
0x00037693 |
0x000376a8 |
21 |
9% |
11193 |
.rodata.__func__.2 |
0x000376a8 |
0x000376b7 |
15 |
7% |
11195 |
.rodata.__func__.3 |
0x000376b7 |
0x000376c4 |
13 |
6% |
11197 |
.rodata.s_UsartAdapterBase |
0x000376c4 |
0x000376cc |
8 |
4% |
11199 |
Expected total in usart_adapter.o file: |
242 |
Actual: |
242 |
100% |
11187 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.rodata.__assert_func.str1.1 |
0x000376cc |
0x0003770a |
62 |
100% |
11201 |
Expected total in fsl_assert.o file: |
62 |
Actual: |
62 |
100% |
11201 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x0003770a |
0x00037714 |
10 |
91% |
11203 |
.rodata.gUseRtos_c |
0x00037714 |
0x00037715 |
1 |
10% |
11205 |
Expected total in fsl_os_abstraction_bm.o file: |
11 |
Actual: |
11 |
100% |
11203 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.vGP_RestorePersistedData.str1.1 |
0x00037715 |
0x00037726 |
17 |
20% |
11208 |
.rodata.asCLD_GreenPowerClusterAttributeDefinitionsClient |
0x00037726 |
0x0003776e |
72 |
81% |
11210 |
Expected total in GreenPower.o file: |
89 |
Actual: |
89 |
100% |
11208 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_BasicClusterAttributeDefinitions |
0x0003776e |
0x000377c6 |
88 |
100% |
11213 |
Expected total in Basic.o file: |
88 |
Actual: |
88 |
100% |
11213 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GroupsClusterAttributeDefinitions |
0x000377c6 |
0x000377de |
24 |
100% |
11216 |
Expected total in Groups.o file: |
24 |
Actual: |
24 |
100% |
11216 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_IdentifyClusterAttributeDefinitions |
0x000377de |
0x000377f6 |
24 |
100% |
11219 |
Expected total in Identify.o file: |
24 |
Actual: |
24 |
100% |
11219 |
Flash640 / .text / ScenesClusterManagement.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_ScenesRestoreClusters.str1.1 |
0x000377f6 |
0x000377ff |
9 |
100% |
11222 |
Expected total in ScenesClusterManagement.o file: |
9 |
Actual: |
9 |
100% |
11222 |
Flash640 / .text / OTA.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x000377ff |
0x00037808 |
9 |
19% |
11224 |
.rodata.asOTAClusterAttributeDefinitions |
0x00037808 |
0x00037830 |
40 |
82% |
11226 |
Expected total in OTA.o file: |
49 |
Actual: |
49 |
100% |
11224 |
Flash640 / .text / OTA_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eOTA_HandleImageVerification.str1.1 |
0x00037830 |
0x00037886 |
86 |
100% |
11229 |
Expected total in OTA_client.o file: |
86 |
Actual: |
86 |
100% |
11229 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x00037886 |
0x0003788e |
8 |
4% |
11231 |
.rodata.au8ConstSizeArray |
0x0003788e |
0x00037990 |
258 |
97% |
11232 |
Expected total in zcl_attribute.o file: |
266 |
Actual: |
266 |
100% |
11231 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.rodata.BDB_vNsStateMachine.str1.1 |
0x00037990 |
0x000379c2 |
50 |
100% |
11235 |
Expected total in bdb_ns.o file: |
50 |
Actual: |
50 |
100% |
11235 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.36 |
0x000379c2 |
0x000379c6 |
4 |
100% |
11237 |
Expected total in PDM_FileSystemData.c.obj file: |
4 |
Actual: |
4 |
100% |
11237 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.rodata.eUnfragmentedUnicastTransmission.str1.1 |
0x000379c6 |
0x000379cd |
7 |
50% |
11239 |
.rodata.ZPS_vAplHandleApsdeReqRsp.str1.1 |
0x000379cd |
0x000379d4 |
7 |
50% |
11241 |
Expected total in zps_apl_apsde.o file: |
14 |
Actual: |
14 |
100% |
11239 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vInitAPSMECmdHdr.str1.1 |
0x000379d4 |
0x000379db |
7 |
24% |
11243 |
.rodata.zps_eAplSendApsmeCmdFrame.str1.1 |
0x000379d4 |
0x000379d9 |
5 |
17% |
11246 |
.rodata.zps_eAplApsmeTransportKeyReqRsp.str1.1 |
0x000379d9 |
0x000379eb |
18 |
60% |
11248 |
.rodata.zps_eAplApsmeUpdateDeviceReqRsp.str1.1 |
0x000379eb |
0x000379f0 |
5 |
17% |
11250 |
.rodata.zps_eAplApsmeVerifyKeyReqRsp.str1.1 |
0x000379f0 |
0x000379f5 |
5 |
17% |
11252 |
.rodata.zps_eAplApsmeRequestKeyReqRsp.str1.1 |
0x000379f0 |
0x000379f2 |
2 |
7% |
11255 |
Expected total in zps_apl_apsme.o file: |
30 |
Actual: |
42 |
140% |
11243 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vAplApsHandleNldeDcfmInd.str1.1 |
0x000379f0 |
0x000379f5 |
5 |
100% |
11257 |
Expected total in zps_apl_aps_nlde.o file: |
5 |
Actual: |
5 |
100% |
11257 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplSecDecryptPacket.str1.1 |
0x000379f0 |
0x000379f3 |
3 |
100% |
11260 |
Expected total in zps_apl_sec.o file: |
3 |
Actual: |
3 |
100% |
11260 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vSetKeys.str1.1 |
0x000379f3 |
0x00037a04 |
17 |
100% |
11263 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
17 |
Actual: |
17 |
100% |
11263 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDefaultServer.str1.1 |
0x00037a04 |
0x00037a23 |
31 |
100% |
11266 |
Expected total in zps_apl_zdo_default_server.o file: |
31 |
Actual: |
31 |
100% |
11266 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoNwkAddrServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11269 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
31 |
Actual: |
31 |
100% |
11269 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoIeeeAddrServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11272 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
31 |
Actual: |
31 |
100% |
11272 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMatchDescServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11275 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
31 |
Actual: |
31 |
100% |
11275 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoSimpleDescServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11278 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
31 |
Actual: |
31 |
100% |
11278 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDeviceAnnceServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11281 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
31 |
Actual: |
31 |
100% |
11281 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoParentAnnceServer.str1.1 |
0x00037a23 |
0x00037a25 |
2 |
67% |
11284 |
.rodata.ZPS_vSendParentAnnounce.str1.1 |
0x00037a23 |
0x00037a26 |
3 |
100% |
11286 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
3 |
Actual: |
5 |
167% |
11284 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoPermitJoiningServer.str1.1 |
0x00037a23 |
0x00037a26 |
3 |
100% |
11288 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
3 |
Actual: |
3 |
100% |
11288 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtLeaveServer.str1.1 |
0x00037a23 |
0x00037a42 |
31 |
100% |
11290 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
31 |
Actual: |
31 |
100% |
11290 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtNWKUpdateServer.str1.1 |
0x00037a23 |
0x00037a2d |
10 |
100% |
11293 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
10 |
Actual: |
10 |
100% |
11293 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.u8ZdoBindUnbindServerUnpackApdu.str1.1 |
0x00037a2d |
0x00037a32 |
5 |
100% |
11296 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
5 |
Actual: |
5 |
100% |
11296 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eSendDeviceAnnounce.str1.1 |
0x00037a32 |
0x00037a37 |
5 |
34% |
11299 |
.rodata.zps_vAplZdoClientLookupNwkAddress.str1.1 |
0x00037a37 |
0x00037a3c |
5 |
34% |
11301 |
.rodata.zps_bAplZdoZdoClient.str1.1 |
0x00037a3c |
0x00037a41 |
5 |
34% |
11303 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
15 |
Actual: |
15 |
100% |
11299 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtBindServer.str1.1 |
0x00037a3c |
0x00037a4f |
19 |
100% |
11306 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
19 |
Actual: |
19 |
100% |
11306 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpGenStatusOnlyResponse.str1.1 |
0x00037a4f |
0x00037a52 |
3 |
100% |
11309 |
Expected total in zps_apl_zdp_apsde_req.o file: |
3 |
Actual: |
3 |
100% |
11309 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpDeviceAnnceRequest.str1.1 |
0x00037a4f |
0x00037a54 |
5 |
100% |
11311 |
Expected total in zps_apl_zdp_device_annce.o file: |
5 |
Actual: |
5 |
100% |
11311 |
Flash640 / .text / zps_apl_zdp_ieee_addr_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpIeeeAddrRequest.str1.1 |
0x00037a4f |
0x00037a54 |
5 |
100% |
11313 |
Expected total in zps_apl_zdp_ieee_addr_req.o file: |
5 |
Actual: |
5 |
100% |
11313 |
Flash640 / .text / zps_apl_zdp_match_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMatchDescRequest.str1.1 |
0x00037a54 |
0x00037a59 |
5 |
100% |
11315 |
Expected total in zps_apl_zdp_match_desc_req.o file: |
5 |
Actual: |
5 |
100% |
11315 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtPermitJoiningRequest.str1.1 |
0x00037a54 |
0x00037a59 |
5 |
100% |
11317 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
5 |
Actual: |
5 |
100% |
11317 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpNodeDescRequest.str1.1 |
0x00037a54 |
0x00037a59 |
5 |
100% |
11320 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
5 |
Actual: |
5 |
100% |
11320 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNwkAddrResponse.str1.1 |
0x00037a54 |
0x00037a59 |
5 |
100% |
11323 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
5 |
Actual: |
5 |
100% |
11323 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpIeeeAddrResponse.str1.1 |
0x00037a59 |
0x00037a67 |
14 |
100% |
11326 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
14 |
Actual: |
14 |
100% |
11326 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNodeDescResponse.str1.1 |
0x00037a59 |
0x00037a62 |
9 |
100% |
11328 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
9 |
Actual: |
9 |
100% |
11328 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpParentAnnceResponse.str1.1 |
0x00037a62 |
0x00037a68 |
6 |
100% |
11331 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
6 |
Actual: |
6 |
100% |
11331 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpPowerDescResponse.str1.1 |
0x00037a62 |
0x00037a68 |
6 |
100% |
11333 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
6 |
Actual: |
6 |
100% |
11333 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSimpleDescResponse.str1.1 |
0x00037a62 |
0x00037a6d |
11 |
100% |
11335 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
11 |
Actual: |
11 |
100% |
11335 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpActiveEpResponse.str1.1 |
0x00037a62 |
0x00037a67 |
5 |
100% |
11337 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
5 |
Actual: |
5 |
100% |
11337 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMatchDescResponse.str1.1 |
0x00037a62 |
0x00037a67 |
5 |
100% |
11339 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
5 |
Actual: |
5 |
100% |
11339 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSystemServerDiscoveryResponse.str1.1 |
0x00037a62 |
0x00037a66 |
4 |
100% |
11341 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
4 |
Actual: |
4 |
100% |
11341 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtLqiResponse.str1.1 |
0x00037a62 |
0x00037a6a |
8 |
100% |
11343 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
8 |
Actual: |
8 |
100% |
11343 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtRtgResponse.str1.1 |
0x00037a6a |
0x00037a72 |
8 |
100% |
11346 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
8 |
Actual: |
8 |
100% |
11346 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMgmtNwkUpdateNotifyResponse.str1.1 |
0x00037a6a |
0x00037a72 |
8 |
100% |
11349 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
8 |
Actual: |
8 |
100% |
11349 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.25 |
0x00037a6c |
0x00037aec |
128 |
58% |
11353 |
.rodata.CSWTCH.27 |
0x00037aec |
0x00037b0c |
32 |
15% |
11355 |
.rodata.CSWTCH.29 |
0x00037b0c |
0x00037b2c |
32 |
15% |
11357 |
.rodata.CSWTCH.31 |
0x00037b2c |
0x00037b4c |
32 |
15% |
11359 |
Expected total in zps_mac_common.o file: |
224 |
Actual: |
224 |
100% |
11353 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.rodata.vZGPcStubMcpsInd.str1.1 |
0x00037b4c |
0x00037b50 |
4 |
100% |
11361 |
Expected total in zps_apl_gp.o file: |
4 |
Actual: |
4 |
100% |
11361 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vZgpTransformKey.str1.1 |
0x00037b4c |
0x00037b50 |
4 |
100% |
11363 |
Expected total in zps_apl_gp_security.o file: |
4 |
Actual: |
4 |
100% |
11363 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.rodata.vApsInterPanMcpsDataInd.str1.1 |
0x00037b50 |
0x00037b54 |
4 |
100% |
11365 |
Expected total in zps_apl_interpan.o file: |
4 |
Actual: |
4 |
100% |
11365 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendLeaveCmd.str1.1 |
0x00037b50 |
0x00037b53 |
3 |
100% |
11367 |
Expected total in zps_nwk_leave.o file: |
3 |
Actual: |
3 |
100% |
11367 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkStatusCmd.str1.1 |
0x00037b50 |
0x00037b54 |
4 |
40% |
11369 |
.rodata.zps_psSendNetworkUpdateCmd.str1.1 |
0x00037b50 |
0x00037b56 |
6 |
60% |
11371 |
.rodata.zps_psSendNetworkEdTimeoutReqCmd.str1.1 |
0x00037b56 |
0x00037b5a |
4 |
40% |
11373 |
Expected total in zps_nwk_maint.o file: |
10 |
Actual: |
14 |
140% |
11369 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vNwkSendLeaveDirect.str1.1 |
0x00037b56 |
0x00037b59 |
3 |
14% |
11375 |
.rodata.ZPS_vNwkHandleMcpsVsInd.str1.1 |
0x00037b56 |
0x00037b5c |
6 |
28% |
11377 |
.rodata.s_apsStSceTbl |
0x00037b58 |
0x00037b6c |
20 |
91% |
11381 |
Expected total in zps_nwk_mcps.o file: |
22 |
Actual: |
29 |
132% |
11375 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSmeTbl |
0x00037b6c |
0x00037b80 |
20 |
100% |
11383 |
Expected total in zps_nwk_mlme.o file: |
20 |
Actual: |
20 |
100% |
11383 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.rodata.au32EndDeviceTimeoutConstants |
0x00037b80 |
0x00037bbc |
60 |
72% |
11385 |
.rodata.au32NwkPdmRecordOffsets |
0x00037bbc |
0x00037bd4 |
24 |
29% |
11388 |
Expected total in zps_nwk_nib.o file: |
84 |
Actual: |
84 |
100% |
11385 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.rodata.atCfmSize |
0x00037bd4 |
0x00037c14 |
64 |
100% |
11391 |
Expected total in zps_nwk_nlme.o file: |
64 |
Actual: |
64 |
100% |
11391 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.rodata.psNwkSendRouteRecordCmd.str1.1 |
0x00037c14 |
0x00037c17 |
3 |
24% |
11393 |
.rodata.psSendRouteReplyCmd.isra.0.str1.1 |
0x00037c14 |
0x00037c1b |
7 |
54% |
11395 |
.rodata.zps_psNwkInitiateRouteDiscovery.str1.1 |
0x00037c1b |
0x00037c21 |
6 |
47% |
11397 |
Expected total in zps_nwk_rt.o file: |
13 |
Actual: |
16 |
124% |
11393 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_bSecDecrypt.str1.1 |
0x00037c21 |
0x00037c24 |
3 |
38% |
11399 |
.rodata.zps_eNwkSecDecryptPacket.str1.1 |
0x00037c24 |
0x00037c29 |
5 |
63% |
11401 |
Expected total in zps_nwk_sec.o file: |
8 |
Actual: |
8 |
100% |
11399 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkLinkPowerDelta.isra.0.str1.1 |
0x00037c29 |
0x00037c30 |
7 |
100% |
11403 |
Expected total in zps_nwk_subghz.o file: |
7 |
Actual: |
7 |
100% |
11403 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToActvStSme |
0x00037c29 |
0x00037c40 |
23 |
10% |
11405 |
.rodata.s_aeNlmeReqRspToActvStCme |
0x00037c40 |
0x00037c50 |
16 |
7% |
11407 |
.rodata.s_aeNwkCmdToActvStSce |
0x00037c50 |
0x00037c60 |
16 |
7% |
11409 |
.rodata.s_aprActvStHandleCme |
0x00037c60 |
0x00037c90 |
48 |
21% |
11412 |
.rodata.s_aprActvStHandleSce |
0x00037c90 |
0x00037cc8 |
56 |
25% |
11414 |
.rodata.s_aprActvStHandleSme |
0x00037cc8 |
0x00037ce4 |
28 |
13% |
11416 |
.rodata.s_atActvStSceStt |
0x00037ce4 |
0x00037cf1 |
13 |
6% |
11418 |
.rodata.s_atActvStSmeStt |
0x00037cf1 |
0x00037cf8 |
7 |
4% |
11420 |
.rodata.zps_sActvSceTbl |
0x00037cf8 |
0x00037d04 |
12 |
6% |
11423 |
.rodata.zps_sActvSmeTbl |
0x00037d04 |
0x00037d10 |
12 |
6% |
11426 |
Expected total in zps_nwk_actv_st.o file: |
231 |
Actual: |
231 |
100% |
11405 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToDiscStSme |
0x00037d10 |
0x00037d28 |
24 |
34% |
11429 |
.rodata.s_aprDiscStHandleSme |
0x00037d28 |
0x00037d44 |
28 |
39% |
11432 |
.rodata.s_atDiscStSmeStt |
0x00037d44 |
0x00037d4c |
8 |
12% |
11434 |
.rodata.zps_sDiscSmeTbl |
0x00037d4c |
0x00037d58 |
12 |
17% |
11436 |
Expected total in zps_nwk_disc_st.o file: |
72 |
Actual: |
72 |
100% |
11429 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToFormStSme |
0x00037d58 |
0x00037d70 |
24 |
43% |
11439 |
.rodata.s_aprFormStHandleSme |
0x00037d70 |
0x00037d80 |
16 |
29% |
11442 |
.rodata.s_atFormStSmeStt |
0x00037d80 |
0x00037d84 |
4 |
8% |
11444 |
.rodata.zps_sFormSmeTbl |
0x00037d84 |
0x00037d90 |
12 |
22% |
11446 |
Expected total in zps_nwk_form_st.o file: |
56 |
Actual: |
56 |
100% |
11439 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendFrm.str1.1 |
0x00037d90 |
0x00037d93 |
3 |
43% |
11449 |
.rodata.str1.1 |
0x00037d90 |
0x00037d9c |
12 |
172% |
11451 |
.rodata.au8JitterLUT.0 |
0x00037d90 |
0x00037d97 |
7 |
100% |
11453 |
Expected total in zps_nwk_frm.o file: |
7 |
Actual: |
22 |
315% |
11449 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeNlmeReqRspToIdleStCme |
0x00037d97 |
0x00037da8 |
17 |
46% |
11455 |
.rodata.s_aprIdleStHandleCme |
0x00037da8 |
0x00037dbc |
20 |
55% |
11459 |
Expected total in zps_nwk_idle_st.o file: |
37 |
Actual: |
37 |
100% |
11455 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendRejoinReqCmd.str1.1 |
0x00037dbc |
0x00037dbf |
3 |
8% |
11461 |
.rodata.zps_psNwkSendRejoinRspCmd.str1.1 |
0x00037dbc |
0x00037dc1 |
5 |
13% |
11463 |
.rodata.zps_eNwkProcessJoinInd.str1.1 |
0x00037dbc |
0x00037dde |
34 |
88% |
11466 |
.rodata |
0x00037dde |
0x00037de3 |
5 |
13% |
11468 |
Expected total in zps_nwk_join.o file: |
39 |
Actual: |
47 |
121% |
11461 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToJoinStSme |
0x00037de3 |
0x00037dfa |
23 |
21% |
11469 |
.rodata.s_aeNwkCmdToJoinStSce |
0x00037dfa |
0x00037e08 |
14 |
13% |
11471 |
.rodata.s_aprJoinStHandleSce |
0x00037e08 |
0x00037e10 |
8 |
8% |
11474 |
.rodata.s_aprJoinStHandleSme |
0x00037e10 |
0x00037e20 |
16 |
15% |
11476 |
.rodata.s_atJoinStSceStt |
0x00037e20 |
0x00037e25 |
5 |
5% |
11478 |
.rodata.s_atJoinStSmeStt |
0x00037e25 |
0x00037e3c |
23 |
21% |
11480 |
.rodata.zps_sJoinSceTbl |
0x00037e3c |
0x00037e48 |
12 |
11% |
11483 |
.rodata.zps_sJoinSmeTbl |
0x00037e48 |
0x00037e54 |
12 |
11% |
11486 |
Expected total in zps_nwk_join_st.o file: |
113 |
Actual: |
113 |
100% |
11469 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.rodata.au8HeaderSize.0 |
0x00037e54 |
0x00037e62 |
14 |
47% |
11489 |
.rodata.sPibInitialValues |
0x00037e62 |
0x00037e72 |
16 |
54% |
11491 |
Expected total in Mini_Main.o file: |
30 |
Actual: |
30 |
100% |
11489 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.rodata.radio_DCO_cal.str1.1 |
0x00037e72 |
0x00037e7a |
8 |
1% |
11493 |
.rodata |
0x00037e7a |
0x00037e96 |
28 |
3% |
11495 |
.rodata.assign_Synth_Cal_Op_Lock_init_regs |
0x00037e96 |
0x00037ed6 |
64 |
7% |
11496 |
.rodata.assign_Synth_Cal_Startup_init_regs |
0x00037ed6 |
0x00037f1a |
68 |
7% |
11499 |
.rodata.assign_TMU_init_regs |
0x00037f1a |
0x00037f66 |
76 |
8% |
11502 |
.rodata.assign_init_regs |
0x00037f66 |
0x00037fd6 |
112 |
11% |
11505 |
.rodata.assign_init_regs_ES2 |
0x00037fd6 |
0x00037fe2 |
12 |
2% |
11508 |
.rodata.assign_init_regs_ES2MF |
0x00037fe2 |
0x00037fee |
12 |
2% |
11511 |
.rodata.assign_std_specific_banked_regs |
0x00037fee |
0x00038026 |
56 |
6% |
11514 |
.rodata.assign_unbanked_common_regs |
0x00038026 |
0x0003804e |
40 |
4% |
11517 |
.rodata.assign_unbanked_std_specific_regs |
0x0003804e |
0x0003805e |
16 |
2% |
11520 |
.rodata.assign_unbanked_zbble_specific_regs |
0x0003805e |
0x000380fa |
156 |
15% |
11523 |
.rodata.assign_zbble_specific_banked_regs |
0x000380fa |
0x00038144 |
74 |
8% |
11526 |
.rodata.freq_prog |
0x00038144 |
0x000381d0 |
140 |
14% |
11530 |
.rodata.lut_defaults |
0x000381d0 |
0x0003822c |
92 |
9% |
11533 |
.rodata.lut_hiTx_defaults |
0x0003822c |
0x00038288 |
92 |
9% |
11536 |
Expected total in radio.o file: |
1046 |
Actual: |
1046 |
100% |
11493 |
The memory used by each folder is listed below, grouped by section. The sizes and percentages are for the contents of that folder only, (so contents of subfolders are not included).
The percentage column is the percentage of the section memory that Folder occupies.
The memory used by each folder and file is listed below, grouped by section.The sizes given for folders include the contents of that folder and all subfolders. The percentage column is the percentage of the section memory that entry occupies.
Flash640 / .text |
Size |
% |
APP/ |
12082 |
6% |
| 2-Common/ |
6585 |
3% |
| | Source/ |
6585 |
3% |
| | | app_buttons.o |
356 |
1% |
| | | app_green_power.o |
309 |
1% |
| | | app_leds.o |
400 |
1% |
| | | app_ota_client.o |
2351 |
2% |
| | | app_power_on_counter.o |
216 |
1% |
| | | app_scenes.o |
284 |
1% |
| | | board/ |
1395 |
1% |
| | | | board.o |
44 |
1% |
| | | | board_utility.o |
44 |
1% |
| | | | hardware_init.o |
236 |
1% |
| | | | pin_mux.o |
28 |
1% |
| | | | temp_sensor_drv.o |
1043 |
1% |
| | | cluster_window_covering.o |
367 |
1% |
| | | cluster_window_covering_command_handler.o |
467 |
1% |
| | | cluster_window_covering_commands.o |
172 |
1% |
| | | device_window_covering.o |
268 |
1% |
| 2-WindowCovering/ |
5497 |
3% |
| | Source/ |
5497 |
3% |
| | | app_main.o |
1224 |
1% |
| | | app_reporting.o |
172 |
1% |
| | | app_start.o |
422 |
1% |
| | | app_window_covering.o |
1473 |
1% |
| | | app_zcl_task.o |
730 |
1% |
| | | pdum_gen.o |
40 |
1% |
| | | zps_gen.o |
1436 |
1% |
LIB/ |
136920 |
60% |
| / |
16 |
1% |
| | linker |
16 |
1% |
| SDKPackages/ |
134100 |
59% |
| | K32W041AMDK6/ |
134100 |
59% |
| | | middleware/ |
134100 |
59% |
| | | | wireless/ |
134100 |
59% |
| | | | | framework/ |
24430 |
11% |
| | | | | | PDM/ |
9740 |
5% |
| | | | | | | Library/ |
9740 |
5% |
| | | | | | | | libPDM.a/ |
9740 |
5% |
| | | | | | | | | PDM_Create.c.obj |
412 |
1% |
| | | | | | | | | PDM_FLASH.c.obj |
628 |
1% |
| | | | | | | | | PDM_FileSystem.c.obj |
452 |
1% |
| | | | | | | | | PDM_FileSystemData.c.obj |
744 |
1% |
| | | | | | | | | PDM_FileSystemDelete.c.obj |
152 |
1% |
| | | | | | | | | PDM_FileSystemGenerate.c.obj |
768 |
1% |
| | | | | | | | | PDM_FileSystemHeaderAccessFunctions.c.obj |
260 |
1% |
| | | | | | | | | PDM_FileSystemHeaderChecksum.c.obj |
112 |
1% |
| | | | | | | | | PDM_FileSystemHeaderRepair.c.obj |
360 |
1% |
| | | | | | | | | PDM_FileSystemHeaderVerify.c.obj |
120 |
1% |
| | | | | | | | | PDM_FileSystemMove.c.obj |
464 |
1% |
| | | | | | | | | PDM_FileSystemVerify.c.obj |
440 |
1% |
| | | | | | | | | PDM_NVMReadAndWrite.c.obj |
238 |
1% |
| | | | | | | | | PDM_NVMheaderAccessFunctions.c.obj |
38 |
1% |
| | | | | | | | | PDM_NVMheaderReadAndWrite.c.obj |
110 |
1% |
| | | | | | | | | PDM_NVMsegmentStatus.c.obj |
48 |
1% |
| | | | | | | | | PDM_SearchAndListOrder.c.obj |
422 |
1% |
| | | | | | | | | PDM_Segment.c.obj |
368 |
1% |
| | | | | | | | | PDM_SegmentData.c.obj |
100 |
1% |
| | | | | | | | | PDM_SegmentReplace.c.obj |
920 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendDelete.c.obj |
208 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendFilter.c.obj |
504 |
1% |
| | | | | | | | | PDM_SegmentSequenceExtendReconstruct.c.obj |
648 |
1% |
| | | | | | | | | PDM_SegmentSequenceSave.c.obj |
678 |
1% |
| | | | | | | | | PDM_WearLevelling.c.obj |
232 |
1% |
| | | | | | | | | PDM_slist.c.obj |
290 |
1% |
| | | | | | | | | PdmNoRtosStub.c.obj |
24 |
1% |
| | | | | | PDUM/ |
2428 |
2% |
| | | | | | | Library/ |
2428 |
2% |
| | | | | | | | libPDUM.a/ |
2428 |
2% |
| | | | | | | | | pdum.o |
760 |
1% |
| | | | | | | | | pdum_apl.o |
520 |
1% |
| | | | | | | | | pdum_nwk.o |
1148 |
1% |
| | | | | | PWRM/ |
32 |
1% |
| | | | | | | Library/ |
32 |
1% |
| | | | | | | | libPWRM.a/ |
32 |
1% |
| | | | | | | | | pwrm.o |
32 |
1% |
| | | | | | SecLib/ |
380 |
1% |
| | | | | | | lib_crypto_m4.a/ |
380 |
1% |
| | | | | | | | aes_mmo.c.obj |
380 |
1% |
| | | | | | XCVR/ |
11850 |
6% |
| | | | | | | lib/ |
11850 |
6% |
| | | | | | | | libRadio.a/ |
11850 |
6% |
| | | | | | | | | radio.o |
11850 |
6% |
| | | | | ieee-802.15.4/ |
13734 |
6% |
| | | | | | lib/ |
13734 |
6% |
| | | | | | | libMiniMac.a/ |
13734 |
6% |
| | | | | | | | MMAC.o |
6112 |
3% |
| | | | | | | | MMAC_RadioInit_JN518x.o |
40 |
1% |
| | | | | | | | MMAC_TimerServer.o |
214 |
1% |
| | | | | | | | Mini_Association.o |
1286 |
1% |
| | | | | | | | Mini_Main.o |
1094 |
1% |
| | | | | | | | Mini_Mcps.o |
520 |
1% |
| | | | | | | | Mini_Poll.o |
372 |
1% |
| | | | | | | | Mini_Running.o |
408 |
1% |
| | | | | | | | Mini_Scan.o |
1768 |
1% |
| | | | | | | | Mini_Shim.o |
184 |
1% |
| | | | | | | | Mini_TimerServer.o |
160 |
1% |
| | | | | | | | Mini_TxRx.o |
1548 |
1% |
| | | | | | | | endian.o |
28 |
1% |
| | | | | zigbee/ |
95936 |
42% |
| | | | | | Library/ |
95936 |
42% |
| | | | | | | libZPSAPL.a/ |
41860 |
19% |
| | | | | | | | zps_apl_af.o |
960 |
1% |
| | | | | | | | zps_apl_af_apsde.o |
1372 |
1% |
| | | | | | | | zps_apl_aib.o |
346 |
1% |
| | | | | | | | zps_apl_aps_nlde.o |
3657 |
2% |
| | | | | | | | zps_apl_apsde.o |
3190 |
2% |
| | | | | | | | zps_apl_apsme.o |
3502 |
2% |
| | | | | | | | zps_apl_inl.o |
16 |
1% |
| | | | | | | | zps_apl_mac_isr.o |
652 |
1% |
| | | | | | | | zps_apl_sec.o |
1981 |
1% |
| | | | | | | | zps_apl_task.o |
616 |
1% |
| | | | | | | | zps_apl_zdo_active_ep_server.o |
224 |
1% |
| | | | | | | | zps_apl_zdo_bind_unbind_server.o |
719 |
1% |
| | | | | | | | zps_apl_zdo_bound_data_request_manager.o |
2032 |
1% |
| | | | | | | | zps_apl_zdo_common.o |
364 |
1% |
| | | | | | | | zps_apl_zdo_default_server.o |
619 |
1% |
| | | | | | | | zps_apl_zdo_device_annce_server.o |
471 |
1% |
| | | | | | | | zps_apl_zdo_group.o |
184 |
1% |
| | | | | | | | zps_apl_zdo_handle_zdp_event.o |
392 |
1% |
| | | | | | | | zps_apl_zdo_ieee_addr_server.o |
439 |
1% |
| | | | | | | | zps_apl_zdo_match_desc_server.o |
779 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_bind_server.o |
515 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_leave_server.o |
639 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_lqi_server.o |
512 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_nwk_update_server.o |
1660 |
1% |
| | | | | | | | zps_apl_zdo_mgmt_rtg_server.o |
296 |
1% |
| | | | | | | | zps_apl_zdo_node_desc_server.o |
320 |
1% |
| | | | | | | | zps_apl_zdo_nwk_addr_server.o |
459 |
1% |
| | | | | | | | zps_apl_zdo_nwkmanager.o |
8809 |
4% |
| | | | | | | | zps_apl_zdo_nwkmanager_client.o |
683 |
1% |
| | | | | | | | zps_apl_zdo_parent_annce_server.o |
727 |
1% |
| | | | | | | | zps_apl_zdo_permit_joining_server.o |
219 |
1% |
| | | | | | | | zps_apl_zdo_power_desc_server.o |
244 |
1% |
| | | | | | | | zps_apl_zdo_simple_desc_server.o |
571 |
1% |
| | | | | | | | zps_apl_zdo_system_server_discovery_server.o |
140 |
1% |
| | | | | | | | zps_apl_zdo_trust_center.o |
76 |
1% |
| | | | | | | | zps_apl_zdp_active_ep_rsp.o |
145 |
1% |
| | | | | | | | zps_apl_zdp_apsde_req.o |
411 |
1% |
| | | | | | | | zps_apl_zdp_bind_rsp.o |
38 |
1% |
| | | | | | | | zps_apl_zdp_device_annce.o |
109 |
1% |
| | | | | | | | zps_apl_zdp_ieee_addr_req.o |
109 |
1% |
| | | | | | | | zps_apl_zdp_ieee_addr_rsp.o |
218 |
1% |
| | | | | | | | zps_apl_zdp_match_desc_req.o |
189 |
1% |
| | | | | | | | zps_apl_zdp_match_desc_rsp.o |
145 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_leave_rsp.o |
40 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_lqi_rsp.o |
248 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
176 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_permit_joining_req.o |
185 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_permit_joining_rsp.o |
38 |
1% |
| | | | | | | | zps_apl_zdp_mgmt_rtg_rsp.o |
196 |
1% |
| | | | | | | | zps_apl_zdp_node_desc_req.o |
129 |
1% |
| | | | | | | | zps_apl_zdp_node_desc_rsp.o |
169 |
1% |
| | | | | | | | zps_apl_zdp_nwk_addr_rsp.o |
209 |
1% |
| | | | | | | | zps_apl_zdp_parent_annce_rsp.o |
178 |
1% |
| | | | | | | | zps_apl_zdp_power_desc_rsp.o |
150 |
1% |
| | | | | | | | zps_apl_zdp_simple_desc_rsp.o |
235 |
1% |
| | | | | | | | zps_apl_zdp_system_server_discovery_rsp.o |
120 |
1% |
| | | | | | | | zps_apl_zdp_unbind_rsp.o |
38 |
1% |
| | | | | | | libZPSGP.a/ |
5318 |
3% |
| | | | | | | | zps_apl_gp.o |
1796 |
1% |
| | | | | | | | zps_apl_gp_security.o |
1292 |
1% |
| | | | | | | | zps_apl_options.o |
114 |
1% |
| | | | | | | | zps_bdir_gp.o |
2116 |
1% |
| | | | | | | libZPSIPAN.a/ |
890 |
1% |
| | | | | | | | zps_apl_interpan.o |
890 |
1% |
| | | | | | | libZPSMAC_Mini_SOC.a/ |
5250 |
3% |
| | | | | | | | zps_mac_common.o |
602 |
1% |
| | | | | | | | zps_mac_ie.o |
196 |
1% |
| | | | | | | | zps_mac_if_table.o |
1024 |
1% |
| | | | | | | | zps_mac_shim.o |
608 |
1% |
| | | | | | | | zps_miniMac.o |
2820 |
2% |
| | | | | | | libZPSNWK.a/ |
42518 |
19% |
| | | | | | | | zps_nwk_actv_st.o |
429 |
1% |
| | | | | | | | zps_nwk_btt.o |
584 |
1% |
| | | | | | | | zps_nwk_dcim.o |
76 |
1% |
| | | | | | | | zps_nwk_disc.o |
376 |
1% |
| | | | | | | | zps_nwk_disc_st.o |
1196 |
1% |
| | | | | | | | zps_nwk_form.o |
174 |
1% |
| | | | | | | | zps_nwk_form_st.o |
1332 |
1% |
| | | | | | | | zps_nwk_frm.o |
2387 |
2% |
| | | | | | | | zps_nwk_idle_st.o |
81 |
1% |
| | | | | | | | zps_nwk_intf.o |
570 |
1% |
| | | | | | | | zps_nwk_join.o |
4987 |
3% |
| | | | | | | | zps_nwk_join_st.o |
1463 |
1% |
| | | | | | | | zps_nwk_leave.o |
1055 |
1% |
| | | | | | | | zps_nwk_lib.o |
472 |
1% |
| | | | | | | | zps_nwk_lkst.o |
1432 |
1% |
| | | | | | | | zps_nwk_mac.o |
12 |
1% |
| | | | | | | | zps_nwk_main.o |
152 |
1% |
| | | | | | | | zps_nwk_maint.o |
4032 |
2% |
| | | | | | | | zps_nwk_mcps.o |
6236 |
3% |
| | | | | | | | zps_nwk_mlme.o |
124 |
1% |
| | | | | | | | zps_nwk_nib.o |
6392 |
3% |
| | | | | | | | zps_nwk_nlde.o |
608 |
1% |
| | | | | | | | zps_nwk_nlme.o |
460 |
1% |
| | | | | | | | zps_nwk_pmjn.o |
132 |
1% |
| | | | | | | | zps_nwk_rt.o |
4761 |
3% |
| | | | | | | | zps_nwk_scan.o |
128 |
1% |
| | | | | | | | zps_nwk_sec.o |
1648 |
1% |
| | | | | | | | zps_nwk_slist.o |
140 |
1% |
| | | | | | | | zps_nwk_subghz.o |
929 |
1% |
| | | | | | | | zps_nwk_sync.o |
150 |
1% |
| | | | | | | libZPSTSV.a/ |
100 |
1% |
| | | | | | | | zps_tsv.o |
100 |
1% |
| gcc/ |
2804 |
2% |
| | arm-none-eabi/ |
2804 |
2% |
| | | 10.3.1/ |
2804 |
2% |
| | | | arm-none-eabi/ |
904 |
1% |
| | | | | lib/ |
904 |
1% |
| | | | | | thumb/ |
904 |
1% |
| | | | | | | v7e-m/ |
904 |
1% |
| | | | | | | | nofp/ |
904 |
1% |
| | | | | | | | | libc.a/ |
904 |
1% |
| | | | | | | | | | lib_a-abs.o |
8 |
1% |
| | | | | | | | | | lib_a-memcmp.o |
104 |
1% |
| | | | | | | | | | lib_a-memcpy.o |
308 |
1% |
| | | | | | | | | | lib_a-memset.o |
164 |
1% |
| | | | | | | | | | lib_a-strlen.o |
220 |
1% |
| | | | | | | | | | lib_a-strncpy.o |
100 |
1% |
| | | | thumb/ |
1900 |
1% |
| | | | | v7e-m/ |
1900 |
1% |
| | | | | | nofp/ |
1900 |
1% |
| | | | | | | libgcc.a/ |
1900 |
1% |
| | | | | | | | _aeabi_ldivmod.o |
160 |
1% |
| | | | | | | | _aeabi_uldivmod.o |
48 |
1% |
| | | | | | | | _arm_addsubdf3.o |
888 |
1% |
| | | | | | | | _arm_fixdfsi.o |
80 |
1% |
| | | | | | | | _dvmd_tls.o |
4 |
1% |
| | | | | | | | _udivmoddi4.o |
720 |
1% |
SDK/ |
80772 |
36% |
| SDKPackages/ |
80212 |
35% |
| | K32W041AMDK6/ |
80212 |
35% |
| | | components/ |
1908 |
1% |
| | | | serial_manager/ |
1338 |
1% |
| | | | | serial_manager.o |
985 |
1% |
| | | | | serial_port_uart.o |
353 |
1% |
| | | | uart/ |
570 |
1% |
| | | | | usart_adapter.o |
570 |
1% |
| | | devices/ |
14410 |
7% |
| | | | K32W041AM/ |
14410 |
7% |
| | | | | drivers/ |
12073 |
6% |
| | | | | | fsl_adc.o |
718 |
1% |
| | | | | | fsl_aes.o |
244 |
1% |
| | | | | | fsl_clock.o |
2386 |
2% |
| | | | | | fsl_common.o |
301 |
1% |
| | | | | | fsl_ctimer.o |
132 |
1% |
| | | | | | fsl_dma.o |
356 |
1% |
| | | | | | fsl_flash.o |
228 |
1% |
| | | | | | fsl_flexcomm.o |
1129 |
1% |
| | | | | | fsl_fmeas.o |
38 |
1% |
| | | | | | fsl_gint.o |
373 |
1% |
| | | | | | fsl_gpio.o |
48 |
1% |
| | | | | | fsl_inputmux.o |
20 |
1% |
| | | | | | fsl_power.o |
2359 |
2% |
| | | | | | fsl_pwm.o |
364 |
1% |
| | | | | | fsl_reset.o |
347 |
1% |
| | | | | | fsl_rng.o |
216 |
1% |
| | | | | | fsl_rtc.o |
26 |
1% |
| | | | | | fsl_sha.o |
522 |
1% |
| | | | | | fsl_usart.o |
988 |
1% |
| | | | | | fsl_wtimer.o |
656 |
1% |
| | | | | | fsl_wwdt.o |
562 |
1% |
| | | | | | psector_api.o |
60 |
1% |
| | | | | system_K32W041AM.o |
228 |
1% |
| | | | | utilities/ |
2109 |
1% |
| | | | | | debug_console/ |
619 |
1% |
| | | | | | | fsl_debug_console.o |
619 |
1% |
| | | | | | fsl_assert.o |
90 |
1% |
| | | | | | str/ |
1400 |
1% |
| | | | | | | fsl_str.o |
1400 |
1% |
| | | middleware/ |
63894 |
28% |
| | | | wireless/ |
63894 |
28% |
| | | | | framework/ |
11905 |
6% |
| | | | | | Common/ |
104 |
1% |
| | | | | | | Heap.o |
72 |
1% |
| | | | | | | MicroInt_arm_sdk2.o |
32 |
1% |
| | | | | | DebugExceptionHandlers_jn518x/ |
4002 |
2% |
| | | | | | | src/ |
4002 |
2% |
| | | | | | | | Exceptions_NVIC.o |
44 |
1% |
| | | | | | | | MicroExceptions_arm.o |
3958 |
2% |
| | | | | | DebugFifo/ |
82 |
1% |
| | | | | | | Source/ |
82 |
1% |
| | | | | | | | Debug.o |
82 |
1% |
| | | | | | Flash/ |
488 |
1% |
| | | | | | | External/ |
488 |
1% |
| | | | | | | | Source/ |
488 |
1% |
| | | | | | | | | Eeprom_InternalFlash.o |
488 |
1% |
| | | | | | FunctionLib/ |
68 |
1% |
| | | | | | | FunctionLib.o |
68 |
1% |
| | | | | | GPIO/ |
12 |
1% |
| | | | | | | GPIO_Adapter.o |
12 |
1% |
| | | | | | Lists/ |
134 |
1% |
| | | | | | | GenericList.o |
134 |
1% |
| | | | | | LowPower/ |
1912 |
1% |
| | | | | | | Source/ |
1912 |
1% |
| | | | | | | | k32w041amdk6/ |
1912 |
1% |
| | | | | | | | | PWR.o |
1096 |
1% |
| | | | | | | | | PWRLib.o |
788 |
1% |
| | | | | | | | | PWR_setjmp.o |
28 |
1% |
| | | | | | MemManager/ |
312 |
1% |
| | | | | | | Source/ |
312 |
1% |
| | | | | | | | MemManager.o |
312 |
1% |
| | | | | | Messaging/ |
74 |
1% |
| | | | | | | Source/ |
74 |
1% |
| | | | | | | | Messaging.o |
74 |
1% |
| | | | | | OSAbstraction/ |
451 |
1% |
| | | | | | | Source/ |
451 |
1% |
| | | | | | | | fsl_os_abstraction_bm.o |
451 |
1% |
| | | | | | OtaSupport/ |
1610 |
1% |
| | | | | | | Source/ |
1610 |
1% |
| | | | | | | | OtaSupport.o |
722 |
1% |
| | | | | | | | OtaUtils.o |
888 |
1% |
| | | | | | Panic/ |
2 |
1% |
| | | | | | | Source/ |
2 |
1% |
| | | | | | | | Panic.o |
2 |
1% |
| | | | | | RNG/ |
192 |
1% |
| | | | | | | Source/ |
192 |
1% |
| | | | | | | | RNG.o |
192 |
1% |
| | | | | | SecLib/ |
752 |
1% |
| | | | | | | SecLib.o |
752 |
1% |
| | | | | | TimersManager/ |
1710 |
1% |
| | | | | | | Source/ |
1710 |
1% |
| | | | | | | | TMR_Adapter.o |
893 |
1% |
| | | | | | | | TimersManager.o |
817 |
1% |
| | | | | zigbee/ |
51989 |
23% |
| | | | | | BDB/ |
4114 |
2% |
| | | | | | | Source/ |
4114 |
2% |
| | | | | | | | Common/ |
1480 |
1% |
| | | | | | | | | bdb_fr.o |
120 |
1% |
| | | | | | | | | bdb_start.o |
1196 |
1% |
| | | | | | | | | bdb_state_machine.o |
164 |
1% |
| | | | | | | | FindAndBind/ |
164 |
1% |
| | | | | | | | | bdb_fb_common.o |
12 |
1% |
| | | | | | | | | bdb_fb_target.o |
152 |
1% |
| | | | | | | | NwkFormation/ |
724 |
1% |
| | | | | | | | | bdb_nf.o |
724 |
1% |
| | | | | | | | NwkSteering/ |
1746 |
1% |
| | | | | | | | | bdb_ns.o |
1746 |
1% |
| | | | | | ZCIF/ |
15074 |
7% |
| | | | | | | Source/ |
15074 |
7% |
| | | | | | | | dlist.o |
348 |
1% |
| | | | | | | | zcl.o |
936 |
1% |
| | | | | | | | zcl_CustomCommandReceive.o |
316 |
1% |
| | | | | | | | zcl_CustomCommandSend.o |
628 |
1% |
| | | | | | | | zcl_PDUbufferReadWrite.o |
342 |
1% |
| | | | | | | | zcl_PDUbufferReadWriteString.o |
680 |
1% |
| | | | | | | | zcl_WriteAttributesRequestHandle.o |
812 |
1% |
| | | | | | | | zcl_attribute.o |
1300 |
1% |
| | | | | | | | zcl_buffer.o |
72 |
1% |
| | | | | | | | zcl_command.o |
304 |
1% |
| | | | | | | | zcl_common.o |
96 |
1% |
| | | | | | | | zcl_configureReportingCommandHandle.o |
1240 |
1% |
| | | | | | | | zcl_defaultResponse.o |
248 |
1% |
| | | | | | | | zcl_event.o |
1516 |
1% |
| | | | | | | | zcl_heap.o |
56 |
1% |
| | | | | | | | zcl_library_options.o |
102 |
1% |
| | | | | | | | zcl_readAttributesRequestHandle.o |
520 |
1% |
| | | | | | | | zcl_readReportingConfigurationCommandHandle.o |
702 |
1% |
| | | | | | | | zcl_reportManager.o |
1000 |
1% |
| | | | | | | | zcl_reportMaths.o |
554 |
1% |
| | | | | | | | zcl_reportScheduler.o |
706 |
1% |
| | | | | | | | zcl_reportStringHandling.o |
224 |
1% |
| | | | | | | | zcl_reportStructure.o |
132 |
1% |
| | | | | | | | zcl_search.o |
964 |
1% |
| | | | | | | | zcl_timer.o |
404 |
1% |
| | | | | | | | zcl_transmit.o |
872 |
1% |
| | | | | | ZCL/ |
31641 |
14% |
| | | | | | | Clusters/ |
31505 |
14% |
| | | | | | | | General/ |
8085 |
4% |
| | | | | | | | | Source/ |
8085 |
4% |
| | | | | | | | | | Basic.o |
196 |
1% |
| | | | | | | | | | BasicClientCommands.o |
18 |
1% |
| | | | | | | | | | BasicCommandHandler.o |
98 |
1% |
| | | | | | | | | | Groups.o |
462 |
1% |
| | | | | | | | | | GroupsCommandHandler.o |
896 |
1% |
| | | | | | | | | | GroupsServerCommands.o |
288 |
1% |
| | | | | | | | | | GroupsTableManager.o |
782 |
1% |
| | | | | | | | | | Identify.o |
264 |
1% |
| | | | | | | | | | IdentifyCommandHandler.o |
268 |
1% |
| | | | | | | | | | IdentifyServerCommands.o |
160 |
1% |
| | | | | | | | | | Scenes.o |
324 |
1% |
| | | | | | | | | | ScenesClusterManagement.o |
1059 |
1% |
| | | | | | | | | | ScenesCommandHandler.o |
1868 |
1% |
| | | | | | | | | | ScenesServerCommands.o |
560 |
1% |
| | | | | | | | | | ScenesTableManager.o |
842 |
1% |
| | | | | | | | GreenPower/ |
14321 |
7% |
| | | | | | | | | Source/ |
14321 |
7% |
| | | | | | | | | | GreenPower.o |
2097 |
1% |
| | | | | | | | | | GreenPowerCommissioningNotification.o |
666 |
1% |
| | | | | | | | | | GreenPowerCommon.o |
3294 |
2% |
| | | | | | | | | | GreenPowerCustomCommandHandler.o |
212 |
1% |
| | | | | | | | | | GreenPowerCustomCommandResponses.o |
3192 |
2% |
| | | | | | | | | | GreenPowerDataIndication.o |
460 |
1% |
| | | | | | | | | | GreenPowerDirectCommandHandler.o |
308 |
1% |
| | | | | | | | | | GreenPowerNotification.o |
548 |
1% |
| | | | | | | | | | GreenPowerPairing.o |
794 |
1% |
| | | | | | | | | | GreenPowerProxyCommissioningMode.o |
634 |
1% |
| | | | | | | | | | GreenPowerProxyGPDHandler.o |
1124 |
1% |
| | | | | | | | | | GreenPowerProxyTableRequest.o |
174 |
1% |
| | | | | | | | | | GreenPowerProxyTableResponse.o |
264 |
1% |
| | | | | | | | | | GreenPowerResponse.o |
216 |
1% |
| | | | | | | | | | GreenPowerScheduler.o |
190 |
1% |
| | | | | | | | | | GreenPowerSinkTableResponse.o |
148 |
1% |
| | | | | | | | OTA/ |
9099 |
4% |
| | | | | | | | | Source/ |
9099 |
4% |
| | | | | | | | | | OTA.o |
1693 |
1% |
| | | | | | | | | | OTA_ClientUpgradeManager.o |
4280 |
2% |
| | | | | | | | | | OTA_CustomCommandHandler.o |
204 |
1% |
| | | | | | | | | | OTA_CustomReceiveCommands.o |
1404 |
1% |
| | | | | | | | | | OTA_client.o |
1418 |
1% |
| | | | | | | | | | OTA_common.o |
100 |
1% |
| | | | | | | Devices/ |
136 |
1% |
| | | | | | | | ZGP/ |
136 |
1% |
| | | | | | | | | Source/ |
136 |
1% |
| | | | | | | | | | gp.o |
136 |
1% |
| | | | | | ZigbeeCommon/ |
1160 |
1% |
| | | | | | | Source/ |
1160 |
1% |
| | | | | | | | ZQueue.o |
184 |
1% |
| | | | | | | | ZTimer.o |
408 |
1% |
| | | | | | | | appZdpExtraction.o |
120 |
1% |
| | | | | | | | appZpsBeaconHandler.o |
288 |
1% |
| | | | | | | | app_zps_link_keys.o |
8 |
1% |
| | | | | | | | port_JN518x.o |
152 |
1% |
| gcc/ |
560 |
1% |
| | startup_K32W041AM.o |
560 |
1% |