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_K32W061.o |
Start |
End |
Size |
% |
Line |
.after_vectors.reset |
0x00000180 |
0x000001a0 |
32 |
8% |
5282 |
.after_vectors |
0x000001a0 |
0x00000320 |
384 |
93% |
5285 |
Expected total in startup_K32W061.o file: |
416 |
Actual: |
416 |
100% |
5282 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.text.System_IRQHandler |
0x00000320 |
0x00000398 |
120 |
14% |
5338 |
.text.main_task |
0x00000398 |
0x00000400 |
104 |
12% |
5341 |
.text.APP_vSetUpHardware |
0x00000400 |
0x000004dc |
220 |
25% |
5344 |
.text.APP_vInitResources |
0x000004dc |
0x000005b0 |
212 |
24% |
5347 |
.text.APP_vRadioTempUpdate |
0x000005b0 |
0x0000063c |
140 |
16% |
5350 |
.text.bRadioCB_WriteNVM |
0x0000063c |
0x00000670 |
52 |
6% |
5353 |
.text.u16RadioCB_ReadNVM |
0x00000670 |
0x000006b0 |
64 |
8% |
5356 |
Expected total in app_main.o file: |
912 |
Actual: |
912 |
100% |
5338 |
Flash640 / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8GrabMutexLock |
0x000006b0 |
0x000006e4 |
52 |
35% |
5359 |
.text.ZPS_u8ReleaseMutexLock |
0x000006e4 |
0x00000704 |
32 |
22% |
5362 |
.text.ZPS_eEnterCriticalSection |
0x00000704 |
0x00000730 |
44 |
29% |
5366 |
.text.ZPS_eExitCriticalSection |
0x00000730 |
0x00000748 |
24 |
16% |
5369 |
Expected total in port_JN518x.o file: |
152 |
Actual: |
152 |
100% |
5359 |
Flash640 / .text / pdum_gen.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_vInit |
0x00000748 |
0x00000770 |
40 |
100% |
5373 |
Expected total in pdum_gen.o file: |
40 |
Actual: |
40 |
100% |
5373 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.zps_vGetZpsMutex |
0x00000770 |
0x00000778 |
8 |
2% |
5376 |
.text.vZdoServersInit |
0x00000778 |
0x0000088c |
276 |
64% |
5379 |
.text.ZPS_pvAplZdoGetAplHandle |
0x0000088c |
0x00000898 |
12 |
3% |
5382 |
.text.ZPS_u32ApsFcSaveCountBitShift |
0x00000898 |
0x0000089c |
4 |
1% |
5385 |
.text.ZPS_psAplDefaultDistributedAPSLinkKey |
0x0000089c |
0x000008a4 |
8 |
2% |
5388 |
.text.ZPS_psAplDefaultGlobalAPSLinkKey |
0x000008a4 |
0x000008ac |
8 |
2% |
5391 |
.text.ZPS_ps_groupPdmTable |
0x000008ac |
0x000008b4 |
8 |
2% |
5394 |
.text.ZPS_pu8MaxZpsConfigEp |
0x000008b4 |
0x000008bc |
8 |
2% |
5397 |
.text.ZPS_pau8EpMapPresent |
0x000008bc |
0x000008c4 |
8 |
2% |
5400 |
.text.ZPS_u8ConfigStackProfileId |
0x000008c4 |
0x000008d0 |
12 |
3% |
5403 |
.text.ZPS_u32NwkFcSaveCountBitShift |
0x000008d0 |
0x000008d4 |
4 |
1% |
5406 |
.text.ZPS_psMacIFTGetTable |
0x000008d4 |
0x000008dc |
8 |
2% |
5409 |
.text.ZPS_psMacIFTGetInterface |
0x000008dc |
0x000008f4 |
24 |
6% |
5412 |
.text.ZPS_vGetGpContext |
0x000008f4 |
0x00000900 |
12 |
3% |
5415 |
.text.ZPS_vGetOptionalFeatures |
0x00000900 |
0x00000920 |
32 |
8% |
5418 |
Expected total in zps_gen.o file: |
432 |
Actual: |
432 |
100% |
5376 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.text.vfExtendedStatusCallBack |
0x00000920 |
0x0000092c |
12 |
5% |
5421 |
.text.vAppMain |
0x0000092c |
0x00000a20 |
244 |
94% |
5423 |
.text.hardware_init |
0x00000a20 |
0x00000a24 |
4 |
2% |
5426 |
Expected total in app_start.o file: |
260 |
Actual: |
260 |
100% |
5421 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.APP_vFactoryResetRecords |
0x00000a24 |
0x00000a60 |
60 |
7% |
5429 |
.text.APP_vBdbCallback |
0x00000a60 |
0x00000b60 |
256 |
29% |
5432 |
.text.APP_taskRouter |
0x00000b60 |
0x00000c58 |
248 |
28% |
5435 |
.text.APP_vInitialiseRouter |
0x00000c58 |
0x00000da0 |
328 |
37% |
5438 |
Expected total in app_window_covering.o file: |
892 |
Actual: |
892 |
100% |
5429 |
Flash640 / .text / device_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.eZHA_RegisterWindowCoveringEndPoint |
0x00000da0 |
0x00000e8c |
236 |
100% |
5441 |
Expected total in device_window_covering.o file: |
236 |
Actual: |
236 |
100% |
5441 |
Flash640 / .text / cluster_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringSceneEventHandler |
0x00000e8c |
0x00000ed8 |
76 |
52% |
5444 |
.text.eCLD_WindowCoveringCreateWindowCovering |
0x00000ed8 |
0x00000f20 |
72 |
49% |
5446 |
Expected total in cluster_window_covering.o file: |
148 |
Actual: |
148 |
100% |
5444 |
Flash640 / .text / cluster_window_covering_command_handler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringCommandHandler |
0x00000f20 |
0x0000107c |
348 |
100% |
5449 |
Expected total in cluster_window_covering_command_handler.o file: |
348 |
Actual: |
348 |
100% |
5449 |
Flash640 / .text / cluster_window_covering_commands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_WindowCoveringCommandReceive |
0x0000107c |
0x0000108e |
18 |
11% |
5452 |
.text.eCLD_WindowCoveringCommandGoToLiftValueReceive |
0x0000108e |
0x000010b4 |
38 |
23% |
5455 |
.text.eCLD_WindowCoveringCommandGoToLiftPercentageReceive |
0x000010b4 |
0x000010da |
38 |
23% |
5458 |
.text.eCLD_WindowCoveringCommandGoToTiltValueReceive |
0x000010da |
0x00001100 |
38 |
23% |
5461 |
.text.eCLD_WindowCoveringCommandGoToTiltPercentageReceive |
0x00001100 |
0x00001128 |
40 |
24% |
5464 |
Expected total in cluster_window_covering_commands.o file: |
172 |
Actual: |
172 |
100% |
5452 |
Flash640 / .text / app_scenes.o |
Start |
End |
Size |
% |
Line |
.text.vSaveScenesNVM |
0x00001128 |
0x000011ac |
132 |
47% |
5468 |
.text.vLoadScenesNVM |
0x000011ac |
0x00001244 |
152 |
54% |
5471 |
Expected total in app_scenes.o file: |
284 |
Actual: |
284 |
100% |
5468 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_ZCL_cbGeneralCallback |
0x00001244 |
0x00001248 |
4 |
1% |
5474 |
.text.APP_vZCL_DeviceSpecific_Init |
0x00001248 |
0x00001294 |
76 |
12% |
5477 |
.text.APP_ZCL_vInitialise |
0x00001294 |
0x000012e4 |
80 |
13% |
5479 |
.text.APP_cbTimerZclTick |
0x000012e4 |
0x00001358 |
116 |
18% |
5482 |
.text.APP_cbTimerGPZclTick |
0x00001358 |
0x00001380 |
40 |
7% |
5485 |
.text.APP_ZCL_vEventHandler |
0x00001380 |
0x00001398 |
24 |
4% |
5488 |
.text.APP_vHandleIdentify |
0x00001398 |
0x000013d4 |
60 |
10% |
5491 |
.text.APP_ZCL_cbEndpointCallback |
0x000013d4 |
0x00001490 |
188 |
29% |
5494 |
.text.vIdEffectTick |
0x00001490 |
0x000014d0 |
64 |
10% |
5496 |
Expected total in app_zcl_task.o file: |
652 |
Actual: |
652 |
100% |
5474 |
Flash640 / .text / app_buttons.o |
Start |
End |
Size |
% |
Line |
.text.gint_callback |
0x000014d0 |
0x00001504 |
52 |
15% |
5499 |
.text.APP_u32GetSwitchIOState |
0x00001504 |
0x00001514 |
16 |
5% |
5502 |
.text.APP_cbTimerButtonScan |
0x00001514 |
0x000015ac |
152 |
43% |
5505 |
.text.APP_bButtonInitialise |
0x000015ac |
0x00001634 |
136 |
39% |
5508 |
Expected total in app_buttons.o file: |
356 |
Actual: |
356 |
100% |
5499 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.text.APP_vWhiteLedOff |
0x00001634 |
0x0000165c |
40 |
13% |
5511 |
.text.APP_vLedInitialise |
0x0000165c |
0x0000172c |
208 |
63% |
5513 |
.text.APP_vSetLed |
0x0000172c |
0x00001780 |
84 |
26% |
5516 |
Expected total in app_leds.o file: |
332 |
Actual: |
332 |
100% |
5511 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_SendDataReliable |
0x00001780 |
0x000017cc |
76 |
19% |
5519 |
.text.DbgConsole_PrintCallback |
0x000017cc |
0x00001808 |
60 |
15% |
5522 |
.text.DbgConsole_Init |
0x00001808 |
0x000018a4 |
156 |
38% |
5525 |
.text.DbgConsole_Deinit |
0x000018a4 |
0x000018dc |
56 |
14% |
5528 |
.text.DbgConsole_Printf |
0x000018dc |
0x0000191c |
64 |
16% |
5531 |
Expected total in fsl_debug_console.o file: |
412 |
Actual: |
412 |
100% |
5519 |
Flash640 / .text / fsl_gpio.o |
Start |
End |
Size |
% |
Line |
.text.GPIO_PinInit |
0x0000191c |
0x0000194c |
48 |
100% |
5534 |
Expected total in fsl_gpio.o file: |
48 |
Actual: |
48 |
100% |
5534 |
Flash640 / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitClocks |
0x0000194c |
0x000019e4 |
152 |
65% |
5538 |
.text.BOARD_InitHardware |
0x000019e4 |
0x00001a38 |
84 |
36% |
5541 |
Expected total in hardware_init.o file: |
236 |
Actual: |
236 |
100% |
5538 |
Flash640 / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPins |
0x00001a38 |
0x00001a54 |
28 |
100% |
5544 |
Expected total in pin_mux.o file: |
28 |
Actual: |
28 |
100% |
5544 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.text.PWM_GetDefaultConfig |
0x00001a54 |
0x00001a78 |
36 |
15% |
5547 |
.text.PWM_Init |
0x00001a78 |
0x00001ab2 |
58 |
23% |
5550 |
.text.PWM_SetupPwm |
0x00001ab2 |
0x00001b36 |
132 |
52% |
5553 |
.text.PWM_ClearStatusFlags |
0x00001b36 |
0x00001b54 |
30 |
12% |
5556 |
Expected total in fsl_pwm.o file: |
256 |
Actual: |
256 |
100% |
5547 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.text.GINT_GetInstance |
0x00001b54 |
0x00001b7c |
40 |
17% |
5559 |
.text.GINT_Init |
0x00001b7c |
0x00001ba0 |
36 |
15% |
5561 |
.text.GINT_SetCtrl |
0x00001ba0 |
0x00001bcc |
44 |
19% |
5564 |
.text.GINT_ConfigPins |
0x00001bcc |
0x00001bd8 |
12 |
5% |
5567 |
.text.GINT_EnableCallback |
0x00001bd8 |
0x00001bf8 |
32 |
14% |
5571 |
.text.GINT_DisableCallback |
0x00001bf8 |
0x00001c24 |
44 |
19% |
5574 |
.text.GINT0_DriverIRQHandler |
0x00001c24 |
0x00001c48 |
36 |
15% |
5577 |
Expected total in fsl_gint.o file: |
244 |
Actual: |
244 |
100% |
5559 |
Flash640 / .text / app_power_on_counter.o |
Start |
End |
Size |
% |
Line |
.text.vManagePowerOnCountLoadRecord |
0x00001c48 |
0x00001c64 |
28 |
13% |
5580 |
.text.vManagePowerOnCountInit |
0x00001c64 |
0x00001ca4 |
64 |
30% |
5583 |
.text.APP_cbTimerPowerCount |
0x00001ca4 |
0x00001d20 |
124 |
58% |
5586 |
Expected total in app_power_on_counter.o file: |
216 |
Actual: |
216 |
100% |
5580 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.text.flashConfig_ExtractGpAdcTrimValues |
0x00001d20 |
0x00001d58 |
56 |
7% |
5589 |
.text.flashConfig_ExtractTempSensorTrimValues |
0x00001d58 |
0x00001dc8 |
112 |
14% |
5593 |
.text.temp_computation |
0x00001dc8 |
0x00001e48 |
128 |
16% |
5596 |
.text.ADC_Configuration |
0x00001e48 |
0x00001ec0 |
120 |
15% |
5599 |
.text.load_calibration_param_from_flash |
0x00001ec0 |
0x00001f40 |
128 |
16% |
5602 |
.text.get_temperature |
0x00001f40 |
0x00002058 |
280 |
34% |
5605 |
Expected total in temp_sensor_drv.o file: |
824 |
Actual: |
824 |
100% |
5589 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.text.ADC_GetInstance.isra.0 |
0x00002058 |
0x00002080 |
40 |
9% |
5608 |
.text.ADC_Init |
0x00002080 |
0x00002114 |
148 |
32% |
5610 |
.text.ADC_SetConvSeqAConfig |
0x00002114 |
0x00002168 |
84 |
18% |
5613 |
.text.ADC_GetChannelConversionResult |
0x00002168 |
0x000021e8 |
128 |
27% |
5616 |
.text.ADC_EnableTemperatureSensor |
0x000021e8 |
0x00002234 |
76 |
16% |
5619 |
Expected total in fsl_adc.o file: |
476 |
Actual: |
476 |
100% |
5608 |
Flash640 / .text / app_reporting.o |
Start |
End |
Size |
% |
Line |
.text.eRestoreReports |
0x00002234 |
0x00002250 |
28 |
17% |
5622 |
.text.vMakeSupportedAttributesReportable |
0x00002250 |
0x00002280 |
48 |
28% |
5625 |
.text.vLoadDefaultConfigForReportable |
0x00002280 |
0x000022b4 |
52 |
31% |
5628 |
.text.vSaveReportableRecord |
0x000022b4 |
0x000022e0 |
44 |
26% |
5631 |
Expected total in app_reporting.o file: |
172 |
Actual: |
172 |
100% |
5622 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_GetClock32MCapacitanceCharacteristics |
0x000022e0 |
0x000022e8 |
8 |
25% |
5634 |
.text.BOARD_CpuClockUpdate32MhzFro |
0x000022e8 |
0x00002300 |
24 |
75% |
5637 |
Expected total in board_utility.o file: |
32 |
Actual: |
32 |
100% |
5634 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.text.vApp_GP_RegisterDevice |
0x00002300 |
0x00002380 |
128 |
44% |
5640 |
.text.vAPP_GP_LoadPDMData |
0x00002380 |
0x000023b4 |
52 |
18% |
5643 |
.text.vAPP_GP_ResetData |
0x000023b4 |
0x000023e8 |
52 |
18% |
5646 |
.text.vHandleGreenPowerEvent |
0x000023e8 |
0x00002424 |
60 |
21% |
5649 |
Expected total in app_green_power.o file: |
292 |
Actual: |
292 |
100% |
5640 |
Flash640 / .text / ZQueue.o |
Start |
End |
Size |
% |
Line |
.text.ZQ_vQueueCreate |
0x00002424 |
0x00002432 |
14 |
8% |
5652 |
.text.ZQ_bQueueSend |
0x00002432 |
0x0000247c |
74 |
41% |
5655 |
.text.ZQ_bQueueReceive |
0x0000247c |
0x000024b6 |
58 |
32% |
5658 |
.text.ZQ_bQueueIsEmpty |
0x000024b6 |
0x000024c0 |
10 |
6% |
5661 |
.text.ZQ_u32QueueGetQueueSize |
0x000024c0 |
0x000024c4 |
4 |
3% |
5664 |
.text.ZQ_u32QueueGetQueueMessageWaiting |
0x000024c4 |
0x000024c8 |
4 |
3% |
5667 |
.text.ZQ_pvGetFirstElementOnQueue |
0x000024c8 |
0x000024cc |
4 |
3% |
5670 |
.text.ZQ_pvGetNextElementOnQueue |
0x000024cc |
0x000024dc |
16 |
9% |
5673 |
Expected total in ZQueue.o file: |
184 |
Actual: |
184 |
100% |
5652 |
Flash640 / .text / ZTimer.o |
Start |
End |
Size |
% |
Line |
.text.ZTIMER_eInit |
0x000024dc |
0x00002500 |
36 |
9% |
5677 |
.text.ZTIMER_vTask |
0x00002500 |
0x0000259c |
156 |
39% |
5680 |
.text.ZTIMER_eOpen |
0x0000259c |
0x000025d4 |
56 |
14% |
5683 |
.text.ZTIMER_eStart |
0x000025d4 |
0x00002628 |
84 |
21% |
5686 |
.text.ZTIMER_eStop |
0x00002628 |
0x00002674 |
76 |
19% |
5689 |
Expected total in ZTimer.o file: |
408 |
Actual: |
408 |
100% |
5677 |
Flash640 / .text / app_zps_link_keys.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pau8GetBdbDistributedLinkKey |
0x00002674 |
0x0000267c |
8 |
100% |
5692 |
Expected total in app_zps_link_keys.o file: |
8 |
Actual: |
8 |
100% |
5692 |
Flash640 / .text / appZdpExtraction.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdpUnpackNodeDescResponse |
0x0000267c |
0x000026f4 |
120 |
100% |
5695 |
Expected total in appZdpExtraction.o file: |
120 |
Actual: |
120 |
100% |
5695 |
Flash640 / .text / appZpsBeaconHandler.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bAppAddBeaconFilter |
0x000026f4 |
0x00002700 |
12 |
5% |
5698 |
.text.ZPS_bAppRemoveBeaconFilter |
0x00002700 |
0x0000270c |
12 |
5% |
5701 |
.text.ZPS_bAppPassBeaconToHigherLayer |
0x0000270c |
0x00002814 |
264 |
92% |
5704 |
Expected total in appZpsBeaconHandler.o file: |
288 |
Actual: |
288 |
100% |
5698 |
Flash640 / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitDebugConsole |
0x00002814 |
0x0000283c |
40 |
91% |
5707 |
.text.BOARD_DbgDiagEnable |
0x0000283c |
0x00002840 |
4 |
10% |
5710 |
Expected total in board.o file: |
44 |
Actual: |
44 |
100% |
5707 |
Flash640 / .text / system_K32W061.o |
Start |
End |
Size |
% |
Line |
.text.SystemCoreClockUpdate |
0x00002840 |
0x000028e0 |
160 |
71% |
5714 |
.text.SystemInit |
0x000028e0 |
0x00002924 |
68 |
30% |
5717 |
Expected total in system_K32W061.o file: |
228 |
Actual: |
228 |
100% |
5714 |
Flash640 / .text / startup_K32W061.o |
Start |
End |
Size |
% |
Line |
.text.DMIC0_IRQHandler |
0x00002924 |
0x0000292c |
8 |
6% |
5720 |
.text.CIC_IRB_IRQHandler |
0x0000292c |
0x00002934 |
8 |
6% |
5723 |
.text.HWVAD0_IRQHandler |
0x00002934 |
0x0000293c |
8 |
6% |
5726 |
.text.PINT0_IRQHandler |
0x0000293c |
0x00002944 |
8 |
6% |
5729 |
.text.PINT1_IRQHandler |
0x00002944 |
0x0000294c |
8 |
6% |
5732 |
.text.PINT2_IRQHandler |
0x0000294c |
0x00002954 |
8 |
6% |
5735 |
.text.PINT3_IRQHandler |
0x00002954 |
0x0000295c |
8 |
6% |
5738 |
.text.GINT0_IRQHandler |
0x0000295c |
0x00002964 |
8 |
6% |
5741 |
.text.CTIMER0_IRQHandler |
0x00002964 |
0x0000296c |
8 |
6% |
5744 |
.text.CTIMER1_IRQHandler |
0x0000296c |
0x00002974 |
8 |
6% |
5747 |
.text.FLEXCOMM0_IRQHandler |
0x00002974 |
0x0000297c |
8 |
6% |
5750 |
.text.FLEXCOMM1_IRQHandler |
0x0000297c |
0x00002984 |
8 |
6% |
5753 |
.text.FLEXCOMM2_IRQHandler |
0x00002984 |
0x0000298c |
8 |
6% |
5756 |
.text.FLEXCOMM3_IRQHandler |
0x0000298c |
0x00002994 |
8 |
6% |
5759 |
.text.FLEXCOMM4_IRQHandler |
0x00002994 |
0x0000299c |
8 |
6% |
5762 |
.text.FLEXCOMM5_IRQHandler |
0x0000299c |
0x000029a4 |
8 |
6% |
5765 |
.text.FLEXCOMM6_IRQHandler |
0x000029a4 |
0x000029ac |
8 |
6% |
5768 |
Expected total in startup_K32W061.o file: |
136 |
Actual: |
136 |
100% |
5720 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.text.WWDT_GetInstance.isra.0 |
0x000029ac |
0x000029d4 |
40 |
11% |
5771 |
.text.WWDT_GetDefaultConfig |
0x000029d4 |
0x00002a10 |
60 |
17% |
5773 |
.text.WWDT_Init |
0x00002a10 |
0x00002ad0 |
192 |
53% |
5776 |
.text.WWDT_Deinit |
0x00002ad0 |
0x00002ae0 |
16 |
5% |
5779 |
.text.WWDT_Refresh |
0x00002ae0 |
0x00002af4 |
20 |
6% |
5782 |
.text.WWDT_ClearStatusFlags |
0x00002af4 |
0x00002b1c |
40 |
11% |
5785 |
Expected total in fsl_wwdt.o file: |
368 |
Actual: |
368 |
100% |
5771 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_u8OscCapConvert |
0x00002b1c |
0x00002b44 |
40 |
2% |
5788 |
.text.CLOCK_AttachClk |
0x00002b44 |
0x00002c4c |
264 |
13% |
5791 |
.text.CLOCK_SetClkDiv |
0x00002c4c |
0x00002ca8 |
92 |
5% |
5794 |
.text.CLOCK_GetXtal32kFreq |
0x00002ca8 |
0x00002cc0 |
24 |
2% |
5798 |
.text.CLOCK_GetFro32kFreq |
0x00002cc0 |
0x00002cd8 |
24 |
2% |
5801 |
.text.CLOCK_GetOsc32kFreq |
0x00002cd8 |
0x00002cec |
20 |
1% |
5804 |
.text.CLOCK_GetFro12MFreq |
0x00002cec |
0x00002d04 |
24 |
2% |
5807 |
.text.CLOCK_GetFro32MFreq |
0x00002d04 |
0x00002d1c |
24 |
2% |
5810 |
.text.CLOCK_GetOsc32MFreq |
0x00002d1c |
0x00002d34 |
24 |
2% |
5813 |
.text.CLOCK_GetWdtOscFreq |
0x00002d34 |
0x00002d60 |
44 |
3% |
5816 |
.text.CLOCK_GetFro48MFreq |
0x00002d60 |
0x00002d78 |
24 |
2% |
5819 |
.text.CLOCK_GetPWMClockFreq |
0x00002d78 |
0x00002d98 |
32 |
2% |
5822 |
.text.CLOCK_GetMainClockRate |
0x00002d98 |
0x00002dd8 |
64 |
4% |
5826 |
.text.CLOCK_GetCoreSysClkFreq |
0x00002dd8 |
0x00002df0 |
24 |
2% |
5829 |
.text.CLOCK_GetFRGInputClock |
0x00002df0 |
0x00002e16 |
38 |
2% |
5832 |
.text.CLOCK_GetFRGClock |
0x00002e16 |
0x00002e48 |
50 |
3% |
5835 |
.text.CLOCK_GetFro64MFreq |
0x00002e48 |
0x00002e60 |
24 |
2% |
5838 |
.text.CLOCK_GetClkOutFreq |
0x00002e60 |
0x00002ec0 |
96 |
5% |
5841 |
.text.CLOCK_GetSpifiOscFreq |
0x00002ec0 |
0x00002f08 |
72 |
4% |
5844 |
.text.CLOCK_GetApbCLkFreq |
0x00002f08 |
0x00002f34 |
44 |
3% |
5847 |
.text.CLOCK_GetFreq |
0x00002f34 |
0x0000303c |
264 |
13% |
5850 |
.text.CLOCK_DisableClock |
0x0000303c |
0x000030e0 |
164 |
8% |
5853 |
.text.CLOCK_IsClockEnable |
0x000030e0 |
0x000030fe |
30 |
2% |
5856 |
.text.CLOCK_EnableAPBBridge |
0x000030fe |
0x0000310c |
14 |
1% |
5859 |
.text.CLOCK_Xtal32M_Trim |
0x0000310c |
0x00003214 |
264 |
13% |
5862 |
.text.CLOCK_XtalBasicTrim |
0x00003214 |
0x00003244 |
48 |
3% |
5865 |
.text.DelayLoopN |
0x00003244 |
0x00003250 |
12 |
1% |
5868 |
.text.CLOCK_uDelay |
0x00003250 |
0x00003278 |
40 |
2% |
5872 |
.text.CLOCK_Xtal32M_WaitUntilStable |
0x00003278 |
0x0000328c |
20 |
1% |
5875 |
.text.CLOCK_EnableClock |
0x0000328c |
0x0000336c |
224 |
11% |
5878 |
Expected total in fsl_clock.o file: |
2128 |
Actual: |
2128 |
100% |
5788 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.text.RESET_SetPeripheralReset |
0x0000336c |
0x000033c0 |
84 |
42% |
5881 |
.text.RESET_ClearPeripheralReset |
0x000033c0 |
0x00003418 |
88 |
44% |
5884 |
.text.RESET_PeripheralReset |
0x00003418 |
0x0000342c |
20 |
10% |
5887 |
.text.RESET_SystemReset |
0x0000342c |
0x00003438 |
12 |
6% |
5891 |
Expected total in fsl_reset.o file: |
204 |
Actual: |
204 |
100% |
5881 |
Flash640 / .text / fsl_rng.o |
Start |
End |
Size |
% |
Line |
.text.TRNG_GetDefaultConfig |
0x00003438 |
0x0000344c |
20 |
10% |
5894 |
.text.TRNG_Init |
0x0000344c |
0x000034b8 |
108 |
50% |
5897 |
.text.TRNG_GetRandomData |
0x000034b8 |
0x00003510 |
88 |
41% |
5900 |
Expected total in fsl_rng.o file: |
216 |
Actual: |
216 |
100% |
5894 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.text.USART_Deinit |
0x00003510 |
0x00003550 |
64 |
11% |
5903 |
.text.USART_GetDefaultConfig |
0x00003550 |
0x0000358c |
60 |
10% |
5906 |
.text.USART_SetBaudRate |
0x0000358c |
0x0000362c |
160 |
26% |
5909 |
.text.USART_Init |
0x0000362c |
0x0000373c |
272 |
44% |
5912 |
.text.USART_WriteBlocking |
0x0000373c |
0x00003784 |
72 |
12% |
5915 |
Expected total in fsl_usart.o file: |
628 |
Actual: |
628 |
100% |
5903 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.text.FLEXCOMM_GetInstance |
0x00003784 |
0x000037b8 |
52 |
9% |
5918 |
.text.FLEXCOMM_Init |
0x000037b8 |
0x0000382c |
116 |
20% |
5921 |
.text.FLEXCOMM0_DriverIRQHandler |
0x0000382c |
0x00003868 |
60 |
11% |
5924 |
.text.FLEXCOMM1_DriverIRQHandler |
0x00003868 |
0x000038a4 |
60 |
11% |
5927 |
.text.FLEXCOMM2_DriverIRQHandler |
0x000038a4 |
0x000038e0 |
60 |
11% |
5930 |
.text.FLEXCOMM3_DriverIRQHandler |
0x000038e0 |
0x00003918 |
56 |
10% |
5933 |
.text.FLEXCOMM4_DriverIRQHandler |
0x00003918 |
0x00003954 |
60 |
11% |
5936 |
.text.FLEXCOMM5_DriverIRQHandler |
0x00003954 |
0x00003990 |
60 |
11% |
5939 |
.text.FLEXCOMM6_DriverIRQHandler |
0x00003990 |
0x000039cc |
60 |
11% |
5942 |
Expected total in fsl_flexcomm.o file: |
584 |
Actual: |
584 |
100% |
5918 |
Flash640 / .text / fsl_flash.o |
Start |
End |
Size |
% |
Line |
.text.FLASH_Wait |
0x000039cc |
0x000039de |
18 |
8% |
5945 |
.text.FLASH_Erase |
0x000039de |
0x00003a22 |
68 |
30% |
5948 |
.text.FLASH_ErasePages |
0x00003a22 |
0x00003a30 |
14 |
7% |
5951 |
.text.FLASH_BlankCheck |
0x00003a30 |
0x00003a4a |
26 |
12% |
5954 |
.text.FLASH_MarginCheck |
0x00003a4a |
0x00003a64 |
26 |
12% |
5957 |
.text.FLASH_Program |
0x00003a64 |
0x00003a9c |
56 |
25% |
5960 |
.text.FLASH_SetReadMode |
0x00003a9c |
0x00003ab0 |
20 |
9% |
5963 |
Expected total in fsl_flash.o file: |
228 |
Actual: |
228 |
100% |
5945 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.text.InstallIRQHandler |
0x00003ab0 |
0x00003b04 |
84 |
50% |
5966 |
.text.SDK_DelayAtLeastUs |
0x00003b04 |
0x00003b58 |
84 |
50% |
5969 |
Expected total in fsl_common.o file: |
168 |
Actual: |
168 |
100% |
5966 |
Flash640 / .text / fsl_aes.o |
Start |
End |
Size |
% |
Line |
.text.aesWaitForIdle.constprop.0.isra.0 |
0x00003b58 |
0x00003b60 |
8 |
4% |
5972 |
.text.aes_set_forward |
0x00003b60 |
0x00003b76 |
22 |
9% |
5974 |
.text.aes_one_block |
0x00003b76 |
0x00003bae |
56 |
22% |
5976 |
.text.AES_SetKey |
0x00003bae |
0x00003c20 |
114 |
44% |
5978 |
.text.AES_EncryptEcb |
0x00003c20 |
0x00003c58 |
56 |
22% |
5981 |
.text.AES_Init |
0x00003c58 |
0x00003c60 |
8 |
4% |
5984 |
Expected total in fsl_aes.o file: |
264 |
Actual: |
264 |
100% |
5972 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.text.Chip_LOWPOWER_SetSystemVoltages |
0x00003c60 |
0x00003c68 |
8 |
1% |
5987 |
.text.POWER_FlexcomClocksDisable |
0x00003c68 |
0x00003ca8 |
64 |
4% |
5989 |
.text.POWER_ClearResetCause |
0x00003ca8 |
0x00003cb4 |
12 |
1% |
5992 |
.text.POWER_SetTrimDefaultActiveVoltage |
0x00003cb4 |
0x00003f64 |
688 |
33% |
5995 |
.text.POWER_Init |
0x00003f64 |
0x00003fa0 |
60 |
3% |
5998 |
.text.POWER_GetPowerDownConfig |
0x00003fa0 |
0x00004254 |
692 |
33% |
6001 |
.text.POWER_GoToPowerDown |
0x00004254 |
0x00004280 |
44 |
3% |
6004 |
.text.POWER_RegisterPowerDownEntryHookFunction |
0x00004280 |
0x0000428c |
12 |
1% |
6007 |
.text.POWER_EnterPowerDownMode |
0x0000428c |
0x000042a4 |
24 |
2% |
6010 |
.text.POWER_EnterDeepDownMode |
0x000042a4 |
0x00004378 |
212 |
11% |
6013 |
.text.POWER_EnterPowerMode |
0x00004378 |
0x00004390 |
24 |
2% |
6016 |
.text.POWER_SetDcdc1v8 |
0x00004390 |
0x0000441c |
140 |
7% |
6020 |
.text.POWER_SetDcdc1v3 |
0x0000441c |
0x000044a4 |
136 |
7% |
6023 |
Expected total in fsl_power.o file: |
2116 |
Actual: |
2116 |
100% |
5987 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.text.WTIMER_StartTimerFunction |
0x000044a4 |
0x000045ac |
264 |
48% |
6026 |
.text.WTIMER_GetStatusFlags |
0x000045ac |
0x000045d8 |
44 |
8% |
6028 |
.text.WTIMER_EnableInterrupts |
0x000045d8 |
0x00004618 |
64 |
12% |
6031 |
.text.WTIMER_StartTimerUnsafe |
0x00004618 |
0x0000462c |
20 |
4% |
6034 |
.text.WTIMER_ReadTimer |
0x0000462c |
0x00004660 |
52 |
10% |
6037 |
.text.WTIMER_ClearStatusFlags |
0x00004660 |
0x0000469c |
60 |
11% |
6040 |
.text.WTIMER_StopTimer |
0x0000469c |
0x000046d4 |
56 |
10% |
6043 |
Expected total in fsl_wtimer.o file: |
560 |
Actual: |
560 |
100% |
6026 |
Flash640 / .text / fsl_inputmux.o |
Start |
End |
Size |
% |
Line |
.text.INPUTMUX_Init |
0x000046d4 |
0x000046da |
6 |
30% |
6046 |
.text.INPUTMUX_AttachSignal |
0x000046da |
0x000046e8 |
14 |
70% |
6049 |
Expected total in fsl_inputmux.o file: |
20 |
Actual: |
20 |
100% |
6046 |
Flash640 / .text / fsl_fmeas.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_GetCountWithScale |
0x000046e8 |
0x00004710 |
40 |
100% |
6052 |
Expected total in fsl_fmeas.o file: |
40 |
Actual: |
40 |
100% |
6052 |
Flash640 / .text / Exceptions_NVIC.o |
Start |
End |
Size |
% |
Line |
.text.vDebugExceptionHandlersInitialise |
0x00004710 |
0x0000473c |
44 |
100% |
6056 |
Expected total in Exceptions_NVIC.o file: |
44 |
Actual: |
44 |
100% |
6056 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.text.ExceptionUnwindStack |
0x0000473c |
0x000047cc |
144 |
6% |
6059 |
.text.HardFault_Handler |
0x000047cc |
0x000047d4 |
8 |
1% |
6062 |
.text.BusFault_Handler |
0x000047d4 |
0x000047dc |
8 |
1% |
6065 |
.text.UsageFault_Handler |
0x000047dc |
0x000047e4 |
8 |
1% |
6068 |
.text.MemManage_Handler |
0x000047e4 |
0x000047ec |
8 |
1% |
6071 |
.text.vPrintRegisterBit |
0x000047ec |
0x00004800 |
20 |
1% |
6074 |
.text.vPrintSystemHandlerAndControlStateRegisterBitFields |
0x00004800 |
0x000048c8 |
200 |
9% |
6077 |
.text.vPrintConfigurableFaultStatusRegisterBitFields |
0x000048c8 |
0x00004a20 |
344 |
15% |
6080 |
.text.vDebugBusFaultHandler |
0x00004a20 |
0x00004ba0 |
384 |
16% |
6083 |
.text.vDebugUsageFaultHandler |
0x00004ba0 |
0x00004d00 |
352 |
15% |
6086 |
.text.vDebugMemoryFaultHandler |
0x00004d00 |
0x00004e80 |
384 |
16% |
6089 |
.text.vPrintHardFaultStatusRegisterBitFields |
0x00004e80 |
0x00004ec8 |
72 |
3% |
6092 |
.text.vDebugHardFaultHandler |
0x00004ec8 |
0x000050d4 |
524 |
22% |
6095 |
Expected total in MicroExceptions_arm.o file: |
2456 |
Actual: |
2456 |
100% |
6059 |
Flash640 / .text / Debug.o |
Start |
End |
Size |
% |
Line |
.text.vDebugInit |
0x000050d4 |
0x000050d6 |
2 |
3% |
6098 |
.text.vDebugHex |
0x000050d6 |
0x0000511e |
72 |
88% |
6101 |
.text.vDebugNonInt |
0x0000511e |
0x00005122 |
4 |
5% |
6104 |
.text.vDebugHexNonInt |
0x00005122 |
0x00005126 |
4 |
5% |
6107 |
Expected total in Debug.o file: |
82 |
Actual: |
82 |
100% |
6098 |
Flash640 / .text / FunctionLib.o |
Start |
End |
Size |
% |
Line |
.text.FLib_MemCpy |
0x00005126 |
0x0000513a |
20 |
31% |
6110 |
.text.FLib_MemCmp |
0x0000513a |
0x0000515a |
32 |
49% |
6113 |
.text.FLib_MemSet |
0x0000515a |
0x00005168 |
14 |
22% |
6116 |
Expected total in FunctionLib.o file: |
66 |
Actual: |
66 |
100% |
6110 |
Flash640 / .text / SecLib.o |
Start |
End |
Size |
% |
Line |
.text.k32w0_hw_aes_load_key.constprop.0 |
0x00005168 |
0x00005198 |
48 |
7% |
6119 |
.text.k32w0_hw_aes128_block_encrypt |
0x00005198 |
0x000051bc |
36 |
5% |
6121 |
.text.k32w0_hw_aes_ecb_encrypt.isra.0 |
0x000051bc |
0x000051e4 |
40 |
6% |
6123 |
.text.SecLib_Init |
0x000051e4 |
0x000051f0 |
12 |
2% |
6125 |
.text.AES_128_Encrypt |
0x000051f0 |
0x000051f4 |
4 |
1% |
6128 |
.text.bACI_WriteKey |
0x000051f4 |
0x00005208 |
20 |
3% |
6131 |
.text.vACI_OptimisedCcmStar |
0x00005208 |
0x00005444 |
572 |
79% |
6134 |
Expected total in SecLib.o file: |
732 |
Actual: |
732 |
100% |
6119 |
Flash640 / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text.RNG_Init |
0x00005444 |
0x00005494 |
80 |
42% |
6137 |
.text.RNG_GetRandomNo |
0x00005494 |
0x000054d4 |
64 |
34% |
6140 |
.text.RND_u32GetRand256 |
0x000054d4 |
0x000054e6 |
18 |
10% |
6143 |
.text.RND_u32GetRand |
0x000054e6 |
0x00005504 |
30 |
16% |
6146 |
Expected total in RNG.o file: |
192 |
Actual: |
192 |
100% |
6137 |
Flash640 / .text / GenericList.o |
Start |
End |
Size |
% |
Line |
.text.ListInit |
0x00005504 |
0x00005510 |
12 |
9% |
6149 |
.text.ListAddTail |
0x00005510 |
0x0000554c |
60 |
45% |
6152 |
.text.ListRemoveHead |
0x0000554c |
0x00005582 |
54 |
41% |
6155 |
.text.ListGetAvailable |
0x00005582 |
0x0000558a |
8 |
6% |
6158 |
Expected total in GenericList.o file: |
134 |
Actual: |
134 |
100% |
6149 |
Flash640 / .text / Messaging.o |
Start |
End |
Size |
% |
Line |
.text.ListAddTailMsg |
0x0000558a |
0x00005590 |
6 |
9% |
6161 |
.text.ListRemoveHeadMsg |
0x00005590 |
0x0000559c |
12 |
17% |
6164 |
.text.ListGetHeadMsg |
0x0000559c |
0x000055b2 |
22 |
30% |
6167 |
.text.ListGetNextMsg |
0x000055b2 |
0x000055ca |
24 |
33% |
6170 |
.text.MSG_Free |
0x000055ca |
0x000055d4 |
10 |
14% |
6173 |
Expected total in Messaging.o file: |
74 |
Actual: |
74 |
100% |
6161 |
Flash640 / .text / MemManager.o |
Start |
End |
Size |
% |
Line |
.text.MEM_Init |
0x000055d4 |
0x00005644 |
112 |
36% |
6176 |
.text.MEM_BufferAllocWithId |
0x00005644 |
0x000056a4 |
96 |
31% |
6179 |
.text.MEM_BufferFree |
0x000056a4 |
0x0000570c |
104 |
34% |
6182 |
Expected total in MemManager.o file: |
312 |
Actual: |
312 |
100% |
6176 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.text.TMR_SetTimerStatus |
0x0000570c |
0x00005720 |
20 |
3% |
6185 |
.text.StackTimer_ISR |
0x00005720 |
0x00005748 |
40 |
5% |
6187 |
.text.TMR_NotifyClkChanged |
0x00005748 |
0x0000578c |
68 |
9% |
6190 |
.text.TMR_Init |
0x0000578c |
0x000057fc |
112 |
14% |
6193 |
.text.TMR_StopTimer |
0x000057fc |
0x00005878 |
124 |
16% |
6196 |
.text.TMR_Task |
0x00005878 |
0x00005a34 |
444 |
55% |
6199 |
Expected total in TimersManager.o file: |
808 |
Actual: |
808 |
100% |
6185 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_StartMeasureWithScale.constprop.0 |
0x00005a34 |
0x00005aa4 |
112 |
12% |
6202 |
.text.Timestamp_GetCounter32bit |
0x00005aa4 |
0x00005ab0 |
12 |
2% |
6204 |
.text.StackTimer_Init |
0x00005ab0 |
0x00005b08 |
88 |
10% |
6207 |
.text.StackTimer_ReInit |
0x00005b08 |
0x00005b2c |
36 |
4% |
6210 |
.text.StackTimer_Enable |
0x00005b2c |
0x00005b3c |
16 |
2% |
6213 |
.text.StackTimer_GetInputFrequency |
0x00005b3c |
0x00005b44 |
8 |
1% |
6216 |
.text.StackTimer_GetCounterValue |
0x00005b44 |
0x00005b50 |
12 |
2% |
6220 |
.text.StackTimer_SetOffsetTicks |
0x00005b50 |
0x00005b64 |
20 |
3% |
6223 |
.text.StackTimer_ClearIntFlag |
0x00005b64 |
0x00005b94 |
48 |
6% |
6226 |
.text.WAKE_UP_TIMER1_IRQHandler |
0x00005b94 |
0x00005be0 |
76 |
9% |
6229 |
.text.FRO32K_StartCalibration |
0x00005be0 |
0x00005c38 |
88 |
10% |
6232 |
.text.TMR_GetTimestampUs |
0x00005c38 |
0x00005c9c |
100 |
11% |
6235 |
.text.FRO32K_CompleteCalibration |
0x00005c9c |
0x00005d48 |
172 |
19% |
6238 |
.text.FRO32K_Init |
0x00005d48 |
0x00005ddc |
148 |
16% |
6241 |
Expected total in TMR_Adapter.o file: |
936 |
Actual: |
936 |
100% |
6202 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.text.CTIMER_GenericIRQHandler |
0x00005ddc |
0x00005e3c |
96 |
78% |
6244 |
.text.CTIMER0_DriverIRQHandler |
0x00005e3c |
0x00005e4a |
14 |
12% |
6247 |
.text.CTIMER1_DriverIRQHandler |
0x00005e4a |
0x00005e58 |
14 |
12% |
6250 |
Expected total in fsl_ctimer.o file: |
124 |
Actual: |
124 |
100% |
6244 |
Flash640 / .text / fsl_rtc.o |
Start |
End |
Size |
% |
Line |
.text.RTC_Init |
0x00005e58 |
0x00005e72 |
26 |
100% |
6253 |
Expected total in fsl_rtc.o file: |
26 |
Actual: |
26 |
100% |
6253 |
Flash640 / .text / Panic.o |
Start |
End |
Size |
% |
Line |
.text.panic |
0x00005e72 |
0x00005e74 |
2 |
100% |
6256 |
Expected total in Panic.o file: |
2 |
Actual: |
2 |
100% |
6256 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.text.DMA_GetInstance |
0x00005e74 |
0x00005e9c |
40 |
18% |
6258 |
.text.DMA_IRQHandle |
0x00005e9c |
0x00005f44 |
168 |
74% |
6260 |
.text.DMA0_DriverIRQHandler |
0x00005f44 |
0x00005f58 |
20 |
9% |
6263 |
Expected total in fsl_dma.o file: |
228 |
Actual: |
228 |
100% |
6258 |
Flash640 / .text / MicroInt_arm_sdk2.o |
Start |
End |
Size |
% |
Line |
.text.vMicroIntEnableOnly |
0x00005f58 |
0x00005f70 |
24 |
75% |
6266 |
.text.vMicroIntRestoreState |
0x00005f70 |
0x00005f78 |
8 |
25% |
6269 |
Expected total in MicroInt_arm_sdk2.o file: |
32 |
Actual: |
32 |
100% |
6266 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.text.PWR_InitFunction.part.0 |
0x00005f78 |
0x00005fa4 |
44 |
5% |
6272 |
.text.PWR_Init |
0x00005fa4 |
0x00005fb4 |
16 |
2% |
6274 |
.text.PWR_AllowDeviceToSleep |
0x00005fb4 |
0x00005fd0 |
28 |
3% |
6277 |
.text.PWR_DisallowDeviceToSleep |
0x00005fd0 |
0x00005ff0 |
32 |
3% |
6280 |
.text.PWR_ChangeDeepSleepMode |
0x00005ff0 |
0x00006014 |
36 |
4% |
6283 |
.text.PWR_GetDeepSleepConfig |
0x00006014 |
0x00006034 |
32 |
3% |
6286 |
.text.PWR_CheckSocTimers |
0x00006034 |
0x000060f4 |
192 |
18% |
6289 |
.text.PWR_CheckIfDeviceCanGoToSleep |
0x000060f4 |
0x00006120 |
44 |
5% |
6291 |
.text.PWR_EnterPowerDown |
0x00006120 |
0x00006158 |
56 |
6% |
6294 |
.text.PWR_EnterLowPower |
0x00006158 |
0x0000617c |
36 |
4% |
6297 |
.text.PWR_SetWakeUpConfig |
0x0000617c |
0x00006190 |
20 |
2% |
6301 |
.text.PWR_GetWakeUpConfig |
0x00006190 |
0x0000619c |
12 |
2% |
6304 |
.text.vSetWakeUpIoConfig |
0x0000619c |
0x000061bc |
32 |
3% |
6307 |
.text.u64GetWakeupSourceConfig |
0x000061bc |
0x00006238 |
124 |
12% |
6310 |
.text.vHandleSleepModes |
0x00006238 |
0x0000638c |
340 |
32% |
6313 |
.text.PWR_u32GetRamRetention |
0x0000638c |
0x00006398 |
12 |
2% |
6315 |
.text.PWR_vForceRadioRetention |
0x00006398 |
0x000063b0 |
24 |
3% |
6318 |
Expected total in PWR.o file: |
1080 |
Actual: |
1080 |
100% |
6272 |
Flash640 / .text / PWR_setjmp.o |
Start |
End |
Size |
% |
Line |
.text.setjmp |
0x000063b0 |
0x000063bc |
12 |
43% |
6321 |
.text.longjmp |
0x000063bc |
0x000063cc |
16 |
58% |
6323 |
Expected total in PWR_setjmp.o file: |
28 |
Actual: |
28 |
100% |
6321 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.text.PWRLib_LLDsmComplete |
0x000063cc |
0x000063ce |
2 |
1% |
6325 |
.text.PWRLib_Init |
0x000063ce |
0x000063d0 |
2 |
1% |
6327 |
.text.PWRLib_SetDeepSleepMode |
0x000063d0 |
0x000063dc |
12 |
2% |
6330 |
.text.PWRLib_GetDeepSleepMode |
0x000063dc |
0x000063e8 |
12 |
2% |
6333 |
.text.PWRLib_MCU_Enter_Sleep |
0x000063e8 |
0x000063f4 |
12 |
2% |
6336 |
.text.PWR_ClearWakeupReason |
0x000063f4 |
0x00006400 |
12 |
2% |
6339 |
.text.WarmMain |
0x00006400 |
0x00006410 |
16 |
3% |
6342 |
.text.PWRLib_EnterPowerDownModeRamOff |
0x00006410 |
0x00006440 |
48 |
7% |
6345 |
.text.PWRLib_EnterDeepDownMode |
0x00006440 |
0x00006470 |
48 |
7% |
6348 |
.text.PWRLib_u32RamBanksSpanned |
0x00006470 |
0x00006544 |
212 |
31% |
6351 |
.text.PWRLib_EnterPowerDownModeRamOn |
0x00006544 |
0x0000668c |
328 |
47% |
6354 |
Expected total in PWRLib.o file: |
704 |
Actual: |
704 |
100% |
6325 |
Flash640 / .text / GPIO_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.GpioGetIoWakeupSource |
0x0000668c |
0x00006698 |
12 |
100% |
6357 |
Expected total in GPIO_Adapter.o file: |
12 |
Actual: |
12 |
100% |
6357 |
Flash640 / .text / fsl_str.o |
Start |
End |
Size |
% |
Line |
.text.StrFormatPrintf |
0x00006698 |
0x00006c10 |
1400 |
100% |
6360 |
Expected total in fsl_str.o file: |
1400 |
Actual: |
1400 |
100% |
6360 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.text.SerialManager_Init |
0x00006c10 |
0x00006c68 |
88 |
15% |
6363 |
.text.SerialManager_Deinit |
0x00006c68 |
0x00006cb4 |
76 |
13% |
6366 |
.text.SerialManager_OpenWriteHandle |
0x00006cb4 |
0x00006d08 |
84 |
14% |
6369 |
.text.SerialManager_CloseWriteHandle |
0x00006d08 |
0x00006d58 |
80 |
14% |
6372 |
.text.SerialManager_OpenReadHandle |
0x00006d58 |
0x00006db4 |
92 |
16% |
6375 |
.text.SerialManager_CloseReadHandle |
0x00006db4 |
0x00006e04 |
80 |
14% |
6378 |
.text.SerialManager_WriteBlocking |
0x00006e04 |
0x00006e6c |
104 |
18% |
6381 |
Expected total in serial_manager.o file: |
604 |
Actual: |
604 |
100% |
6363 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.text.Serial_UartInit |
0x00006e6c |
0x00006ecc |
96 |
48% |
6384 |
.text.Serial_UartDeinit |
0x00006ecc |
0x00006ef0 |
36 |
18% |
6387 |
.text.Serial_UartWrite |
0x00006ef0 |
0x00006f38 |
72 |
36% |
6390 |
Expected total in serial_port_uart.o file: |
204 |
Actual: |
204 |
100% |
6384 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.text.HAL_UartInit |
0x00006f38 |
0x00006ff8 |
192 |
59% |
6393 |
.text.HAL_UartDeinit |
0x00006ff8 |
0x0000702c |
52 |
16% |
6396 |
.text.HAL_UartSendBlocking |
0x0000702c |
0x00007080 |
84 |
26% |
6399 |
Expected total in usart_adapter.o file: |
328 |
Actual: |
328 |
100% |
6393 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.text.__assert_func |
0x00007080 |
0x0000709c |
28 |
100% |
6402 |
Expected total in fsl_assert.o file: |
28 |
Actual: |
28 |
100% |
6402 |
Flash640 / .text / timer.o |
Start |
End |
Size |
% |
Line |
.text.zbPlatGetTime |
0x0000709c |
0x000070a0 |
4 |
100% |
6405 |
Expected total in timer.o file: |
4 |
Actual: |
4 |
100% |
6405 |
Flash640 / .text / Heap.o |
Start |
End |
Size |
% |
Line |
.text.pvHeap_DefAlloc |
0x000070a0 |
0x000070dc |
60 |
84% |
6408 |
.text.pvHeap_Alloc |
0x000070dc |
0x000070e8 |
12 |
17% |
6410 |
Expected total in Heap.o file: |
72 |
Actual: |
72 |
100% |
6408 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.osObjectIsAllocated.constprop.0 |
0x000070e8 |
0x0000710c |
36 |
6% |
6413 |
.text.OSA_EnableIRQGlobal |
0x0000710c |
0x00007120 |
20 |
3% |
6415 |
.text.OSA_DisableIRQGlobal |
0x00007120 |
0x00007130 |
16 |
3% |
6418 |
.text.task_init |
0x00007130 |
0x0000716c |
60 |
9% |
6421 |
.text.OSA_TaskCreate |
0x0000716c |
0x000071ec |
128 |
18% |
6424 |
.text.OSA_TimeInit |
0x000071ec |
0x0000721c |
48 |
7% |
6427 |
.text.OSA_TimeDiff |
0x0000721c |
0x00007220 |
4 |
1% |
6430 |
.text.OSA_TimeGetMsec |
0x00007220 |
0x0000722c |
12 |
2% |
6433 |
.text.OSA_EventCreate |
0x0000722c |
0x00007268 |
60 |
9% |
6436 |
.text.OSA_EventSet |
0x00007268 |
0x00007290 |
40 |
6% |
6439 |
.text.OSA_EventWait |
0x00007290 |
0x00007328 |
152 |
22% |
6442 |
.text.OSA_InterruptEnable |
0x00007328 |
0x0000732c |
4 |
1% |
6445 |
.text.OSA_InterruptDisable |
0x0000732c |
0x00007330 |
4 |
1% |
6448 |
.text.OSA_InterruptEnableRestricted |
0x00007330 |
0x0000734a |
26 |
4% |
6451 |
.text.OSA_InterruptEnableRestore |
0x0000734a |
0x00007352 |
8 |
2% |
6454 |
.text.OSA_InstallIntHandler |
0x00007352 |
0x00007358 |
6 |
1% |
6457 |
.text.OSA_Start |
0x00007358 |
0x00007380 |
40 |
6% |
6460 |
.text.startup.main |
0x00007380 |
0x000073a0 |
32 |
5% |
6463 |
.text.SysTick_Handler |
0x000073a0 |
0x000073b0 |
16 |
3% |
6466 |
Expected total in fsl_os_abstraction_bm.o file: |
712 |
Actual: |
712 |
100% |
6413 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.u16GP_APduInstanceReadWriteLongString |
0x000073b0 |
0x00007418 |
104 |
6% |
6469 |
.text.vCLD_GPTimerClickCallback |
0x00007418 |
0x00007450 |
56 |
3% |
6473 |
.text.eCLD_GPRegisterTimeServer |
0x00007450 |
0x00007478 |
40 |
2% |
6475 |
.text.eGP_CreateGreenPower |
0x00007478 |
0x00007560 |
232 |
12% |
6478 |
.text.eGP_FindGpCluster |
0x00007560 |
0x00007598 |
56 |
3% |
6481 |
.text.u16GP_DeriveAliasSrcAddr |
0x00007598 |
0x000075d8 |
64 |
4% |
6484 |
.text.u8GP_DeriveAliasSeqNum |
0x000075d8 |
0x00007604 |
44 |
3% |
6487 |
.text.u32GP_CRC32 |
0x00007604 |
0x00007638 |
52 |
3% |
6490 |
.text.bGP_IsDuplicatePkt |
0x00007638 |
0x0000775e |
294 |
15% |
6493 |
.text.bGP_AliasPresent |
0x0000775e |
0x00007886 |
296 |
15% |
6496 |
.text.vGP_CallbackForPersistData |
0x00007886 |
0x000078d0 |
74 |
4% |
6499 |
.text.vGP_RestorePersistedData |
0x000078d0 |
0x00007948 |
120 |
6% |
6503 |
.text.bGP_CheckFrameToBeProcessed |
0x00007948 |
0x00007984 |
60 |
3% |
6506 |
.text.bGP_GetGPDKey |
0x00007984 |
0x00007a0c |
136 |
7% |
6509 |
.text.eGP_AddDeviceSecurity |
0x00007a0c |
0x00007b2c |
288 |
15% |
6512 |
.text.u8GP_SecurityProcessCallback |
0x00007b2c |
0x00007b88 |
92 |
5% |
6515 |
Expected total in GreenPower.o file: |
2008 |
Actual: |
2008 |
100% |
6469 |
Flash640 / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationSend |
0x00007b88 |
0x00007cd4 |
332 |
50% |
6518 |
.text.eGP_ZgpCommissioningNotificationReceive |
0x00007cd4 |
0x00007e22 |
334 |
51% |
6521 |
Expected total in GreenPowerCommissioningNotification.o file: |
666 |
Actual: |
666 |
100% |
6518 |
Flash640 / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.bGP_GiveCommIndAndUpdateTable |
0x00007e22 |
0x00007e26 |
4 |
1% |
6524 |
.text.bGP_ValidateCommandType |
0x00007e26 |
0x00007e72 |
76 |
3% |
6527 |
.text.bGP_GetFreeProxySinkTableEntry |
0x00007e72 |
0x00007ec4 |
82 |
3% |
6530 |
.text.u16GP_GetStringSizeOfProxyTable |
0x00007ec4 |
0x00007f84 |
192 |
6% |
6533 |
.text.bGP_IsFreshPkt |
0x00007f84 |
0x00007fbc |
56 |
2% |
6536 |
.text.vCreateDataIndFromBufferedCmd |
0x00007fbc |
0x00008050 |
148 |
5% |
6539 |
.text.u8GP_GetLQIQuality |
0x00008050 |
0x00008072 |
34 |
2% |
6542 |
.text.u8GP_GetProxyDistance |
0x00008072 |
0x00008080 |
14 |
1% |
6545 |
.text.u8GP_GetProxyDelay |
0x00008080 |
0x00008092 |
18 |
1% |
6548 |
.text.eGp_BufferTransmissionPacket |
0x00008092 |
0x000081ac |
282 |
9% |
6551 |
.text.vGP_SendDeviceAnnounce |
0x000081ac |
0x00008240 |
148 |
5% |
6554 |
.text.u8GP_GetDataReqHandle |
0x00008240 |
0x00008252 |
18 |
1% |
6557 |
.text.vGP_ExitCommMode |
0x00008252 |
0x000082ce |
124 |
4% |
6560 |
.text.bValidatePacketLength |
0x000082ce |
0x00008300 |
50 |
2% |
6563 |
.text.u8GetGPDFKeyMAP |
0x00008300 |
0x0000834a |
74 |
3% |
6566 |
.text.bGP_ValidateGPDF_Fields |
0x0000834a |
0x000083a0 |
86 |
3% |
6569 |
.text.bGP_SecurityValidation |
0x000083a0 |
0x000083be |
30 |
1% |
6572 |
.text.u16GetProxyTableEntrySize |
0x000083be |
0x0000842a |
108 |
4% |
6575 |
.text.u16GetProxyTableString |
0x0000842a |
0x00008592 |
360 |
11% |
6578 |
.text.u16GP_ReadProxyTableToString |
0x00008592 |
0x000085ee |
92 |
3% |
6581 |
.text.bGP_CheckGPDAddressMatch |
0x000085ee |
0x00008696 |
168 |
6% |
6584 |
.text.bGP_IsProxyTableEntryPresent |
0x00008696 |
0x00008700 |
106 |
4% |
6587 |
.text.vGP_RemoveGPDFromProxySinkTable |
0x00008700 |
0x00008778 |
120 |
4% |
6590 |
.text.bGP_GPDFValidityCheck |
0x00008778 |
0x00008852 |
218 |
7% |
6593 |
.text.bIsInvolveTC |
0x00008852 |
0x00008880 |
46 |
2% |
6596 |
.text.vBackUpTxQueueMsg |
0x00008880 |
0x00008902 |
130 |
4% |
6599 |
.text.vSendToTxQueue |
0x00008902 |
0x000089b0 |
174 |
6% |
6602 |
.text.vGp_TransmissionTimerCallback |
0x000089b0 |
0x00008af4 |
324 |
10% |
6605 |
Expected total in GreenPowerCommon.o file: |
3282 |
Actual: |
3282 |
100% |
6524 |
Flash640 / .text / GreenPowerCustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_GreenPowerCommandHandler |
0x00008af4 |
0x00008bc8 |
212 |
100% |
6608 |
Expected total in GreenPowerCustomCommandHandler.o file: |
212 |
Actual: |
212 |
100% |
6608 |
Flash640 / .text / GreenPowerCustomCommandResponses.o |
Start |
End |
Size |
% |
Line |
.text.eGP_HandleSinkTableResponse |
0x00008bc8 |
0x00008c14 |
76 |
3% |
6611 |
.text.eGP_HandleProxyTableRequest |
0x00008c14 |
0x00008d7a |
358 |
12% |
6614 |
.text.eGP_HandleProxyTableResponse |
0x00008d7a |
0x00008dc6 |
76 |
3% |
6617 |
.text.eGP_HandleProxyCommissioningMode |
0x00008dc6 |
0x00008eb4 |
238 |
8% |
6620 |
.text.vGetRSSIAndLQIFromGPPGPDLink |
0x00008eb4 |
0x00008ec8 |
20 |
1% |
6623 |
.text.vFillDataIndicationFromNotif |
0x00008ec8 |
0x00008f52 |
138 |
5% |
6626 |
.text.vFillDataIndication |
0x00008f52 |
0x00009006 |
180 |
6% |
6629 |
.text.vGP_SendResponseGPDF |
0x00009006 |
0x000090c0 |
186 |
6% |
6632 |
.text.eGP_HandleZgpReponse |
0x000090c0 |
0x00009176 |
182 |
6% |
6635 |
.text.bBestGPD_GPPLink |
0x00009176 |
0x0000919e |
40 |
2% |
6638 |
.text.bGP_CheckIfCmdToBeBuffered |
0x0000919e |
0x000092b0 |
274 |
9% |
6641 |
.text.eGP_HandleZgpCommissioningNotification |
0x000092b0 |
0x0000934a |
154 |
5% |
6644 |
.text.bGP_CheckIfCmdToBeNotified |
0x0000934a |
0x000093d0 |
134 |
5% |
6647 |
.text.eGP_HandleZgpNotification |
0x000093d0 |
0x0000949c |
204 |
7% |
6650 |
.text.bGP_IsPairingCmdValid |
0x0000949c |
0x000094d0 |
52 |
2% |
6653 |
.text.eGP_HandleZgpPairing |
0x000094d0 |
0x00009840 |
880 |
28% |
6656 |
Expected total in GreenPowerCustomCommandResponses.o file: |
3192 |
Actual: |
3192 |
100% |
6611 |
Flash640 / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleZgpDataIndication |
0x00009840 |
0x0000992c |
236 |
52% |
6660 |
.text.vAddRemoveBufferedTxQMsg |
0x0000992c |
0x000099ac |
128 |
28% |
6663 |
.text.vZCL_HandleZgpDataConfirm |
0x000099ac |
0x00009a0c |
96 |
21% |
6666 |
Expected total in GreenPowerDataIndication.o file: |
460 |
Actual: |
460 |
100% |
6660 |
Flash640 / .text / GreenPowerDirectCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_FormGPDataIndication |
0x00009a0c |
0x00009ae2 |
214 |
70% |
6669 |
.text.eGP_GreenPowerDirectCommandHandler |
0x00009ae2 |
0x00009b40 |
94 |
31% |
6672 |
Expected total in GreenPowerDirectCommandHandler.o file: |
308 |
Actual: |
308 |
100% |
6669 |
Flash640 / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationSend |
0x00009b40 |
0x00009c48 |
264 |
49% |
6676 |
.text.eGP_ZgpNotificationReceive |
0x00009c48 |
0x00009d64 |
284 |
52% |
6679 |
Expected total in GreenPowerNotification.o file: |
548 |
Actual: |
548 |
100% |
6676 |
Flash640 / .text / GreenPowerPairing.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpPairingReceive |
0x00009d64 |
0x0000a07e |
794 |
100% |
6682 |
Expected total in GreenPowerPairing.o file: |
794 |
Actual: |
794 |
100% |
6682 |
Flash640 / .text / GreenPowerProxyCommissioningMode.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyCommissioningModeSend |
0x0000a07e |
0x0000a0f2 |
116 |
19% |
6685 |
.text.eGP_ProxyCommissioningMode |
0x0000a0f2 |
0x0000a27e |
396 |
63% |
6688 |
.text.eGP_ProxyCommissioningModeReceive |
0x0000a27e |
0x0000a2f8 |
122 |
20% |
6691 |
Expected total in GreenPowerProxyCommissioningMode.o file: |
634 |
Actual: |
634 |
100% |
6685 |
Flash640 / .text / GreenPowerProxyGPDHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_HandleGPDCommand |
0x0000a2f8 |
0x0000a75c |
1124 |
100% |
6694 |
Expected total in GreenPowerProxyGPDHandler.o file: |
1124 |
Actual: |
1124 |
100% |
6694 |
Flash640 / .text / GreenPowerProxyTableRequest.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableRequestReceive |
0x0000a75c |
0x0000a80a |
174 |
100% |
6697 |
Expected total in GreenPowerProxyTableRequest.o file: |
174 |
Actual: |
174 |
100% |
6697 |
Flash640 / .text / GreenPowerProxyTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableResponseSend |
0x0000a80a |
0x0000a874 |
106 |
41% |
6700 |
.text.eGP_ProxyTableResponseReceive |
0x0000a874 |
0x0000a912 |
158 |
60% |
6703 |
Expected total in GreenPowerProxyTableResponse.o file: |
264 |
Actual: |
264 |
100% |
6700 |
Flash640 / .text / GreenPowerResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpResponseReceive |
0x0000a912 |
0x0000a9ea |
216 |
100% |
6706 |
Expected total in GreenPowerResponse.o file: |
216 |
Actual: |
216 |
100% |
6706 |
Flash640 / .text / GreenPowerScheduler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_Update20mS |
0x0000a9ea |
0x0000aa6e |
132 |
70% |
6709 |
.text.eGP_Update1mS |
0x0000aa6e |
0x0000aaa8 |
58 |
31% |
6712 |
Expected total in GreenPowerScheduler.o file: |
190 |
Actual: |
190 |
100% |
6709 |
Flash640 / .text / GreenPowerSinkTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_SinkTableResponseReceive |
0x0000aaa8 |
0x0000ab3c |
148 |
100% |
6715 |
Expected total in GreenPowerSinkTableResponse.o file: |
148 |
Actual: |
148 |
100% |
6715 |
Flash640 / .text / gp.o |
Start |
End |
Size |
% |
Line |
.text.eGP_RegisterProxyBasicEndPoint |
0x0000ab3c |
0x0000abc4 |
136 |
100% |
6718 |
Expected total in gp.o file: |
136 |
Actual: |
136 |
100% |
6718 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCreateBasic |
0x0000abc4 |
0x0000ac30 |
108 |
100% |
6721 |
Expected total in Basic.o file: |
108 |
Actual: |
108 |
100% |
6721 |
Flash640 / .text / BasicClientCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandResetToFactoryDefaultsReceive |
0x0000ac30 |
0x0000ac42 |
18 |
100% |
6724 |
Expected total in BasicClientCommands.o file: |
18 |
Actual: |
18 |
100% |
6724 |
Flash640 / .text / BasicCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandHandler |
0x0000ac42 |
0x0000aca4 |
98 |
100% |
6727 |
Expected total in BasicCommandHandler.o file: |
98 |
Actual: |
98 |
100% |
6727 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCreateGroups |
0x0000aca4 |
0x0000add0 |
300 |
69% |
6730 |
.text.eCLD_GroupsSetIdentifying |
0x0000add0 |
0x0000adf4 |
36 |
9% |
6733 |
.text.eCLD_GroupsCheckGroupExists |
0x0000adf4 |
0x0000ae5a |
102 |
24% |
6736 |
Expected total in Groups.o file: |
438 |
Actual: |
438 |
100% |
6730 |
Flash640 / .text / GroupsCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsHandleAddGroupRequest.constprop.0.isra.0 |
0x0000ae5a |
0x0000af24 |
202 |
23% |
6739 |
.text.eCLD_GroupsCommandHandler |
0x0000af24 |
0x0000b1da |
694 |
78% |
6741 |
Expected total in GroupsCommandHandler.o file: |
896 |
Actual: |
896 |
100% |
6739 |
Flash640 / .text / GroupsServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCommandAddGroupResponseSend |
0x0000b1da |
0x0000b21a |
64 |
23% |
6744 |
.text.eCLD_GroupsCommandViewGroupResponseSend |
0x0000b21a |
0x0000b268 |
78 |
28% |
6747 |
.text.eCLD_GroupsCommandGetGroupMembershipResponseSend |
0x0000b268 |
0x0000b2b8 |
80 |
28% |
6750 |
.text.eCLD_GroupsCommandRemoveGroupResponseSend |
0x0000b2b8 |
0x0000b2fa |
66 |
23% |
6753 |
Expected total in GroupsServerCommands.o file: |
288 |
Actual: |
288 |
100% |
6744 |
Flash640 / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_GroupsSearchForGroup |
0x0000b2fa |
0x0000b328 |
46 |
6% |
6756 |
.text.eCLD_GroupsAddGroup |
0x0000b328 |
0x0000b3cc |
164 |
21% |
6758 |
.text.eCLD_GroupsFindGroup |
0x0000b3cc |
0x0000b3f8 |
44 |
6% |
6761 |
.text.iCLD_GroupsListGroups |
0x0000b3f8 |
0x0000b460 |
104 |
14% |
6764 |
.text.iCLD_GroupsCountGroups |
0x0000b460 |
0x0000b4b2 |
82 |
11% |
6767 |
.text.iCLD_GroupsListMatchingGroups |
0x0000b4b2 |
0x0000b544 |
146 |
19% |
6770 |
.text.eCLD_GroupsRemoveGroup |
0x0000b544 |
0x0000b5a8 |
100 |
13% |
6774 |
.text.eCLD_GroupsRemoveAllGroups |
0x0000b5a8 |
0x0000b608 |
96 |
13% |
6777 |
Expected total in GroupsTableManager.o file: |
782 |
Actual: |
782 |
100% |
6756 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_IdentifyTimerClickCallback |
0x0000b608 |
0x0000b680 |
120 |
50% |
6780 |
.text.eCLD_IdentifyRegisterTimeServer |
0x0000b680 |
0x0000b6a8 |
40 |
17% |
6782 |
.text.eCLD_IdentifyCreateIdentify |
0x0000b6a8 |
0x0000b6f8 |
80 |
34% |
6785 |
Expected total in Identify.o file: |
240 |
Actual: |
240 |
100% |
6780 |
Flash640 / .text / IdentifyCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandHandler |
0x0000b6f8 |
0x0000b804 |
268 |
100% |
6788 |
Expected total in IdentifyCommandHandler.o file: |
268 |
Actual: |
268 |
100% |
6788 |
Flash640 / .text / IdentifyServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandIdentifyQueryResponseSend |
0x0000b804 |
0x0000b834 |
48 |
30% |
6791 |
.text.eCLD_IdentifyCommandIdentifyRequestReceive |
0x0000b834 |
0x0000b85a |
38 |
24% |
6794 |
.text.eCLD_IdentifyCommandIdentifyQueryRequestReceive |
0x0000b85a |
0x0000b86e |
20 |
13% |
6797 |
.text.eCLD_IdentifyCommandTriggerEffectRequestReceive |
0x0000b86e |
0x0000b8a4 |
54 |
34% |
6800 |
Expected total in IdentifyServerCommands.o file: |
160 |
Actual: |
160 |
100% |
6791 |
Flash640 / .text / Scenes.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesCreateScenes |
0x0000b8a4 |
0x0000b930 |
140 |
44% |
6803 |
.text.eCLD_ScenesUpdate |
0x0000b930 |
0x0000b98c |
92 |
29% |
6806 |
.text.vCLD_ScenesGenerateIndividualAttributeCallback |
0x0000b98c |
0x0000b9e8 |
92 |
29% |
6809 |
Expected total in Scenes.o file: |
324 |
Actual: |
324 |
100% |
6803 |
Flash640 / .text / ScenesClusterManagement.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesSaveClusters |
0x0000b9e8 |
0x0000bb90 |
424 |
41% |
6813 |
.text.eCLD_ScenesRestoreClusters |
0x0000bb90 |
0x0000bd8c |
508 |
49% |
6816 |
.text.vCLD_ScenesUpdateSceneValid |
0x0000bd8c |
0x0000be02 |
118 |
12% |
6819 |
Expected total in ScenesClusterManagement.o file: |
1050 |
Actual: |
1050 |
100% |
6813 |
Flash640 / .text / ScenesCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesSetLastConfiguredBy.constprop.0.isra.0 |
0x0000be02 |
0x0000be3c |
58 |
4% |
6822 |
.text.eCLD_ScenesCommandHandler |
0x0000be3c |
0x0000c54e |
1810 |
97% |
6824 |
Expected total in ScenesCommandHandler.o file: |
1868 |
Actual: |
1868 |
100% |
6822 |
Flash640 / .text / ScenesServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_ScenesCommandAddSceneResponseSend |
0x0000c54e |
0x0000c59e |
80 |
15% |
6827 |
.text.eCLD_ScenesCommandViewSceneResponseSend |
0x0000c59e |
0x0000c622 |
132 |
24% |
6830 |
.text.eCLD_ScenesCommandRemoveSceneResponseSend |
0x0000c622 |
0x0000c676 |
84 |
15% |
6833 |
.text.eCLD_ScenesCommandRemoveAllScenesResponseSend |
0x0000c676 |
0x0000c6b8 |
66 |
12% |
6836 |
.text.eCLD_ScenesCommandStoreSceneResponseSend |
0x0000c6b8 |
0x0000c70c |
84 |
15% |
6839 |
.text.eCLD_ScenesCommandGetSceneMembershipResponseSend |
0x0000c70c |
0x0000c77e |
114 |
21% |
6842 |
Expected total in ScenesServerCommands.o file: |
560 |
Actual: |
560 |
100% |
6827 |
Flash640 / .text / ScenesTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_ScenesSearchForScene |
0x0000c77e |
0x0000c7a8 |
42 |
5% |
6845 |
.text.eCLD_ScenesAddScene |
0x0000c7a8 |
0x0000c86c |
196 |
24% |
6848 |
.text.eCLD_ScenesFindScene |
0x0000c86c |
0x0000c8ac |
64 |
8% |
6851 |
.text.eCLD_ScenesFindActiveScene |
0x0000c8ac |
0x0000c8d0 |
36 |
5% |
6854 |
.text.eCLD_ScenesStoreScene |
0x0000c8d0 |
0x0000c980 |
176 |
21% |
6857 |
.text.eCLD_ScenesListScenes |
0x0000c980 |
0x0000c9d6 |
86 |
11% |
6860 |
.text.eCLD_ScenesCountScenes |
0x0000c9d6 |
0x0000c9e8 |
18 |
3% |
6863 |
.text.eCLD_ScenesRemoveScene |
0x0000c9e8 |
0x0000ca3c |
84 |
10% |
6867 |
.text.eCLD_ScenesRemoveAllScenes |
0x0000ca3c |
0x0000cacc |
144 |
18% |
6870 |
Expected total in ScenesTableManager.o file: |
846 |
Actual: |
846 |
100% |
6845 |
Flash640 / .text / dlist.o |
Start |
End |
Size |
% |
Line |
.text.psSearchList |
0x0000cacc |
0x0000caf4 |
40 |
12% |
6873 |
.text.vDLISTinitialise |
0x0000caf4 |
0x0000cafc |
8 |
3% |
6875 |
.text.psDLISTgetHead |
0x0000cafc |
0x0000cb00 |
4 |
2% |
6878 |
.text.psDLISTgetNext |
0x0000cb00 |
0x0000cb04 |
4 |
2% |
6881 |
.text.vDLISTinsertBefore |
0x0000cb04 |
0x0000cb1a |
22 |
7% |
6884 |
.text.vDLISTinsertAfter |
0x0000cb1a |
0x0000cb34 |
26 |
8% |
6887 |
.text.psDLISTsearchFromHead |
0x0000cb34 |
0x0000cb3c |
8 |
3% |
6890 |
.text.boDLISTisEmpty |
0x0000cb3c |
0x0000cb4e |
18 |
6% |
6893 |
.text.vDLISTaddToHead |
0x0000cb4e |
0x0000cb76 |
40 |
12% |
6896 |
.text.vDLISTaddToTail |
0x0000cb76 |
0x0000cb9c |
38 |
11% |
6899 |
.text.psDLISTremoveFromTail |
0x0000cb9c |
0x0000cbbe |
34 |
10% |
6902 |
.text.psDLISTremoveFromHead |
0x0000cbbe |
0x0000cbe2 |
36 |
11% |
6905 |
.text.psDLISTremove |
0x0000cbe2 |
0x0000cc18 |
54 |
16% |
6908 |
.text.iDLISTnumberOfNodes |
0x0000cc18 |
0x0000cc28 |
16 |
5% |
6911 |
Expected total in dlist.o file: |
348 |
Actual: |
348 |
100% |
6873 |
Flash640 / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPIndex.part.0 |
0x0000cc28 |
0x0000cc5c |
52 |
6% |
6915 |
.text.eZCL_CreateZCL |
0x0000cc5c |
0x0000cd24 |
200 |
22% |
6917 |
.text.eZCL_SetCustomCallBackEvent |
0x0000cd24 |
0x0000cd38 |
20 |
3% |
6920 |
.text.eZCL_Register |
0x0000cd38 |
0x0000cf74 |
572 |
63% |
6923 |
.text.u8ZCL_GetNumberOfEndpointsRegistered |
0x0000cf74 |
0x0000cf80 |
12 |
2% |
6926 |
.text.eZCL_SearchForEPIndex |
0x0000cf80 |
0x0000cf8c |
12 |
2% |
6929 |
.text.u8ZCL_GetEPIdFromIndex |
0x0000cf8c |
0x0000cfac |
32 |
4% |
6933 |
.text.vZCL_InitializeClusterInstance |
0x0000cfac |
0x0000cfc0 |
20 |
3% |
6936 |
Expected total in zcl.o file: |
920 |
Actual: |
920 |
100% |
6915 |
Flash640 / .text / zcl_CustomCommandReceive.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandReceive |
0x0000cfc0 |
0x0000d0fc |
316 |
100% |
6939 |
Expected total in zcl_CustomCommandReceive.o file: |
316 |
Actual: |
316 |
100% |
6939 |
Flash640 / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandSend |
0x0000d0fc |
0x0000d35c |
608 |
96% |
6943 |
.text.bZCL_SendCommandResponse |
0x0000d35c |
0x0000d378 |
28 |
5% |
6946 |
Expected total in zcl_CustomCommandSend.o file: |
636 |
Actual: |
636 |
100% |
6943 |
Flash640 / .text / zcl_PDUbufferReadWrite.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteTypeNBO |
0x0000d378 |
0x0000d3b8 |
64 |
19% |
6949 |
.text.u16ZCL_APduInstanceWriteNBO |
0x0000d3b8 |
0x0000d402 |
74 |
22% |
6952 |
.text.u16ZCL_ReadTypeNBO |
0x0000d402 |
0x0000d484 |
130 |
39% |
6955 |
.text.u16ZCL_APduInstanceReadNBO |
0x0000d484 |
0x0000d4ce |
74 |
22% |
6958 |
Expected total in zcl_PDUbufferReadWrite.o file: |
342 |
Actual: |
342 |
100% |
6949 |
Flash640 / .text / zcl_PDUbufferReadWriteString.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_GetStringSizeAndBufferFromStructure |
0x0000d4ce |
0x0000d532 |
100 |
15% |
6961 |
.text.u16ZCL_APduInstanceWriteStringNBO |
0x0000d532 |
0x0000d5ec |
186 |
28% |
6964 |
.text.u16ZCL_GetStringAttributeTypeSizeFromBuffer |
0x0000d5ec |
0x0000d63e |
82 |
13% |
6967 |
.text.eZCL_CheckUserStringStructureRead |
0x0000d63e |
0x0000d680 |
66 |
10% |
6970 |
.text.u16ZCL_GetStringStructureSize |
0x0000d680 |
0x0000d6a2 |
34 |
5% |
6973 |
.text.u16ZCL_APduInstanceReadStringNBO |
0x0000d6a2 |
0x0000d752 |
176 |
26% |
6976 |
.text.eZCL_GetStringLengthFieldSize |
0x0000d752 |
0x0000d776 |
36 |
6% |
6979 |
Expected total in zcl_PDUbufferReadWriteString.o file: |
680 |
Actual: |
680 |
100% |
6961 |
Flash640 / .text / zcl_WriteAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesWriteRequest |
0x0000d776 |
0x0000daa2 |
812 |
100% |
6982 |
Expected total in zcl_WriteAttributesRequestHandle.o file: |
812 |
Actual: |
812 |
100% |
6982 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteAttributeValueIntoBuffer |
0x0000daa2 |
0x0000db22 |
128 |
13% |
6985 |
.text.u8ZCL_GetAttributeAllignToFourBytesBoundary |
0x0000db22 |
0x0000db34 |
18 |
2% |
6988 |
.text.eZCL_GetAttributeTypeSize |
0x0000db34 |
0x0000db4c |
24 |
3% |
6991 |
.text.eZCL_GetAttributeTypeSizeFromBuffer |
0x0000db4c |
0x0000dbd6 |
138 |
14% |
6994 |
.text.u16ZCL_WriteAttributeValueIntoStructure |
0x0000dbd6 |
0x0000dc7e |
168 |
17% |
6997 |
.text.eZCL_GetAttributeTypeSizeFromStructure |
0x0000dc7e |
0x0000dcc8 |
74 |
8% |
7000 |
.text.bZCL_CheckManufacturerSpecificAttributeFlagMatch |
0x0000dcc8 |
0x0000dcd8 |
16 |
2% |
7003 |
.text.bZCL_CheckStringFitsInStructure |
0x0000dcd8 |
0x0000dd50 |
120 |
12% |
7006 |
.text.bZCL_AttributeTypeIsSigned |
0x0000dd50 |
0x0000dd5c |
12 |
2% |
7009 |
.text.vZCL_MarkAttributeInvalid |
0x0000dd5c |
0x0000de50 |
244 |
24% |
7012 |
.text.bZCL_CheckAttributeInvalid |
0x0000de50 |
0x0000de8a |
58 |
6% |
7015 |
.text.bZCL_CheckAttributeDirectionFlagMatch |
0x0000de8a |
0x0000deac |
34 |
4% |
7018 |
Expected total in zcl_attribute.o file: |
1034 |
Actual: |
1034 |
100% |
6985 |
Flash640 / .text / zcl_buffer.o |
Start |
End |
Size |
% |
Line |
.text.hZCL_AllocateAPduInstance |
0x0000deac |
0x0000dee8 |
60 |
84% |
7021 |
.text.hZCL_GetBufferPoolHandle |
0x0000dee8 |
0x0000def4 |
12 |
17% |
7024 |
Expected total in zcl_buffer.o file: |
72 |
Actual: |
72 |
100% |
7021 |
Flash640 / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteCommandHeader |
0x0000def4 |
0x0000df76 |
130 |
43% |
7027 |
.text.u16ZCL_ReadCommandHeader |
0x0000df76 |
0x0000dfe4 |
110 |
37% |
7030 |
.text.u8GetTransactionSequenceNumber |
0x0000dfe4 |
0x0000dff4 |
16 |
6% |
7033 |
.text.u16ZCL_GetTxPayloadSize |
0x0000dff4 |
0x0000e024 |
48 |
16% |
7036 |
Expected total in zcl_command.o file: |
304 |
Actual: |
304 |
100% |
7027 |
Flash640 / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Initialise |
0x0000e024 |
0x0000e060 |
60 |
63% |
7039 |
.text.eZCL_Update100mS |
0x0000e060 |
0x0000e084 |
36 |
38% |
7042 |
Expected total in zcl_common.o file: |
96 |
Actual: |
96 |
100% |
7039 |
Flash640 / .text / zcl_configureReportingCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleConfigureReportingCommand |
0x0000e084 |
0x0000e55c |
1240 |
100% |
7045 |
Expected total in zcl_configureReportingCommandHandle.o file: |
1240 |
Actual: |
1240 |
100% |
7045 |
Flash640 / .text / zcl_defaultResponse.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SendDefaultResponse |
0x0000e55c |
0x0000e654 |
248 |
100% |
7048 |
Expected total in zcl_defaultResponse.o file: |
248 |
Actual: |
248 |
100% |
7048 |
Flash640 / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetReceiveEventAddressStructure |
0x0000e654 |
0x0000e6c0 |
108 |
8% |
7051 |
.text.eZCL_BuildClientTransmitAddressStructure |
0x0000e6c0 |
0x0000e6e0 |
32 |
3% |
7054 |
.text.vZCL_PassEventToUser |
0x0000e6e0 |
0x0000e70c |
44 |
3% |
7057 |
.text.vZCL_EventHandler |
0x0000e70c |
0x0000ec40 |
1332 |
88% |
7060 |
Expected total in zcl_event.o file: |
1516 |
Actual: |
1516 |
100% |
7051 |
Flash640 / .text / zcl_heap.o |
Start |
End |
Size |
% |
Line |
.text.pvZCL_HeapAlloc |
0x0000ec40 |
0x0000ec78 |
56 |
100% |
7063 |
Expected total in zcl_heap.o file: |
56 |
Actual: |
56 |
100% |
7063 |
Flash640 / .text / zcl_library_options.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleEntireProfileCommand |
0x0000ec78 |
0x0000ecda |
98 |
97% |
7066 |
.text.eZCL_CreateOptionalManagers |
0x0000ecda |
0x0000ecde |
4 |
4% |
7069 |
Expected total in zcl_library_options.o file: |
102 |
Actual: |
102 |
100% |
7066 |
Flash640 / .text / zcl_readAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesReadRequest |
0x0000ecde |
0x0000eee6 |
520 |
100% |
7072 |
Expected total in zcl_readAttributesRequestHandle.o file: |
520 |
Actual: |
520 |
100% |
7072 |
Flash640 / .text / zcl_readReportingConfigurationCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CalculateSizeOfReportRecord |
0x0000eee6 |
0x0000ef26 |
64 |
10% |
7075 |
.text.vZCL_HandleReadReportingConfigurationCommand |
0x0000ef26 |
0x0000f1a4 |
638 |
91% |
7078 |
Expected total in zcl_readReportingConfigurationCommandHandle.o file: |
702 |
Actual: |
702 |
100% |
7075 |
Flash640 / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateReportManager |
0x0000f1a4 |
0x0000f224 |
128 |
13% |
7081 |
.text.eZCLAddReport |
0x0000f224 |
0x0000f3dc |
440 |
44% |
7084 |
.text.eZCL_CreateLocalReport |
0x0000f3dc |
0x0000f458 |
124 |
13% |
7087 |
.text.eZCLFindReportEntryByAttributeIdAndDirection |
0x0000f458 |
0x0000f4a4 |
76 |
8% |
7090 |
.text.eZCL_GetNumberOfFreeReportRecordEntries |
0x0000f4a4 |
0x0000f4d0 |
44 |
5% |
7093 |
.text.vZCL_SetDefaultReporting |
0x0000f4d0 |
0x0000f4f6 |
38 |
4% |
7096 |
.text.eZCL_SetReportableFlag |
0x0000f4f6 |
0x0000f58c |
150 |
15% |
7099 |
Expected total in zcl_reportManager.o file: |
1000 |
Actual: |
1000 |
100% |
7081 |
Flash640 / .text / zcl_reportMaths.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_AlignNumericAttributeValueTo64 |
0x0000f58c |
0x0000f630 |
164 |
30% |
7102 |
.text.eZCL_IndicateReportableChange |
0x0000f630 |
0x0000f752 |
290 |
53% |
7104 |
.text.eZCL_StoreChangeAttributeValue |
0x0000f752 |
0x0000f7b6 |
100 |
19% |
7107 |
Expected total in zcl_reportMaths.o file: |
554 |
Actual: |
554 |
100% |
7102 |
Flash640 / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.bHasTimerFired |
0x0000f7b6 |
0x0000f804 |
78 |
12% |
7110 |
.text.vReportTimerClickCallback |
0x0000f804 |
0x0000fa78 |
628 |
89% |
7112 |
Expected total in zcl_reportScheduler.o file: |
706 |
Actual: |
706 |
100% |
7110 |
Flash640 / .text / zcl_reportStringHandling.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetPointerToStringStorage |
0x0000fa78 |
0x0000fa94 |
28 |
13% |
7115 |
.text.pu8ZCL_GetPointerToStringStorage |
0x0000fa94 |
0x0000faaa |
22 |
10% |
7118 |
.text.vZCL_AllocateSpaceForStringReports |
0x0000faaa |
0x0000fad2 |
40 |
18% |
7121 |
.text.eZCL_CheckForStringAttributeChange |
0x0000fad2 |
0x0000fb18 |
70 |
32% |
7124 |
.text.eZCL_CopyStringAttributeToPreviousValue |
0x0000fb18 |
0x0000fb58 |
64 |
29% |
7127 |
Expected total in zcl_reportStringHandling.o file: |
224 |
Actual: |
224 |
100% |
7115 |
Flash640 / .text / zcl_reportStructure.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeReportableEntry |
0x0000fb58 |
0x0000fbc0 |
104 |
79% |
7130 |
.text.eZCL_DoesAttributeHaveReportableChange |
0x0000fbc0 |
0x0000fbdc |
28 |
22% |
7133 |
Expected total in zcl_reportStructure.o file: |
132 |
Actual: |
132 |
100% |
7130 |
Flash640 / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPentry |
0x0000fbdc |
0x0000fc1c |
64 |
7% |
7136 |
.text.eZCL_SearchForEPentryAndCheckManufacturerId |
0x0000fc1c |
0x0000fc54 |
56 |
6% |
7139 |
.text.eZCL_SearchForClusterEntry |
0x0000fc54 |
0x0000fcc0 |
108 |
12% |
7142 |
.text.eZCL_SearchForAttributeEntry |
0x0000fcc0 |
0x0000fd4a |
138 |
15% |
7145 |
.text.eZCL_FindCluster |
0x0000fd4a |
0x0000fd8c |
66 |
7% |
7148 |
.text.pvZCL_GetAttributePointer |
0x0000fd8c |
0x0000fdea |
94 |
10% |
7151 |
.text.eZCL_GetLocalAttributeValue |
0x0000fdea |
0x0000fe86 |
156 |
17% |
7154 |
.text.eZCL_ReadLocalAttributeValue |
0x0000fe86 |
0x0000febe |
56 |
6% |
7157 |
.text.eZCL_SetLocalAttributeValue |
0x0000febe |
0x0000ff68 |
170 |
18% |
7160 |
.text.eZCL_WriteLocalAttributeValue |
0x0000ff68 |
0x0000ffa0 |
56 |
6% |
7163 |
Expected total in zcl_search.o file: |
964 |
Actual: |
964 |
100% |
7136 |
Flash640 / .text / zcl_timer.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateTimer |
0x0000ffa0 |
0x0001000c |
108 |
27% |
7166 |
.text.eZCL_TimerRegister |
0x0001000c |
0x0001006c |
96 |
24% |
7169 |
.text.vZCL_TimerSchedulerUpdate |
0x0001006c |
0x00010128 |
188 |
47% |
7172 |
.text.u32ZCL_GetUTCTime |
0x00010128 |
0x00010134 |
12 |
3% |
7175 |
Expected total in zcl_timer.o file: |
404 |
Actual: |
404 |
100% |
7166 |
Flash640 / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_TransmitDataRequest |
0x00010134 |
0x00010438 |
772 |
89% |
7178 |
.text.eZCL_BuildTransmitAddressStructure |
0x00010438 |
0x0001049c |
100 |
12% |
7181 |
Expected total in zcl_transmit.o file: |
872 |
Actual: |
872 |
100% |
7178 |
Flash640 / .text / bdb_fr.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFrStateMachine |
0x0001049c |
0x00010514 |
120 |
100% |
7185 |
Expected total in bdb_fr.o file: |
120 |
Actual: |
120 |
100% |
7185 |
Flash640 / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vInit |
0x00010514 |
0x000105ec |
216 |
19% |
7188 |
.text.BDB_u8PickChannel |
0x000105ec |
0x00010638 |
76 |
7% |
7191 |
.text.BDB_vRejoinSuccess |
0x00010638 |
0x000106a8 |
112 |
10% |
7194 |
.text.BDB_vSetRejoinFilter |
0x000106a8 |
0x000106ec |
68 |
6% |
7197 |
.text.BDB_vRejoinCycle |
0x000106ec |
0x00010890 |
420 |
36% |
7200 |
.text.bdb_vStart |
0x00010890 |
0x00010948 |
184 |
16% |
7203 |
.text.BDB_vStart |
0x00010948 |
0x00010950 |
8 |
1% |
7205 |
.text.BDB_vInitStateMachine |
0x00010950 |
0x00010978 |
40 |
4% |
7209 |
.text.BDB_vRejoinTimerCb |
0x00010978 |
0x00010980 |
8 |
1% |
7212 |
.text.BDB_vSetAssociationFilter |
0x00010980 |
0x000109b4 |
52 |
5% |
7216 |
Expected total in bdb_start.o file: |
1184 |
Actual: |
1184 |
100% |
7188 |
Flash640 / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.APP_vGenCallback |
0x000109b4 |
0x000109f4 |
64 |
40% |
7219 |
.text.bdb_taskBDB |
0x000109f4 |
0x00010a48 |
84 |
52% |
7222 |
.text.BDB_vZclEventHandler |
0x00010a48 |
0x00010a58 |
16 |
10% |
7225 |
Expected total in bdb_state_machine.o file: |
164 |
Actual: |
164 |
100% |
7219 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsSendPermitJoin |
0x00010a58 |
0x00010aa8 |
80 |
5% |
7228 |
.text.vNsDiscoverNwk |
0x00010aa8 |
0x00010b44 |
156 |
10% |
7230 |
.text.vNsTclkSendReqKey |
0x00010b44 |
0x00010b80 |
60 |
4% |
7232 |
.text.vNsAfterNwkJoin |
0x00010b80 |
0x00010bc8 |
72 |
5% |
7234 |
.text.vNsLeaveNwk |
0x00010bc8 |
0x00010bec |
36 |
3% |
7236 |
.text.vNsTclkSendNodeDescReq |
0x00010bec |
0x00010c84 |
152 |
10% |
7238 |
.text.BDB_eNsStartNwkSteering |
0x00010c84 |
0x00010d10 |
140 |
9% |
7240 |
.text.BDB_vNsTimerCb |
0x00010d10 |
0x00010dd8 |
200 |
12% |
7243 |
.text.vNsTryNwkJoinAppCb |
0x00010dd8 |
0x00010ddc |
4 |
1% |
7246 |
.text.vNsTryNwkJoin.constprop.0 |
0x00010ddc |
0x00010ee4 |
264 |
16% |
7250 |
.text.BDB_vNsStateMachine |
0x00010ee4 |
0x000110ec |
520 |
31% |
7252 |
Expected total in bdb_ns.o file: |
1684 |
Actual: |
1684 |
100% |
7228 |
Flash640 / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vNfFormCentralizedNwk |
0x000110ec |
0x000110fc |
16 |
3% |
7255 |
.text.vNfRetryNwkFormation |
0x000110fc |
0x00011180 |
132 |
19% |
7259 |
.text.vNfDiscoverNwk |
0x00011180 |
0x0001120c |
140 |
20% |
7261 |
.text.BDB_vNfStateMachine |
0x0001120c |
0x00011318 |
268 |
38% |
7263 |
.text.BDB_eNfStartNwkFormation |
0x00011318 |
0x000113c0 |
168 |
24% |
7266 |
Expected total in bdb_nf.o file: |
724 |
Actual: |
724 |
100% |
7255 |
Flash640 / .text / bdb_fb_common.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFbZclHandler |
0x000113c0 |
0x000113cc |
12 |
100% |
7269 |
Expected total in bdb_fb_common.o file: |
12 |
Actual: |
12 |
100% |
7269 |
Flash640 / .text / bdb_fb_target.o |
Start |
End |
Size |
% |
Line |
.text.BDB_eFbTriggerAsTarget |
0x000113cc |
0x00011428 |
92 |
61% |
7272 |
.text.BDB_vFbHandleStopIdentification |
0x00011428 |
0x00011464 |
60 |
40% |
7275 |
Expected total in bdb_fb_target.o file: |
152 |
Actual: |
152 |
100% |
7272 |
Flash640 / .text / pdum_nwk.o |
Start |
End |
Size |
% |
Line |
.text.eNPduFree |
0x00011464 |
0x000114dc |
120 |
11% |
7278 |
.text.eAllocateNPDU |
0x000114dc |
0x00011534 |
88 |
8% |
7280 |
.text.PDUM_eNPduAllocate |
0x00011534 |
0x00011538 |
4 |
1% |
7282 |
.text.PDUM_eNPduClone |
0x00011538 |
0x00011578 |
64 |
6% |
7285 |
.text.PDUM_eNPduInitDescending |
0x00011578 |
0x0001158c |
20 |
2% |
7289 |
.text.PDUM_eNPduInitAscending |
0x0001158c |
0x000115a6 |
26 |
3% |
7292 |
.text.PDUM_eNPduFree |
0x000115a6 |
0x000115aa |
4 |
1% |
7295 |
.text.PDUM_eNPduClaimHeader |
0x000115aa |
0x000115c6 |
28 |
3% |
7298 |
.text.PDUM_eNPduClaimFooter |
0x000115c6 |
0x000115e2 |
28 |
3% |
7301 |
.text.PDUM_eNPduClaimData |
0x000115e2 |
0x00011638 |
86 |
8% |
7304 |
.text.PDUM_eNPduAscend |
0x00011638 |
0x00011656 |
30 |
3% |
7307 |
.text.PDUM_eNPduDescend |
0x00011656 |
0x00011674 |
30 |
3% |
7310 |
.text.PDUM_eNPduPrependHeaderNBO |
0x00011674 |
0x000116bc |
72 |
7% |
7313 |
.text.PDUM_eNPduAppendDataNBO |
0x000116bc |
0x00011706 |
74 |
7% |
7316 |
.text.PDUM_eNPduReadHeaderNBO |
0x00011706 |
0x00011746 |
64 |
6% |
7319 |
.text.PDUM_eNPduReadFooterNBO |
0x00011746 |
0x00011784 |
62 |
6% |
7322 |
.text.PDUM_eNPduWriteFromBuffer |
0x00011784 |
0x000117a8 |
36 |
4% |
7325 |
.text.PDUM_eNPduWriteDataToBuffer |
0x000117a8 |
0x00011802 |
90 |
8% |
7328 |
.text.PDUM_eNPduWriteDataFromBuffer |
0x00011802 |
0x0001185c |
90 |
8% |
7331 |
.text.pdum_vNPduInit |
0x0001185c |
0x000118bc |
96 |
9% |
7335 |
.text.PDUM_u8GetMaxNpduUse |
0x000118bc |
0x000118c8 |
12 |
2% |
7338 |
.text.PDUM_u8GetNpduUse |
0x000118c8 |
0x000118d4 |
12 |
2% |
7341 |
.text.PDUM_u8GetNpduPool |
0x000118d4 |
0x000118e0 |
12 |
2% |
7344 |
Expected total in pdum_nwk.o file: |
1148 |
Actual: |
1148 |
100% |
7278 |
Flash640 / .text / pdum_apl.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16APduInstanceReadNBO |
0x000118e0 |
0x00011914 |
52 |
10% |
7347 |
.text.PDUM_u16APduInstanceWriteNBO |
0x00011914 |
0x00011960 |
76 |
15% |
7351 |
.text.PDUM_u16APduInstanceWriteStrNBO |
0x00011960 |
0x000119a8 |
72 |
14% |
7354 |
.text.PDUM_pvAPduInstanceGetPayload |
0x000119a8 |
0x000119ae |
6 |
2% |
7357 |
.text.PDUM_u16APduInstanceGetPayloadSize |
0x000119ae |
0x000119b4 |
6 |
2% |
7360 |
.text.PDUM_eAPduInstanceSetPayloadSize |
0x000119b4 |
0x000119d8 |
36 |
7% |
7363 |
.text.PDUM_hAPduAllocateAPduInstance |
0x000119d8 |
0x00011a08 |
48 |
10% |
7366 |
.text.PDUM_eAPduFreeAPduInstance |
0x00011a08 |
0x00011a8c |
132 |
26% |
7369 |
.text.PDUM_thAPduInstanceGetApdu |
0x00011a8c |
0x00011aa0 |
20 |
4% |
7372 |
.text.PDUM_u16APduGetSize |
0x00011aa0 |
0x00011aa8 |
8 |
2% |
7375 |
.text.pdum_vAPduInit |
0x00011aa8 |
0x00011ae8 |
64 |
13% |
7379 |
Expected total in pdum_apl.o file: |
520 |
Actual: |
520 |
100% |
7347 |
Flash640 / .text / pdum.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16SizeNBO |
0x00011ae8 |
0x00011b30 |
72 |
10% |
7382 |
.text.pdum_u16WriteNBO |
0x00011b30 |
0x00011c08 |
216 |
29% |
7385 |
.text.pdum_u16WriteStrNBO |
0x00011c08 |
0x00011d0a |
258 |
34% |
7388 |
.text.pdum_u16ReadNBO |
0x00011d0a |
0x00011de0 |
214 |
29% |
7391 |
Expected total in pdum.o file: |
760 |
Actual: |
760 |
100% |
7382 |
Flash640 / .text / PDM_Create.c.obj |
Start |
End |
Size |
% |
Line |
.text.u8PDM_CalculateLargestDataRecordStored |
0x00011de0 |
0x00011e18 |
56 |
14% |
7395 |
.text.PDM_vErrorReport |
0x00011e18 |
0x00011e30 |
24 |
6% |
7398 |
.text.iPDM_CreateFileSystemInRAM |
0x00011e30 |
0x00011f00 |
208 |
51% |
7401 |
.text.PDM_eInitialise |
0x00011f00 |
0x00011f7c |
124 |
31% |
7404 |
Expected total in PDM_Create.c.obj file: |
412 |
Actual: |
412 |
100% |
7395 |
Flash640 / .text / PDM_FLASH.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_InitialiseNVM |
0x00011f7c |
0x00011f80 |
4 |
1% |
7407 |
.text.vPDM_DisableNVM |
0x00011f80 |
0x00011f84 |
4 |
1% |
7410 |
.text.iPDM_TestNVMblank |
0x00011f84 |
0x00011fb0 |
44 |
8% |
7414 |
.text.iPDM_TestNVM |
0x00011fb0 |
0x0001201c |
108 |
18% |
7417 |
.text.iPDM_ReadDataFromNVM |
0x0001201c |
0x0001206c |
80 |
13% |
7420 |
.text.iPDM_GetDataAddressFromNVM |
0x0001206c |
0x000120a8 |
60 |
10% |
7423 |
.text.vPDM_WriteDataToNVM |
0x000120a8 |
0x000120f0 |
72 |
12% |
7426 |
.text.vClearMarginCheckIndications |
0x000120f0 |
0x0001210c |
28 |
5% |
7429 |
.text.iPDM_FixWriteDataInNVM |
0x0001210c |
0x0001216c |
96 |
16% |
7432 |
.text.iPDM_EraseNVM |
0x0001216c |
0x000121f0 |
132 |
22% |
7435 |
Expected total in PDM_FLASH.c.obj file: |
628 |
Actual: |
628 |
100% |
7407 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadDataWithIdFromFileSystem |
0x000121f0 |
0x000122ac |
188 |
26% |
7438 |
.text.PDM_eReadDataFromRecord |
0x000122ac |
0x0001235c |
176 |
24% |
7441 |
.text.iPDM_WriteDataWithIdToFileSystem |
0x0001235c |
0x000124d4 |
376 |
51% |
7444 |
Expected total in PDM_FileSystemData.c.obj file: |
740 |
Actual: |
740 |
100% |
7438 |
Flash640 / .text / PDM_FileSystemDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_DeleteAllSegmentsWithIdFromFileSystemList |
0x000124d4 |
0x00012518 |
68 |
45% |
7447 |
.text.vPDM_DeleteSegmentsWithIdFromFileSystem |
0x00012518 |
0x00012538 |
32 |
22% |
7449 |
.text.PDM_vDeleteDataRecord |
0x00012538 |
0x0001256c |
52 |
35% |
7452 |
Expected total in PDM_FileSystemDelete.c.obj file: |
152 |
Actual: |
152 |
100% |
7447 |
Flash640 / .text / PDM_FileSystemGenerate.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_GenerateCleanFileSystem |
0x0001256c |
0x000125bc |
80 |
11% |
7455 |
.text.iPDM_GenerateFileSystemInRAM |
0x000125bc |
0x0001286c |
688 |
90% |
7458 |
Expected total in PDM_FileSystemGenerate.c.obj file: |
768 |
Actual: |
768 |
100% |
7455 |
Flash640 / .text / PDM_FileSystemHeaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.ePDM_ReadFileSystemHeaderCopyIndex |
0x0001286c |
0x00012874 |
8 |
3% |
7461 |
.text.vPDM_WriteFileSystemHeaderValidState |
0x00012874 |
0x00012882 |
14 |
6% |
7464 |
.text.ePDM_ReadFileSystemHeaderValidState |
0x00012882 |
0x0001288a |
8 |
3% |
7467 |
.text.bPDM_ReadFileSystemHeaderFirstBit |
0x0001288a |
0x00012892 |
8 |
3% |
7470 |
.text.bPDM_ReadFileSystemHeaderLastBit |
0x00012892 |
0x0001289c |
10 |
4% |
7473 |
.text.vPDM_WriteFileSystemHeaderWearCount |
0x0001289c |
0x000128c8 |
44 |
17% |
7477 |
.text.u32PDM_ReadFileSystemHeaderWearCount |
0x000128c8 |
0x000128dc |
20 |
8% |
7480 |
.text.vPDM_WriteNVMsegmentHeaderChecksum |
0x000128dc |
0x000128e2 |
6 |
3% |
7483 |
.text.u16PDM_ReadNVMsegmentHeaderChecksum |
0x000128e2 |
0x000128ee |
12 |
5% |
7486 |
.text.u8PDM_CreateSegmentStatus |
0x000128ee |
0x00012918 |
42 |
16% |
7489 |
.text.u8PDM_CreateSequenceStatus |
0x00012918 |
0x0001293e |
38 |
14% |
7492 |
.text.u16PDM_ReadSegmentDataSize |
0x0001293e |
0x00012960 |
34 |
13% |
7495 |
.text.u8PDM_ReadSequenceNumber |
0x00012960 |
0x0001297c |
28 |
11% |
7498 |
Expected total in PDM_FileSystemHeaderAccessFunctions.c.obj file: |
272 |
Actual: |
272 |
100% |
7461 |
Flash640 / .text / PDM_FileSystemHeaderRepair.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_RepairFileSystemRecord |
0x0001297c |
0x00012a08 |
140 |
39% |
7502 |
.text.iPDM_RepairFileSystemRecordAfterEccFail |
0x00012a08 |
0x00012a6c |
100 |
28% |
7505 |
.text.vPDM_GetMaximumAndMinimumSegmentWearCounts |
0x00012a6c |
0x00012ae4 |
120 |
34% |
7508 |
Expected total in PDM_FileSystemHeaderRepair.c.obj file: |
360 |
Actual: |
360 |
100% |
7502 |
Flash640 / .text / PDM_FileSystemMove.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_MoveAllDataFromListToList |
0x00012ae4 |
0x00012b2a |
70 |
16% |
7511 |
.text.vPDM_MoveAllDataWithBufferIdFromListToList |
0x00012b2a |
0x00012bb2 |
136 |
30% |
7514 |
.text.vPDM_MoveFileRecordFromListToList |
0x00012bb2 |
0x00012bd4 |
34 |
8% |
7517 |
.text.vPDM_MoveAllDataToDeAllocList |
0x00012bd4 |
0x00012c00 |
44 |
10% |
7521 |
.text.vPDM_MoveRecordToDeAllocList |
0x00012c00 |
0x00012c20 |
32 |
7% |
7524 |
.text.vPDM_MoveAllDataWithBufferIdAndStateFromListToList |
0x00012c20 |
0x00012cb4 |
148 |
32% |
7527 |
Expected total in PDM_FileSystemMove.c.obj file: |
464 |
Actual: |
464 |
100% |
7511 |
Flash640 / .text / PDM_FileSystemVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_SelectValidFileRecordInstance |
0x00012cb4 |
0x00012dcc |
280 |
64% |
7531 |
.text.iPDM_VerifyDataSequenceWithBufferId |
0x00012dcc |
0x00012e6c |
160 |
37% |
7533 |
Expected total in PDM_FileSystemVerify.c.obj file: |
440 |
Actual: |
440 |
100% |
7531 |
Flash640 / .text / PDM_NVMheaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_SetNVMandFileSystemValidState |
0x00012e6c |
0x00012e92 |
38 |
100% |
7536 |
Expected total in PDM_NVMheaderAccessFunctions.c.obj file: |
38 |
Actual: |
38 |
100% |
7536 |
Flash640 / .text / PDM_NVMheaderReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadSegmentHeaderDataFromNVMsegment |
0x00012e92 |
0x00012ed6 |
68 |
62% |
7539 |
.text.vPDM_WriteSegmentHeaderDataIntoNVMsegment |
0x00012ed6 |
0x00012f00 |
42 |
39% |
7542 |
Expected total in PDM_NVMheaderReadAndWrite.c.obj file: |
110 |
Actual: |
110 |
100% |
7539 |
Flash640 / .text / PDM_NVMReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromNVMsegment |
0x00012f00 |
0x00012f8c |
140 |
59% |
7545 |
.text.iPDM_WriteFileSystemRecordAndSegmentDataIntoNVMsegment |
0x00012f8c |
0x00012fee |
98 |
42% |
7548 |
Expected total in PDM_NVMReadAndWrite.c.obj file: |
238 |
Actual: |
238 |
100% |
7545 |
Flash640 / .text / PDM_NVMsegmentStatus.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_DoesNVMsegmentContainFileSystemHeader |
0x00012fee |
0x0001301e |
48 |
100% |
7551 |
Expected total in PDM_NVMsegmentStatus.c.obj file: |
48 |
Actual: |
48 |
100% |
7551 |
Flash640 / .text / PDM_SearchAndListOrder.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountInsertPoint |
0x0001301e |
0x00013034 |
22 |
6% |
7554 |
.text.bPDM_CompareRecordsForExactMatch |
0x00013034 |
0x0001306c |
56 |
14% |
7557 |
.text.boIdValueSearchMatch |
0x0001306c |
0x000130c0 |
84 |
20% |
7559 |
.text.vPDM_AddFileSystemElementToListInAscendingWearCountOrder |
0x000130c0 |
0x00013140 |
128 |
31% |
7562 |
.text.iPDM_SearchForBufferIdInList |
0x00013140 |
0x00013174 |
52 |
13% |
7565 |
.text.iPDM_SearchForBufferIdInFileSystem |
0x00013174 |
0x00013190 |
28 |
7% |
7568 |
.text.iPDM_SearchForSpecificSegmentInList |
0x00013190 |
0x000131c4 |
52 |
13% |
7571 |
Expected total in PDM_SearchAndListOrder.c.obj file: |
422 |
Actual: |
422 |
100% |
7554 |
Flash640 / .text / PDM_Segment.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_WriteSegmentHeaderAndData |
0x000131c4 |
0x0001328c |
200 |
55% |
7574 |
.text.iPDM_SegmentCopyAndAppendData |
0x0001328c |
0x00013334 |
168 |
46% |
7577 |
Expected total in PDM_Segment.c.obj file: |
368 |
Actual: |
368 |
100% |
7574 |
Flash640 / .text / PDM_SegmentData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromFileSystemRecord |
0x00013334 |
0x00013354 |
32 |
32% |
7580 |
.text.iPDM_GetUserDataReferenceFromFileSystemRecord |
0x00013354 |
0x0001337a |
38 |
38% |
7583 |
.text.iPDM_WriteUserDataIntoSegment |
0x0001337a |
0x00013398 |
30 |
30% |
7586 |
Expected total in PDM_SegmentData.c.obj file: |
100 |
Actual: |
100 |
100% |
7580 |
Flash640 / .text / PDM_SegmentReplace.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CompareDataInFileRecords |
0x00013398 |
0x000133dc |
68 |
8% |
7589 |
.text.bPDM_FindLastMarkerSegment |
0x000133dc |
0x00013414 |
56 |
7% |
7591 |
.text.iPDM_ReconstructAtRunTimeReplacedDataTable |
0x00013414 |
0x00013518 |
260 |
29% |
7594 |
.text.iPDM_ReplaceChangedSegmentInSequence |
0x00013518 |
0x00013614 |
252 |
28% |
7597 |
.text.iPDM_ReconstructReplacedDataTable |
0x00013614 |
0x00013730 |
284 |
31% |
7600 |
Expected total in PDM_SegmentReplace.c.obj file: |
920 |
Actual: |
920 |
100% |
7589 |
Flash640 / .text / PDM_SegmentSequenceExtendDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_IsSequenceAppended |
0x00013730 |
0x0001374c |
28 |
14% |
7603 |
.text.vPDM_DeleteAppendedSequence |
0x0001374c |
0x00013800 |
180 |
87% |
7606 |
Expected total in PDM_SegmentSequenceExtendDelete.c.obj file: |
208 |
Actual: |
208 |
100% |
7603 |
Flash640 / .text / PDM_SegmentSequenceExtendReconstruct.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSegmentNumberDeleteSearchMatch |
0x00013800 |
0x00013814 |
20 |
4% |
7609 |
.text.iPDM_ReconstructExtendedSegmentSequence |
0x00013814 |
0x00013a88 |
628 |
97% |
7611 |
Expected total in PDM_SegmentSequenceExtendReconstruct.c.obj file: |
648 |
Actual: |
648 |
100% |
7609 |
Flash640 / .text / PDM_SegmentSequenceSave.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_DetermineSegmentSaveMechanism |
0x00013a88 |
0x00013b88 |
256 |
38% |
7614 |
.text.vPDM_RecalculateMaximumRecordSize |
0x00013b88 |
0x00013bb8 |
48 |
8% |
7617 |
.text.PDM_eSaveRecordDataInternal |
0x00013bb8 |
0x00013d28 |
368 |
55% |
7620 |
.text.PDM_eSaveRecordData |
0x00013d28 |
0x00013d2e |
6 |
1% |
7622 |
Expected total in PDM_SegmentSequenceSave.c.obj file: |
678 |
Actual: |
678 |
100% |
7614 |
Flash640 / .text / PDM_slist.c.obj |
Start |
End |
Size |
% |
Line |
.text.vSLISTinitialise |
0x00013d2e |
0x00013d36 |
8 |
3% |
7625 |
.text.psSLISTgetHead |
0x00013d36 |
0x00013d3a |
4 |
2% |
7628 |
.text.psSLISTgetTail |
0x00013d3a |
0x00013d40 |
6 |
3% |
7631 |
.text.psSLISTgetNext |
0x00013d40 |
0x00013d60 |
32 |
12% |
7635 |
.text.vSLISTaddToTail |
0x00013d60 |
0x00013d76 |
22 |
8% |
7638 |
.text.vSLISTinsertAfter |
0x00013d76 |
0x00013d8c |
22 |
8% |
7641 |
.text.vSLISTaddToHead |
0x00013d8c |
0x00013da0 |
20 |
7% |
7644 |
.text.psSLISTremove |
0x00013da0 |
0x00013e00 |
96 |
34% |
7648 |
.text.psSLISTsearch |
0x00013e00 |
0x00013e34 |
52 |
18% |
7651 |
.text.psSLISTsearchFromHead |
0x00013e34 |
0x00013e3a |
6 |
3% |
7654 |
.text.iSLISTnumberOfNodes |
0x00013e3a |
0x00013e50 |
22 |
8% |
7657 |
Expected total in PDM_slist.c.obj file: |
290 |
Actual: |
290 |
100% |
7625 |
Flash640 / .text / PdmNoRtosStub.c.obj |
Start |
End |
Size |
% |
Line |
.text.PDM_vEnterCriticalSection |
0x00013e50 |
0x00013e5c |
12 |
50% |
7661 |
.text.PDM_vExitCriticalSection |
0x00013e5c |
0x00013e68 |
12 |
50% |
7664 |
Expected total in PdmNoRtosStub.c.obj file: |
24 |
Actual: |
24 |
100% |
7661 |
Flash640 / .text / PDM_FileSystem.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CreateCandidateBufferList |
0x00013e68 |
0x00013f44 |
220 |
49% |
7667 |
.text.iPDM_GetFileSystemBuffer |
0x00013f44 |
0x00013f70 |
44 |
10% |
7670 |
.text.u8PDM_CalculateSegmentsRequired |
0x00013f70 |
0x00013f98 |
40 |
9% |
7673 |
.text.vPDM_CreateFileSystemHeader |
0x00013f98 |
0x00013fc8 |
48 |
11% |
7676 |
.text.iPDM_GetLengthOfDataInBufferWithIdFromFileSystem |
0x00013fc8 |
0x00014018 |
80 |
18% |
7679 |
.text.u8PDM_CalculateFileSystemCapacity |
0x00014018 |
0x0001402c |
20 |
5% |
7682 |
Expected total in PDM_FileSystem.c.obj file: |
452 |
Actual: |
452 |
100% |
7667 |
Flash640 / .text / PDM_FileSystemHeaderChecksum.c.obj |
Start |
End |
Size |
% |
Line |
.text.u16PDM_CalculateRecordChecksum |
0x0001402c |
0x0001409c |
112 |
100% |
7685 |
Expected total in PDM_FileSystemHeaderChecksum.c.obj file: |
112 |
Actual: |
112 |
100% |
7685 |
Flash640 / .text / PDM_FileSystemHeaderVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReCalculateWearCountAndChecksumAndWriteFileSystemHeader |
0x0001409c |
0x000140f0 |
84 |
70% |
7688 |
.text.iPDM_VerifyFileSystemRecord |
0x000140f0 |
0x00014114 |
36 |
30% |
7691 |
Expected total in PDM_FileSystemHeaderVerify.c.obj file: |
120 |
Actual: |
120 |
100% |
7688 |
Flash640 / .text / PDM_SegmentSequenceExtendFilter.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_FilterDuplicateAppendedSegmentsOnList |
0x00014114 |
0x0001416a |
86 |
18% |
7694 |
.text.vPDM_FilterDuplicateAppendedSegmentsFromList |
0x0001416a |
0x00014226 |
188 |
38% |
7696 |
.text.vPDM_FilterDuplicateSegmentsBySequenceNumberFromValidList |
0x00014226 |
0x0001427e |
88 |
18% |
7699 |
.text.iPDM_SearchForReplacementAppendedSegment |
0x0001427e |
0x0001430c |
142 |
29% |
7702 |
Expected total in PDM_SegmentSequenceExtendFilter.c.obj file: |
504 |
Actual: |
504 |
100% |
7694 |
Flash640 / .text / PDM_WearLevelling.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountSubstitute |
0x0001430c |
0x0001432c |
32 |
14% |
7705 |
.text.iPDM_GetWearLevelledBuffer |
0x0001432c |
0x000143f4 |
200 |
87% |
7707 |
Expected total in PDM_WearLevelling.c.obj file: |
232 |
Actual: |
232 |
100% |
7705 |
Flash640 / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.psFindSimpleDescContainer |
0x000143f4 |
0x00014414 |
32 |
4% |
7710 |
.text.eAplAfCommonDataReq |
0x00014414 |
0x000144d8 |
196 |
21% |
7712 |
.text.zps_eAplAfInit |
0x000144d8 |
0x00014520 |
72 |
8% |
7714 |
.text.zps_eAplAfGetNodeDescriptor |
0x00014520 |
0x00014538 |
24 |
3% |
7717 |
.text.zps_eAplAfGetSimpleDescriptor |
0x00014538 |
0x0001457c |
68 |
8% |
7720 |
.text.zps_eAplAfUnicastDataReq |
0x0001457c |
0x000145c4 |
72 |
8% |
7723 |
.text.zps_eAplAfUnicastAckDataReq |
0x000145c4 |
0x0001460e |
74 |
8% |
7726 |
.text.zps_eAplAfUnicastIeeeDataReq |
0x0001460e |
0x00014640 |
50 |
6% |
7729 |
.text.zps_eAplAfUnicastIeeeAckDataReq |
0x00014640 |
0x00014674 |
52 |
6% |
7732 |
.text.zps_eAplAfGroupDataReq |
0x00014674 |
0x000146a2 |
46 |
5% |
7735 |
.text.zps_eAplAfBroadcastDataReq |
0x000146a2 |
0x000146e6 |
68 |
8% |
7738 |
.text.zps_eAplAfBoundDataReq |
0x000146e6 |
0x000146f8 |
18 |
2% |
7741 |
.text.zps_eAplAfBoundAckDataReq |
0x000146f8 |
0x0001470c |
20 |
3% |
7744 |
.text.ZPS_bIsGroupPresent |
0x0001470c |
0x00014744 |
56 |
6% |
7747 |
.text.vWrite16Nbo |
0x00014744 |
0x0001474c |
8 |
1% |
7750 |
.text.u16Read16Nbo |
0x0001474c |
0x00014750 |
4 |
1% |
7753 |
.text.vWrite32Nbo |
0x00014750 |
0x00014760 |
16 |
2% |
7756 |
.text.vWrite64Nbo |
0x00014760 |
0x0001477e |
30 |
4% |
7759 |
.text.zps_eAfVerifyKeyReqRsp |
0x0001477e |
0x000147b8 |
58 |
7% |
7762 |
Expected total in zps_apl_af.o file: |
964 |
Actual: |
964 |
100% |
7710 |
Flash640 / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.bCheckProfile |
0x000147b8 |
0x000147f8 |
64 |
5% |
7765 |
.text.vFillApduErrorEvent |
0x000147f8 |
0x00014836 |
62 |
5% |
7767 |
.text.vFillDataIndStruct |
0x00014836 |
0x0001488c |
86 |
7% |
7769 |
.text.vPostToEndpoint.part.0 |
0x0001488c |
0x00014aa8 |
540 |
40% |
7771 |
.text.zps_vAplAfHandleApsdeDcfmInd |
0x00014aa8 |
0x00014c7e |
470 |
35% |
7773 |
.text.zps_vHandleApsdeDataFragIndNotSupported |
0x00014c7e |
0x00014cdc |
94 |
7% |
7776 |
.text.zps_vAplApsInitFragReceivePool |
0x00014cdc |
0x00014d08 |
44 |
4% |
7779 |
.text.zps_vSetIgnoreProfileCheck |
0x00014d08 |
0x00014d14 |
12 |
1% |
7783 |
Expected total in zps_apl_af_apsde.o file: |
1372 |
Actual: |
1372 |
100% |
7765 |
Flash640 / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.psGetApsdeBuf |
0x00014d14 |
0x00014d1a |
6 |
1% |
7786 |
.text.psGetApsmeBuf |
0x00014d1a |
0x00014d20 |
6 |
1% |
7788 |
.text.psGetNldeBuf |
0x00014d20 |
0x00014d28 |
8 |
2% |
7790 |
.text.vPostNlmeDcfmInd |
0x00014d28 |
0x00014d2c |
4 |
1% |
7792 |
.text.vPostApsmeDcfmInd |
0x00014d2c |
0x00014d30 |
4 |
1% |
7794 |
.text.vPostApsdeDcfmInd |
0x00014d30 |
0x00014d34 |
4 |
1% |
7796 |
.text.vPostNldeDcfmInd |
0x00014d34 |
0x00014db0 |
124 |
21% |
7798 |
.text.psGetNlmeBuf |
0x00014db0 |
0x00014db8 |
8 |
2% |
7800 |
.text.zps_vAplAfTaskInit |
0x00014db8 |
0x00014e10 |
88 |
15% |
7802 |
.text.zps_vAplAfPostEvent |
0x00014e10 |
0x00014e94 |
132 |
22% |
7805 |
.text.zps_taskZPS |
0x00014e94 |
0x00014f7c |
232 |
38% |
7808 |
Expected total in zps_apl_task.o file: |
616 |
Actual: |
616 |
100% |
7786 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsTryFragmentation |
0x00014f7c |
0x00014fc0 |
68 |
3% |
7811 |
.text.zps_u8AplApsConstructAndPostLoopBackDataInd |
0x00014fc0 |
0x000150bc |
252 |
8% |
7814 |
.text.u8PostUnicastMsgToNHLE |
0x000150bc |
0x00015100 |
68 |
3% |
7816 |
.text.zps_vAplApsInitSyncMsgPool |
0x00015100 |
0x0001513c |
60 |
2% |
7818 |
.text.zps_u8AplApsFreeMsgHandle |
0x0001513c |
0x00015170 |
52 |
2% |
7821 |
.text.zps_u8AplApsGetMsgHandle |
0x00015170 |
0x00015190 |
32 |
2% |
7824 |
.text.ZPS_vAplRegisterApsdeDcfmIndCallbacks |
0x00015190 |
0x0001519a |
10 |
1% |
7827 |
.text.zps_vAplApsFillNldeAndDescend |
0x0001519a |
0x000151d0 |
54 |
2% |
7830 |
.text.zps_vAplApsFillAndPostApsAck |
0x000151d0 |
0x00015226 |
86 |
3% |
7833 |
.text.zps_vAplApsInitDcfmPool |
0x00015226 |
0x0001524c |
38 |
2% |
7836 |
.text.zps_psApsApsAllocateDcfmRecord |
0x0001524c |
0x000152b8 |
108 |
4% |
7840 |
.text.zps_vApsApsFreeDcfmRecord |
0x000152b8 |
0x000152be |
6 |
1% |
7843 |
.text.zps_u8AplApsGetNextDcfmHandle |
0x000152be |
0x000152d4 |
22 |
1% |
7846 |
.text.zps_psApsApsGetDcfmRecord |
0x000152d4 |
0x000152fe |
42 |
2% |
7849 |
.text.zps_vAplApsInitFragTransmitPool |
0x000152fe |
0x00015320 |
34 |
2% |
7852 |
.text.zps_vAplApsStopPollTimer |
0x00015320 |
0x00015394 |
116 |
4% |
7855 |
.text.zps_vAplApsCheckAndStartPollTimer |
0x00015394 |
0x000153d0 |
60 |
2% |
7858 |
.text.eUnfragmentedUnicastTransmission |
0x000153d0 |
0x00015648 |
632 |
20% |
7862 |
.text.vAckTimeOutHandler |
0x00015648 |
0x00015704 |
188 |
6% |
7864 |
.text.ZPS_vAplHandleApsdeReqRsp |
0x00015704 |
0x00015af0 |
1004 |
32% |
7867 |
.text.zps_vAplApsPollTimer |
0x00015af0 |
0x00015b2c |
60 |
2% |
7870 |
.text.vLoopbackTimerCallback |
0x00015b2c |
0x00015b5c |
48 |
2% |
7873 |
.text.ZPS_vDefaultApsdeResources |
0x00015b5c |
0x00015be4 |
136 |
5% |
7876 |
Expected total in zps_apl_apsde.o file: |
3176 |
Actual: |
3176 |
100% |
7811 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.bIsBindTableMatch |
0x00015be4 |
0x00015c26 |
66 |
2% |
7879 |
.text.eRemoveEntryInBindingTable |
0x00015c26 |
0x00015c8c |
102 |
3% |
7881 |
.text.eMakeEntryInBindingTable.constprop.0 |
0x00015c8c |
0x00015d24 |
152 |
5% |
7883 |
.text.eHandleRemoveEntryfromGroupTable |
0x00015d24 |
0x00015daa |
134 |
4% |
7885 |
.text.eHandleAddEntryToGroupTable |
0x00015daa |
0x00015dea |
64 |
2% |
7887 |
.text.ePopulatEndPointInGroupTable |
0x00015dea |
0x00015e8c |
162 |
5% |
7889 |
.text.psApsmeRequestKeyGetHandle |
0x00015e8c |
0x00015ee8 |
92 |
3% |
7891 |
.text.ZPS_vAplRegisterApsmeDcfmIndCallbacks |
0x00015ee8 |
0x00015ef2 |
10 |
1% |
7894 |
.text.zps_eAplApsmeBindReqRsp |
0x00015ef2 |
0x00015faa |
184 |
6% |
7897 |
.text.zps_eAplApsmeUnBindReqRsp |
0x00015faa |
0x00016048 |
158 |
5% |
7900 |
.text.zps_eAplApsmeAddGroupReqRsp |
0x00016048 |
0x00016064 |
28 |
1% |
7903 |
.text.zps_eAplApsmeRemoveGroupReqRsp |
0x00016064 |
0x00016080 |
28 |
1% |
7906 |
.text.zps_eAplApsmeRemoveAllGroupsReqRsp |
0x00016080 |
0x000160b0 |
48 |
2% |
7909 |
.text.zps_vInitAPSMECmdHdr |
0x000160b0 |
0x000160e4 |
52 |
2% |
7913 |
.text.zps_eAplApsmeCmdMgrSendCommand |
0x000160e4 |
0x00016198 |
180 |
6% |
7916 |
.text.zps_eAplSendApsmeCmdFrame |
0x00016198 |
0x00016318 |
384 |
12% |
7919 |
.text.zps_eAplApsmeTransportKeyReqRsp |
0x00016318 |
0x000164f0 |
472 |
14% |
7922 |
.text.zps_eAplApsmeUpdateDeviceReqRsp |
0x000164f0 |
0x000165dc |
236 |
7% |
7925 |
.text.zps_eAplApsmeVerifyKeyReqRsp |
0x000165dc |
0x000166c8 |
236 |
7% |
7928 |
.text.zps_eAplApsmeConfirmKeyReqRsp |
0x000166c8 |
0x00016778 |
176 |
6% |
7931 |
.text.zps_eAplApsmeRequestKeyReqRsp |
0x00016778 |
0x000167fc |
132 |
4% |
7934 |
.text.zps_vAplApsmeCmdMgrRetryTimeout |
0x000167fc |
0x00016850 |
84 |
3% |
7937 |
.text.zps_bAplApsmeCmdMgrHandleNldeCfm |
0x00016850 |
0x00016950 |
256 |
8% |
7940 |
Expected total in zps_apl_apsme.o file: |
3436 |
Actual: |
3436 |
100% |
7879 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.vStopTimerOnTransportKey |
0x00016950 |
0x00016984 |
52 |
2% |
7943 |
.text.zps_vAplApsInitDuplicateTable |
0x00016984 |
0x000169a8 |
36 |
1% |
7945 |
.text.ZPS_vRunningCRC32 |
0x000169a8 |
0x000169d0 |
40 |
2% |
7948 |
.text.bDuplicateCheck |
0x000169d0 |
0x00016b58 |
392 |
11% |
7951 |
.text.zps_vAplApsHandleNldeDcfmInd |
0x00016b58 |
0x000177f4 |
3228 |
87% |
7953 |
Expected total in zps_apl_aps_nlde.o file: |
3748 |
Actual: |
3748 |
100% |
7943 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.vTransformKey.constprop.0 |
0x000177f4 |
0x00017856 |
98 |
5% |
7956 |
.text.ZPS_u16crc |
0x00017856 |
0x0001789a |
68 |
4% |
7958 |
.text.zps_pvAesGetKeyFromInstallCode |
0x0001789a |
0x000178de |
68 |
4% |
7961 |
.text.zps_vGenerateHashForVerifiedKey |
0x000178de |
0x000178fe |
32 |
2% |
7964 |
.text.zps_psFindKeyDescr |
0x000178fe |
0x000179fe |
256 |
13% |
7967 |
.text.ZPS_u8AplGetJoinStatus |
0x000179fe |
0x00017a34 |
54 |
3% |
7970 |
.text.zps_eAplSecEncryptPacket |
0x00017a34 |
0x00017b50 |
284 |
15% |
7973 |
.text.zps_eAplSecDecryptPacket |
0x00017b50 |
0x00017e70 |
800 |
41% |
7977 |
.text.zps_vAplSecSetInitialSecurityState |
0x00017e70 |
0x00017fba |
330 |
17% |
7980 |
Expected total in zps_apl_sec.o file: |
1990 |
Actual: |
1990 |
100% |
7956 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAplAibGetAib |
0x00017fba |
0x00017fbe |
4 |
1% |
7983 |
.text.zps_u64AplAibGetApsUseExtendedPanId |
0x00017fbe |
0x00017fc6 |
8 |
2% |
7986 |
.text.zps_eAplAibSetApsUseExtendedPanId |
0x00017fc6 |
0x00017fdc |
22 |
4% |
7989 |
.text.zps_pu32AplAibGetApsChannelMask |
0x00017fdc |
0x0001800c |
48 |
8% |
7992 |
.text.zps_eAplAibSetApsChannelMaskByMacID |
0x0001800c |
0x0001802a |
30 |
5% |
7995 |
.text.zps_eAplAibSetApsChannelMask |
0x0001802a |
0x00018044 |
26 |
4% |
7998 |
.text.zps_eAplAibSetApsUseInstallCode |
0x00018044 |
0x0001804e |
10 |
2% |
8001 |
.text.zps_bAplAibGetApsUseInsecureJoin |
0x0001804e |
0x0001805a |
12 |
2% |
8004 |
.text.zps_eAplAibSetApsTrustCenterAddress |
0x0001805a |
0x00018070 |
22 |
4% |
8007 |
.text.zps_eAplAibGetApsTrustCenterAddress |
0x00018070 |
0x00018078 |
8 |
2% |
8010 |
.text.zps_eAplAibRemoveBindTableEntryForMacAddress |
0x00018078 |
0x000180d0 |
88 |
14% |
8013 |
.text.zps_u8AplAibGetDeviceApsKeyType |
0x000180d0 |
0x000181d8 |
264 |
41% |
8016 |
.text.zps_eAplAibSetDeviceApsKeyType |
0x000181d8 |
0x00018242 |
106 |
17% |
8019 |
.text.zps_psAplDefaultTrustCenterAPSLinkKey |
0x00018242 |
0x00018248 |
6 |
1% |
8022 |
Expected total in zps_apl_aib.o file: |
654 |
Actual: |
654 |
100% |
7983 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.zps_vExpireRequestKeyReq |
0x00018248 |
0x0001828e |
70 |
1% |
8025 |
.text.vHandleUpdateDeviceIndication |
0x0001828e |
0x000182c0 |
50 |
1% |
8027 |
.text.vLoadAplRecord |
0x000182c0 |
0x000182f0 |
48 |
1% |
8030 |
.text.zps_vAplInitFactoryNewDistributedNetwork |
0x000182f0 |
0x000183d4 |
228 |
3% |
8032 |
.text.vAplSecAuthPollTimerExpiry |
0x000183d4 |
0x0001840c |
56 |
1% |
8034 |
.text.u32GetScanChannels.constprop.0 |
0x0001840c |
0x0001843c |
48 |
1% |
8036 |
.text.eStartNetworkDiscovery |
0x0001843c |
0x00018490 |
84 |
1% |
8038 |
.text.eRejoinNetwork |
0x00018490 |
0x00018538 |
168 |
2% |
8040 |
.text.eRequestNetworkFormation |
0x00018538 |
0x0001857c |
68 |
1% |
8042 |
.text.vOnMultiMacAuxChannelSelection |
0x0001857c |
0x000185bc |
64 |
1% |
8044 |
.text.vHandleSwitchKeyIndication |
0x000185bc |
0x00018620 |
100 |
2% |
8046 |
.text.zps_vAplSaveRecord |
0x00018620 |
0x00018704 |
228 |
3% |
8048 |
.text.vAplSecRemoveLinkKey |
0x00018704 |
0x000187c0 |
188 |
3% |
8051 |
.text.vAplSecAuthTimerExpiry |
0x000187c0 |
0x00018844 |
132 |
2% |
8053 |
.text.zps_vSaveAllZpsRecords |
0x00018844 |
0x00018868 |
36 |
1% |
8055 |
.text.bGetInstallCode |
0x00018868 |
0x00018890 |
40 |
1% |
8059 |
.text.ZPS_vSetKeys |
0x00018890 |
0x00018918 |
136 |
2% |
8062 |
.text.ZPS_vAplSetMacParameters |
0x00018918 |
0x00018988 |
112 |
2% |
8065 |
.text.zps_vAplLoadPersistedApsRecords |
0x00018988 |
0x00018b20 |
408 |
5% |
8068 |
.text.zps_eAplZdoInit |
0x00018b20 |
0x00018d34 |
532 |
6% |
8072 |
.text.zps_u8AplZdoGetRadioChannel |
0x00018d34 |
0x00018d3c |
8 |
1% |
8075 |
.text.zps_eAplZdoGetDeviceType |
0x00018d3c |
0x00018d44 |
8 |
1% |
8078 |
.text.zps_eAplZdoStartStack |
0x00018d44 |
0x00018e48 |
260 |
3% |
8082 |
.text.zps_eAplZdoRejoinNetwork |
0x00018e48 |
0x00018ebc |
116 |
2% |
8085 |
.text.zps_pvAplZdoGetNwkHandle |
0x00018ebc |
0x00018ec0 |
4 |
1% |
8088 |
.text.zps_psAplZdoGetNib |
0x00018ec0 |
0x00018ec4 |
4 |
1% |
8091 |
.text.zps_eAplZdoJoinNetwork |
0x00018ec4 |
0x00018f64 |
160 |
2% |
8094 |
.text.zps_eAplZdoLeaveNetwork |
0x00018f64 |
0x00018fa0 |
60 |
1% |
8097 |
.text.zps_eAplZdoRequestKeyReq |
0x00018fa0 |
0x00019030 |
144 |
2% |
8100 |
.text.zps_bAplZdoTrustCenterGetDevicePermissions |
0x00019030 |
0x00019084 |
84 |
1% |
8103 |
.text.zps_eAplZdoAddReplaceLinkKey_W |
0x00019084 |
0x00019188 |
260 |
3% |
8106 |
.text.zps_eAplZdoRemoveLinkKey |
0x00019188 |
0x00019208 |
128 |
2% |
8110 |
.text.eDiscoverNetworks |
0x00019208 |
0x0001924c |
68 |
1% |
8113 |
.text.zps_eAplZdoDiscoverNetworks |
0x0001924c |
0x0001927c |
48 |
1% |
8117 |
.text.eStartRouter |
0x0001927c |
0x0001934c |
208 |
3% |
8120 |
.text.vHandleTransportKeyIndication.constprop.0 |
0x0001934c |
0x000196ac |
864 |
10% |
8123 |
.text.zps_bPerformLeaveActionDecider |
0x000196ac |
0x000196c8 |
28 |
1% |
8125 |
.text.vHandleRemoveDeviceIndication |
0x000196c8 |
0x000197b0 |
232 |
3% |
8128 |
.text.zps_vAplZdoHandleApsmeDcfmInd |
0x000197b0 |
0x00019830 |
128 |
2% |
8131 |
.text.ZPS_u8NwkManagerState |
0x00019830 |
0x0001983c |
12 |
1% |
8134 |
.text.ZPS_u16AplGetUnAuthenTimeoutValue |
0x0001983c |
0x00019848 |
12 |
1% |
8137 |
.text.zps_vPurgeAddressMap |
0x00019848 |
0x00019898 |
80 |
1% |
8140 |
.text.ZPS_bIsMacAddressUsedInApsTable |
0x00019898 |
0x00019952 |
186 |
3% |
8143 |
.text.ZPS_vSwapApsTableEntries |
0x00019952 |
0x000199fa |
168 |
2% |
8146 |
.text.ZPS_vRemoveMacTableEntry |
0x000199fa |
0x00019a4c |
82 |
1% |
8149 |
.text.ZPS_vSecondTimerCallback |
0x00019a4c |
0x00019af4 |
168 |
2% |
8152 |
.text.zps_vDefaultStack |
0x00019af4 |
0x00019c50 |
348 |
4% |
8155 |
.text.zps_eAplZdoStartRouter |
0x00019c50 |
0x00019cfe |
174 |
2% |
8158 |
.text.zps_eAplFormDistributedNetworkRouter |
0x00019cfe |
0x00019d18 |
26 |
1% |
8161 |
.text.ZPS_u8AplGetMaxPayloadSize |
0x00019d18 |
0x00019d28 |
16 |
1% |
8164 |
.text.ZPS_bAplDoesDeviceSupportFragmentation |
0x00019d28 |
0x00019d34 |
12 |
1% |
8167 |
.text.ZPS_psGetNetworkDescriptors |
0x00019d34 |
0x00019d48 |
20 |
1% |
8170 |
.text.ZPS_vNMPurgeEntry |
0x00019d48 |
0x00019e60 |
280 |
4% |
8173 |
.text.zps_vAplZdoHandleNlmeDcfmInd |
0x00019e60 |
0x0001a5c0 |
1888 |
21% |
8176 |
.text.zps_pu8AplZdoGetVsOUI |
0x0001a5c0 |
0x0001a5c4 |
4 |
1% |
8179 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
9084 |
Actual: |
9084 |
100% |
8025 |
Flash640 / .text / zps_apl_zdo_handle_zdp_event.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoHandleZdpEvent |
0x0001a5c4 |
0x0001a74c |
392 |
100% |
8182 |
Expected total in zps_apl_zdo_handle_zdp_event.o file: |
392 |
Actual: |
392 |
100% |
8182 |
Flash640 / .text / zps_apl_zdo_trust_center.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplTrustCenterFindDevice |
0x0001a74c |
0x0001a78e |
66 |
87% |
8185 |
.text.ZPS_vSetTCLockDownOverride |
0x0001a78e |
0x0001a798 |
10 |
14% |
8188 |
Expected total in zps_apl_zdo_trust_center.o file: |
76 |
Actual: |
76 |
100% |
8185 |
Flash640 / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmeleaveWrapper |
0x0001a798 |
0x0001a848 |
176 |
49% |
8191 |
.text.zps_eAplZdoNlmePermitJoiningWrapper |
0x0001a848 |
0x0001a872 |
42 |
12% |
8194 |
.text.zps_eAplZdoSendZdpResponse |
0x0001a872 |
0x0001a8b4 |
66 |
19% |
8197 |
.text.zps_bAplZdoServerHandleConfirmAcks |
0x0001a8b4 |
0x0001a904 |
80 |
22% |
8200 |
Expected total in zps_apl_zdo_common.o file: |
364 |
Actual: |
364 |
100% |
8191 |
Flash640 / .text / zps_apl_zdo_group.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoGroupEndpointAdd |
0x0001a904 |
0x0001a950 |
76 |
42% |
8203 |
.text.zps_eAplZdoGroupEndpointRemove |
0x0001a950 |
0x0001a988 |
56 |
31% |
8206 |
.text.zps_eAplZdoGroupAllEndpointRemove |
0x0001a988 |
0x0001a9bc |
52 |
29% |
8209 |
Expected total in zps_apl_zdo_group.o file: |
184 |
Actual: |
184 |
100% |
8203 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDefaultServerInit |
0x0001a9bc |
0x0001a9c0 |
4 |
1% |
8212 |
.text.zps_bAplZdoDefaultServer |
0x0001a9c0 |
0x0001abdc |
540 |
100% |
8215 |
Expected total in zps_apl_zdo_default_server.o file: |
544 |
Actual: |
544 |
100% |
8212 |
Flash640 / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostVsMcpsDcfmInd |
0x0001abdc |
0x0001acd8 |
252 |
39% |
8218 |
.text.vPostMcpsDcfmInd |
0x0001acd8 |
0x0001acdc |
4 |
1% |
8220 |
.text.vPostMlmeDcfmInd |
0x0001acdc |
0x0001ad7c |
160 |
25% |
8222 |
.text.zps_vAplAfIsrInit |
0x0001ad7c |
0x0001ada4 |
40 |
7% |
8225 |
.text.zps_vAplAfPostTimerEvent |
0x0001ada4 |
0x0001adf8 |
84 |
13% |
8228 |
.text.zps_vAplAfPostImmediateToTimerQueue |
0x0001adf8 |
0x0001ae14 |
28 |
5% |
8231 |
.text.ZPS_bAplPeekQueueForRejoinRequest |
0x0001ae14 |
0x0001ae6c |
88 |
14% |
8235 |
Expected total in zps_apl_mac_isr.o file: |
656 |
Actual: |
656 |
100% |
8218 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNwkAddrServerInit |
0x0001ae6c |
0x0001ae70 |
4 |
1% |
8238 |
.text.vZdoNwkAddrServerSendExtendResponse |
0x0001ae70 |
0x0001aebc |
76 |
18% |
8241 |
.text.zps_bAplZdoNwkAddrServer |
0x0001aebc |
0x0001b018 |
348 |
82% |
8244 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
428 |
Actual: |
428 |
100% |
8238 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoIeeeAddrServerInit |
0x0001b018 |
0x0001b01c |
4 |
1% |
8247 |
.text.vZdoIeeeAddrServerSendExtendResponse |
0x0001b01c |
0x0001b068 |
76 |
19% |
8250 |
.text.zps_bAplZdoIeeeAddrServer |
0x0001b068 |
0x0001b1b0 |
328 |
81% |
8253 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
408 |
Actual: |
408 |
100% |
8247 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMatchDescServerInit |
0x0001b1b0 |
0x0001b1b4 |
4 |
1% |
8256 |
.text.zps_bAplZdoMatchDescServer |
0x0001b1b4 |
0x0001b49c |
744 |
100% |
8259 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
748 |
Actual: |
748 |
100% |
8256 |
Flash640 / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNodeDescServerInit |
0x0001b49c |
0x0001b4a0 |
4 |
2% |
8262 |
.text.zps_bAplZdoNodeDescServer |
0x0001b4a0 |
0x0001b5dc |
316 |
99% |
8265 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
320 |
Actual: |
320 |
100% |
8262 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSimpleDescServerInit |
0x0001b5dc |
0x0001b5e0 |
4 |
1% |
8268 |
.text.zps_bAplZdoSimpleDescServer |
0x0001b5e0 |
0x0001b7f8 |
536 |
100% |
8271 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
540 |
Actual: |
540 |
100% |
8268 |
Flash640 / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPowerDescServerInit |
0x0001b7f8 |
0x0001b7fc |
4 |
2% |
8274 |
.text.zps_bAplZdoPowerDescServer |
0x0001b7fc |
0x0001b8ec |
240 |
99% |
8277 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
244 |
Actual: |
244 |
100% |
8274 |
Flash640 / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoActiveEpServerInit |
0x0001b8ec |
0x0001b8f0 |
4 |
2% |
8280 |
.text.zps_bAplZdoActiveEpServer |
0x0001b8f0 |
0x0001b9cc |
220 |
99% |
8283 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
224 |
Actual: |
224 |
100% |
8280 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDeviceAnnceServerInit |
0x0001b9cc |
0x0001b9d0 |
4 |
1% |
8286 |
.text.zps_bAplZdoDeviceAnnceServer |
0x0001b9d0 |
0x0001bb78 |
424 |
97% |
8290 |
.text.zps_vRegisterAliasPresentCallback |
0x0001bb78 |
0x0001bb84 |
12 |
3% |
8293 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
440 |
Actual: |
440 |
100% |
8286 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoParentAnnceServerInit |
0x0001bb84 |
0x0001bba4 |
32 |
5% |
8296 |
.text.zps_bAplZdoParentAnnceServer |
0x0001bba4 |
0x0001bd24 |
384 |
54% |
8299 |
.text.ZPS_vSendParentAnnounce |
0x0001bd24 |
0x0001be58 |
308 |
43% |
8302 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
724 |
Actual: |
724 |
100% |
8296 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPermitJoiningServerInit |
0x0001be58 |
0x0001be5c |
4 |
2% |
8305 |
.text.zps_bAplZdoPermitJoiningServer |
0x0001be5c |
0x0001bf30 |
212 |
99% |
8308 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
216 |
Actual: |
216 |
100% |
8305 |
Flash640 / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSystemServerDiscoveryServerInit |
0x0001bf30 |
0x0001bf34 |
4 |
3% |
8311 |
.text.zps_bAplZdoSystemServerDiscoveryServer |
0x0001bf34 |
0x0001bfbc |
136 |
98% |
8314 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
140 |
Actual: |
140 |
100% |
8311 |
Flash640 / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLqiServerInit |
0x0001bfbc |
0x0001bfc0 |
4 |
1% |
8317 |
.text.zps_bAplZdoMgmtLqiServer |
0x0001bfc0 |
0x0001c1bc |
508 |
100% |
8320 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
512 |
Actual: |
512 |
100% |
8317 |
Flash640 / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtRtgServerInit |
0x0001c1bc |
0x0001c1c0 |
4 |
2% |
8323 |
.text.zps_bAplZdoMgmtRtgServer |
0x0001c1c0 |
0x0001c2e4 |
292 |
99% |
8326 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
296 |
Actual: |
296 |
100% |
8323 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.bSendResponse |
0x0001c2e4 |
0x0001c32c |
72 |
12% |
8329 |
.text.zps_vAplZdoMgmtLeaveServerInit |
0x0001c32c |
0x0001c338 |
12 |
2% |
8331 |
.text.zps_bAplZdoMgmtLeaveServer |
0x0001c338 |
0x0001c544 |
524 |
87% |
8335 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
608 |
Actual: |
608 |
100% |
8329 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.vStartScanTimerExpiry |
0x0001c544 |
0x0001c620 |
220 |
13% |
8338 |
.text.zps_vAplZdoMgmtNWKUpdateServerInit |
0x0001c620 |
0x0001c638 |
24 |
2% |
8340 |
.text.u16CalculateFailedTxCount |
0x0001c638 |
0x0001c664 |
44 |
3% |
8343 |
.text.zps_bAplZdoMgmtNWKUpdateServer |
0x0001c664 |
0x0001cb8c |
1320 |
77% |
8347 |
.text.vResetFailedTxCount |
0x0001cb8c |
0x0001cbb0 |
36 |
3% |
8350 |
.text.vChangeChannelTimerExpiry |
0x0001cbb0 |
0x0001cbfe |
78 |
5% |
8353 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
1722 |
Actual: |
1722 |
100% |
8338 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoBindUnbindServerInit |
0x0001cbfe |
0x0001cc02 |
4 |
1% |
8355 |
.text.vAplZdoBindUnbindServerMapApsmeToZdp |
0x0001cc02 |
0x0001cc40 |
62 |
10% |
8358 |
.text.zps_bAplZdoBindUnbindServer |
0x0001cc40 |
0x0001cea4 |
612 |
91% |
8361 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
678 |
Actual: |
678 |
100% |
8355 |
Flash640 / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindRequestServer |
0x0001cea4 |
0x0001cfe8 |
324 |
15% |
8364 |
.text.zps_eAplZdoBdrmRequestSend |
0x0001cfe8 |
0x0001d080 |
152 |
7% |
8367 |
.text.zps_vAplZdoBindRequestServerInit |
0x0001d080 |
0x0001d10c |
140 |
7% |
8370 |
.text.zps_eAplAfBoundDataReqNonBlocking |
0x0001d10c |
0x0001d330 |
548 |
26% |
8373 |
.text.ZPS_vResetBoundServerContext |
0x0001d330 |
0x0001d380 |
80 |
4% |
8376 |
.text.vZdoBdrmBackStopTimerExpiry |
0x0001d380 |
0x0001d3a0 |
32 |
2% |
8379 |
.text.vZdoBdrmSendNextTimedRequest |
0x0001d3a0 |
0x0001d730 |
912 |
42% |
8382 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
2188 |
Actual: |
2188 |
100% |
8364 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.text.eSendDeviceAnnounce |
0x0001d730 |
0x0001d81c |
236 |
31% |
8385 |
.text.zps_vAplZdoClientLookupNwkAddress |
0x0001d81c |
0x0001d8b8 |
156 |
21% |
8387 |
.text.zps_vAplZdoZdoClientInit |
0x0001d8b8 |
0x0001d8cc |
20 |
3% |
8390 |
.text.zps_bAplZdoZdoClient |
0x0001d8cc |
0x0001da38 |
364 |
47% |
8393 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
776 |
Actual: |
776 |
100% |
8385 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtBindServerInit |
0x0001da38 |
0x0001da3c |
4 |
1% |
8396 |
.text.zps_bAplZdoMgmtBindServer |
0x0001da3c |
0x0001dc24 |
488 |
100% |
8399 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
492 |
Actual: |
492 |
100% |
8396 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpApsdeReqInternal |
0x0001dc24 |
0x0001dcbc |
152 |
38% |
8402 |
.text.zps_eAplZdpRequestApsdeReq |
0x0001dcbc |
0x0001dd3c |
128 |
32% |
8405 |
.text.zps_eAplZdpResponseApsdeReq |
0x0001dd3c |
0x0001dd50 |
20 |
5% |
8408 |
.text.zps_eAplZdpGenStatusOnlyResponse |
0x0001dd50 |
0x0001ddbc |
108 |
27% |
8411 |
Expected total in zps_apl_zdp_apsde_req.o file: |
408 |
Actual: |
408 |
100% |
8402 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpDeviceAnnceRequest |
0x0001ddbc |
0x0001de24 |
104 |
100% |
8414 |
Expected total in zps_apl_zdp_device_annce.o file: |
104 |
Actual: |
104 |
100% |
8414 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtPermitJoiningRequest |
0x0001de24 |
0x0001ded8 |
180 |
100% |
8417 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
180 |
Actual: |
180 |
100% |
8417 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpNodeDescRequest |
0x0001ded8 |
0x0001df54 |
124 |
100% |
8420 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
124 |
Actual: |
124 |
100% |
8420 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNwkAddrResponse |
0x0001df54 |
0x0001e020 |
204 |
100% |
8423 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8423 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpIeeeAddrResponse |
0x0001e020 |
0x0001e0ec |
204 |
100% |
8426 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8426 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNodeDescResponse |
0x0001e0ec |
0x0001e18c |
160 |
100% |
8429 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
160 |
Actual: |
160 |
100% |
8429 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpParentAnnceResponse |
0x0001e18c |
0x0001e238 |
172 |
100% |
8432 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
172 |
Actual: |
172 |
100% |
8432 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpPowerDescResponse |
0x0001e238 |
0x0001e2c8 |
144 |
100% |
8435 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
144 |
Actual: |
144 |
100% |
8435 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSimpleDescResponse |
0x0001e2c8 |
0x0001e3a8 |
224 |
100% |
8438 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
224 |
Actual: |
224 |
100% |
8438 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpActiveEpResponse |
0x0001e3a8 |
0x0001e434 |
140 |
100% |
8441 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
140 |
Actual: |
140 |
100% |
8441 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMatchDescResponse |
0x0001e434 |
0x0001e4c0 |
140 |
100% |
8444 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
140 |
Actual: |
140 |
100% |
8444 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSystemServerDiscoveryResponse |
0x0001e4c0 |
0x0001e534 |
116 |
100% |
8447 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
116 |
Actual: |
116 |
100% |
8447 |
Flash640 / .text / zps_apl_zdp_bind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpBindResponse |
0x0001e534 |
0x0001e55a |
38 |
100% |
8450 |
Expected total in zps_apl_zdp_bind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8450 |
Flash640 / .text / zps_apl_zdp_unbind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpUnbindResponse |
0x0001e55a |
0x0001e580 |
38 |
100% |
8453 |
Expected total in zps_apl_zdp_unbind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8453 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtLqiResponse |
0x0001e580 |
0x0001e670 |
240 |
100% |
8456 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
240 |
Actual: |
240 |
100% |
8456 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtRtgResponse |
0x0001e670 |
0x0001e72c |
188 |
100% |
8459 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
188 |
Actual: |
188 |
100% |
8459 |
Flash640 / .text / zps_apl_zdp_mgmt_leave_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtLeaveResponse |
0x0001e72c |
0x0001e754 |
40 |
100% |
8462 |
Expected total in zps_apl_zdp_mgmt_leave_rsp.o file: |
40 |
Actual: |
40 |
100% |
8462 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtNwkUpdateNotifyResponse |
0x0001e754 |
0x0001e7fc |
168 |
100% |
8466 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
168 |
Actual: |
168 |
100% |
8466 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtPermitJoiningResponse |
0x0001e7fc |
0x0001e822 |
38 |
100% |
8469 |
Expected total in zps_apl_zdp_mgmt_permit_joining_rsp.o file: |
38 |
Actual: |
38 |
100% |
8469 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacRadioTypeFromPage |
0x0001e822 |
0x0001e830 |
14 |
4% |
8472 |
.text.ZPS_eMacRadioTypeFromChannelMask |
0x0001e830 |
0x0001e838 |
8 |
3% |
8475 |
.text.ZPS_eMacValidateChannelMask |
0x0001e838 |
0x0001e858 |
32 |
9% |
8479 |
.text.ZPS_u8MacGetChannelOffsetFromPage |
0x0001e858 |
0x0001e868 |
16 |
5% |
8482 |
.text.ZPS_u8MacGetLowChanForPage |
0x0001e868 |
0x0001e878 |
16 |
5% |
8485 |
.text.ZPS_u8MacGetHighChanForPage |
0x0001e878 |
0x0001e888 |
16 |
5% |
8488 |
.text.ZPS_u8MacGetChannelOffsetFromMask |
0x0001e888 |
0x0001e88e |
6 |
2% |
8491 |
.text.ZPS_u32MacGetChannelMaskFromNum |
0x0001e88e |
0x0001e8d4 |
70 |
19% |
8494 |
.text.ZPS_u8MacPibGetBeaconPayloadLength |
0x0001e8d4 |
0x0001e8e0 |
12 |
4% |
8498 |
.text.ZPS_u8MacPibGetBeaconPayload |
0x0001e8e0 |
0x0001e8f4 |
20 |
6% |
8501 |
.text.ZPS_bMacGetEnhancedMode |
0x0001e8f4 |
0x0001e900 |
12 |
4% |
8504 |
.text.zps_bMacConvertEnhancedBeacon |
0x0001e900 |
0x0001e94a |
74 |
20% |
8507 |
.text.zps_vMacCommonMlmeCallBackHandler |
0x0001e94a |
0x0001e980 |
54 |
15% |
8510 |
.text.vMacShimException |
0x0001e980 |
0x0001e98a |
10 |
3% |
8513 |
.text.TSV_eClose |
0x0001e98a |
0x0001e990 |
6 |
2% |
8516 |
.text.ZPS_vMacRegisterDataRequest |
0x0001e990 |
0x0001e99c |
12 |
4% |
8520 |
Expected total in zps_mac_common.o file: |
378 |
Actual: |
378 |
100% |
8472 |
Flash640 / .text / zps_mac_ie.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8MacIECopyZigbeePayloadSubIE |
0x0001e99c |
0x0001ea60 |
196 |
100% |
8523 |
Expected total in zps_mac_ie.o file: |
196 |
Actual: |
196 |
100% |
8523 |
Flash640 / .text / zps_mac_if_table.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8MacIFTGetNumInterfaces |
0x0001ea60 |
0x0001ea6c |
12 |
2% |
8526 |
.text.ZPS_u16MacIFTGetIDByChannelMask |
0x0001ea6c |
0x0001ea9a |
46 |
5% |
8529 |
.text.ZPS_u16MacIFTCheckForRadioType |
0x0001ea9a |
0x0001eac2 |
40 |
4% |
8532 |
.text.ZPS_u16MacIFTGetIDByRadioType |
0x0001eac2 |
0x0001eaec |
42 |
5% |
8535 |
.text.ZPS_vMacIFTSetActiveChannel |
0x0001eaec |
0x0001eafa |
14 |
2% |
8538 |
.text.ZPS_u8GetChannelOffset |
0x0001eafa |
0x0001eb22 |
40 |
4% |
8541 |
.text.ZPS_u8MacIFTGetChannelMaskCount |
0x0001eb22 |
0x0001eb64 |
66 |
7% |
8544 |
.text.ZPS_pu32MacIFTGetChannelMaskForPage |
0x0001eb64 |
0x0001ebac |
72 |
8% |
8547 |
.text.ZPS_u8MacIFTAddUpdateChannelMask |
0x0001ebac |
0x0001ec2a |
126 |
13% |
8550 |
.text.ZPS_u8MacIFTNumOfEnabledInterfaces |
0x0001ec2a |
0x0001ec56 |
44 |
5% |
8553 |
.text.ZPS_u8MacIFTGetIntfState |
0x0001ec56 |
0x0001ec78 |
34 |
4% |
8556 |
.text.ZPS_vMacIFTSetIntfState |
0x0001ec78 |
0x0001eca2 |
42 |
5% |
8559 |
.text.ZPS_u8MacIFTGetRouterAllowed |
0x0001eca2 |
0x0001ecc4 |
34 |
4% |
8562 |
.text.ZPS_vMacIFTGetChannelMaskFromMacId |
0x0001ecc4 |
0x0001ed08 |
68 |
7% |
8565 |
.text.ZPS_vMacIFTSetRouterAllowed |
0x0001ed08 |
0x0001ed32 |
42 |
5% |
8568 |
.text.ZPS_vMacIFTUpdateMacInterface |
0x0001ed32 |
0x0001ed74 |
66 |
7% |
8571 |
.text.ZPS_u32MacIFTGetChanMaskFromActChan |
0x0001ed74 |
0x0001edda |
102 |
10% |
8574 |
.text.ZPS_vMacIFTClearCounts |
0x0001edda |
0x0001ee60 |
134 |
14% |
8577 |
Expected total in zps_mac_if_table.o file: |
1024 |
Actual: |
1024 |
100% |
8526 |
Flash640 / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.vMacMcpsCallBackHandler |
0x0001ee60 |
0x0001ee6c |
12 |
2% |
8580 |
.text.vMacMlmeCallBackHandler |
0x0001ee6c |
0x0001ee8c |
32 |
6% |
8582 |
.text.ZPS_vMacShimInit |
0x0001ee8c |
0x0001eee0 |
84 |
14% |
8584 |
.text.ZPS_bMacIsMultiMac |
0x0001eee0 |
0x0001eee4 |
4 |
1% |
8587 |
.text.ZPS_vMacHandleMcpsVsReqRsp |
0x0001eee4 |
0x0001ef54 |
112 |
19% |
8590 |
.text.ZPS_vMacHandleMlmeVsReqRsp |
0x0001ef54 |
0x0001efac |
88 |
15% |
8593 |
.text.ZPS_u8MultiMacInitAuxChannel |
0x0001efac |
0x0001efb0 |
4 |
1% |
8596 |
.text.ZPS_u8MultiMacSelectAuxChannel |
0x0001efb0 |
0x0001efb4 |
4 |
1% |
8599 |
.text.ZPS_vMacModifyForZgp |
0x0001efb4 |
0x0001efb8 |
4 |
1% |
8602 |
.text.ZPS_vNwkHandleMcpsDcfmInd |
0x0001efb8 |
0x0001efbc |
4 |
1% |
8605 |
.text.vAppApiSetMacAddrLocation |
0x0001efbc |
0x0001efd0 |
20 |
4% |
8609 |
.text.ZPS_u32MacSetTxBuffers |
0x0001efd0 |
0x0001efd4 |
4 |
1% |
8612 |
.text.ZPS_vMacTask |
0x0001efd4 |
0x0001efd6 |
2 |
1% |
8615 |
.text.ZPS_u16MacPibGetCoordShortAddress |
0x0001efd6 |
0x0001efda |
4 |
1% |
8618 |
.text.ZPS_u8MacPibGetMaxFrameRetries |
0x0001efda |
0x0001efde |
4 |
1% |
8621 |
.text.ZPS_u16MacPibGetPanId |
0x0001efde |
0x0001efe2 |
4 |
1% |
8624 |
.text.ZPS_u16MacPibGetShortAddr |
0x0001efe2 |
0x0001efe6 |
4 |
1% |
8627 |
.text.ZPS_bMacPibGetRxOnWhenIdle |
0x0001efe6 |
0x0001efea |
4 |
1% |
8630 |
.text.ZPS_sMacPibGetCoordExtAddr |
0x0001efea |
0x0001eff6 |
12 |
2% |
8633 |
.text.ZPS_u8MacPibGetDsn |
0x0001eff6 |
0x0001effa |
4 |
1% |
8636 |
.text.ZPS_vMacPibSetCoordShortAddress |
0x0001effa |
0x0001effe |
4 |
1% |
8639 |
.text.ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x0001effe |
0x0001f002 |
4 |
1% |
8642 |
.text.ZPS_vMacPibSetTransactionPersistenceTime |
0x0001f002 |
0x0001f006 |
4 |
1% |
8645 |
.text.ZPS_vMacPibSetPanId |
0x0001f006 |
0x0001f00a |
4 |
1% |
8648 |
.text.ZPS_vMacPibSetShortAddr |
0x0001f00a |
0x0001f00e |
4 |
1% |
8651 |
.text.ZPS_vMacPibSetMinBe |
0x0001f00e |
0x0001f012 |
4 |
1% |
8654 |
.text.ZPS_vMacPibSetMaxBe |
0x0001f012 |
0x0001f016 |
4 |
1% |
8657 |
.text.ZPS_vMacPibSetMaxCsmaBackoffs |
0x0001f016 |
0x0001f01a |
4 |
1% |
8660 |
.text.ZPS_vMacPibSetRxOnWhenIdle |
0x0001f01a |
0x0001f01e |
4 |
1% |
8663 |
.text.ZPS_vMacPibSetRxOnWhenIdleForInterface |
0x0001f01e |
0x0001f026 |
8 |
2% |
8666 |
.text.ZPS_vMacPibSetCoordExtAddr |
0x0001f026 |
0x0001f038 |
18 |
3% |
8669 |
.text.ZPS_vMacPibSetAssociationPermit |
0x0001f038 |
0x0001f048 |
16 |
3% |
8672 |
.text.ZPS_vMacPibSetBeaconPayload |
0x0001f048 |
0x0001f078 |
48 |
8% |
8676 |
.text.ZPS_vMacSetEBRPayloadJoin |
0x0001f078 |
0x0001f07a |
2 |
1% |
8679 |
.text.ZPS_vMacSetEBRPayloadReJoin |
0x0001f07a |
0x0001f07c |
2 |
1% |
8682 |
.text.ZPS_vMacPibSetDsn |
0x0001f07c |
0x0001f080 |
4 |
1% |
8685 |
.text.ZPS_vMacPibSetExtAddr |
0x0001f080 |
0x0001f084 |
4 |
1% |
8688 |
.text.ZPS_vMacPibSetRxInCca |
0x0001f084 |
0x0001f088 |
4 |
1% |
8691 |
.text.ZPS_vMacSetVsOUIBytes |
0x0001f088 |
0x0001f08a |
2 |
1% |
8694 |
.text.ZPS_eMacPlmeGet |
0x0001f08a |
0x0001f08e |
4 |
1% |
8697 |
.text.ZPS_eMacPlmeSet |
0x0001f08e |
0x0001f094 |
6 |
1% |
8700 |
.text.ZPS_vMacSetEnhancedMode |
0x0001f094 |
0x0001f0a0 |
12 |
2% |
8704 |
.text.ZPS_vMacBeaconRequest |
0x0001f0a0 |
0x0001f0ae |
14 |
3% |
8707 |
.text.ZPS_vMacRestoreInterfaceState |
0x0001f0ae |
0x0001f0b0 |
2 |
1% |
8710 |
.text.ZPS_u8MacSetTXPower |
0x0001f0b0 |
0x0001f0b4 |
4 |
1% |
8713 |
.text.ZPS_u8MacGetTXPower |
0x0001f0b4 |
0x0001f0b8 |
4 |
1% |
8716 |
.text.ZPS_u8MacDeleteTXPower |
0x0001f0b8 |
0x0001f0bc |
4 |
1% |
8719 |
.text.ZPS_u8MacClearTXPowerTable |
0x0001f0bc |
0x0001f0c0 |
4 |
1% |
8722 |
.text.APP_bMultimaskJoinCallBack |
0x0001f0c0 |
0x0001f0c8 |
8 |
2% |
8725 |
Expected total in zps_mac_shim.o file: |
616 |
Actual: |
616 |
100% |
8580 |
Flash640 / .text / zps_miniMac.o |
Start |
End |
Size |
% |
Line |
.text.vInitBufferQueues |
0x0001f0c8 |
0x0001f1c4 |
252 |
9% |
8728 |
.text.vRetryTxFailure |
0x0001f1c4 |
0x0001f1f4 |
48 |
2% |
8730 |
.text.zps_eSocMacSetTxBuffers |
0x0001f1f4 |
0x0001f230 |
60 |
3% |
8733 |
.text.zps_vSocMacShimInit |
0x0001f230 |
0x0001f28c |
92 |
4% |
8736 |
.text.zps_vSocMacHandleMlmeVsReqRsp |
0x0001f28c |
0x0001f40c |
384 |
14% |
8739 |
.text.SOC_ZPS_vMacModifyForZgp |
0x0001f40c |
0x0001f458 |
76 |
3% |
8742 |
.text.vMiniMac_MlmeCallback |
0x0001f458 |
0x0001f5fc |
420 |
15% |
8745 |
.text.vMiniMac_DataRequestCallback |
0x0001f5fc |
0x0001f618 |
28 |
1% |
8748 |
.text.vMiniMac_EmptyMcpsFrameWithFpSetCallback |
0x0001f618 |
0x0001f628 |
16 |
1% |
8751 |
.text.psMiniMac_GetTxBufferCallback |
0x0001f628 |
0x0001f650 |
40 |
2% |
8754 |
.text.psMiniMac_GetRxBufferCallback |
0x0001f650 |
0x0001f688 |
56 |
2% |
8757 |
.text.vMiniMac_ReturnTxBufferCallback |
0x0001f688 |
0x0001f6b4 |
44 |
2% |
8760 |
.text.zps_vSocMacHandleMcpsVsReqRsp |
0x0001f6b4 |
0x0001f7c0 |
268 |
10% |
8763 |
.text.vMiniMac_ReturnRxBufferCallback |
0x0001f7c0 |
0x0001f7ec |
44 |
2% |
8767 |
.text.vMiniMac_McpsCallback |
0x0001f7ec |
0x0001fab8 |
716 |
25% |
8770 |
.text.SOC_ZPS_u16MacPibGetCoordShortAddress |
0x0001fab8 |
0x0001fac4 |
12 |
1% |
8773 |
.text.SOC_ZPS_u8MacPibGetMaxFrameRetries |
0x0001fac4 |
0x0001fad0 |
12 |
1% |
8776 |
.text.SOC_ZPS_u16MacPibGetPanId |
0x0001fad0 |
0x0001fadc |
12 |
1% |
8779 |
.text.SOC_ZPS_u16MacPibGetShortAddr |
0x0001fadc |
0x0001fae8 |
12 |
1% |
8782 |
.text.SOC_ZPS_bMacPibGetRxOnWhenIdle |
0x0001fae8 |
0x0001faf4 |
12 |
1% |
8785 |
.text.SOC_ZPS_sMacPibGetCoordExtAddr |
0x0001faf4 |
0x0001fb08 |
20 |
1% |
8788 |
.text.SOC_ZPS_u8MacPibGetDsn |
0x0001fb08 |
0x0001fb14 |
12 |
1% |
8791 |
.text.SOC_ZPS_vMacPibSetCoordShortAddress |
0x0001fb14 |
0x0001fb20 |
12 |
1% |
8794 |
.text.SOC_ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x0001fb20 |
0x0001fb2c |
12 |
1% |
8797 |
.text.SOC_ZPS_vMacPibSetTransactionPersistenceTime |
0x0001fb2c |
0x0001fb38 |
12 |
1% |
8800 |
.text.SOC_ZPS_vMacPibSetPanId |
0x0001fb38 |
0x0001fb40 |
8 |
1% |
8803 |
.text.SOC_ZPS_vMacPibSetShortAddr |
0x0001fb40 |
0x0001fb48 |
8 |
1% |
8806 |
.text.SOC_ZPS_vMacPibSetMinBe |
0x0001fb48 |
0x0001fb50 |
8 |
1% |
8809 |
.text.SOC_ZPS_vMacPibSetMaxBe |
0x0001fb50 |
0x0001fb54 |
4 |
1% |
8812 |
.text.SOC_ZPS_vMacPibSetMaxCsmaBackoffs |
0x0001fb54 |
0x0001fb5c |
8 |
1% |
8815 |
.text.SOC_ZPS_vMacPibSetRxOnWhenIdle |
0x0001fb5c |
0x0001fb68 |
12 |
1% |
8818 |
.text.SOC_ZPS_vMacPibSetCoordExtAddr |
0x0001fb68 |
0x0001fb80 |
24 |
1% |
8822 |
.text.SOC_ZPS_vMacPibSetAssociationPermit |
0x0001fb80 |
0x0001fb8c |
12 |
1% |
8825 |
.text.SOC_ZPS_vMacPibSetBeaconPayload |
0x0001fb8c |
0x0001fbac |
32 |
2% |
8828 |
.text.SOC_ZPS_vMacPibSetDsn |
0x0001fbac |
0x0001fbb8 |
12 |
1% |
8831 |
.text.SOC_ZPS_vMacPibSetBeaconRequestLqiThreshold |
0x0001fbb8 |
0x0001fbc4 |
12 |
1% |
8834 |
.text.SOC_ZPS_vMacPibSetExtAddr |
0x0001fbc4 |
0x0001fbe0 |
28 |
1% |
8837 |
.text.SOC_ZPS_vMacPibSetRxInCca |
0x0001fbe0 |
0x0001fbf8 |
24 |
1% |
8840 |
.text.SOC_ZPS_eMacPlmeGet |
0x0001fbf8 |
0x0001fbfc |
4 |
1% |
8843 |
.text.SOC_ZPS_eMacPlmeSet |
0x0001fbfc |
0x0001fc00 |
4 |
1% |
8846 |
.text.SOC_ZPS_u8MacGetTXPower |
0x0001fc00 |
0x0001fc04 |
4 |
1% |
8849 |
.text.SOC_ZPS_u8MacSetTXPower |
0x0001fc04 |
0x0001fc08 |
4 |
1% |
8852 |
.text.SOC_ZPS_u8MacDeleteTXPower |
0x0001fc08 |
0x0001fc0c |
4 |
1% |
8855 |
.text.SOC_ZPS_u8MacClearTXPowerTable |
0x0001fc0c |
0x0001fc10 |
4 |
1% |
8858 |
Expected total in zps_miniMac.o file: |
2888 |
Actual: |
2888 |
100% |
8728 |
Flash640 / .text / pwrm.o |
Start |
End |
Size |
% |
Line |
.text.PWRM_eStartActivity |
0x0001fc10 |
0x0001fc1a |
10 |
32% |
8861 |
.text.PWRM_eFinishActivity |
0x0001fc1a |
0x0001fc24 |
10 |
32% |
8864 |
.text.PWRM_u16GetActivityCount |
0x0001fc24 |
0x0001fc30 |
12 |
38% |
8867 |
Expected total in pwrm.o file: |
32 |
Actual: |
32 |
100% |
8861 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActiveTimerExpiry |
0x0001fc30 |
0x0001fcf0 |
192 |
11% |
8870 |
.text.vZGPdCfm |
0x0001fcf0 |
0x0001fd20 |
48 |
3% |
8873 |
.text.vZGPParseMacMcpsData |
0x0001fd20 |
0x0001fe14 |
244 |
14% |
8876 |
.text.zps_vZgpDeviceActive |
0x0001fe14 |
0x0001fe40 |
44 |
3% |
8880 |
.text.vFillApduErrorEventGreenPower |
0x0001fe40 |
0x0001fe7c |
60 |
4% |
8883 |
.text.vPostToGreenPowerEndpoint |
0x0001fe7c |
0x0001ffa4 |
296 |
17% |
8886 |
.text.vZGPcStubMcpsInd |
0x0001ffa4 |
0x000202f8 |
852 |
48% |
8889 |
.text.zps_vRegisterGreenPower |
0x000202f8 |
0x00020324 |
44 |
3% |
8891 |
.text.ZPS_vRegisterSecRequestResponseCallback |
0x00020324 |
0x00020330 |
12 |
1% |
8894 |
Expected total in zps_apl_gp.o file: |
1792 |
Actual: |
1792 |
100% |
8870 |
Flash640 / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.vZgpAgeTxQueue |
0x00020330 |
0x000203c2 |
146 |
7% |
8897 |
.text.zps_vCStub_DataReq |
0x000203c2 |
0x000205e0 |
542 |
26% |
8900 |
.text.psFindGpTxQentry |
0x000205e0 |
0x0002063e |
94 |
5% |
8903 |
.text.zps_sZgpAddTxQueue |
0x0002063e |
0x00020718 |
218 |
11% |
8906 |
.text.zps_vDStub_DataReq |
0x00020718 |
0x00020a68 |
848 |
41% |
8910 |
.text.zps_bZgpRemoveTxQueue |
0x00020a68 |
0x00020af4 |
140 |
7% |
8913 |
.text.vZgpSendTxAfterRx |
0x00020af4 |
0x00020b24 |
48 |
3% |
8916 |
.text.ZPS_vZgpInitGpTxQueue |
0x00020b24 |
0x00020b74 |
80 |
4% |
8920 |
Expected total in zps_bdir_gp.o file: |
2116 |
Actual: |
2116 |
100% |
8897 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vZgpTransformKey |
0x00020b74 |
0x00020c00 |
140 |
11% |
8923 |
.text.ZPS_psZgpFindGpstEntry |
0x00020c00 |
0x00020c58 |
88 |
7% |
8926 |
.text.ZPS_sZgpAddDeviceSecurity |
0x00020c58 |
0x00020d02 |
170 |
14% |
8929 |
.text.ZPS_vZgpInitGpSecurityTable |
0x00020d02 |
0x00020d2e |
44 |
4% |
8932 |
.text.u8ZgpCCMStarEncrypt |
0x00020d2e |
0x00020ebe |
400 |
32% |
8935 |
.text.u8ZgpCCMStarDecrypt |
0x00020ebe |
0x0002107c |
446 |
35% |
8938 |
Expected total in zps_apl_gp_security.o file: |
1288 |
Actual: |
1288 |
100% |
8923 |
Flash640 / .text / zps_apl_options.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRegisterInterPanHandlers |
0x0002107c |
0x00021088 |
12 |
11% |
8941 |
.text.ZPS_vRegistercStubGreenPower |
0x00021088 |
0x00021094 |
12 |
11% |
8944 |
.text.ZPS_vInterceptMcpsDataCallback |
0x00021094 |
0x000210ee |
90 |
79% |
8947 |
Expected total in zps_apl_options.o file: |
114 |
Actual: |
114 |
100% |
8941 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vHandleApsInterPanDcfmData |
0x000210ee |
0x00021130 |
66 |
8% |
8950 |
.text.vFillApduErrorEventInterPan |
0x00021130 |
0x00021168 |
56 |
7% |
8953 |
.text.vPostInterPanToEndpoint |
0x00021168 |
0x000212c8 |
352 |
40% |
8957 |
.text.vApsInterPanMcpsDataInd |
0x000212c8 |
0x00021450 |
392 |
45% |
8960 |
.text.zps_vAfInterPanInit |
0x00021450 |
0x00021464 |
20 |
3% |
8963 |
Expected total in zps_apl_interpan.o file: |
886 |
Actual: |
886 |
100% |
8950 |
Flash640 / .text / zps_nwk_dcim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkRegisterNlmeDcfmIndCallbacks |
0x00021464 |
0x00021472 |
14 |
19% |
8966 |
.text.ZPS_vNwkRegisterNldeDcfmIndCallbacks |
0x00021472 |
0x00021480 |
14 |
19% |
8969 |
.text.zps_psNwkDcfmIndGetBuf |
0x00021480 |
0x00021496 |
22 |
29% |
8972 |
.text.zps_eNwkDcfmIndPost |
0x00021496 |
0x000214b0 |
26 |
35% |
8975 |
Expected total in zps_nwk_dcim.o file: |
76 |
Actual: |
76 |
100% |
8966 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.eLeaveDataDcfmRemoteLeave |
0x000214b0 |
0x000214ee |
62 |
6% |
8978 |
.text.eLeaveDataDcfmLocalLeave |
0x000214ee |
0x00021548 |
90 |
9% |
8980 |
.text.eLeaveReset |
0x00021548 |
0x000215a0 |
88 |
9% |
8982 |
.text.zps_psNwkSendLeaveCmd |
0x000215a0 |
0x00021620 |
128 |
13% |
8984 |
.text.zps_psNwkPropagateLocalLeave |
0x00021620 |
0x0002164c |
44 |
5% |
8987 |
.text.zps_eNwkHandleSceLeave |
0x0002164c |
0x000217c0 |
372 |
36% |
8991 |
.text.zps_vNwkHandleCmeLeaveReq |
0x000217c0 |
0x000218cc |
268 |
26% |
8994 |
Expected total in zps_nwk_leave.o file: |
1052 |
Actual: |
1052 |
100% |
8978 |
Flash640 / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_eSmeGenlIllegal |
0x000218cc |
0x000218d2 |
6 |
2% |
8997 |
.text.zps_eSceGenlIllegal |
0x000218d2 |
0x000218d8 |
6 |
2% |
9000 |
.text.zps_vNwkLibU16ToPayload |
0x000218d8 |
0x000218e0 |
8 |
2% |
9003 |
.text.zps_vNwkLibU32ToPayload |
0x000218e0 |
0x000218f0 |
16 |
4% |
9006 |
.text.zps_vNwkLibU64ToPayload |
0x000218f0 |
0x00021910 |
32 |
7% |
9009 |
.text.zps_vInitBeaconPayload |
0x00021910 |
0x00021998 |
136 |
29% |
9013 |
.text.zps_sNwkStart |
0x00021998 |
0x00021a90 |
248 |
53% |
9016 |
.text.zps_u16NwkLibFromPayload |
0x00021a90 |
0x00021a94 |
4 |
1% |
9019 |
.text.zps_u64NwkLibFromPayload |
0x00021a94 |
0x00021a9c |
8 |
2% |
9022 |
.text.zps_u8NwkLibChannelLow |
0x00021a9c |
0x00021aa2 |
6 |
2% |
9025 |
.text.zps_u8NwkLibChannelHigh |
0x00021aa2 |
0x00021aa8 |
6 |
2% |
9028 |
Expected total in zps_nwk_lib.o file: |
476 |
Actual: |
476 |
100% |
8997 |
Flash640 / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8CalcLinkCost |
0x00021aa8 |
0x00021afc |
84 |
6% |
9031 |
.text.eSendLinkStatusDataDcfm.part.0 |
0x00021afc |
0x00021c34 |
312 |
22% |
9034 |
.text.eSendLinkStatusDataDcfmCb |
0x00021c34 |
0x00021c78 |
68 |
5% |
9036 |
.text.zps_vAgeRouter |
0x00021c78 |
0x00021cd0 |
88 |
7% |
9038 |
.text.zps_vNwkSecondTickHandleExpiry |
0x00021cd0 |
0x00021ec4 |
500 |
35% |
9042 |
.text.zps_vAddToSortedActiveNtList |
0x00021ec4 |
0x00021f26 |
98 |
7% |
9045 |
.text.zps_eNwkHandleSceLinkStatus |
0x00021f26 |
0x00022034 |
270 |
19% |
9048 |
.text.zps_vRegisterCallbackForSecondsTick |
0x00022034 |
0x00022040 |
12 |
1% |
9052 |
Expected total in zps_nwk_lkst.o file: |
1432 |
Actual: |
1432 |
100% |
9031 |
Flash640 / .text / zps_nwk_main.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pvNwkCtor |
0x00022040 |
0x000220b0 |
112 |
74% |
9055 |
.text.ZPS_pvNwkGetHandle |
0x000220b0 |
0x000220bc |
12 |
8% |
9058 |
.text.ZPS_vExtendedStatusSetCallback |
0x000220bc |
0x000220c8 |
12 |
8% |
9061 |
.text.ZPS_vSetExtendedStatus |
0x000220c8 |
0x000220d8 |
16 |
11% |
9064 |
Expected total in zps_nwk_main.o file: |
152 |
Actual: |
152 |
100% |
9055 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eUnsolicitedRejoinRspDataDcfm |
0x000220d8 |
0x000220f8 |
32 |
1% |
9067 |
.text.eEdTimeoutResponseDataDcfm |
0x000220f8 |
0x00022110 |
24 |
1% |
9069 |
.text.zps_vSendNwkStatusInd |
0x00022110 |
0x00022136 |
38 |
1% |
9071 |
.text.vHandleNwkLocalUpdateAfterBcast |
0x00022136 |
0x000221a0 |
106 |
3% |
9074 |
.text.vHandleNwkRemoteUpdateAfterBcast |
0x000221a0 |
0x000221f0 |
80 |
2% |
9076 |
.text.vHandleEdTimeoutReqExpiry |
0x000221f0 |
0x0002227c |
140 |
4% |
9079 |
.text.eEdTimeoutRequestDataDcfm |
0x0002227c |
0x0002229a |
30 |
1% |
9081 |
.text.zps_bNwkIsBeaconZigbee |
0x0002229a |
0x000222ac |
18 |
1% |
9083 |
.text.zps_eNwkHandleSmeBeaconNotifyInd |
0x000222ac |
0x00022374 |
200 |
5% |
9086 |
.text.zps_vNwkRemoveConflictedBroadcast |
0x00022374 |
0x000223c0 |
76 |
2% |
9089 |
.text.zps_eNwkHandleSceNwkReport |
0x000223c0 |
0x000224a8 |
232 |
6% |
9093 |
.text.zps_eNwkHandleSceNwkUpdate |
0x000224a8 |
0x000224cc |
36 |
1% |
9096 |
.text.zps_psSendNetworkStatusCmd |
0x000224cc |
0x00022564 |
152 |
4% |
9099 |
.text.zps_vProcessChildAddrConflict |
0x00022564 |
0x00022620 |
188 |
5% |
9102 |
.text.zps_vProcessLocalAddrConflict |
0x00022620 |
0x000226d2 |
178 |
5% |
9105 |
.text.zps_eNwkHandleSceNwkStatus |
0x000226d2 |
0x00022810 |
318 |
8% |
9108 |
.text.zps_psSendNetworkReportCmd |
0x00022810 |
0x000228e8 |
216 |
6% |
9111 |
.text.vSendNetworkReport |
0x000228e8 |
0x000228ec |
4 |
1% |
9114 |
.text.zps_psSendNetworkUpdateCmd |
0x000228ec |
0x00022994 |
168 |
5% |
9116 |
.text.vSendNetworkUpdate |
0x00022994 |
0x00022a2c |
152 |
4% |
9119 |
.text.zps_psSendNetworkEdTimeoutReqCmd |
0x00022a2c |
0x00022acc |
160 |
4% |
9121 |
.text.zps_psSendNetworkEdTimeoutRspCmd |
0x00022acc |
0x00022b3c |
112 |
3% |
9124 |
.text.zps_eNwkHandleSceNwkEdTimeoutReq |
0x00022b3c |
0x00022c04 |
200 |
5% |
9127 |
.text.zps_bNwkFindAddIeeeAddr |
0x00022c04 |
0x00022d7a |
374 |
10% |
9130 |
.text.ZPS_vRemoveEntryFromAddressMap |
0x00022d7a |
0x00022dc8 |
78 |
2% |
9133 |
.text.ZPS_u64NwkNibGetMappedIeeeAddr |
0x00022dc8 |
0x00022dee |
38 |
1% |
9136 |
.text.eCheckAddrConflict.constprop.0 |
0x00022dee |
0x00022e7c |
142 |
4% |
9139 |
.text.zps_eProcessAddrConflict |
0x00022e7c |
0x00023020 |
420 |
11% |
9141 |
.text.ZPS_vNwkUpdateTxBytesForNeighbor |
0x00023020 |
0x00023054 |
52 |
2% |
9144 |
.text.ZPS_vNwkUpdateRxBytesForNeighbor |
0x00023054 |
0x00023088 |
52 |
2% |
9147 |
.text.ZPS_u8nwkNewIDtest |
0x00023088 |
0x000230aa |
34 |
1% |
9150 |
Expected total in zps_nwk_maint.o file: |
4050 |
Actual: |
4050 |
100% |
9067 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.vNwkMcpsTimerCallback |
0x000230aa |
0x000230be |
20 |
1% |
9153 |
.text.vProcessTimedList |
0x000230be |
0x000230fe |
64 |
2% |
9156 |
.text.vInitUnknownNeighbor |
0x000230fe |
0x00023190 |
146 |
3% |
9158 |
.text.ZPS_bHookMcpsDcfmFail |
0x00023190 |
0x00023192 |
2 |
1% |
9160 |
.text.ZPS_bHookMcpsDcfmInd |
0x00023192 |
0x000231a8 |
22 |
1% |
9163 |
.text.bSdeHandleDataFrm |
0x000231a8 |
0x000232c8 |
288 |
5% |
9167 |
.text.zps_vNwkMcpsMgrInit |
0x000232c8 |
0x00023360 |
152 |
3% |
9170 |
.text.zps_vNwkMcpsMgrPostTimed |
0x00023360 |
0x00023376 |
22 |
1% |
9173 |
.text.zps_psNwkMcpsMgrAllocateReqDescr |
0x00023376 |
0x0002337e |
8 |
1% |
9176 |
.text.zps_bNwkMcpsMgrRemoveDescrFromLists |
0x0002337e |
0x000233bc |
62 |
1% |
9179 |
.text.zps_vNwkMcpsMgrFreeReqDescr |
0x000233bc |
0x00023414 |
88 |
2% |
9182 |
.text.zps_bNwkMcpsMgrDfcmBitmapUpdateAndCheck |
0x00023414 |
0x0002344c |
56 |
1% |
9185 |
.text.zps_psNwkMcpsMgrFindSubmittedByHandle |
0x0002344c |
0x00023466 |
26 |
1% |
9188 |
.text.zps_psNwkMcpsMgrFindPendingByNwkDstAddr |
0x00023466 |
0x00023478 |
18 |
1% |
9191 |
.text.zps_psNwkMcpsMgrFindByBtr |
0x00023478 |
0x0002349e |
38 |
1% |
9194 |
.text.zps_vNwkMcpsMgrTidyBtrReqDescr |
0x0002349e |
0x000234c2 |
36 |
1% |
9197 |
.text.zps_u8NwkAllocateMcpsHandle |
0x000234c2 |
0x000234f2 |
48 |
1% |
9200 |
.text.zps_vNwkFreeMcpsHandle |
0x000234f2 |
0x00023510 |
30 |
1% |
9203 |
.text.ZPS_vNwkSendLeaveDirect |
0x00023510 |
0x00023624 |
276 |
5% |
9206 |
.text.ZPS_vNwkMacDataPollRequest |
0x00023624 |
0x00023684 |
96 |
2% |
9209 |
.text.vNwkMcpsSendTimedDfcm |
0x00023684 |
0x00023708 |
132 |
3% |
9213 |
.text.vProcessListsForSubmission |
0x00023708 |
0x00023950 |
584 |
10% |
9216 |
.text.vMcpsMgrExpiry |
0x00023950 |
0x000239a0 |
80 |
2% |
9218 |
.text.zps_vNwkMcpsMgrPost |
0x000239a0 |
0x000239c4 |
36 |
1% |
9220 |
.text.ZPS_vNwkHandleMcpsVsInd |
0x000239c4 |
0x000246a8 |
3300 |
53% |
9224 |
.text.zps_vNwkMcpsMgrRemoveAndMakeLimbo |
0x000246a8 |
0x000246d0 |
40 |
1% |
9227 |
.text.zps_bNwkHandleSdeActvDcfmData |
0x000246d0 |
0x00024854 |
388 |
7% |
9230 |
.text.vMcpsMgrTimeoutExpiry |
0x00024854 |
0x000248cc |
120 |
2% |
9233 |
.text.ZPS_vNwkHandleMcpsVsDcfm |
0x000248cc |
0x00024930 |
100 |
2% |
9236 |
.text.ZPS_vNwkSetOptionsFilter |
0x00024930 |
0x00024940 |
16 |
1% |
9240 |
Expected total in zps_nwk_mcps.o file: |
6294 |
Actual: |
6294 |
100% |
9153 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMlmeDcfmInd |
0x00024940 |
0x000249a8 |
104 |
100% |
9243 |
Expected total in zps_nwk_mlme.o file: |
104 |
Actual: |
104 |
100% |
9243 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.vLoadNwkRecord |
0x000249a8 |
0x000249e0 |
56 |
1% |
9246 |
.text.zps_vNwkDefaultStateMachines |
0x000249e0 |
0x00024a3c |
92 |
2% |
9248 |
.text.zps_vDefaultNwkLayer |
0x00024a3c |
0x00024c48 |
524 |
9% |
9251 |
.text.ZPS_psNwkNibGetHandle |
0x00024c48 |
0x00024c4e |
6 |
1% |
9254 |
.text.ZPS_u16NwkNibGetNwkAddr |
0x00024c4e |
0x00024c52 |
4 |
1% |
9257 |
.text.ZPS_u64NwkNibGetExtAddr |
0x00024c52 |
0x00024c56 |
4 |
1% |
9260 |
.text.ZPS_u16NwkNibGetMacPanId |
0x00024c56 |
0x00024c5a |
4 |
1% |
9263 |
.text.ZPS_vNwkNibIncSeqNum |
0x00024c5a |
0x00024c66 |
12 |
1% |
9266 |
.text.ZPS_u64NwkNibGetEpid |
0x00024c66 |
0x00024c6c |
6 |
1% |
9269 |
.text.ZPS_vNwkNibClearTables |
0x00024c6c |
0x00024d72 |
262 |
5% |
9272 |
.text.ZPS_vNwkNibClearDiscoveryNT |
0x00024d72 |
0x00024d94 |
34 |
1% |
9275 |
.text.ZPS_bNwkNibAddrMapAddEntry |
0x00024d94 |
0x00024f3c |
424 |
7% |
9279 |
.text.ZPS_bNwkNibNtActvMatch |
0x00024f3c |
0x00024fd0 |
148 |
3% |
9282 |
.text.bCheckNwkAddr |
0x00024fd0 |
0x00025018 |
72 |
2% |
9285 |
.text.ZPS_bNwkNibNtActvUnusedChild |
0x00025018 |
0x00025040 |
40 |
1% |
9288 |
.text.ZPS_bNwkNibNtActvFindChild |
0x00025040 |
0x00025140 |
256 |
5% |
9291 |
.text.ZPS_u8NwkNibNtDiscMatch |
0x00025140 |
0x000251c6 |
134 |
3% |
9294 |
.text.ZPS_u64NwkNibFindExtAddr |
0x000251c6 |
0x0002526e |
168 |
3% |
9297 |
.text.ZPS_u16NwkNibFindNwkAddr |
0x0002526e |
0x00025310 |
162 |
3% |
9300 |
.text.ZPS_vNwkSaveRecord |
0x00025310 |
0x00025338 |
40 |
1% |
9304 |
.text.ZPS_vNwkNibSetNwkAddr |
0x00025338 |
0x00025370 |
56 |
1% |
9307 |
.text.ZPS_vNwkNibSetNwkAddrNibOnly |
0x00025370 |
0x0002537c |
12 |
1% |
9310 |
.text.ZPS_vNwkNibSetExtPanId |
0x0002537c |
0x000253bc |
64 |
2% |
9314 |
.text.ZPS_vNwkNibSetKeySeqNum |
0x000253bc |
0x000253d0 |
20 |
1% |
9317 |
.text.ZPS_vNwkNibSetDepth |
0x000253d0 |
0x00025410 |
64 |
2% |
9320 |
.text.ZPS_vNwkNibSetUpdateId |
0x00025410 |
0x00025448 |
56 |
1% |
9323 |
.text.ZPS_vNwkNibSetPanId |
0x00025448 |
0x00025464 |
28 |
1% |
9326 |
.text.ZPS_vNwkNibSetCapabilityInfo |
0x00025464 |
0x0002548c |
40 |
1% |
9329 |
.text.ZPS_vNwkNibSetChannel |
0x0002548c |
0x000254ae |
34 |
1% |
9332 |
.text.ZPS_vNwkNibSetAuxChannel |
0x000254ae |
0x000254d0 |
34 |
1% |
9335 |
.text.ZPS_vNwkNibSetParentAddr |
0x000254d0 |
0x000254ea |
26 |
1% |
9338 |
.text.ZPS_vNwkSaveNt |
0x000254ea |
0x00025506 |
28 |
1% |
9341 |
.text.ZPS_vNwkSaveSecMat |
0x00025506 |
0x0002553e |
56 |
1% |
9344 |
.text.ZPS_vNwkSaveAllRecords |
0x0002553e |
0x00025554 |
22 |
1% |
9347 |
.text.ZPS_vNwkResetOutgoingFrameCounter |
0x00025554 |
0x00025568 |
20 |
1% |
9350 |
.text.ZPS_pvNwkRestoreFrameCounter |
0x00025568 |
0x00025590 |
40 |
1% |
9353 |
.text.ZPS_vNwkInitialiseRecords |
0x00025590 |
0x000255fc |
108 |
2% |
9356 |
.text.ZPS_vNwkNibSetTables |
0x000255fc |
0x00025638 |
60 |
1% |
9359 |
.text.ZPS_vNwkTimerQueueOverflow |
0x00025638 |
0x000256c0 |
136 |
3% |
9363 |
.text.ZPS_u8NwkSendNwkEdTimeoutsCommand |
0x000256c0 |
0x000256dc |
28 |
1% |
9366 |
.text.ZPS_bNwkGetAliasStatus |
0x000256dc |
0x000256e2 |
6 |
1% |
9369 |
.text.ZPS_bNwkGetAliasApsCounter |
0x000256e2 |
0x000256e8 |
6 |
1% |
9372 |
.text.ZPS_vNwkPurgeMacAddressAndRelatedEntries |
0x000256e8 |
0x00025808 |
288 |
5% |
9375 |
.text.ZPS_vNtSetUsedStatus |
0x00025808 |
0x00025958 |
336 |
6% |
9379 |
.text.ZPS_vNwkNibCheckAndUpdateAddresses |
0x00025958 |
0x00025a1c |
196 |
4% |
9382 |
.text.zps_vBuildSortedActvNTList |
0x00025a1c |
0x00025a6c |
80 |
2% |
9385 |
.text.ZPS_vNtSetAuthStatus |
0x00025a6c |
0x00025a92 |
38 |
1% |
9388 |
.text.zps_sNwkNibNtCheckJoin |
0x00025a92 |
0x00025cf4 |
610 |
10% |
9391 |
.text.ZPS_vNwkNibCheckAndUpdateChildren |
0x00025cf4 |
0x00025e48 |
340 |
6% |
9395 |
.text.zps_vNwkSetZgpAlias |
0x00025e48 |
0x00025e5c |
20 |
1% |
9398 |
.text.ZPS_vNwkMacEntriesClear |
0x00025e5c |
0x00025f14 |
184 |
3% |
9401 |
.text.ZPS_vPurgeJoinManagerEntry |
0x00025f14 |
0x00025f34 |
32 |
1% |
9404 |
.text.zps_vCleanUnAuthenHandleExpiry |
0x00025f34 |
0x00025fc8 |
148 |
3% |
9407 |
.text.ZPS_vNibRealignMac |
0x00025fc8 |
0x00026088 |
192 |
4% |
9411 |
.text.zps_vNibSetDefaults |
0x00026088 |
0x00026230 |
424 |
7% |
9414 |
.text.ZPS_vHookfcOverflowEvent |
0x00026230 |
0x00026234 |
4 |
1% |
9417 |
.text.ZPS_vNwkIncOutFC |
0x00026234 |
0x00026288 |
84 |
2% |
9421 |
.text.ZPS_vNwkNibRestoreWarmRestartCounter |
0x00026288 |
0x00026298 |
16 |
1% |
9424 |
Expected total in zps_nwk_nib.o file: |
6384 |
Actual: |
6384 |
100% |
9246 |
Flash640 / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.eNldeDataDcfm |
0x00026298 |
0x000262c0 |
40 |
7% |
9427 |
.text.ZPS_vNwkHandleNldeReqRsp |
0x000262c0 |
0x000264c4 |
516 |
85% |
9430 |
.text.ZPS_u8NwkCalcNldeReqOverhead |
0x000264c4 |
0x000264f8 |
52 |
9% |
9433 |
Expected total in zps_nwk_nlde.o file: |
608 |
Actual: |
608 |
100% |
9427 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNlmeReqRsp |
0x000264f8 |
0x00026684 |
396 |
100% |
9436 |
Expected total in zps_nwk_nlme.o file: |
396 |
Actual: |
396 |
100% |
9436 |
Flash640 / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.vPermitJoinHandleExpiry |
0x00026684 |
0x0002668c |
8 |
7% |
9439 |
.text.zps_vNwkPermitJoiningInit |
0x0002668c |
0x000266a0 |
20 |
16% |
9442 |
.text.zps_vNwkHandleCmePermitJoinReq |
0x000266a0 |
0x00026708 |
104 |
79% |
9445 |
Expected total in zps_nwk_pmjn.o file: |
132 |
Actual: |
132 |
100% |
9439 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.eRouteRequestDataDcfm |
0x00026708 |
0x00026738 |
48 |
1% |
9448 |
.text.zps_vExpireOldRoutes |
0x00026738 |
0x00026794 |
92 |
2% |
9450 |
.text.psNwkSendRouteRecordCmd |
0x00026794 |
0x00026904 |
368 |
8% |
9454 |
.text.psSendRouteReplyCmd.isra.0 |
0x00026904 |
0x00026a04 |
256 |
6% |
9456 |
.text.vFreePendingReqDescr |
0x00026a04 |
0x00026a58 |
84 |
2% |
9458 |
.text.zps_vNwkHandleCmeStartRouterReq |
0x00026a58 |
0x00026aa8 |
80 |
2% |
9461 |
.text.zps_vNwkHandleCmeActvStartRouterReq |
0x00026aa8 |
0x00026b24 |
124 |
3% |
9464 |
.text.zps_vStartRouter |
0x00026b24 |
0x00026b28 |
4 |
1% |
9467 |
.text.zps_eNwkRtMatch |
0x00026b28 |
0x00026c2c |
260 |
6% |
9470 |
.text.zps_psNwkRtMatchNwkAddr |
0x00026c2c |
0x00026c6e |
66 |
2% |
9473 |
.text.zps_vRemoveRoute |
0x00026c6e |
0x00026cea |
124 |
3% |
9476 |
.text.zps_vRemoveNextHop |
0x00026cea |
0x00026d8a |
160 |
4% |
9479 |
.text.zps_eNwkRtDiscMatch |
0x00026d8a |
0x00026df0 |
102 |
3% |
9482 |
.text.zps_eNwkHandleSceRouteRequest |
0x00026df0 |
0x00027244 |
1108 |
23% |
9485 |
.text.zps_psNwkInitiateRouteDiscovery |
0x00027244 |
0x000273c4 |
384 |
8% |
9488 |
.text.zps_vNwkHandleCmeRouteDiscoveryReq |
0x000273c4 |
0x00027434 |
112 |
3% |
9491 |
.text.zps_psProcessRoutedFrm |
0x00027434 |
0x0002756c |
312 |
7% |
9494 |
.text.zps_eNwkRctMatchNwkAddr |
0x0002756c |
0x000275ce |
98 |
3% |
9497 |
.text.zps_eNwkHandleSceRouteRecord |
0x000275ce |
0x000276b8 |
234 |
5% |
9500 |
.text.zps_vNwkSendAnyPendingData |
0x000276b8 |
0x000276f4 |
60 |
2% |
9503 |
.text.vHandleRouteDiscoveryExpiry |
0x000276f4 |
0x00027798 |
164 |
4% |
9506 |
.text.zps_eNwkHandleSceRouteReply |
0x00027798 |
0x000279dc |
580 |
13% |
9508 |
Expected total in zps_nwk_rt.o file: |
4820 |
Actual: |
4820 |
100% |
9448 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bSecEncrypt |
0x000279dc |
0x00027b58 |
380 |
23% |
9511 |
.text.zps_eNwkSecEncryptPacket |
0x00027b58 |
0x00027c14 |
188 |
12% |
9514 |
.text.ZPS_bSecDecrypt |
0x00027c14 |
0x00027d04 |
240 |
15% |
9518 |
.text.ZPS_bNwkSecCheckFC |
0x00027d04 |
0x00027d5a |
86 |
6% |
9521 |
.text.zps_vNwkSecClearMatSet |
0x00027d5a |
0x00027d80 |
38 |
3% |
9524 |
.text.ZPS_bNwkSecFindMatSet |
0x00027d80 |
0x00027db0 |
48 |
3% |
9527 |
.text.zps_eNwkSecDecryptPacket |
0x00027db0 |
0x00027f98 |
488 |
30% |
9530 |
.text.ZPS_bNwkSecCheckMatSet |
0x00027f98 |
0x00027fc6 |
46 |
3% |
9533 |
.text.ZPS_bNwkSecHaveNetworkKey |
0x00027fc6 |
0x00027ff6 |
48 |
3% |
9536 |
.text.ZPS_vNwkSecResetDevice |
0x00027ff6 |
0x00028038 |
66 |
4% |
9539 |
.text.ZPS_pvNwkSecGetNetworkKey |
0x00028038 |
0x00028068 |
48 |
3% |
9542 |
Expected total in zps_nwk_sec.o file: |
1676 |
Actual: |
1676 |
100% |
9511 |
Flash640 / .text / zps_nwk_slist.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkSlistInit |
0x00028068 |
0x00028070 |
8 |
6% |
9545 |
.text.zps_vNwkSlistAddToHead |
0x00028070 |
0x0002807c |
12 |
9% |
9548 |
.text.zps_vNwkSlistAddToTail |
0x0002807c |
0x00028090 |
20 |
15% |
9551 |
.text.zps_vNwkSlistInsertAfter |
0x00028090 |
0x000280a2 |
18 |
13% |
9554 |
.text.zps_psNwkSlistRemoveFromHead |
0x000280a2 |
0x000280b2 |
16 |
12% |
9557 |
.text.zps_psNwkSlistRemove |
0x000280b2 |
0x000280e2 |
48 |
35% |
9560 |
.text.zps_vNwkSlistMakeLimboNode |
0x000280e2 |
0x000280ea |
8 |
6% |
9563 |
.text.zps_bNwkSlistIsLimboNode |
0x000280ea |
0x000280f4 |
10 |
8% |
9566 |
Expected total in zps_nwk_slist.o file: |
140 |
Actual: |
140 |
100% |
9545 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_psSendNetworkLinkPowerDelta.isra.0 |
0x000280f4 |
0x00028184 |
144 |
16% |
9569 |
.text.zps_eNwkHandleSmeDutyCycleInd |
0x00028184 |
0x000281a8 |
36 |
4% |
9571 |
.text.zps_eNwkHandleSceNwkLinkPowerDelta |
0x000281a8 |
0x000282dc |
308 |
34% |
9574 |
.text.ZPS_bNwkCoordLinkPowerDeltaNtfcn |
0x000282dc |
0x00028370 |
148 |
17% |
9577 |
.text.ZPS_vLinkPowerDeltaTimerExpiry |
0x00028370 |
0x0002837e |
14 |
2% |
9580 |
.text.ZPS_vNwkNibNTUpdateTxPower |
0x0002837e |
0x000283e2 |
100 |
11% |
9583 |
.text.ZPS_bMACTxPowerTableInitialise |
0x000283e2 |
0x00028444 |
98 |
11% |
9586 |
.text.ZPS_u16NwkNibNtGetMacIDByAddress |
0x00028444 |
0x0002848e |
74 |
9% |
9589 |
Expected total in zps_nwk_subghz.o file: |
922 |
Actual: |
922 |
100% |
9569 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeGetResources |
0x0002848e |
0x0002851e |
144 |
73% |
9592 |
.text.zps_eNwkActvStInit |
0x0002851e |
0x00028528 |
10 |
6% |
9595 |
.text.zps_vNwkActvStHandleCme |
0x00028528 |
0x00028554 |
44 |
23% |
9599 |
Expected total in zps_nwk_actv_st.o file: |
198 |
Actual: |
198 |
100% |
9592 |
Flash640 / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.vNwkBttTimerExpiry |
0x00028554 |
0x0002863c |
232 |
40% |
9602 |
.text.zps_vNwkBttMgrInit |
0x0002863c |
0x00028670 |
52 |
9% |
9605 |
.text.zps_eNwkBtrMatch |
0x00028670 |
0x00028780 |
272 |
47% |
9608 |
.text.zps_vNwkBttProcessPassiveAck |
0x00028780 |
0x0002879c |
28 |
5% |
9611 |
Expected total in zps_nwk_btt.o file: |
584 |
Actual: |
584 |
100% |
9602 |
Flash640 / .text / zps_nwk_disc.o |
Start |
End |
Size |
% |
Line |
.text.zps_vReAttemptScanTimerHandleExpiry |
0x0002879c |
0x000287dc |
64 |
18% |
9614 |
.text.zps_vNwkHandleCmeNwkDiscReq |
0x000287dc |
0x0002887c |
160 |
43% |
9617 |
.text.zps_vNwkDiscUpdateNT |
0x0002887c |
0x00028914 |
152 |
41% |
9620 |
Expected total in zps_nwk_disc.o file: |
376 |
Actual: |
376 |
100% |
9614 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeEdScScanDcfm |
0x00028914 |
0x00028952 |
62 |
6% |
9623 |
.text.eSmeASFlBeaconInd |
0x00028952 |
0x00028972 |
32 |
3% |
9625 |
.text.zps_NwkSortDiscoveryTable.constprop.0 |
0x00028972 |
0x000289e8 |
118 |
11% |
9627 |
.text.eSmeGenlScanDcfm |
0x000289e8 |
0x00028a44 |
92 |
9% |
9629 |
.text.eSmeUDNTScanDcfm |
0x00028a44 |
0x00028b10 |
204 |
18% |
9632 |
.text.psAddToDiscNt.constprop.0 |
0x00028b10 |
0x00028c64 |
340 |
30% |
9634 |
.text.eSmeAcScBeaconInd |
0x00028c64 |
0x00028d58 |
244 |
22% |
9636 |
.text.eSmeUDNTBeaconInd |
0x00028d58 |
0x00028d7e |
38 |
4% |
9638 |
.text.zps_eNwkDiscStInit |
0x00028d7e |
0x00028d88 |
10 |
1% |
9640 |
Expected total in zps_nwk_disc_st.o file: |
1140 |
Actual: |
1140 |
100% |
9623 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeAcScScanDcfm |
0x00028d88 |
0x000290b4 |
812 |
64% |
9644 |
.text.bCheckMatchingEntry |
0x000290b4 |
0x000290d8 |
36 |
3% |
9646 |
.text.eSmeAcScBeaconInd |
0x000290d8 |
0x00029174 |
156 |
13% |
9648 |
.text.vSendDcfm |
0x00029174 |
0x00029196 |
34 |
3% |
9650 |
.text.eSmeEdScScanDcfm |
0x00029196 |
0x00029258 |
194 |
16% |
9652 |
.text.zps_eNwkFormStInit |
0x00029258 |
0x00029284 |
44 |
4% |
9655 |
Expected total in zps_nwk_form_st.o file: |
1276 |
Actual: |
1276 |
100% |
9644 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_eDefaultDataDcfm |
0x00029284 |
0x0002939a |
278 |
12% |
9658 |
.text.zps_bProcessUnicastRoute |
0x0002939a |
0x000295d0 |
566 |
24% |
9661 |
.text.zps_psAllocateAndFormatMacHdr |
0x000295d0 |
0x000297bc |
492 |
21% |
9665 |
.text.zps_psSendFrm |
0x000297bc |
0x00029a08 |
588 |
25% |
9668 |
.text.zps_psSendBroadcastFrm |
0x00029a08 |
0x00029aa4 |
156 |
7% |
9671 |
.text.zps_psFormatCmdFrameGeneral |
0x00029aa4 |
0x00029b4c |
168 |
8% |
9674 |
.text.zps_psNwkInitCmdFrame |
0x00029b4c |
0x00029bd0 |
132 |
6% |
9677 |
Expected total in zps_nwk_frm.o file: |
2380 |
Actual: |
2380 |
100% |
9658 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkIdleStHandleCme |
0x00029bd0 |
0x00029bfc |
44 |
100% |
9681 |
Expected total in zps_nwk_idle_st.o file: |
44 |
Actual: |
44 |
100% |
9681 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vJoinInitNtParent |
0x00029bfc |
0x00029e1c |
544 |
12% |
9684 |
.text.zps_vCheckActvNtForDuplicate |
0x00029e1c |
0x00029ec8 |
172 |
4% |
9687 |
.text.zps_vSendJoinDcfm |
0x00029ec8 |
0x00029f08 |
64 |
2% |
9690 |
.text.zps_vSendJoinInd |
0x00029f08 |
0x00029f8c |
132 |
3% |
9694 |
.text.zps_vNwkHandleCmeDirectJoinReq |
0x00029f8c |
0x0002a004 |
120 |
3% |
9697 |
.text.zps_eNwkHandleSmeCommStatusInd |
0x0002a004 |
0x0002a148 |
324 |
7% |
9700 |
.text.zps_eNwkHandleSmeOrphanInd |
0x0002a148 |
0x0002a1fe |
182 |
4% |
9703 |
.text.zps_vTidyActvNtAfterJoin |
0x0002a1fe |
0x0002a288 |
138 |
3% |
9706 |
.text.eRejoinRspDataDcfm |
0x0002a288 |
0x0002a31a |
146 |
3% |
9709 |
.text.zps_eNwkHandleSceRejnResponse |
0x0002a31a |
0x0002a36c |
82 |
2% |
9711 |
.text.zps_psNwkSendRejoinReqCmd |
0x0002a36c |
0x0002a408 |
156 |
4% |
9715 |
.text.zps_u8NwkHandleRejoinReq |
0x0002a408 |
0x0002a4b0 |
168 |
4% |
9718 |
.text.zps_vnwkJoinContinueRejoin |
0x0002a4b0 |
0x0002a54c |
156 |
4% |
9721 |
.text.zps_vNwkHandleCmeNwkJoinReq |
0x0002a54c |
0x0002a908 |
956 |
20% |
9725 |
.text.zps_vNwkHandleCmeNwkActvJoinReq |
0x0002a908 |
0x0002a914 |
12 |
1% |
9728 |
.text.zps_psNwkSendRejoinRspCmd |
0x0002a914 |
0x0002a9b0 |
156 |
4% |
9732 |
.text.zps_eNwkSendJoinResponse |
0x0002a9b0 |
0x0002aae4 |
308 |
7% |
9735 |
.text.zps_eNwkProcessJoinInd |
0x0002aae4 |
0x0002ae3c |
856 |
18% |
9738 |
.text.zps_eNwkHandleSmeAssocInd |
0x0002ae3c |
0x0002ae6c |
48 |
1% |
9741 |
.text.zps_eNwkHandleSceRejnRequest |
0x0002ae6c |
0x0002af10 |
164 |
4% |
9744 |
Expected total in zps_nwk_join.o file: |
4884 |
Actual: |
4884 |
100% |
9684 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.vGiveUp |
0x0002af10 |
0x0002af40 |
48 |
4% |
9747 |
.text.vFinish |
0x0002af40 |
0x0002afc0 |
128 |
10% |
9748 |
.text.eSmeOrphScanDcfm |
0x0002afc0 |
0x0002b02e |
110 |
8% |
9749 |
.text.vCheckSleepingSendPoll |
0x0002b02e |
0x0002b0ac |
126 |
10% |
9751 |
.text.eTryNextParent |
0x0002b0ac |
0x0002b1e0 |
308 |
23% |
9754 |
.text.eSmeRjPCPollDcfm |
0x0002b1e0 |
0x0002b21c |
60 |
5% |
9757 |
.text.eSmeAsocAssocDcfm |
0x0002b21c |
0x0002b2c0 |
164 |
12% |
9759 |
.text.eSceRjRsRejoinRsp |
0x0002b2c0 |
0x0002b3ac |
236 |
18% |
9761 |
.text.vHandleRejoinExpiry |
0x0002b3ac |
0x0002b3fc |
80 |
6% |
9763 |
.text.zps_vNwkJoinStStartResponseTimer |
0x0002b3fc |
0x0002b430 |
52 |
4% |
9765 |
.text.zps_eRejoinDataDcfm |
0x0002b430 |
0x0002b472 |
66 |
5% |
9768 |
.text.zps_eNwkJoinStInit |
0x0002b472 |
0x0002b47a |
8 |
1% |
9771 |
Expected total in zps_nwk_join_st.o file: |
1386 |
Actual: |
1386 |
100% |
9747 |
Flash640 / .text / zps_nwk_mac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_u64GetExtAddr |
0x0002b47a |
0x0002b486 |
12 |
100% |
9774 |
Expected total in zps_nwk_mac.o file: |
12 |
Actual: |
12 |
100% |
9774 |
Flash640 / .text / zps_nwk_scan.o |
Start |
End |
Size |
% |
Line |
.text.zps_sNwkLibSubmitScan |
0x0002b486 |
0x0002b4c2 |
60 |
47% |
9777 |
.text.zps_vNwkHandleCmeEdScanReq |
0x0002b4c2 |
0x0002b506 |
68 |
54% |
9780 |
Expected total in zps_nwk_scan.o file: |
128 |
Actual: |
128 |
100% |
9777 |
Flash640 / .text / zps_nwk_sync.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSyncReq |
0x0002b506 |
0x0002b578 |
114 |
76% |
9783 |
.text.zps_eNwkHandleSmePollDcfm |
0x0002b578 |
0x0002b59c |
36 |
24% |
9786 |
Expected total in zps_nwk_sync.o file: |
150 |
Actual: |
150 |
100% |
9783 |
Flash640 / .text / zps_nwk_intf.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSetInterface |
0x0002b59c |
0x0002b6ca |
302 |
53% |
9789 |
.text.zps_vNwkHandleCmeGetInterface |
0x0002b6ca |
0x0002b7d6 |
268 |
48% |
9792 |
Expected total in zps_nwk_intf.o file: |
570 |
Actual: |
570 |
100% |
9789 |
Flash640 / .text / zps_nwk_form.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeNwkFormReq |
0x0002b7d6 |
0x0002b87e |
168 |
97% |
9795 |
.text.zps_vNwkHandleCmeIdleNwkFormReq |
0x0002b87e |
0x0002b884 |
6 |
4% |
9798 |
Expected total in zps_nwk_form.o file: |
174 |
Actual: |
174 |
100% |
9795 |
Flash640 / .text / aes_mmo.c.obj |
Start |
End |
Size |
% |
Line |
.text.AESSW_vMMOBlockUpdate |
0x0002b884 |
0x0002b8b2 |
46 |
13% |
9801 |
.text.AESSW_vMMOFinalUpdate |
0x0002b8b2 |
0x0002b97a |
200 |
53% |
9804 |
.text.AESSW_vHMAC_MMO |
0x0002b97a |
0x0002ba00 |
134 |
36% |
9807 |
Expected total in aes_mmo.c.obj file: |
380 |
Actual: |
380 |
100% |
9801 |
Flash640 / .text / MMAC_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerFired |
0x0002ba00 |
0x0002ba48 |
72 |
33% |
9810 |
.text.vTimerInitialise |
0x0002ba48 |
0x0002ba80 |
56 |
26% |
9813 |
.text.TSV_eOpen |
0x0002ba80 |
0x0002ba8c |
12 |
6% |
9816 |
.text.TSV_eStart |
0x0002ba8c |
0x0002bacc |
64 |
29% |
9819 |
.text.TSV_eStop |
0x0002bacc |
0x0002bade |
18 |
9% |
9822 |
Expected total in MMAC_TimerServer.o file: |
222 |
Actual: |
222 |
100% |
9810 |
Flash640 / .text / Mini_Association.o |
Start |
End |
Size |
% |
Line |
.text.vPostFailedAssocDcfm |
0x0002bade |
0x0002bb00 |
34 |
3% |
9825 |
.text.eAssocRespSent |
0x0002bb00 |
0x0002bb1c |
28 |
3% |
9827 |
.text.eDisassocReqSent |
0x0002bb1c |
0x0002bb58 |
60 |
5% |
9829 |
.text.vAssocReqTimeout1 |
0x0002bb58 |
0x0002bbd8 |
128 |
10% |
9831 |
.text.vAssocReqTimeout2 |
0x0002bbd8 |
0x0002bc10 |
56 |
5% |
9833 |
.text.eGenericAssocFrameSent |
0x0002bc10 |
0x0002bc54 |
68 |
6% |
9835 |
.text.eAssocReqSent |
0x0002bc54 |
0x0002bc60 |
12 |
1% |
9837 |
.text.ePMICassocReqPollSent |
0x0002bc60 |
0x0002bc88 |
40 |
4% |
9839 |
.text.eMiniMac_MLME_AssociateReq |
0x0002bc88 |
0x0002bd2c |
164 |
13% |
9841 |
.text.eMiniMac_MLME_AssociateResp |
0x0002bd2c |
0x0002bde4 |
184 |
15% |
9844 |
.text.eMiniMac_MLME_DisassociateReq |
0x0002bde4 |
0x0002be84 |
160 |
13% |
9847 |
.text.vAssociatingRxCallback |
0x0002be84 |
0x0002bf08 |
132 |
11% |
9850 |
.text.vAssociationReqFrameReceived |
0x0002bf08 |
0x0002bf3c |
52 |
5% |
9853 |
.text.vDisassociationReceived |
0x0002bf3c |
0x0002bf80 |
68 |
6% |
9856 |
.text.vMiniMac_PurgeAssocResp |
0x0002bf80 |
0x0002bfe4 |
100 |
8% |
9859 |
Expected total in Mini_Association.o file: |
1286 |
Actual: |
1286 |
100% |
9825 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.text.vBbcIntHandler |
0x0002bfe4 |
0x0002c0d0 |
236 |
21% |
9862 |
.text.vSetChannelAndPower |
0x0002c0d0 |
0x0002c0e0 |
16 |
2% |
9864 |
.text.vInsertFullDstAddr |
0x0002c0e0 |
0x0002c0fe |
30 |
3% |
9867 |
.text.vExtractFullSrcAddr |
0x0002c0fe |
0x0002c116 |
24 |
3% |
9870 |
.text.vExtractFullDstAddr |
0x0002c116 |
0x0002c130 |
26 |
3% |
9873 |
.text.vMiniMac_MLME_SetReq_PanId |
0x0002c130 |
0x0002c150 |
32 |
3% |
9876 |
.text.vMiniMac_MLME_SetReq_ShortAddr |
0x0002c150 |
0x0002c160 |
16 |
2% |
9879 |
.text.vMiniMac_MLME_SetReq_MinBe |
0x0002c160 |
0x0002c170 |
16 |
2% |
9882 |
.text.vMiniMac_Init |
0x0002c170 |
0x0002c2bc |
332 |
30% |
9885 |
.text.vMiniMac_MLME_Reset |
0x0002c2bc |
0x0002c318 |
92 |
9% |
9888 |
.text.vMiniMac_MLME_SetReq_MaxBe |
0x0002c318 |
0x0002c31c |
4 |
1% |
9891 |
.text.vMiniMac_MLME_SetReq_MaxCsmaBackoffs |
0x0002c31c |
0x0002c320 |
4 |
1% |
9894 |
.text.vMiniMac_MLME_SetReq_RxOnWhenIdle |
0x0002c320 |
0x0002c32c |
12 |
2% |
9897 |
.text.vMiniMac_PLME_SetReq_Channel |
0x0002c32c |
0x0002c338 |
12 |
2% |
9900 |
.text.vMiniMac_PLME_SetReq_Power |
0x0002c338 |
0x0002c354 |
28 |
3% |
9903 |
.text.vMiniMac_PLME_SetReq_CcaThreshold |
0x0002c354 |
0x0002c360 |
12 |
2% |
9906 |
.text.vMiniMac_PLME_SetReq_CcaMode |
0x0002c360 |
0x0002c36c |
12 |
2% |
9909 |
.text.vCopyU16ToPayload |
0x0002c36c |
0x0002c374 |
8 |
1% |
9912 |
.text.u16CopyFromPayload |
0x0002c374 |
0x0002c378 |
4 |
1% |
9915 |
.text.u8GetHeaderSize |
0x0002c378 |
0x0002c394 |
28 |
3% |
9918 |
.text.vSendMlmeCommStatusFromTxFrame |
0x0002c394 |
0x0002c3c6 |
50 |
5% |
9921 |
.text.vSendMlmeCommStatusFromRxFrame |
0x0002c3c6 |
0x0002c3f8 |
50 |
5% |
9924 |
.text.psGetAndBuildCoordRealignment |
0x0002c3f8 |
0x0002c454 |
92 |
9% |
9927 |
Expected total in Mini_Main.o file: |
1136 |
Actual: |
1136 |
100% |
9862 |
Flash640 / .text / Mini_Mcps.o |
Start |
End |
Size |
% |
Line |
.text.eMcpsTxCompleteHandler |
0x0002c454 |
0x0002c480 |
44 |
9% |
9930 |
.text.psGetTxFrameBuffer |
0x0002c480 |
0x0002c4b8 |
56 |
11% |
9932 |
.text.eTransmit |
0x0002c4b8 |
0x0002c598 |
224 |
44% |
9935 |
.text.eMiniMac_MCPS_DataReq |
0x0002c598 |
0x0002c5b4 |
28 |
6% |
9938 |
.text.eMiniMac_MCPS_DataRetransmitReq |
0x0002c5b4 |
0x0002c5e0 |
44 |
9% |
9941 |
.text.vMiniMacMcpsFrameReceived |
0x0002c5e0 |
0x0002c5f8 |
24 |
5% |
9944 |
.text.eMiniMac_MCPS_PurgeReq |
0x0002c5f8 |
0x0002c65c |
100 |
20% |
9947 |
Expected total in Mini_Mcps.o file: |
520 |
Actual: |
520 |
100% |
9930 |
Flash640 / .text / Mini_Poll.o |
Start |
End |
Size |
% |
Line |
.text.vPollConfirm |
0x0002c65c |
0x0002c67c |
32 |
9% |
9950 |
.text.ePollReqSent |
0x0002c67c |
0x0002c6d8 |
92 |
24% |
9953 |
.text.eMiniMac_MLME_DataReq |
0x0002c6d8 |
0x0002c780 |
168 |
43% |
9955 |
.text.vMiniMacPoll_CheckPollResponse |
0x0002c780 |
0x0002c7d8 |
88 |
23% |
9958 |
.text.vPollTimeout |
0x0002c7d8 |
0x0002c7e8 |
16 |
5% |
9961 |
Expected total in Mini_Poll.o file: |
396 |
Actual: |
396 |
100% |
9950 |
Flash640 / .text / Mini_Running.o |
Start |
End |
Size |
% |
Line |
.text.vRunningRxCallback |
0x0002c7e8 |
0x0002c8f0 |
264 |
65% |
9963 |
.text.eMiniMac_MLME_StartReq |
0x0002c8f0 |
0x0002c970 |
128 |
32% |
9966 |
.text.bMiniMac_CurrentlyScanning |
0x0002c970 |
0x0002c980 |
16 |
4% |
9969 |
Expected total in Mini_Running.o file: |
408 |
Actual: |
408 |
100% |
9963 |
Flash640 / .text / Mini_Scan.o |
Start |
End |
Size |
% |
Line |
.text.eBuildAndSend |
0x0002c980 |
0x0002c9e4 |
100 |
6% |
9972 |
.text.vPostDcfm |
0x0002c9e4 |
0x0002ca44 |
96 |
6% |
9974 |
.text.vScanNextChannel |
0x0002ca44 |
0x0002cb94 |
336 |
19% |
9976 |
.text.eOrphanRespSent |
0x0002cb94 |
0x0002cba0 |
12 |
1% |
9978 |
.text.bBeaconNotify |
0x0002cba0 |
0x0002ccb0 |
272 |
16% |
9980 |
.text.eOrphanNotificationSent |
0x0002ccb0 |
0x0002ccf8 |
72 |
5% |
9982 |
.text.eBeaconReqSent |
0x0002ccf8 |
0x0002cd1c |
36 |
3% |
9984 |
.text.eMiniMac_MLME_ScanReq |
0x0002cd1c |
0x0002cda0 |
132 |
8% |
9986 |
.text.eMiniMac_MLME_OrphanRsp |
0x0002cda0 |
0x0002ce08 |
104 |
6% |
9989 |
.text.vScanOrphanReceived |
0x0002ce08 |
0x0002ce28 |
32 |
2% |
9992 |
.text.vScanCoordRealignmentReceived |
0x0002ce28 |
0x0002ce2c |
4 |
1% |
9995 |
.text.vScanBeaconReceived |
0x0002ce2c |
0x0002ce68 |
60 |
4% |
9999 |
.text.vScanningRxCallback |
0x0002ce68 |
0x0002cf04 |
156 |
9% |
10002 |
.text.vMiniMac_BeaconRequestReceived |
0x0002cf04 |
0x0002cf08 |
4 |
1% |
10005 |
.text.vScanBeaconRequestReceived |
0x0002cf08 |
0x0002d080 |
376 |
21% |
10009 |
Expected total in Mini_Scan.o file: |
1792 |
Actual: |
1792 |
100% |
9972 |
Flash640 / .text / Mini_Shim.o |
Start |
End |
Size |
% |
Line |
.text.eAppApiPlmeSet |
0x0002d080 |
0x0002d0b8 |
56 |
29% |
10012 |
.text.eAppApiPlmeGet |
0x0002d0b8 |
0x0002d0f4 |
60 |
31% |
10016 |
.text.pvAppApiGetMacAddrLocation |
0x0002d0f4 |
0x0002d10c |
24 |
13% |
10019 |
.text.vAppApiEnableBeaconResponse |
0x0002d10c |
0x0002d120 |
20 |
11% |
10022 |
.text.bAppApi_CurrentlyScanning |
0x0002d120 |
0x0002d124 |
4 |
3% |
10025 |
.text.MAC_vPibSetShortAddr |
0x0002d124 |
0x0002d12a |
6 |
4% |
10028 |
.text.MAC_vPibSetPanId |
0x0002d12a |
0x0002d130 |
6 |
4% |
10031 |
.text.MAC_vPibSetMinBe |
0x0002d130 |
0x0002d136 |
6 |
4% |
10034 |
.text.MAC_vPibSetMaxCsmaBackoffs |
0x0002d136 |
0x0002d13c |
6 |
4% |
10037 |
.text.MAC_vPibSetRxOnWhenIdle |
0x0002d13c |
0x0002d144 |
8 |
5% |
10040 |
Expected total in Mini_Shim.o file: |
196 |
Actual: |
196 |
100% |
10012 |
Flash640 / .text / Mini_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerRestartScanTimer |
0x0002d144 |
0x0002d158 |
20 |
13% |
10044 |
.text.vTimerHandlerCallback |
0x0002d158 |
0x0002d1c8 |
112 |
70% |
10047 |
.text.vTimerPostHandlerCallback |
0x0002d1c8 |
0x0002d1e4 |
28 |
18% |
10050 |
Expected total in Mini_TimerServer.o file: |
160 |
Actual: |
160 |
100% |
10044 |
Flash640 / .text / Mini_TxRx.o |
Start |
End |
Size |
% |
Line |
.text.getRxBuffer |
0x0002d1e4 |
0x0002d214 |
48 |
4% |
10053 |
.text.vAddToTxQueue |
0x0002d214 |
0x0002d250 |
60 |
4% |
10055 |
.text.vRemoveFromTxQueue |
0x0002d250 |
0x0002d284 |
52 |
4% |
10058 |
.text.psSearchForFrameToSend |
0x0002d284 |
0x0002d2dc |
88 |
6% |
10061 |
.text.eBasicTxCompleteHandler |
0x0002d2dc |
0x0002d2e0 |
4 |
1% |
10064 |
.text.vMiniMac_RxHdrComplete |
0x0002d2e0 |
0x0002d390 |
176 |
12% |
10067 |
.text.eMiniMac_FrameInProgress |
0x0002d390 |
0x0002d3ec |
92 |
6% |
10070 |
.text.vStartReceive |
0x0002d3ec |
0x0002d424 |
56 |
4% |
10073 |
.text.vMiniMac_NextTransaction |
0x0002d424 |
0x0002d4a4 |
128 |
9% |
10076 |
.text.vPostTxActions |
0x0002d4a4 |
0x0002d4dc |
56 |
4% |
10079 |
.text.vStartTransmit |
0x0002d4dc |
0x0002d5ec |
272 |
18% |
10081 |
.text.vTxIndirectExpired |
0x0002d5ec |
0x0002d604 |
24 |
2% |
10083 |
.text.vMiniMac_TxComplete |
0x0002d604 |
0x0002d748 |
324 |
21% |
10087 |
.text.vMiniMac_RxComplete |
0x0002d748 |
0x0002d800 |
184 |
12% |
10090 |
Expected total in Mini_TxRx.o file: |
1564 |
Actual: |
1564 |
100% |
10053 |
Flash640 / .text / endian.o |
Start |
End |
Size |
% |
Line |
.text.u32FromLe |
0x0002d800 |
0x0002d816 |
22 |
85% |
10093 |
.text.u16FromLe |
0x0002d816 |
0x0002d81a |
4 |
16% |
10096 |
Expected total in endian.o file: |
26 |
Actual: |
26 |
100% |
10093 |
Flash640 / .text / MMAC.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x0002d81a |
0x0002d890 |
118 |
2% |
10099 |
.text.do_fcs |
0x0002d890 |
0x0002d8cc |
60 |
1% |
10101 |
.text.end_fcs |
0x0002d8cc |
0x0002d8d8 |
12 |
1% |
10103 |
.text.read_uint32 |
0x0002d8d8 |
0x0002d8ea |
18 |
1% |
10105 |
.text.read_uint64 |
0x0002d8ea |
0x0002d8fc |
18 |
1% |
10108 |
.text.v2MAC_CSL_phase |
0x0002d8fc |
0x0002d93c |
64 |
2% |
10111 |
.text.v2MAC_restore_tune_regs |
0x0002d93c |
0x0002d984 |
72 |
2% |
10114 |
.text.v2MAC_decode_FCF |
0x0002d984 |
0x0002daa0 |
284 |
5% |
10117 |
.text.v2MAC_basic_check_frame |
0x0002daa0 |
0x0002dacc |
44 |
1% |
10120 |
.text.v2MAC_read_header |
0x0002dacc |
0x0002db74 |
168 |
3% |
10123 |
.text.v2MAC_check_ACK |
0x0002db74 |
0x0002dc18 |
164 |
3% |
10127 |
.text.v2MAC_filter_process_Rx_frame |
0x0002dc18 |
0x0002dcf0 |
216 |
4% |
10130 |
.text.v2MAC_ACK |
0x0002dcf0 |
0x0002e00c |
796 |
14% |
10133 |
.text.v2MAC_check_Rx_frame_FCS |
0x0002e00c |
0x0002e050 |
68 |
2% |
10136 |
.text.v2MAC_restart_rx |
0x0002e050 |
0x0002e0b4 |
100 |
2% |
10139 |
.text.v2MAC_wait_and_fcs |
0x0002e0b4 |
0x0002e10c |
88 |
2% |
10142 |
.text.vMMAC_EnableInterrupts |
0x0002e10c |
0x0002e134 |
40 |
1% |
10145 |
.text.u32MMAC_GetTime |
0x0002e134 |
0x0002e140 |
12 |
1% |
10148 |
.text.vMMAC_ForceReset |
0x0002e140 |
0x0002e3b0 |
624 |
11% |
10151 |
.text.vMMAC_SynchroniseBackoffClock |
0x0002e3b0 |
0x0002e3c8 |
24 |
1% |
10154 |
.text.u8MMAC_EnergyDetect |
0x0002e3c8 |
0x0002e3e4 |
28 |
1% |
10157 |
.text.vMMAC_SetRxAddress |
0x0002e3e4 |
0x0002e400 |
28 |
1% |
10160 |
.text.vMMAC_SetRxFrame |
0x0002e400 |
0x0002e418 |
24 |
1% |
10163 |
.text.vMMAC_SetTxFrame |
0x0002e418 |
0x0002e424 |
12 |
1% |
10166 |
.text.u32MMAC_GetRxFrame |
0x0002e424 |
0x0002e430 |
12 |
1% |
10169 |
.text.u32MMAC_GetTxFrame |
0x0002e430 |
0x0002e43c |
12 |
1% |
10172 |
.text.u32MMAC_GetRxErrors |
0x0002e43c |
0x0002e448 |
12 |
1% |
10175 |
.text.u32MMAC_GetRxTime |
0x0002e448 |
0x0002e454 |
12 |
1% |
10178 |
.text.u8MMAC_GetRxLqi |
0x0002e454 |
0x0002e46c |
24 |
1% |
10181 |
.text.vMMAC_SetTxMinBE |
0x0002e46c |
0x0002e488 |
28 |
1% |
10184 |
.text.vMMAC_SetTxMaxBE |
0x0002e488 |
0x0002e4a4 |
28 |
1% |
10187 |
.text.vMMAC_SetTxMaxBackoffs |
0x0002e4a4 |
0x0002e4c0 |
28 |
1% |
10190 |
.text.vMMAC_SetCcaMode |
0x0002e4c0 |
0x0002e4d4 |
20 |
1% |
10193 |
.text.u32MMAC_GetCsmaContext |
0x0002e4d4 |
0x0002e4e0 |
12 |
1% |
10196 |
.text.u32MMAC_GetTxRetries |
0x0002e4e0 |
0x0002e4f4 |
20 |
1% |
10199 |
.text.vMMAC_SetTxRetries |
0x0002e4f4 |
0x0002e508 |
20 |
1% |
10202 |
.text.vMMAC_SetTxPend |
0x0002e508 |
0x0002e51c |
20 |
1% |
10205 |
.text.u32MMAC_GetTxErrors |
0x0002e51c |
0x0002e528 |
12 |
1% |
10208 |
.text.vMMAC_GetMacAddressN |
0x0002e528 |
0x0002e55c |
52 |
1% |
10211 |
.text.vMMAC_GetMacAddress |
0x0002e55c |
0x0002e564 |
8 |
1% |
10214 |
.text.vMMAC_Enable |
0x0002e564 |
0x0002e618 |
180 |
3% |
10218 |
.text.vMMAC_ClearInterrupts |
0x0002e618 |
0x0002e624 |
12 |
1% |
10221 |
.text.u32MMAC_GetPhyState |
0x0002e624 |
0x0002e668 |
68 |
2% |
10224 |
.text.vMMAC_CheckRxStarted |
0x0002e668 |
0x0002e6cc |
100 |
2% |
10227 |
.text.vMMAC_AbortRadio |
0x0002e6cc |
0x0002e718 |
76 |
2% |
10230 |
.text.vMMAC_RxCtlUpdate |
0x0002e718 |
0x0002e760 |
72 |
2% |
10233 |
.text.v2MAC_reset_state |
0x0002e760 |
0x0002e7c4 |
100 |
2% |
10236 |
.text.v2MAC_report_rx |
0x0002e7c4 |
0x0002e7fc |
56 |
1% |
10239 |
.text.v2MAC_report_tx |
0x0002e7fc |
0x0002e834 |
56 |
1% |
10242 |
.text.vMMAC_RadioOff |
0x0002e834 |
0x0002e83c |
8 |
1% |
10245 |
.text.vMMAC_StartMacReceive |
0x0002e83c |
0x0002e880 |
68 |
2% |
10249 |
.text.vMMAC_WriteCcaThreshold |
0x0002e880 |
0x0002e8a4 |
36 |
1% |
10252 |
.text.vMMAC_SetPRBSS |
0x0002e8a4 |
0x0002e8b0 |
12 |
1% |
10255 |
.text.vMMAC_IntHandlerPhy |
0x0002e8b0 |
0x0002ecfc |
1100 |
19% |
10258 |
.text.MMAC_stop_radio |
0x0002ecfc |
0x0002ed50 |
84 |
2% |
10261 |
.text.vMMAC_RadioToOffAndWait |
0x0002ed50 |
0x0002ed58 |
8 |
1% |
10264 |
.text.vMMAC_SetChannelAndPower |
0x0002ed58 |
0x0002ed9c |
68 |
2% |
10268 |
.text.vMMAC_StartMacTransmit |
0x0002ed9c |
0x0002ee64 |
200 |
4% |
10271 |
.text.vMMAC_IntHandlerBbc |
0x0002ee64 |
0x0002efe0 |
380 |
7% |
10274 |
Expected total in MMAC.o file: |
6086 |
Actual: |
6086 |
100% |
10099 |
Flash640 / .text / MMAC_RadioInit_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.vMMAC_ConfigureRadio |
0x0002efe0 |
0x0002eff4 |
20 |
100% |
10277 |
Expected total in MMAC_RadioInit_JN518x.o file: |
20 |
Actual: |
20 |
100% |
10277 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.text.radio_IsNotC2MF |
0x0002eff4 |
0x0002f03c |
72 |
1% |
10280 |
.text.radio_CLOCK_FastuDelay |
0x0002f03c |
0x0002f050 |
20 |
1% |
10283 |
.text.radio_TX_ZigBee_pll_dac_banked_set |
0x0002f050 |
0x0002f094 |
68 |
1% |
10286 |
.text.radio_dac_mode2_from_ZB |
0x0002f094 |
0x0002f0d4 |
64 |
1% |
10289 |
.text.radio_fill_std_ZB_regs |
0x0002f0d4 |
0x0002f0ec |
24 |
1% |
10292 |
.text.radio_fill_std_BLE1M_regs |
0x0002f0ec |
0x0002f104 |
24 |
1% |
10295 |
.text.radio_fill_std_BLE2M_regs |
0x0002f104 |
0x0002f11c |
24 |
1% |
10298 |
.text.radio_fill_zbble_ZB_regs |
0x0002f11c |
0x0002f134 |
24 |
1% |
10301 |
.text.radio_fill_zbble_BLE_regs |
0x0002f134 |
0x0002f14c |
24 |
1% |
10304 |
.text.radio_fill_regs |
0x0002f14c |
0x0002f164 |
24 |
1% |
10307 |
.text.radio_power_down_to_off_polled |
0x0002f164 |
0x0002f19c |
56 |
1% |
10310 |
.text.radio_pre_start_to_pll_polled |
0x0002f19c |
0x0002f214 |
120 |
2% |
10313 |
.text.radio_packet_start_aborted |
0x0002f214 |
0x0002f280 |
108 |
1% |
10316 |
.text.radio_rx_assert_polled |
0x0002f280 |
0x0002f2b8 |
56 |
1% |
10319 |
.text.radio_rx_deassert_polled |
0x0002f2b8 |
0x0002f2f0 |
56 |
1% |
10322 |
.text.radio_RSSI_cal |
0x0002f2f0 |
0x0002f34c |
92 |
1% |
10325 |
.text.radio_Init |
0x0002f34c |
0x0002f388 |
60 |
1% |
10328 |
.text.radio_TMU_Init |
0x0002f388 |
0x0002f39c |
20 |
1% |
10331 |
.text.radio_Use_Cal_Values |
0x0002f39c |
0x0002f4dc |
320 |
3% |
10334 |
.text.radio_Use_Retained_Cal_Values |
0x0002f4dc |
0x0002f52c |
80 |
1% |
10337 |
.text.radio_rfbandgap_cal |
0x0002f52c |
0x0002f55c |
48 |
1% |
10340 |
.text.radio_Carrier_Frequency_Select_by_index |
0x0002f55c |
0x0002f5ec |
144 |
2% |
10343 |
.text.radio_Synthesizer_Cw_Mode_Init |
0x0002f5ec |
0x0002f60c |
32 |
1% |
10346 |
.text.radio_Trx_Packet_SW_Ctrl_Init |
0x0002f60c |
0x0002f62c |
32 |
1% |
10349 |
.text.radio_Disable_Auto_Kmod_Chan_and_Synth_Cal_Operation |
0x0002f62c |
0x0002f64c |
32 |
1% |
10352 |
.text.radio_Synthesizer_Cal_Startup_init |
0x0002f64c |
0x0002f688 |
60 |
1% |
10355 |
.text.radio_Synthesizer_Cal_Startup_algo |
0x0002f688 |
0x0002f79c |
276 |
3% |
10358 |
.text.radio_Synthesizer_Cal_Startup |
0x0002f79c |
0x0002f818 |
124 |
2% |
10361 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_init |
0x0002f818 |
0x0002f87c |
100 |
1% |
10364 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_algo |
0x0002f87c |
0x0002f8b8 |
60 |
1% |
10367 |
.text.radio_Synthesizer_Cal_Operation_And_Lock |
0x0002f8b8 |
0x0002f8cc |
20 |
1% |
10370 |
.text.radio_Synthesizer_Kmod_Band_init |
0x0002f8cc |
0x0002f988 |
188 |
2% |
10373 |
.text.radio_Synthesizer_Kmod_Band_algo |
0x0002f988 |
0x0002fa4c |
196 |
2% |
10376 |
.text.radio_Synthesizer_Kmod_Band |
0x0002fa4c |
0x0002fc38 |
492 |
5% |
10379 |
.text.radio_Trx_Packet_HW_Ctrl_Init |
0x0002fc38 |
0x0002fccc |
148 |
2% |
10382 |
.text.radio_Synthesizer_Full_Cal |
0x0002fccc |
0x0002fd30 |
100 |
1% |
10385 |
.text.radio_PA_rewrite_lut |
0x0002fd30 |
0x0002fff0 |
704 |
7% |
10388 |
.text.radio_DCO_cal_init |
0x0002fff0 |
0x000301dc |
492 |
5% |
10391 |
.text.radio_DCO_cal |
0x000301dc |
0x00030764 |
1416 |
14% |
10394 |
.text.radio_IQ_cal |
0x00030764 |
0x000307b0 |
76 |
1% |
10397 |
.text.radio_PowerOnCheckXtal |
0x000307b0 |
0x000308c0 |
272 |
3% |
10400 |
.text.radio_PowerOn |
0x000308c0 |
0x0003094c |
140 |
2% |
10403 |
.text.vRadio_PowerOnSpecific |
0x0003094c |
0x000309d8 |
140 |
2% |
10406 |
.text.vRadio_InitXtal |
0x000309d8 |
0x00030a48 |
112 |
2% |
10409 |
.text.radio_get_retention_info |
0x00030a48 |
0x00030a90 |
72 |
1% |
10412 |
.text.vRadio_Standard_Init |
0x00030a90 |
0x00030d50 |
704 |
7% |
10415 |
.text.i16Radio_GetRSSIfromED |
0x00030d50 |
0x00030d64 |
20 |
1% |
10418 |
.text.u8Radio_GetEDfromRSSI |
0x00030d64 |
0x00030d90 |
44 |
1% |
10421 |
.text.vGetCalInfo |
0x00030d90 |
0x00030dc8 |
56 |
1% |
10424 |
.text.vRadio_RFT1778_bad_crc |
0x00030dc8 |
0x00030e04 |
60 |
1% |
10427 |
.text.vRadio_AD_control |
0x00030e04 |
0x00030e6c |
104 |
1% |
10430 |
.text.vRadio_UpdateRadioStandard |
0x00030e6c |
0x00030eb4 |
72 |
1% |
10433 |
.text.vRadio_InitialiseRadioStandard |
0x00030eb4 |
0x00030ed0 |
28 |
1% |
10436 |
.text.vRadio_SetChannelAndPower |
0x00030ed0 |
0x00030f10 |
64 |
1% |
10439 |
.text.i16Radio_GetRSSI |
0x00030f10 |
0x00031014 |
260 |
3% |
10442 |
.text.vRadio_Temp_GetInfos |
0x00031014 |
0x00031090 |
124 |
2% |
10445 |
.text.vRadio_Temp_SetInfos |
0x00031090 |
0x00031118 |
136 |
2% |
10448 |
.text.vRadio_Temp_Update |
0x00031118 |
0x00031190 |
120 |
2% |
10451 |
.text.vRadio_ZBtoBLE |
0x00031190 |
0x000311d4 |
68 |
1% |
10454 |
.text.vRadio_BLEtoZB |
0x000311d4 |
0x0003122c |
88 |
1% |
10457 |
.text.vRadio_Enable_DCO_DAC |
0x0003122c |
0x0003130c |
224 |
3% |
10460 |
.text.bIsCalNeeded |
0x0003130c |
0x00031348 |
60 |
1% |
10463 |
.text.vUpdateFlashCalData |
0x00031348 |
0x0003137c |
52 |
1% |
10466 |
.text.vInitFlashCalData |
0x0003137c |
0x00031570 |
500 |
5% |
10469 |
.text.vCheckFlashCalData |
0x00031570 |
0x00031680 |
272 |
3% |
10472 |
.text.radio_HiTXPowerSet |
0x00031680 |
0x000316cc |
76 |
1% |
10475 |
.text.vRadio_RadioInit |
0x000316cc |
0x00031958 |
652 |
7% |
10478 |
.text.vRadio_Recal |
0x00031958 |
0x00031a18 |
192 |
2% |
10481 |
.text.RFP_TMU_IRQHandler |
0x00031a18 |
0x00031a40 |
40 |
1% |
10484 |
Expected total in radio.o file: |
10828 |
Actual: |
10828 |
100% |
10280 |
Flash640 / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vTsvInit |
0x00031a40 |
0x00031a4c |
12 |
12% |
10487 |
.text.ZPS_eTsvOpen |
0x00031a4c |
0x00031a68 |
28 |
28% |
10490 |
.text.ZPS_eTsvClose |
0x00031a68 |
0x00031a6c |
4 |
4% |
10493 |
.text.ZPS_eTsvStart |
0x00031a6c |
0x00031a88 |
28 |
28% |
10496 |
.text.ZPS_eTsvStop |
0x00031a88 |
0x00031aa4 |
28 |
28% |
10499 |
Expected total in zps_tsv.o file: |
100 |
Actual: |
100 |
100% |
10487 |
Flash640 / .text / zps_apl_inl.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pu8AplZdoGetVsOUI |
0x00031aa4 |
0x00031ab4 |
16 |
100% |
10502 |
Expected total in zps_apl_inl.o file: |
16 |
Actual: |
16 |
100% |
10502 |
Flash640 / .text / _arm_addsubdf3.o |
Start |
End |
Size |
% |
Line |
.text |
0x00031ab4 |
0x00031e2c |
888 |
100% |
10506 |
Expected total in _arm_addsubdf3.o file: |
888 |
Actual: |
888 |
100% |
10506 |
Flash640 / .text / _arm_fixdfsi.o |
Start |
End |
Size |
% |
Line |
.text |
0x00031e2c |
0x00031e7c |
80 |
100% |
10522 |
Expected total in _arm_fixdfsi.o file: |
80 |
Actual: |
80 |
100% |
10522 |
Flash640 / .text / _aeabi_ldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00031e7c |
0x00031f1c |
160 |
100% |
10525 |
Expected total in _aeabi_ldivmod.o file: |
160 |
Actual: |
160 |
100% |
10525 |
Flash640 / .text / _aeabi_uldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x00031f1c |
0x00031f4c |
48 |
100% |
10527 |
Expected total in _aeabi_uldivmod.o file: |
48 |
Actual: |
48 |
100% |
10527 |
Flash640 / .text / _udivmoddi4.o |
Start |
End |
Size |
% |
Line |
.text |
0x00031f4c |
0x0003221c |
720 |
100% |
10529 |
Expected total in _udivmoddi4.o file: |
720 |
Actual: |
720 |
100% |
10529 |
Flash640 / .text / _dvmd_tls.o |
Start |
End |
Size |
% |
Line |
.text |
0x0003221c |
0x00032220 |
4 |
100% |
10531 |
Expected total in _dvmd_tls.o file: |
4 |
Actual: |
4 |
100% |
10531 |
Flash640 / .text / lib_a-abs.o |
Start |
End |
Size |
% |
Line |
.text.abs |
0x00032220 |
0x00032228 |
8 |
100% |
10534 |
Expected total in lib_a-abs.o file: |
8 |
Actual: |
8 |
100% |
10534 |
Flash640 / .text / lib_a-memcmp.o |
Start |
End |
Size |
% |
Line |
.text.memcmp |
0x00032228 |
0x00032290 |
104 |
100% |
10536 |
Expected total in lib_a-memcmp.o file: |
104 |
Actual: |
104 |
100% |
10536 |
Flash640 / .text / lib_a-memcpy.o |
Start |
End |
Size |
% |
Line |
.text |
0x00032290 |
0x000323c4 |
308 |
100% |
10538 |
Expected total in lib_a-memcpy.o file: |
308 |
Actual: |
308 |
100% |
10538 |
Flash640 / .text / lib_a-memset.o |
Start |
End |
Size |
% |
Line |
.text.memset |
0x000323c4 |
0x00032468 |
164 |
100% |
10540 |
Expected total in lib_a-memset.o file: |
164 |
Actual: |
164 |
100% |
10540 |
Flash640 / .text / lib_a-strlen.o |
Start |
End |
Size |
% |
Line |
.text |
0x00032480 |
0x0003255c |
220 |
100% |
10543 |
Expected total in lib_a-strlen.o file: |
220 |
Actual: |
220 |
100% |
10543 |
Flash640 / .text / lib_a-strncpy.o |
Start |
End |
Size |
% |
Line |
.text.strncpy |
0x0003255c |
0x000325c0 |
100 |
100% |
10545 |
Expected total in lib_a-strncpy.o file: |
100 |
Actual: |
100 |
100% |
10545 |
Flash640 / .text / linker |
Start |
End |
Size |
% |
Line |
.text.strncpy.__stub |
0x000325c0 |
0x000325d0 |
16 |
100% |
10547 |
Expected total in linker file: |
16 |
Actual: |
16 |
100% |
10547 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.rodata.System_IRQHandler.str1.1 |
0x000325d0 |
0x00032603 |
51 |
17% |
10550 |
.rodata.main_task.str1.1 |
0x00032603 |
0x00032617 |
20 |
7% |
10552 |
.rodata.APP_vRadioTempUpdate.str1.1 |
0x00032617 |
0x000326a7 |
144 |
47% |
10554 |
.rodata.bRadioCB_WriteNVM.str1.1 |
0x000326a7 |
0x000326d6 |
47 |
16% |
10556 |
.rodata.u16RadioCB_ReadNVM.str1.1 |
0x000326d6 |
0x00032708 |
50 |
17% |
10558 |
Expected total in app_main.o file: |
312 |
Actual: |
312 |
100% |
10550 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ahEndpoint0InputClusterAPdus |
0x00032708 |
0x00032850 |
328 |
33% |
10561 |
.rodata.s_ahEndpoint1InputClusterAPdus |
0x00032850 |
0x00032870 |
32 |
4% |
10563 |
.rodata.s_ahEndpoint242InputClusterAPdus |
0x00032870 |
0x00032874 |
4 |
1% |
10565 |
.rodata.s_asAplZdoServers |
0x00032874 |
0x0003291c |
168 |
17% |
10567 |
.rodata.s_au16Endpoint0InputClusterList |
0x0003291c |
0x000329c0 |
164 |
17% |
10569 |
.rodata.s_au16Endpoint0OutputClusterList |
0x000329c0 |
0x00032a64 |
164 |
17% |
10571 |
.rodata.s_au16Endpoint1InputClusterList |
0x00032a64 |
0x00032a74 |
16 |
2% |
10573 |
.rodata.s_au16Endpoint1OutputClusterList |
0x00032a74 |
0x00032a80 |
12 |
2% |
10575 |
.rodata.s_au16Endpoint242InputClusterList |
0x00032a80 |
0x00032a82 |
2 |
1% |
10577 |
.rodata.s_au16Endpoint242OutputClusterList |
0x00032a82 |
0x00032a84 |
2 |
1% |
10579 |
.rodata.s_sNibInitialValues |
0x00032a84 |
0x00032aa4 |
32 |
4% |
10581 |
.rodata.s_sNwkTbl |
0x00032aa4 |
0x00032ae4 |
64 |
7% |
10583 |
.rodata.s_sNwkTblSize |
0x00032ae4 |
0x00032af4 |
16 |
2% |
10585 |
Expected total in zps_gen.o file: |
1004 |
Actual: |
1004 |
100% |
10561 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.rodata.vfExtendedStatusCallBack.str1.1 |
0x00032af4 |
0x00032b14 |
32 |
20% |
10587 |
.rodata.vAppMain.str1.1 |
0x00032b14 |
0x00032b96 |
130 |
81% |
10589 |
Expected total in app_start.o file: |
162 |
Actual: |
162 |
100% |
10587 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_taskRouter.str1.1 |
0x00032b96 |
0x00032c7f |
233 |
90% |
10592 |
.rodata.APP_vInitialiseRouter.str1.1 |
0x00032c7f |
0x00032c9b |
28 |
11% |
10594 |
Expected total in app_window_covering.o file: |
261 |
Actual: |
261 |
100% |
10592 |
Flash640 / .text / cluster_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_WindowCoveringSceneEventHandler.str1.1 |
0x00032c9b |
0x00032cce |
51 |
24% |
10597 |
.rodata.asCLD_WindowCoveringClusterAttributeDefinitions |
0x00032cce |
0x00032d76 |
168 |
77% |
10600 |
Expected total in cluster_window_covering.o file: |
219 |
Actual: |
219 |
100% |
10597 |
Flash640 / .text / cluster_window_covering_command_handler.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_WindowCoveringCommandHandler.str1.1 |
0x00032d76 |
0x00032ded |
119 |
100% |
10603 |
Expected total in cluster_window_covering_command_handler.o file: |
119 |
Actual: |
119 |
100% |
10603 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vZCL_DeviceSpecific_Init.str1.1 |
0x00032ded |
0x00032e0f |
34 |
100% |
10605 |
Expected total in app_zcl_task.o file: |
34 |
Actual: |
34 |
100% |
10605 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vWhiteLedOff.str1.1 |
0x00032e0f |
0x00032e26 |
23 |
34% |
10607 |
.rodata.APP_vLedInitialise.str1.1 |
0x00032e26 |
0x00032e53 |
45 |
67% |
10609 |
Expected total in app_leds.o file: |
68 |
Actual: |
68 |
100% |
10607 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.rodata.DbgConsole_SendData.str1.1 |
0x00032e53 |
0x00032eca |
119 |
59% |
10611 |
.rodata.DbgConsole_Init.str1.1 |
0x00032eca |
0x00032ef2 |
40 |
20% |
10613 |
.rodata.__func__.0 |
0x00032ef2 |
0x00032f02 |
16 |
8% |
10615 |
.rodata.__func__.3 |
0x00032f02 |
0x00032f1e |
28 |
14% |
10617 |
Expected total in fsl_debug_console.o file: |
203 |
Actual: |
203 |
100% |
10611 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.rodata.PWM_GetDefaultConfig.str1.1 |
0x00032f1e |
0x00032f71 |
83 |
80% |
10619 |
.rodata.__func__.0 |
0x00032f71 |
0x00032f86 |
21 |
21% |
10621 |
Expected total in fsl_pwm.o file: |
104 |
Actual: |
104 |
100% |
10619 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.rodata.GINT_GetInstance.str1.1 |
0x00032f86 |
0x00032ff2 |
108 |
87% |
10623 |
.rodata.__func__.0 |
0x00032ff2 |
0x00033003 |
17 |
14% |
10625 |
Expected total in fsl_gint.o file: |
125 |
Actual: |
125 |
100% |
10623 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_Configuration.str1.1 |
0x00033003 |
0x00033045 |
66 |
31% |
10627 |
.rodata.load_calibration_param_from_flash.str1.1 |
0x00033045 |
0x000330de |
153 |
70% |
10629 |
Expected total in temp_sensor_drv.o file: |
219 |
Actual: |
219 |
100% |
10627 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_GetInstance.isra.0.str1.1 |
0x000330de |
0x00033148 |
106 |
45% |
10631 |
.rodata.ADC_Init.str1.1 |
0x00033148 |
0x00033157 |
15 |
7% |
10633 |
.rodata.ADC_GetConvSeqAGlobalConversionResult.str1.1 |
0x00033157 |
0x00033164 |
13 |
6% |
10635 |
.rodata.ADC_GetChannelConversionResult.str1.1 |
0x00033164 |
0x0003317c |
24 |
11% |
10637 |
.rodata.__func__.0 |
0x0003317c |
0x0003319b |
31 |
14% |
10639 |
.rodata.__func__.2 |
0x0003319b |
0x000331b1 |
22 |
10% |
10641 |
.rodata.__func__.3 |
0x000331b1 |
0x000331c1 |
16 |
7% |
10643 |
.rodata.__func__.4 |
0x000331c1 |
0x000331cc |
11 |
5% |
10645 |
Expected total in fsl_adc.o file: |
238 |
Actual: |
238 |
100% |
10631 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.rodata.BOARD_Clock32MCapacitanceCharacteristics |
0x000331cc |
0x000331d8 |
12 |
100% |
10648 |
Expected total in board_utility.o file: |
12 |
Actual: |
12 |
100% |
10648 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.rodata.vApp_GP_RegisterDevice.str1.1 |
0x000331d8 |
0x000331e9 |
17 |
100% |
10651 |
Expected total in app_green_power.o file: |
17 |
Actual: |
17 |
100% |
10651 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.rodata.WWDT_GetInstance.isra.0.str1.1 |
0x000331e9 |
0x0003324c |
99 |
53% |
10653 |
.rodata.WWDT_GetDefaultConfig.str1.1 |
0x0003324c |
0x0003325b |
15 |
8% |
10655 |
.rodata.WWDT_Init.str1.1 |
0x0003325b |
0x00033276 |
27 |
15% |
10657 |
.rodata.__func__.0 |
0x00033276 |
0x00033287 |
17 |
9% |
10659 |
.rodata.__func__.1 |
0x00033287 |
0x00033291 |
10 |
6% |
10661 |
.rodata.__func__.2 |
0x00033291 |
0x000332a7 |
22 |
12% |
10663 |
Expected total in fsl_wwdt.o file: |
190 |
Actual: |
190 |
100% |
10653 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.rodata.CLOCK_Xtal32M_Trim.str1.1 |
0x000332a7 |
0x00033362 |
187 |
74% |
10665 |
.rodata.CLOCK_XtalBasicTrim.str1.1 |
0x00033362 |
0x0003337e |
28 |
12% |
10667 |
.rodata.__func__.1 |
0x0003337e |
0x00033391 |
19 |
8% |
10669 |
.rodata.__func__.2 |
0x00033391 |
0x000333a5 |
20 |
8% |
10671 |
Expected total in fsl_clock.o file: |
254 |
Actual: |
254 |
100% |
10665 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.rodata.RESET_SetPeripheralReset.str1.1 |
0x000333a5 |
0x000333fc |
87 |
63% |
10673 |
.rodata.__func__.0 |
0x000333fc |
0x00033417 |
27 |
20% |
10675 |
.rodata.__func__.1 |
0x00033417 |
0x00033430 |
25 |
18% |
10677 |
Expected total in fsl_reset.o file: |
139 |
Actual: |
139 |
100% |
10673 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.rodata.USART_GetInstance.str1.1 |
0x00033430 |
0x00033480 |
80 |
23% |
10679 |
.rodata.USART_TransferStartRingBuffer.str1.1 |
0x00033480 |
0x000334a0 |
32 |
9% |
10681 |
.rodata.USART_GetDefaultConfig.str1.1 |
0x000334a0 |
0x000334af |
15 |
5% |
10683 |
.rodata.USART_SetBaudRate.str1.1 |
0x000334a0 |
0x000334df |
63 |
18% |
10685 |
.rodata.USART_Init.str1.1 |
0x000334df |
0x0003351b |
60 |
17% |
10687 |
.rodata.USART_WriteBlocking.str1.1 |
0x0003351b |
0x0003353f |
36 |
11% |
10689 |
.rodata.__func__.10 |
0x0003353f |
0x00033553 |
20 |
6% |
10691 |
.rodata.__func__.11 |
0x00033553 |
0x00033565 |
18 |
6% |
10693 |
.rodata.__func__.12 |
0x00033565 |
0x0003357c |
23 |
7% |
10695 |
.rodata.__func__.13 |
0x0003357c |
0x00033589 |
13 |
4% |
10697 |
.rodata.__func__.14 |
0x00033589 |
0x00033594 |
11 |
4% |
10699 |
Expected total in fsl_usart.o file: |
356 |
Actual: |
371 |
105% |
10679 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.rodata.FLEXCOMM_GetInstance.str1.1 |
0x00033594 |
0x000335e1 |
77 |
15% |
10701 |
.rodata.FLEXCOMM0_DriverIRQHandler.str1.1 |
0x000335e1 |
0x000335f9 |
24 |
5% |
10704 |
.rodata.FLEXCOMM1_DriverIRQHandler.str1.1 |
0x000335f9 |
0x00033611 |
24 |
5% |
10706 |
.rodata.FLEXCOMM2_DriverIRQHandler.str1.1 |
0x00033611 |
0x00033629 |
24 |
5% |
10708 |
.rodata.FLEXCOMM3_DriverIRQHandler.str1.1 |
0x00033629 |
0x00033641 |
24 |
5% |
10710 |
.rodata.FLEXCOMM4_DriverIRQHandler.str1.1 |
0x00033641 |
0x00033659 |
24 |
5% |
10712 |
.rodata.FLEXCOMM5_DriverIRQHandler.str1.1 |
0x00033659 |
0x00033671 |
24 |
5% |
10714 |
.rodata.FLEXCOMM6_DriverIRQHandler.str1.1 |
0x00033671 |
0x00033689 |
24 |
5% |
10716 |
.rodata.__func__.0 |
0x00033689 |
0x000336a4 |
27 |
5% |
10718 |
.rodata.__func__.1 |
0x000336a4 |
0x000336bf |
27 |
5% |
10720 |
.rodata.__func__.2 |
0x000336bf |
0x000336da |
27 |
5% |
10722 |
.rodata.__func__.3 |
0x000336da |
0x000336f5 |
27 |
5% |
10724 |
.rodata.__func__.4 |
0x000336f5 |
0x00033710 |
27 |
5% |
10726 |
.rodata.__func__.5 |
0x00033710 |
0x0003372b |
27 |
5% |
10728 |
.rodata.__func__.6 |
0x0003372b |
0x00033746 |
27 |
5% |
10730 |
.rodata.__func__.7 |
0x00033746 |
0x0003375c |
22 |
5% |
10732 |
.rodata.s_flexcommBaseAddrs |
0x0003375c |
0x00033778 |
28 |
6% |
10735 |
.rodata.s_flexcommClocks |
0x00033778 |
0x00033794 |
28 |
6% |
10737 |
.rodata.s_flexcommResets |
0x00033794 |
0x000337b0 |
28 |
6% |
10739 |
Expected total in fsl_flexcomm.o file: |
540 |
Actual: |
540 |
100% |
10701 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.rodata.SDK_DelayAtLeastUs.str1.1 |
0x000337b0 |
0x0003381e |
110 |
86% |
10741 |
.rodata.__func__.0 |
0x0003381e |
0x00033831 |
19 |
15% |
10743 |
Expected total in fsl_common.o file: |
129 |
Actual: |
129 |
100% |
10741 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.rodata.POWER_ApplyLdoActiveVoltage.str1.1 |
0x00033831 |
0x000338aa |
121 |
51% |
10745 |
.rodata.POWER_ApplyLdoActiveVoltage_1V0.str1.1 |
0x000338aa |
0x000338f3 |
73 |
31% |
10747 |
.rodata.__func__.0 |
0x000338f3 |
0x00033915 |
34 |
15% |
10749 |
.rodata.__func__.1 |
0x00033915 |
0x00033920 |
11 |
5% |
10751 |
Expected total in fsl_power.o file: |
239 |
Actual: |
239 |
100% |
10745 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.rodata.timer_param |
0x00033920 |
0x00033980 |
96 |
100% |
10753 |
Expected total in fsl_wtimer.o file: |
96 |
Actual: |
96 |
100% |
10753 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.rodata.ExceptionUnwindStack.str1.1 |
0x00033980 |
0x00033a42 |
194 |
13% |
10755 |
.rodata.vPrintRegisterBit.str1.1 |
0x00033a42 |
0x00033a4a |
8 |
1% |
10757 |
.rodata.vPrintSystemHandlerAndControlStateRegisterBitFields.str1.1 |
0x00033a4a |
0x00033b82 |
312 |
21% |
10759 |
.rodata.vPrintConfigurableFaultStatusRegisterBitFields.str1.1 |
0x00033b82 |
0x00033c85 |
259 |
18% |
10761 |
.rodata.vDebugBusFaultHandler.str1.1 |
0x00033c85 |
0x00033e16 |
401 |
27% |
10764 |
.rodata.vDebugUsageFaultHandler.str1.1 |
0x00033e16 |
0x00033e3a |
36 |
3% |
10767 |
.rodata.vDebugMemoryFaultHandler.str1.1 |
0x00033e3a |
0x00033e80 |
70 |
5% |
10769 |
.rodata.vPrintHardFaultStatusRegisterBitFields.str1.1 |
0x00033e80 |
0x00033ebd |
61 |
5% |
10771 |
.rodata.vDebugHardFaultHandler.str1.1 |
0x00033ebd |
0x00033f5e |
161 |
11% |
10773 |
Expected total in MicroExceptions_arm.o file: |
1502 |
Actual: |
1502 |
100% |
10755 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00033f5e |
0x00033f67 |
9 |
100% |
10775 |
Expected total in TimersManager.o file: |
9 |
Actual: |
9 |
100% |
10775 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.FRO32K_CompleteCalibration.str1.1 |
0x00033f67 |
0x00033f7c |
21 |
100% |
10777 |
Expected total in TMR_Adapter.o file: |
21 |
Actual: |
21 |
100% |
10777 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ctimerBases |
0x00033f7c |
0x00033f84 |
8 |
100% |
10779 |
Expected total in fsl_ctimer.o file: |
8 |
Actual: |
8 |
100% |
10779 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.rodata.DMA_GetInstance.str1.1 |
0x00033f84 |
0x00033fee |
106 |
86% |
10781 |
.rodata.__func__.25 |
0x00033fee |
0x00034000 |
18 |
15% |
10783 |
Expected total in fsl_dma.o file: |
124 |
Actual: |
124 |
100% |
10781 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.rodata.maHandleDeepSleepTable |
0x00034000 |
0x00034038 |
56 |
100% |
10786 |
Expected total in PWR.o file: |
56 |
Actual: |
56 |
100% |
10786 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.rodata.pm_sram0_bank_desc |
0x00034038 |
0x00034078 |
64 |
67% |
10789 |
.rodata.pm_sram1_bank_desc |
0x00034078 |
0x00034098 |
32 |
34% |
10792 |
Expected total in PWRLib.o file: |
96 |
Actual: |
96 |
100% |
10789 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.rodata.SerialManager_Init.str1.1 |
0x00034098 |
0x000340f6 |
94 |
25% |
10795 |
.rodata.SerialManager_OpenWriteHandle.str1.1 |
0x000340f6 |
0x00034102 |
12 |
4% |
10798 |
.rodata.SerialManager_CloseWriteHandle.str1.1 |
0x00034102 |
0x00034109 |
7 |
2% |
10800 |
.rodata.SerialManager_OpenReadHandle.str1.1 |
0x00034109 |
0x00034114 |
11 |
3% |
10802 |
.rodata.SerialManager_CloseReadHandle.str1.1 |
0x00034114 |
0x00034151 |
61 |
17% |
10804 |
.rodata.SerialManager_WriteBlocking.str1.1 |
0x00034151 |
0x0003415f |
14 |
4% |
10806 |
.rodata.__func__.3 |
0x0003415f |
0x00034173 |
20 |
6% |
10808 |
.rodata.__func__.4 |
0x00034173 |
0x00034191 |
30 |
8% |
10810 |
.rodata.__func__.5 |
0x00034191 |
0x000341ae |
29 |
8% |
10812 |
.rodata.__func__.6 |
0x000341ae |
0x000341cd |
31 |
9% |
10814 |
.rodata.__func__.7 |
0x000341cd |
0x000341eb |
30 |
8% |
10816 |
.rodata.__func__.8 |
0x000341eb |
0x00034200 |
21 |
6% |
10818 |
.rodata.__func__.9 |
0x00034200 |
0x00034213 |
19 |
6% |
10820 |
Expected total in serial_manager.o file: |
379 |
Actual: |
379 |
100% |
10795 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.rodata.Serial_UartInit.str1.1 |
0x00034213 |
0x00034273 |
96 |
66% |
10822 |
.rodata.Serial_UartWrite.str1.1 |
0x00034273 |
0x00034281 |
14 |
10% |
10825 |
.rodata.__func__.1 |
0x00034273 |
0x00034284 |
17 |
12% |
10827 |
.rodata.__func__.2 |
0x00034284 |
0x00034296 |
18 |
13% |
10829 |
.rodata.__func__.3 |
0x00034296 |
0x000342a6 |
16 |
11% |
10831 |
Expected total in serial_port_uart.o file: |
147 |
Actual: |
161 |
110% |
10822 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.HAL_UartInit.str1.1 |
0x000342a6 |
0x00034358 |
178 |
74% |
10833 |
.rodata.HAL_UartReceiveBlocking.str1.1 |
0x00034358 |
0x0003435d |
5 |
3% |
10836 |
.rodata.__func__.0 |
0x0003435d |
0x00034372 |
21 |
9% |
10839 |
.rodata.__func__.2 |
0x00034372 |
0x00034381 |
15 |
7% |
10841 |
.rodata.__func__.3 |
0x00034381 |
0x00034390 |
15 |
7% |
10843 |
.rodata.s_UsartAdapterBase |
0x00034390 |
0x00034398 |
8 |
4% |
10846 |
Expected total in usart_adapter.o file: |
242 |
Actual: |
242 |
100% |
10833 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.rodata.__assert_func.str1.1 |
0x00034398 |
0x000343d6 |
62 |
100% |
10848 |
Expected total in fsl_assert.o file: |
62 |
Actual: |
62 |
100% |
10848 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x000343d6 |
0x000343e0 |
10 |
91% |
10850 |
.rodata.gUseRtos_c |
0x000343e0 |
0x000343e1 |
1 |
10% |
10852 |
Expected total in fsl_os_abstraction_bm.o file: |
11 |
Actual: |
11 |
100% |
10850 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.vGP_RestorePersistedData.str1.1 |
0x000343e1 |
0x000343f2 |
17 |
20% |
10855 |
.rodata.asCLD_GreenPowerClusterAttributeDefinitionsClient |
0x000343f2 |
0x0003443a |
72 |
81% |
10857 |
Expected total in GreenPower.o file: |
89 |
Actual: |
89 |
100% |
10855 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_BasicClusterAttributeDefinitions |
0x0003443a |
0x00034492 |
88 |
100% |
10860 |
Expected total in Basic.o file: |
88 |
Actual: |
88 |
100% |
10860 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GroupsClusterAttributeDefinitions |
0x00034492 |
0x000344aa |
24 |
100% |
10863 |
Expected total in Groups.o file: |
24 |
Actual: |
24 |
100% |
10863 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_IdentifyClusterAttributeDefinitions |
0x000344aa |
0x000344c2 |
24 |
100% |
10866 |
Expected total in Identify.o file: |
24 |
Actual: |
24 |
100% |
10866 |
Flash640 / .text / ScenesClusterManagement.o |
Start |
End |
Size |
% |
Line |
.rodata.eCLD_ScenesRestoreClusters.str1.1 |
0x000344c2 |
0x000344cb |
9 |
100% |
10869 |
Expected total in ScenesClusterManagement.o file: |
9 |
Actual: |
9 |
100% |
10869 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x000344cb |
0x000344d3 |
8 |
4% |
10871 |
.rodata.au8ConstSizeArray |
0x000344d3 |
0x000345d5 |
258 |
97% |
10872 |
Expected total in zcl_attribute.o file: |
266 |
Actual: |
266 |
100% |
10871 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.rodata.BDB_vNsStateMachine.str1.1 |
0x000345d5 |
0x00034607 |
50 |
100% |
10875 |
Expected total in bdb_ns.o file: |
50 |
Actual: |
50 |
100% |
10875 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.36 |
0x00034607 |
0x0003460b |
4 |
100% |
10877 |
Expected total in PDM_FileSystemData.c.obj file: |
4 |
Actual: |
4 |
100% |
10877 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.rodata.eUnfragmentedUnicastTransmission.str1.1 |
0x0003460b |
0x00034612 |
7 |
50% |
10879 |
.rodata.ZPS_vAplHandleApsdeReqRsp.str1.1 |
0x00034612 |
0x00034619 |
7 |
50% |
10881 |
Expected total in zps_apl_apsde.o file: |
14 |
Actual: |
14 |
100% |
10879 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vInitAPSMECmdHdr.str1.1 |
0x00034619 |
0x00034620 |
7 |
22% |
10883 |
.rodata.zps_eAplSendApsmeCmdFrame.str1.1 |
0x00034619 |
0x0003461e |
5 |
16% |
10886 |
.rodata.zps_eAplApsmeTransportKeyReqRsp.str1.1 |
0x0003461e |
0x00034630 |
18 |
55% |
10888 |
.rodata.zps_eAplApsmeUpdateDeviceReqRsp.str1.1 |
0x00034630 |
0x00034635 |
5 |
16% |
10890 |
.rodata.zps_eAplApsmeVerifyKeyReqRsp.str1.1 |
0x00034635 |
0x0003463a |
5 |
16% |
10892 |
.rodata.zps_eAplApsmeRequestKeyReqRsp.str1.1 |
0x00034635 |
0x0003463a |
5 |
16% |
10895 |
Expected total in zps_apl_apsme.o file: |
33 |
Actual: |
45 |
137% |
10883 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vAplApsHandleNldeDcfmInd.str1.1 |
0x00034635 |
0x00034638 |
3 |
100% |
10898 |
Expected total in zps_apl_aps_nlde.o file: |
3 |
Actual: |
3 |
100% |
10898 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplSecDecryptPacket.str1.1 |
0x00034638 |
0x0003463b |
3 |
100% |
10901 |
Expected total in zps_apl_sec.o file: |
3 |
Actual: |
3 |
100% |
10901 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_u8AplAibGetDeviceApsKeyType.str1.1 |
0x0003463b |
0x000346c9 |
142 |
100% |
10904 |
Expected total in zps_apl_aib.o file: |
142 |
Actual: |
142 |
100% |
10904 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vSetKeys.str1.1 |
0x000346c9 |
0x000346da |
17 |
100% |
10906 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
17 |
Actual: |
17 |
100% |
10906 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDefaultServer.str1.1 |
0x000346da |
0x000346f1 |
23 |
100% |
10909 |
Expected total in zps_apl_zdo_default_server.o file: |
23 |
Actual: |
23 |
100% |
10909 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoNwkAddrServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10912 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
23 |
Actual: |
23 |
100% |
10912 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoIeeeAddrServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10915 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
23 |
Actual: |
23 |
100% |
10915 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMatchDescServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10918 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
23 |
Actual: |
23 |
100% |
10918 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoSimpleDescServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10921 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
23 |
Actual: |
23 |
100% |
10921 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDeviceAnnceServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10924 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
23 |
Actual: |
23 |
100% |
10924 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoParentAnnceServer.str1.1 |
0x000346f1 |
0x000346f3 |
2 |
67% |
10927 |
.rodata.ZPS_vSendParentAnnounce.str1.1 |
0x000346f1 |
0x000346f4 |
3 |
100% |
10929 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
3 |
Actual: |
5 |
167% |
10927 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoPermitJoiningServer.str1.1 |
0x000346f1 |
0x000346f4 |
3 |
100% |
10931 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
3 |
Actual: |
3 |
100% |
10931 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtLeaveServer.str1.1 |
0x000346f1 |
0x00034708 |
23 |
100% |
10933 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
23 |
Actual: |
23 |
100% |
10933 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtNWKUpdateServer.str1.1 |
0x000346f1 |
0x000346fb |
10 |
100% |
10936 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
10 |
Actual: |
10 |
100% |
10936 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoBindUnbindServer.str1.1 |
0x000346fb |
0x00034700 |
5 |
100% |
10939 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
5 |
Actual: |
5 |
100% |
10939 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eSendDeviceAnnounce.str1.1 |
0x00034700 |
0x00034705 |
5 |
34% |
10942 |
.rodata.zps_vAplZdoClientLookupNwkAddress.str1.1 |
0x00034705 |
0x0003470a |
5 |
34% |
10944 |
.rodata.zps_bAplZdoZdoClient.str1.1 |
0x0003470a |
0x0003470f |
5 |
34% |
10946 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
15 |
Actual: |
15 |
100% |
10942 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtBindServer.str1.1 |
0x0003470a |
0x0003471d |
19 |
100% |
10949 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
19 |
Actual: |
19 |
100% |
10949 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpGenStatusOnlyResponse.str1.1 |
0x0003471d |
0x00034720 |
3 |
100% |
10952 |
Expected total in zps_apl_zdp_apsde_req.o file: |
3 |
Actual: |
3 |
100% |
10952 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpDeviceAnnceRequest.str1.1 |
0x0003471d |
0x00034722 |
5 |
100% |
10954 |
Expected total in zps_apl_zdp_device_annce.o file: |
5 |
Actual: |
5 |
100% |
10954 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtPermitJoiningRequest.str1.1 |
0x0003471d |
0x00034730 |
19 |
100% |
10956 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
19 |
Actual: |
19 |
100% |
10956 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpNodeDescRequest.str1.1 |
0x0003471d |
0x00034730 |
19 |
100% |
10959 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
19 |
Actual: |
19 |
100% |
10959 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNwkAddrResponse.str1.1 |
0x0003471d |
0x00034722 |
5 |
100% |
10962 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
5 |
Actual: |
5 |
100% |
10962 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpIeeeAddrResponse.str1.1 |
0x00034722 |
0x00034730 |
14 |
100% |
10965 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
14 |
Actual: |
14 |
100% |
10965 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNodeDescResponse.str1.1 |
0x00034722 |
0x0003472b |
9 |
100% |
10967 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
9 |
Actual: |
9 |
100% |
10967 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpParentAnnceResponse.str1.1 |
0x0003472b |
0x00034731 |
6 |
100% |
10970 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
6 |
Actual: |
6 |
100% |
10970 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpPowerDescResponse.str1.1 |
0x0003472b |
0x00034731 |
6 |
100% |
10972 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
6 |
Actual: |
6 |
100% |
10972 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSimpleDescResponse.str1.1 |
0x0003472b |
0x00034736 |
11 |
100% |
10974 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
11 |
Actual: |
11 |
100% |
10974 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpActiveEpResponse.str1.1 |
0x0003472b |
0x00034730 |
5 |
100% |
10976 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
5 |
Actual: |
5 |
100% |
10976 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMatchDescResponse.str1.1 |
0x0003472b |
0x00034730 |
5 |
100% |
10978 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
5 |
Actual: |
5 |
100% |
10978 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSystemServerDiscoveryResponse.str1.1 |
0x0003472b |
0x0003472f |
4 |
100% |
10980 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
4 |
Actual: |
4 |
100% |
10980 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtLqiResponse.str1.1 |
0x0003472b |
0x00034733 |
8 |
100% |
10982 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
8 |
Actual: |
8 |
100% |
10982 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtRtgResponse.str1.1 |
0x00034733 |
0x0003473b |
8 |
100% |
10985 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
8 |
Actual: |
8 |
100% |
10985 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMgmtNwkUpdateNotifyResponse.str1.1 |
0x00034733 |
0x0003473b |
8 |
100% |
10988 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
8 |
Actual: |
8 |
100% |
10988 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.25 |
0x00034734 |
0x000347b4 |
128 |
58% |
10992 |
.rodata.CSWTCH.27 |
0x000347b4 |
0x000347d4 |
32 |
15% |
10994 |
.rodata.CSWTCH.29 |
0x000347d4 |
0x000347f4 |
32 |
15% |
10996 |
.rodata.CSWTCH.31 |
0x000347f4 |
0x00034814 |
32 |
15% |
10998 |
Expected total in zps_mac_common.o file: |
224 |
Actual: |
224 |
100% |
10992 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.rodata.vZGPcStubMcpsInd.str1.1 |
0x00034814 |
0x00034818 |
4 |
100% |
11000 |
Expected total in zps_apl_gp.o file: |
4 |
Actual: |
4 |
100% |
11000 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vZgpTransformKey.str1.1 |
0x00034814 |
0x00034818 |
4 |
100% |
11002 |
Expected total in zps_apl_gp_security.o file: |
4 |
Actual: |
4 |
100% |
11002 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.rodata.vApsInterPanMcpsDataInd.str1.1 |
0x00034818 |
0x0003481c |
4 |
100% |
11004 |
Expected total in zps_apl_interpan.o file: |
4 |
Actual: |
4 |
100% |
11004 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendLeaveCmd.str1.1 |
0x00034818 |
0x0003481b |
3 |
100% |
11006 |
Expected total in zps_nwk_leave.o file: |
3 |
Actual: |
3 |
100% |
11006 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkStatusCmd.str1.1 |
0x00034818 |
0x0003481c |
4 |
40% |
11008 |
.rodata.zps_psSendNetworkUpdateCmd.str1.1 |
0x00034818 |
0x0003481e |
6 |
60% |
11010 |
.rodata.zps_psSendNetworkEdTimeoutReqCmd.str1.1 |
0x0003481e |
0x00034822 |
4 |
40% |
11012 |
Expected total in zps_nwk_maint.o file: |
10 |
Actual: |
14 |
140% |
11008 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vNwkSendLeaveDirect.str1.1 |
0x0003481e |
0x00034821 |
3 |
14% |
11014 |
.rodata.ZPS_vNwkHandleMcpsVsInd.str1.1 |
0x0003481e |
0x00034824 |
6 |
28% |
11016 |
.rodata.s_apsStSceTbl |
0x00034820 |
0x00034834 |
20 |
91% |
11020 |
Expected total in zps_nwk_mcps.o file: |
22 |
Actual: |
29 |
132% |
11014 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSmeTbl |
0x00034834 |
0x00034848 |
20 |
100% |
11022 |
Expected total in zps_nwk_mlme.o file: |
20 |
Actual: |
20 |
100% |
11022 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.rodata.au32EndDeviceTimeoutConstants |
0x00034848 |
0x00034884 |
60 |
72% |
11024 |
.rodata.au32NwkPdmRecordOffsets |
0x00034884 |
0x0003489c |
24 |
29% |
11027 |
Expected total in zps_nwk_nib.o file: |
84 |
Actual: |
84 |
100% |
11024 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.rodata.atCfmSize |
0x0003489c |
0x000348dc |
64 |
100% |
11030 |
Expected total in zps_nwk_nlme.o file: |
64 |
Actual: |
64 |
100% |
11030 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.rodata.psNwkSendRouteRecordCmd.str1.1 |
0x000348dc |
0x000348df |
3 |
24% |
11032 |
.rodata.psSendRouteReplyCmd.isra.0.str1.1 |
0x000348dc |
0x000348e3 |
7 |
54% |
11034 |
.rodata.zps_psNwkInitiateRouteDiscovery.str1.1 |
0x000348e3 |
0x000348e9 |
6 |
47% |
11036 |
Expected total in zps_nwk_rt.o file: |
13 |
Actual: |
16 |
124% |
11032 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_bSecDecrypt.str1.1 |
0x000348e9 |
0x000348ec |
3 |
38% |
11038 |
.rodata.zps_eNwkSecDecryptPacket.str1.1 |
0x000348ec |
0x000348f1 |
5 |
63% |
11040 |
Expected total in zps_nwk_sec.o file: |
8 |
Actual: |
8 |
100% |
11038 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkLinkPowerDelta.isra.0.str1.1 |
0x000348f1 |
0x000348f8 |
7 |
100% |
11042 |
Expected total in zps_nwk_subghz.o file: |
7 |
Actual: |
7 |
100% |
11042 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToActvStSme |
0x000348f1 |
0x00034908 |
23 |
10% |
11044 |
.rodata.s_aeNlmeReqRspToActvStCme |
0x00034908 |
0x00034918 |
16 |
7% |
11046 |
.rodata.s_aeNwkCmdToActvStSce |
0x00034918 |
0x00034928 |
16 |
7% |
11048 |
.rodata.s_aprActvStHandleCme |
0x00034928 |
0x00034958 |
48 |
21% |
11051 |
.rodata.s_aprActvStHandleSce |
0x00034958 |
0x00034990 |
56 |
25% |
11053 |
.rodata.s_aprActvStHandleSme |
0x00034990 |
0x000349ac |
28 |
13% |
11055 |
.rodata.s_atActvStSceStt |
0x000349ac |
0x000349b9 |
13 |
6% |
11057 |
.rodata.s_atActvStSmeStt |
0x000349b9 |
0x000349c0 |
7 |
4% |
11059 |
.rodata.zps_sActvSceTbl |
0x000349c0 |
0x000349cc |
12 |
6% |
11062 |
.rodata.zps_sActvSmeTbl |
0x000349cc |
0x000349d8 |
12 |
6% |
11065 |
Expected total in zps_nwk_actv_st.o file: |
231 |
Actual: |
231 |
100% |
11044 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToDiscStSme |
0x000349d8 |
0x000349f0 |
24 |
34% |
11068 |
.rodata.s_aprDiscStHandleSme |
0x000349f0 |
0x00034a0c |
28 |
39% |
11071 |
.rodata.s_atDiscStSmeStt |
0x00034a0c |
0x00034a14 |
8 |
12% |
11073 |
.rodata.zps_sDiscSmeTbl |
0x00034a14 |
0x00034a20 |
12 |
17% |
11075 |
Expected total in zps_nwk_disc_st.o file: |
72 |
Actual: |
72 |
100% |
11068 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToFormStSme |
0x00034a20 |
0x00034a38 |
24 |
43% |
11078 |
.rodata.s_aprFormStHandleSme |
0x00034a38 |
0x00034a48 |
16 |
29% |
11081 |
.rodata.s_atFormStSmeStt |
0x00034a48 |
0x00034a4c |
4 |
8% |
11083 |
.rodata.zps_sFormSmeTbl |
0x00034a4c |
0x00034a58 |
12 |
22% |
11085 |
Expected total in zps_nwk_form_st.o file: |
56 |
Actual: |
56 |
100% |
11078 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendFrm.str1.1 |
0x00034a58 |
0x00034a5b |
3 |
43% |
11088 |
.rodata.str1.1 |
0x00034a58 |
0x00034a64 |
12 |
172% |
11090 |
.rodata.au8JitterLUT.0 |
0x00034a58 |
0x00034a5f |
7 |
100% |
11092 |
Expected total in zps_nwk_frm.o file: |
7 |
Actual: |
22 |
315% |
11088 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeNlmeReqRspToIdleStCme |
0x00034a5f |
0x00034a70 |
17 |
46% |
11094 |
.rodata.s_aprIdleStHandleCme |
0x00034a70 |
0x00034a84 |
20 |
55% |
11098 |
Expected total in zps_nwk_idle_st.o file: |
37 |
Actual: |
37 |
100% |
11094 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendRejoinReqCmd.str1.1 |
0x00034a84 |
0x00034a87 |
3 |
8% |
11100 |
.rodata.zps_psNwkSendRejoinRspCmd.str1.1 |
0x00034a84 |
0x00034a89 |
5 |
13% |
11102 |
.rodata.zps_eNwkProcessJoinInd.str1.1 |
0x00034a84 |
0x00034aa6 |
34 |
88% |
11105 |
.rodata |
0x00034aa6 |
0x00034aab |
5 |
13% |
11107 |
Expected total in zps_nwk_join.o file: |
39 |
Actual: |
47 |
121% |
11100 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToJoinStSme |
0x00034aab |
0x00034ac2 |
23 |
20% |
11108 |
.rodata.s_aeNwkCmdToJoinStSce |
0x00034ac2 |
0x00034ad0 |
14 |
12% |
11110 |
.rodata.s_aprJoinStHandleSce |
0x00034ad0 |
0x00034adc |
12 |
11% |
11113 |
.rodata.s_aprJoinStHandleSme |
0x00034adc |
0x00034aec |
16 |
14% |
11115 |
.rodata.s_atJoinStSceStt |
0x00034aec |
0x00034af1 |
5 |
5% |
11117 |
.rodata.s_atJoinStSmeStt |
0x00034af1 |
0x00034b08 |
23 |
20% |
11119 |
.rodata.zps_sJoinSceTbl |
0x00034b08 |
0x00034b14 |
12 |
11% |
11122 |
.rodata.zps_sJoinSmeTbl |
0x00034b14 |
0x00034b20 |
12 |
11% |
11125 |
Expected total in zps_nwk_join_st.o file: |
117 |
Actual: |
117 |
100% |
11108 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.rodata.au8HeaderSize.0 |
0x00034b20 |
0x00034b2e |
14 |
47% |
11128 |
.rodata.sPibInitialValues |
0x00034b2e |
0x00034b3e |
16 |
54% |
11130 |
Expected total in Mini_Main.o file: |
30 |
Actual: |
30 |
100% |
11128 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.rodata.radio_DCO_cal.str1.1 |
0x00034b3e |
0x00034b46 |
8 |
1% |
11132 |
.rodata |
0x00034b46 |
0x00034b62 |
28 |
3% |
11134 |
.rodata.assign_Synth_Cal_Op_Lock_init_regs |
0x00034b62 |
0x00034ba2 |
64 |
7% |
11135 |
.rodata.assign_Synth_Cal_Startup_init_regs |
0x00034ba2 |
0x00034be6 |
68 |
7% |
11138 |
.rodata.assign_TMU_init_regs |
0x00034be6 |
0x00034c32 |
76 |
8% |
11141 |
.rodata.assign_init_regs |
0x00034c32 |
0x00034ca2 |
112 |
11% |
11144 |
.rodata.assign_init_regs_ES2 |
0x00034ca2 |
0x00034cae |
12 |
2% |
11147 |
.rodata.assign_init_regs_ES2MF |
0x00034cae |
0x00034cba |
12 |
2% |
11150 |
.rodata.assign_std_specific_banked_regs |
0x00034cba |
0x00034cf2 |
56 |
6% |
11153 |
.rodata.assign_unbanked_common_regs |
0x00034cf2 |
0x00034d1a |
40 |
4% |
11156 |
.rodata.assign_unbanked_std_specific_regs |
0x00034d1a |
0x00034d2a |
16 |
2% |
11159 |
.rodata.assign_unbanked_zbble_specific_regs |
0x00034d2a |
0x00034dc6 |
156 |
15% |
11162 |
.rodata.assign_zbble_specific_banked_regs |
0x00034dc6 |
0x00034e10 |
74 |
8% |
11165 |
.rodata.freq_prog |
0x00034e10 |
0x00034e9c |
140 |
14% |
11169 |
.rodata.lut_defaults |
0x00034e9c |
0x00034ef8 |
92 |
9% |
11172 |
.rodata.lut_hiTx_defaults |
0x00034ef8 |
0x00034f54 |
92 |
9% |
11175 |
Expected total in radio.o file: |
1046 |
Actual: |
1046 |
100% |
11132 |
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/ |
9335 |
5% |
| 2-Common/ |
4202 |
2% |
| | Source/ |
4202 |
2% |
| | | app_buttons.o |
356 |
1% |
| | | app_green_power.o |
309 |
1% |
| | | app_power_on_counter.o |
216 |
1% |
| | | app_scenes.o |
284 |
1% |
| | | board_k32w0/ |
1795 |
1% |
| | | | app_leds.o |
400 |
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 |
236 |
1% |
| 2-WindowCovering/ |
5133 |
3% |
| | Source/ |
5133 |
3% |
| | | app_main.o |
1224 |
1% |
| | | app_reporting.o |
172 |
1% |
| | | app_start.o |
422 |
1% |
| | | app_window_covering.o |
1153 |
1% |
| | | app_zcl_task.o |
686 |
1% |
| | | pdum_gen.o |
40 |
1% |
| | | zps_gen.o |
1436 |
1% |
LIB/ |
138177 |
64% |
| / |
16 |
1% |
| | linker |
16 |
1% |
| SDKPackages/ |
135357 |
63% |
| | K32W061DK6/ |
135357 |
63% |
| | | middleware/ |
135357 |
63% |
| | | | wireless/ |
135357 |
63% |
| | | | | framework/ |
24466 |
12% |
| | | | | | PDM/ |
9752 |
5% |
| | | | | | | Library/ |
9752 |
5% |
| | | | | | | | libPDM.a/ |
9752 |
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 |
272 |
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/ |
11874 |
6% |
| | | | | | | lib/ |
11874 |
6% |
| | | | | | | | libRadio.a/ |
11874 |
6% |
| | | | | | | | | radio.o |
11874 |
6% |
| | | | | ieee-802.15.4/ |
13842 |
7% |
| | | | | | lib/ |
13842 |
7% |
| | | | | | | libMiniMac.a/ |
13842 |
7% |
| | | | | | | | MMAC.o |
6086 |
3% |
| | | | | | | | MMAC_RadioInit_JN518x.o |
20 |
1% |
| | | | | | | | MMAC_TimerServer.o |
222 |
1% |
| | | | | | | | Mini_Association.o |
1286 |
1% |
| | | | | | | | Mini_Main.o |
1166 |
1% |
| | | | | | | | Mini_Mcps.o |
520 |
1% |
| | | | | | | | Mini_Poll.o |
396 |
1% |
| | | | | | | | Mini_Running.o |
408 |
1% |
| | | | | | | | Mini_Scan.o |
1792 |
1% |
| | | | | | | | Mini_Shim.o |
196 |
1% |
| | | | | | | | Mini_TimerServer.o |
160 |
1% |
| | | | | | | | Mini_TxRx.o |
1564 |
1% |
| | | | | | | | endian.o |
26 |
1% |
| | | | | zigbee/ |
97049 |
45% |
| | | | | | platform/ |
97049 |
45% |
| | | | | | | K32W0/ |
97049 |
45% |
| | | | | | | | libs/ |
97049 |
45% |
| | | | | | | | | libZPSAPL.a/ |
42609 |
20% |
| | | | | | | | | | zps_apl_af.o |
964 |
1% |
| | | | | | | | | | zps_apl_af_apsde.o |
1372 |
1% |
| | | | | | | | | | zps_apl_aib.o |
796 |
1% |
| | | | | | | | | | zps_apl_aps_nlde.o |
3751 |
2% |
| | | | | | | | | | zps_apl_apsde.o |
3190 |
2% |
| | | | | | | | | | zps_apl_apsme.o |
3469 |
2% |
| | | | | | | | | | zps_apl_inl.o |
16 |
1% |
| | | | | | | | | | zps_apl_mac_isr.o |
656 |
1% |
| | | | | | | | | | zps_apl_sec.o |
1993 |
1% |
| | | | | | | | | | zps_apl_task.o |
616 |
1% |
| | | | | | | | | | zps_apl_zdo_active_ep_server.o |
224 |
1% |
| | | | | | | | | | zps_apl_zdo_bind_unbind_server.o |
683 |
1% |
| | | | | | | | | | zps_apl_zdo_bound_data_request_manager.o |
2188 |
2% |
| | | | | | | | | | zps_apl_zdo_common.o |
364 |
1% |
| | | | | | | | | | zps_apl_zdo_default_server.o |
567 |
1% |
| | | | | | | | | | zps_apl_zdo_device_annce_server.o |
463 |
1% |
| | | | | | | | | | zps_apl_zdo_group.o |
184 |
1% |
| | | | | | | | | | zps_apl_zdo_handle_zdp_event.o |
392 |
1% |
| | | | | | | | | | zps_apl_zdo_ieee_addr_server.o |
431 |
1% |
| | | | | | | | | | zps_apl_zdo_match_desc_server.o |
771 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_bind_server.o |
511 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_leave_server.o |
631 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_lqi_server.o |
512 |
1% |
| | | | | | | | | | zps_apl_zdo_mgmt_nwk_update_server.o |
1732 |
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 |
451 |
1% |
| | | | | | | | | | zps_apl_zdo_nwkmanager.o |
9101 |
5% |
| | | | | | | | | | zps_apl_zdo_nwkmanager_client.o |
791 |
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 |
563 |
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_rsp.o |
218 |
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 |
199 |
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 |
143 |
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/ |
5326 |
3% |
| | | | | | | | | | zps_mac_common.o |
602 |
1% |
| | | | | | | | | | zps_mac_ie.o |
196 |
1% |
| | | | | | | | | | zps_mac_if_table.o |
1024 |
1% |
| | | | | | | | | | zps_mac_shim.o |
616 |
1% |
| | | | | | | | | | zps_miniMac.o |
2888 |
2% |
| | | | | | | | | libZPSNWK.a/ |
42806 |
20% |
| | | | | | | | | | 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 |
1212 |
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 |
4923 |
3% |
| | | | | | | | | | zps_nwk_join_st.o |
1503 |
1% |
| | | | | | | | | | zps_nwk_leave.o |
1055 |
1% |
| | | | | | | | | | zps_nwk_lib.o |
476 |
1% |
| | | | | | | | | | zps_nwk_lkst.o |
1432 |
1% |
| | | | | | | | | | zps_nwk_mac.o |
12 |
1% |
| | | | | | | | | | zps_nwk_main.o |
152 |
1% |
| | | | | | | | | | zps_nwk_maint.o |
4060 |
2% |
| | | | | | | | | | zps_nwk_mcps.o |
6316 |
3% |
| | | | | | | | | | zps_nwk_mlme.o |
124 |
1% |
| | | | | | | | | | zps_nwk_nib.o |
6468 |
3% |
| | | | | | | | | | zps_nwk_nlde.o |
608 |
1% |
| | | | | | | | | | zps_nwk_nlme.o |
460 |
1% |
| | | | | | | | | | zps_nwk_pmjn.o |
132 |
1% |
| | | | | | | | | | zps_nwk_rt.o |
4833 |
3% |
| | | | | | | | | | zps_nwk_scan.o |
128 |
1% |
| | | | | | | | | | zps_nwk_sec.o |
1684 |
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/ |
69284 |
32% |
| SDKPackages/ |
68732 |
32% |
| | K32W061DK6/ |
68732 |
32% |
| | | components/ |
1904 |
1% |
| | | | serial_manager/ |
1334 |
1% |
| | | | | serial_manager.o |
983 |
1% |
| | | | | serial_port_uart.o |
351 |
1% |
| | | | uart/ |
570 |
1% |
| | | | | usart_adapter.o |
570 |
1% |
| | | devices/ |
13801 |
7% |
| | | | K32W061/ |
13801 |
7% |
| | | | | drivers/ |
11468 |
6% |
| | | | | | fsl_adc.o |
714 |
1% |
| | | | | | fsl_aes.o |
264 |
1% |
| | | | | | fsl_clock.o |
2382 |
2% |
| | | | | | fsl_common.o |
297 |
1% |
| | | | | | fsl_ctimer.o |
132 |
1% |
| | | | | | fsl_dma.o |
352 |
1% |
| | | | | | fsl_flash.o |
228 |
1% |
| | | | | | fsl_flexcomm.o |
1124 |
1% |
| | | | | | fsl_fmeas.o |
40 |
1% |
| | | | | | fsl_gint.o |
369 |
1% |
| | | | | | fsl_gpio.o |
48 |
1% |
| | | | | | fsl_inputmux.o |
20 |
1% |
| | | | | | fsl_power.o |
2355 |
2% |
| | | | | | fsl_pwm.o |
360 |
1% |
| | | | | | fsl_reset.o |
343 |
1% |
| | | | | | fsl_rng.o |
216 |
1% |
| | | | | | fsl_rtc.o |
26 |
1% |
| | | | | | fsl_usart.o |
984 |
1% |
| | | | | | fsl_wtimer.o |
656 |
1% |
| | | | | | fsl_wwdt.o |
558 |
1% |
| | | | | system_K32W061.o |
228 |
1% |
| | | | | utilities/ |
2105 |
1% |
| | | | | | debug_console/ |
615 |
1% |
| | | | | | | fsl_debug_console.o |
615 |
1% |
| | | | | | fsl_assert.o |
90 |
1% |
| | | | | | str/ |
1400 |
1% |
| | | | | | | fsl_str.o |
1400 |
1% |
| | | middleware/ |
53027 |
25% |
| | | | wireless/ |
53027 |
25% |
| | | | | framework/ |
10173 |
5% |
| | | | | | 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% |
| | | | | | FunctionLib/ |
66 |
1% |
| | | | | | | FunctionLib.o |
66 |
1% |
| | | | | | GPIO/ |
12 |
1% |
| | | | | | | GPIO_Adapter.o |
12 |
1% |
| | | | | | Lists/ |
134 |
1% |
| | | | | | | GenericList.o |
134 |
1% |
| | | | | | LowPower/ |
1964 |
1% |
| | | | | | | Source/ |
1964 |
1% |
| | | | | | | | k32w061dk6/ |
1964 |
1% |
| | | | | | | | | PWR.o |
1136 |
1% |
| | | | | | | | | PWRLib.o |
800 |
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/ |
723 |
1% |
| | | | | | | Source/ |
723 |
1% |
| | | | | | | | fsl_os_abstraction_bm.o |
723 |
1% |
| | | | | | Panic/ |
2 |
1% |
| | | | | | | Source/ |
2 |
1% |
| | | | | | | | Panic.o |
2 |
1% |
| | | | | | RNG/ |
192 |
1% |
| | | | | | | Source/ |
192 |
1% |
| | | | | | | | RNG.o |
192 |
1% |
| | | | | | SecLib/ |
732 |
1% |
| | | | | | | SecLib.o |
732 |
1% |
| | | | | | TimersManager/ |
1774 |
1% |
| | | | | | | Source/ |
1774 |
1% |
| | | | | | | | TMR_Adapter.o |
957 |
1% |
| | | | | | | | TimersManager.o |
817 |
1% |
| | | | | zigbee/ |
42854 |
20% |
| | | | | | BDB/ |
4090 |
2% |
| | | | | | | Source/ |
4090 |
2% |
| | | | | | | | Common/ |
1468 |
1% |
| | | | | | | | | bdb_fr.o |
120 |
1% |
| | | | | | | | | bdb_start.o |
1184 |
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/ |
1734 |
1% |
| | | | | | | | | bdb_ns.o |
1734 |
1% |
| | | | | | ZCIF/ |
15066 |
7% |
| | | | | | | Source/ |
15066 |
7% |
| | | | | | | | dlist.o |
348 |
1% |
| | | | | | | | zcl.o |
920 |
1% |
| | | | | | | | zcl_CustomCommandReceive.o |
316 |
1% |
| | | | | | | | zcl_CustomCommandSend.o |
636 |
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/ |
22534 |
11% |
| | | | | | | Clusters/ |
22398 |
11% |
| | | | | | | | General/ |
8089 |
4% |
| | | | | | | | | Source/ |
8089 |
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 |
846 |
1% |
| | | | | | | | GreenPower/ |
14309 |
7% |
| | | | | | | | | Source/ |
14309 |
7% |
| | | | | | | | | | GreenPower.o |
2097 |
1% |
| | | | | | | | | | GreenPowerCommissioningNotification.o |
666 |
1% |
| | | | | | | | | | GreenPowerCommon.o |
3282 |
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% |
| | | | | | | 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% |
| | | | | | platform/ |
4 |
1% |
| | | | | | | K32W0/ |
4 |
1% |
| | | | | | | | platform/ |
4 |
1% |
| | | | | | | | | timer.o |
4 |
1% |
| gcc/ |
552 |
1% |
| | startup_K32W061.o |
552 |
1% |