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% |
5261 |
.after_vectors |
0x000001a0 |
0x00000320 |
384 |
93% |
5264 |
Expected total in startup_K32W061.o file: |
416 |
Actual: |
416 |
100% |
5261 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.text.System_IRQHandler |
0x00000320 |
0x00000398 |
120 |
14% |
5317 |
.text.main_task |
0x00000398 |
0x00000400 |
104 |
12% |
5320 |
.text.APP_vSetUpHardware |
0x00000400 |
0x000004dc |
220 |
25% |
5323 |
.text.APP_vInitResources |
0x000004dc |
0x000005b0 |
212 |
24% |
5326 |
.text.APP_vRadioTempUpdate |
0x000005b0 |
0x0000063c |
140 |
16% |
5329 |
.text.bRadioCB_WriteNVM |
0x0000063c |
0x00000670 |
52 |
6% |
5332 |
.text.u16RadioCB_ReadNVM |
0x00000670 |
0x000006b0 |
64 |
8% |
5335 |
Expected total in app_main.o file: |
912 |
Actual: |
912 |
100% |
5317 |
Flash640 / .text / port_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8GrabMutexLock |
0x000006b0 |
0x000006e4 |
52 |
35% |
5338 |
.text.ZPS_u8ReleaseMutexLock |
0x000006e4 |
0x00000704 |
32 |
22% |
5341 |
.text.ZPS_eEnterCriticalSection |
0x00000704 |
0x00000730 |
44 |
29% |
5345 |
.text.ZPS_eExitCriticalSection |
0x00000730 |
0x00000748 |
24 |
16% |
5348 |
Expected total in port_JN518x.o file: |
152 |
Actual: |
152 |
100% |
5338 |
Flash640 / .text / pdum_gen.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_vInit |
0x00000748 |
0x00000770 |
40 |
100% |
5352 |
Expected total in pdum_gen.o file: |
40 |
Actual: |
40 |
100% |
5352 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.text.zps_vGetZpsMutex |
0x00000770 |
0x00000778 |
8 |
2% |
5355 |
.text.vZdoServersInit |
0x00000778 |
0x0000088c |
276 |
64% |
5358 |
.text.ZPS_pvAplZdoGetAplHandle |
0x0000088c |
0x00000898 |
12 |
3% |
5361 |
.text.ZPS_u32ApsFcSaveCountBitShift |
0x00000898 |
0x0000089c |
4 |
1% |
5364 |
.text.ZPS_psAplDefaultDistributedAPSLinkKey |
0x0000089c |
0x000008a4 |
8 |
2% |
5367 |
.text.ZPS_psAplDefaultGlobalAPSLinkKey |
0x000008a4 |
0x000008ac |
8 |
2% |
5370 |
.text.ZPS_ps_groupPdmTable |
0x000008ac |
0x000008b4 |
8 |
2% |
5373 |
.text.ZPS_pu8MaxZpsConfigEp |
0x000008b4 |
0x000008bc |
8 |
2% |
5376 |
.text.ZPS_pau8EpMapPresent |
0x000008bc |
0x000008c4 |
8 |
2% |
5379 |
.text.ZPS_u8ConfigStackProfileId |
0x000008c4 |
0x000008d0 |
12 |
3% |
5382 |
.text.ZPS_u32NwkFcSaveCountBitShift |
0x000008d0 |
0x000008d4 |
4 |
1% |
5385 |
.text.ZPS_psMacIFTGetTable |
0x000008d4 |
0x000008dc |
8 |
2% |
5388 |
.text.ZPS_psMacIFTGetInterface |
0x000008dc |
0x000008f4 |
24 |
6% |
5391 |
.text.ZPS_vGetGpContext |
0x000008f4 |
0x00000900 |
12 |
3% |
5394 |
.text.ZPS_vGetOptionalFeatures |
0x00000900 |
0x00000920 |
32 |
8% |
5397 |
Expected total in zps_gen.o file: |
432 |
Actual: |
432 |
100% |
5355 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.text.vfExtendedStatusCallBack |
0x00000920 |
0x0000092c |
12 |
5% |
5400 |
.text.vAppMain |
0x0000092c |
0x00000a20 |
244 |
94% |
5402 |
.text.hardware_init |
0x00000a20 |
0x00000a24 |
4 |
2% |
5405 |
Expected total in app_start.o file: |
260 |
Actual: |
260 |
100% |
5400 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.text.APP_vFactoryResetRecords |
0x00000a24 |
0x00000a60 |
60 |
7% |
5408 |
.text.APP_vBdbCallback |
0x00000a60 |
0x00000b60 |
256 |
29% |
5411 |
.text.APP_taskRouter |
0x00000b60 |
0x00000c58 |
248 |
28% |
5414 |
.text.APP_vInitialiseRouter |
0x00000c58 |
0x00000d9c |
324 |
37% |
5417 |
Expected total in app_window_covering.o file: |
888 |
Actual: |
888 |
100% |
5408 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.text.APP_ZCL_cbGeneralCallback |
0x00000d9c |
0x00000da0 |
4 |
1% |
5420 |
.text.APP_vZCL_DeviceSpecific_Init |
0x00000da0 |
0x00000df4 |
84 |
12% |
5423 |
.text.APP_ZCL_vInitialise |
0x00000df4 |
0x00000e50 |
92 |
13% |
5425 |
.text.APP_cbTimerZclTick |
0x00000e50 |
0x00000ec4 |
116 |
17% |
5428 |
.text.APP_cbTimerGPZclTick |
0x00000ec4 |
0x00000eec |
40 |
6% |
5431 |
.text.APP_ZCL_vEventHandler |
0x00000eec |
0x00000f04 |
24 |
4% |
5434 |
.text.APP_vHandleIdentify |
0x00000f04 |
0x00000f48 |
68 |
10% |
5437 |
.text.APP_ZCL_cbEndpointCallback |
0x00000f48 |
0x00001020 |
216 |
31% |
5440 |
.text.vIdEffectTick |
0x00001020 |
0x00001060 |
64 |
10% |
5442 |
Expected total in app_zcl_task.o file: |
708 |
Actual: |
708 |
100% |
5420 |
Flash640 / .text / app_buttons.o |
Start |
End |
Size |
% |
Line |
.text.gint_callback |
0x00001060 |
0x00001094 |
52 |
15% |
5445 |
.text.APP_u32GetSwitchIOState |
0x00001094 |
0x000010a4 |
16 |
5% |
5448 |
.text.APP_cbTimerButtonScan |
0x000010a4 |
0x0000113c |
152 |
43% |
5451 |
.text.APP_bButtonInitialise |
0x0000113c |
0x000011c4 |
136 |
39% |
5454 |
Expected total in app_buttons.o file: |
356 |
Actual: |
356 |
100% |
5445 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.text.APP_vWhiteLedOff |
0x000011c4 |
0x000011ec |
40 |
13% |
5457 |
.text.APP_vLedInitialise |
0x000011ec |
0x000012bc |
208 |
63% |
5459 |
.text.APP_vSetLed |
0x000012bc |
0x00001310 |
84 |
26% |
5462 |
Expected total in app_leds.o file: |
332 |
Actual: |
332 |
100% |
5457 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.text.DbgConsole_SendDataReliable |
0x00001310 |
0x0000135c |
76 |
19% |
5465 |
.text.DbgConsole_PrintCallback |
0x0000135c |
0x00001398 |
60 |
15% |
5468 |
.text.DbgConsole_Init |
0x00001398 |
0x00001434 |
156 |
38% |
5471 |
.text.DbgConsole_Deinit |
0x00001434 |
0x0000146c |
56 |
14% |
5474 |
.text.DbgConsole_Printf |
0x0000146c |
0x000014ac |
64 |
16% |
5477 |
Expected total in fsl_debug_console.o file: |
412 |
Actual: |
412 |
100% |
5465 |
Flash640 / .text / fsl_gpio.o |
Start |
End |
Size |
% |
Line |
.text.GPIO_PinInit |
0x000014ac |
0x000014dc |
48 |
100% |
5480 |
Expected total in fsl_gpio.o file: |
48 |
Actual: |
48 |
100% |
5480 |
Flash640 / .text / hardware_init.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitClocks |
0x000014dc |
0x00001574 |
152 |
65% |
5484 |
.text.BOARD_InitHardware |
0x00001574 |
0x000015c8 |
84 |
36% |
5487 |
Expected total in hardware_init.o file: |
236 |
Actual: |
236 |
100% |
5484 |
Flash640 / .text / pin_mux.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitPins |
0x000015c8 |
0x000015e4 |
28 |
100% |
5490 |
Expected total in pin_mux.o file: |
28 |
Actual: |
28 |
100% |
5490 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.text.PWM_GetDefaultConfig |
0x000015e4 |
0x00001608 |
36 |
15% |
5493 |
.text.PWM_Init |
0x00001608 |
0x00001642 |
58 |
23% |
5496 |
.text.PWM_SetupPwm |
0x00001642 |
0x000016c6 |
132 |
52% |
5499 |
.text.PWM_ClearStatusFlags |
0x000016c6 |
0x000016e4 |
30 |
12% |
5502 |
Expected total in fsl_pwm.o file: |
256 |
Actual: |
256 |
100% |
5493 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.text.GINT_GetInstance |
0x000016e4 |
0x0000170c |
40 |
17% |
5505 |
.text.GINT_Init |
0x0000170c |
0x00001730 |
36 |
15% |
5507 |
.text.GINT_SetCtrl |
0x00001730 |
0x0000175c |
44 |
19% |
5510 |
.text.GINT_ConfigPins |
0x0000175c |
0x00001768 |
12 |
5% |
5513 |
.text.GINT_EnableCallback |
0x00001768 |
0x00001788 |
32 |
14% |
5517 |
.text.GINT_DisableCallback |
0x00001788 |
0x000017b4 |
44 |
19% |
5520 |
.text.GINT0_DriverIRQHandler |
0x000017b4 |
0x000017d8 |
36 |
15% |
5523 |
Expected total in fsl_gint.o file: |
244 |
Actual: |
244 |
100% |
5505 |
Flash640 / .text / app_power_on_counter.o |
Start |
End |
Size |
% |
Line |
.text.vManagePowerOnCountLoadRecord |
0x000017d8 |
0x000017f4 |
28 |
13% |
5526 |
.text.vManagePowerOnCountInit |
0x000017f4 |
0x00001834 |
64 |
30% |
5529 |
.text.APP_cbTimerPowerCount |
0x00001834 |
0x000018b0 |
124 |
58% |
5532 |
Expected total in app_power_on_counter.o file: |
216 |
Actual: |
216 |
100% |
5526 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.text.flashConfig_ExtractGpAdcTrimValues |
0x000018b0 |
0x000018e8 |
56 |
7% |
5535 |
.text.flashConfig_ExtractTempSensorTrimValues |
0x000018e8 |
0x00001958 |
112 |
14% |
5539 |
.text.temp_computation |
0x00001958 |
0x000019d8 |
128 |
16% |
5542 |
.text.ADC_Configuration |
0x000019d8 |
0x00001a50 |
120 |
15% |
5545 |
.text.load_calibration_param_from_flash |
0x00001a50 |
0x00001ad0 |
128 |
16% |
5548 |
.text.get_temperature |
0x00001ad0 |
0x00001be8 |
280 |
34% |
5551 |
Expected total in temp_sensor_drv.o file: |
824 |
Actual: |
824 |
100% |
5535 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.text.ADC_GetInstance.isra.0 |
0x00001be8 |
0x00001c10 |
40 |
9% |
5554 |
.text.ADC_Init |
0x00001c10 |
0x00001ca4 |
148 |
32% |
5556 |
.text.ADC_SetConvSeqAConfig |
0x00001ca4 |
0x00001cf8 |
84 |
18% |
5559 |
.text.ADC_GetChannelConversionResult |
0x00001cf8 |
0x00001d78 |
128 |
27% |
5562 |
.text.ADC_EnableTemperatureSensor |
0x00001d78 |
0x00001dc4 |
76 |
16% |
5565 |
Expected total in fsl_adc.o file: |
476 |
Actual: |
476 |
100% |
5554 |
Flash640 / .text / app_reporting.o |
Start |
End |
Size |
% |
Line |
.text.eRestoreReports |
0x00001dc4 |
0x00001de0 |
28 |
17% |
5568 |
.text.vMakeSupportedAttributesReportable |
0x00001de0 |
0x00001e10 |
48 |
28% |
5571 |
.text.vLoadDefaultConfigForReportable |
0x00001e10 |
0x00001e44 |
52 |
31% |
5574 |
.text.vSaveReportableRecord |
0x00001e44 |
0x00001e70 |
44 |
26% |
5577 |
Expected total in app_reporting.o file: |
172 |
Actual: |
172 |
100% |
5568 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_GetClock32MCapacitanceCharacteristics |
0x00001e70 |
0x00001e78 |
8 |
25% |
5580 |
.text.BOARD_CpuClockUpdate32MhzFro |
0x00001e78 |
0x00001e90 |
24 |
75% |
5583 |
Expected total in board_utility.o file: |
32 |
Actual: |
32 |
100% |
5580 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.text.vApp_GP_RegisterDevice |
0x00001e90 |
0x00001f10 |
128 |
44% |
5586 |
.text.vAPP_GP_LoadPDMData |
0x00001f10 |
0x00001f44 |
52 |
18% |
5589 |
.text.vAPP_GP_ResetData |
0x00001f44 |
0x00001f78 |
52 |
18% |
5592 |
.text.vHandleGreenPowerEvent |
0x00001f78 |
0x00001fb4 |
60 |
21% |
5595 |
Expected total in app_green_power.o file: |
292 |
Actual: |
292 |
100% |
5586 |
Flash640 / .text / ZQueue.o |
Start |
End |
Size |
% |
Line |
.text.ZQ_vQueueCreate |
0x00001fb4 |
0x00001fc2 |
14 |
8% |
5598 |
.text.ZQ_bQueueSend |
0x00001fc2 |
0x0000200c |
74 |
41% |
5601 |
.text.ZQ_bQueueReceive |
0x0000200c |
0x00002046 |
58 |
32% |
5604 |
.text.ZQ_bQueueIsEmpty |
0x00002046 |
0x00002050 |
10 |
6% |
5607 |
.text.ZQ_u32QueueGetQueueSize |
0x00002050 |
0x00002054 |
4 |
3% |
5610 |
.text.ZQ_u32QueueGetQueueMessageWaiting |
0x00002054 |
0x00002058 |
4 |
3% |
5613 |
.text.ZQ_pvGetFirstElementOnQueue |
0x00002058 |
0x0000205c |
4 |
3% |
5616 |
.text.ZQ_pvGetNextElementOnQueue |
0x0000205c |
0x0000206c |
16 |
9% |
5619 |
Expected total in ZQueue.o file: |
184 |
Actual: |
184 |
100% |
5598 |
Flash640 / .text / ZTimer.o |
Start |
End |
Size |
% |
Line |
.text.ZTIMER_eInit |
0x0000206c |
0x00002090 |
36 |
9% |
5623 |
.text.ZTIMER_vTask |
0x00002090 |
0x0000212c |
156 |
39% |
5626 |
.text.ZTIMER_eOpen |
0x0000212c |
0x00002164 |
56 |
14% |
5629 |
.text.ZTIMER_eStart |
0x00002164 |
0x000021b8 |
84 |
21% |
5632 |
.text.ZTIMER_eStop |
0x000021b8 |
0x00002204 |
76 |
19% |
5635 |
Expected total in ZTimer.o file: |
408 |
Actual: |
408 |
100% |
5623 |
Flash640 / .text / app_zps_link_keys.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pau8GetBdbDistributedLinkKey |
0x00002204 |
0x0000220c |
8 |
100% |
5638 |
Expected total in app_zps_link_keys.o file: |
8 |
Actual: |
8 |
100% |
5638 |
Flash640 / .text / appZdpExtraction.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdpUnpackNodeDescResponse |
0x0000220c |
0x00002284 |
120 |
100% |
5641 |
Expected total in appZdpExtraction.o file: |
120 |
Actual: |
120 |
100% |
5641 |
Flash640 / .text / appZpsBeaconHandler.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bAppAddBeaconFilter |
0x00002284 |
0x00002290 |
12 |
5% |
5644 |
.text.ZPS_bAppRemoveBeaconFilter |
0x00002290 |
0x0000229c |
12 |
5% |
5647 |
.text.ZPS_bAppPassBeaconToHigherLayer |
0x0000229c |
0x000023a4 |
264 |
92% |
5650 |
Expected total in appZpsBeaconHandler.o file: |
288 |
Actual: |
288 |
100% |
5644 |
Flash640 / .text / board.o |
Start |
End |
Size |
% |
Line |
.text.BOARD_InitDebugConsole |
0x000023a4 |
0x000023cc |
40 |
91% |
5653 |
.text.BOARD_DbgDiagEnable |
0x000023cc |
0x000023d0 |
4 |
10% |
5656 |
Expected total in board.o file: |
44 |
Actual: |
44 |
100% |
5653 |
Flash640 / .text / system_K32W061.o |
Start |
End |
Size |
% |
Line |
.text.SystemCoreClockUpdate |
0x000023d0 |
0x00002470 |
160 |
71% |
5660 |
.text.SystemInit |
0x00002470 |
0x000024b4 |
68 |
30% |
5663 |
Expected total in system_K32W061.o file: |
228 |
Actual: |
228 |
100% |
5660 |
Flash640 / .text / startup_K32W061.o |
Start |
End |
Size |
% |
Line |
.text.DMIC0_IRQHandler |
0x000024b4 |
0x000024bc |
8 |
6% |
5666 |
.text.CIC_IRB_IRQHandler |
0x000024bc |
0x000024c4 |
8 |
6% |
5669 |
.text.HWVAD0_IRQHandler |
0x000024c4 |
0x000024cc |
8 |
6% |
5672 |
.text.PINT0_IRQHandler |
0x000024cc |
0x000024d4 |
8 |
6% |
5675 |
.text.PINT1_IRQHandler |
0x000024d4 |
0x000024dc |
8 |
6% |
5678 |
.text.PINT2_IRQHandler |
0x000024dc |
0x000024e4 |
8 |
6% |
5681 |
.text.PINT3_IRQHandler |
0x000024e4 |
0x000024ec |
8 |
6% |
5684 |
.text.GINT0_IRQHandler |
0x000024ec |
0x000024f4 |
8 |
6% |
5687 |
.text.CTIMER0_IRQHandler |
0x000024f4 |
0x000024fc |
8 |
6% |
5690 |
.text.CTIMER1_IRQHandler |
0x000024fc |
0x00002504 |
8 |
6% |
5693 |
.text.FLEXCOMM0_IRQHandler |
0x00002504 |
0x0000250c |
8 |
6% |
5696 |
.text.FLEXCOMM1_IRQHandler |
0x0000250c |
0x00002514 |
8 |
6% |
5699 |
.text.FLEXCOMM2_IRQHandler |
0x00002514 |
0x0000251c |
8 |
6% |
5702 |
.text.FLEXCOMM3_IRQHandler |
0x0000251c |
0x00002524 |
8 |
6% |
5705 |
.text.FLEXCOMM4_IRQHandler |
0x00002524 |
0x0000252c |
8 |
6% |
5708 |
.text.FLEXCOMM5_IRQHandler |
0x0000252c |
0x00002534 |
8 |
6% |
5711 |
.text.FLEXCOMM6_IRQHandler |
0x00002534 |
0x0000253c |
8 |
6% |
5714 |
Expected total in startup_K32W061.o file: |
136 |
Actual: |
136 |
100% |
5666 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.text.WWDT_GetInstance.isra.0 |
0x0000253c |
0x00002564 |
40 |
11% |
5717 |
.text.WWDT_GetDefaultConfig |
0x00002564 |
0x000025a0 |
60 |
17% |
5719 |
.text.WWDT_Init |
0x000025a0 |
0x00002660 |
192 |
53% |
5722 |
.text.WWDT_Deinit |
0x00002660 |
0x00002670 |
16 |
5% |
5725 |
.text.WWDT_Refresh |
0x00002670 |
0x00002684 |
20 |
6% |
5728 |
.text.WWDT_ClearStatusFlags |
0x00002684 |
0x000026ac |
40 |
11% |
5731 |
Expected total in fsl_wwdt.o file: |
368 |
Actual: |
368 |
100% |
5717 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.text.CLOCK_u8OscCapConvert |
0x000026ac |
0x000026d4 |
40 |
2% |
5734 |
.text.CLOCK_AttachClk |
0x000026d4 |
0x000027dc |
264 |
13% |
5737 |
.text.CLOCK_SetClkDiv |
0x000027dc |
0x00002838 |
92 |
5% |
5740 |
.text.CLOCK_GetXtal32kFreq |
0x00002838 |
0x00002850 |
24 |
2% |
5744 |
.text.CLOCK_GetFro32kFreq |
0x00002850 |
0x00002868 |
24 |
2% |
5747 |
.text.CLOCK_GetOsc32kFreq |
0x00002868 |
0x0000287c |
20 |
1% |
5750 |
.text.CLOCK_GetFro12MFreq |
0x0000287c |
0x00002894 |
24 |
2% |
5753 |
.text.CLOCK_GetFro32MFreq |
0x00002894 |
0x000028ac |
24 |
2% |
5756 |
.text.CLOCK_GetOsc32MFreq |
0x000028ac |
0x000028c4 |
24 |
2% |
5759 |
.text.CLOCK_GetWdtOscFreq |
0x000028c4 |
0x000028f0 |
44 |
3% |
5762 |
.text.CLOCK_GetFro48MFreq |
0x000028f0 |
0x00002908 |
24 |
2% |
5765 |
.text.CLOCK_GetPWMClockFreq |
0x00002908 |
0x00002928 |
32 |
2% |
5768 |
.text.CLOCK_GetMainClockRate |
0x00002928 |
0x00002968 |
64 |
4% |
5772 |
.text.CLOCK_GetCoreSysClkFreq |
0x00002968 |
0x00002980 |
24 |
2% |
5775 |
.text.CLOCK_GetFRGInputClock |
0x00002980 |
0x000029a6 |
38 |
2% |
5778 |
.text.CLOCK_GetFRGClock |
0x000029a6 |
0x000029d8 |
50 |
3% |
5781 |
.text.CLOCK_GetFro64MFreq |
0x000029d8 |
0x000029f0 |
24 |
2% |
5784 |
.text.CLOCK_GetClkOutFreq |
0x000029f0 |
0x00002a50 |
96 |
5% |
5787 |
.text.CLOCK_GetSpifiOscFreq |
0x00002a50 |
0x00002a98 |
72 |
4% |
5790 |
.text.CLOCK_GetApbCLkFreq |
0x00002a98 |
0x00002ac4 |
44 |
3% |
5793 |
.text.CLOCK_GetFreq |
0x00002ac4 |
0x00002bcc |
264 |
13% |
5796 |
.text.CLOCK_DisableClock |
0x00002bcc |
0x00002c70 |
164 |
8% |
5799 |
.text.CLOCK_IsClockEnable |
0x00002c70 |
0x00002c8e |
30 |
2% |
5802 |
.text.CLOCK_EnableAPBBridge |
0x00002c8e |
0x00002c9c |
14 |
1% |
5805 |
.text.CLOCK_Xtal32M_Trim |
0x00002c9c |
0x00002da4 |
264 |
13% |
5808 |
.text.CLOCK_XtalBasicTrim |
0x00002da4 |
0x00002dd4 |
48 |
3% |
5811 |
.text.DelayLoopN |
0x00002dd4 |
0x00002de0 |
12 |
1% |
5814 |
.text.CLOCK_uDelay |
0x00002de0 |
0x00002e08 |
40 |
2% |
5818 |
.text.CLOCK_Xtal32M_WaitUntilStable |
0x00002e08 |
0x00002e1c |
20 |
1% |
5821 |
.text.CLOCK_EnableClock |
0x00002e1c |
0x00002efc |
224 |
11% |
5824 |
Expected total in fsl_clock.o file: |
2128 |
Actual: |
2128 |
100% |
5734 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.text.RESET_SetPeripheralReset |
0x00002efc |
0x00002f50 |
84 |
42% |
5827 |
.text.RESET_ClearPeripheralReset |
0x00002f50 |
0x00002fa8 |
88 |
44% |
5830 |
.text.RESET_PeripheralReset |
0x00002fa8 |
0x00002fbc |
20 |
10% |
5833 |
.text.RESET_SystemReset |
0x00002fbc |
0x00002fc8 |
12 |
6% |
5837 |
Expected total in fsl_reset.o file: |
204 |
Actual: |
204 |
100% |
5827 |
Flash640 / .text / fsl_rng.o |
Start |
End |
Size |
% |
Line |
.text.TRNG_GetDefaultConfig |
0x00002fc8 |
0x00002fdc |
20 |
10% |
5840 |
.text.TRNG_Init |
0x00002fdc |
0x00003048 |
108 |
50% |
5843 |
.text.TRNG_GetRandomData |
0x00003048 |
0x000030a0 |
88 |
41% |
5846 |
Expected total in fsl_rng.o file: |
216 |
Actual: |
216 |
100% |
5840 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.text.USART_Deinit |
0x000030a0 |
0x000030e0 |
64 |
11% |
5849 |
.text.USART_GetDefaultConfig |
0x000030e0 |
0x0000311c |
60 |
10% |
5852 |
.text.USART_SetBaudRate |
0x0000311c |
0x000031bc |
160 |
26% |
5855 |
.text.USART_Init |
0x000031bc |
0x000032cc |
272 |
44% |
5858 |
.text.USART_WriteBlocking |
0x000032cc |
0x00003314 |
72 |
12% |
5861 |
Expected total in fsl_usart.o file: |
628 |
Actual: |
628 |
100% |
5849 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.text.FLEXCOMM_GetInstance |
0x00003314 |
0x00003348 |
52 |
9% |
5864 |
.text.FLEXCOMM_Init |
0x00003348 |
0x000033bc |
116 |
20% |
5867 |
.text.FLEXCOMM0_DriverIRQHandler |
0x000033bc |
0x000033f8 |
60 |
11% |
5870 |
.text.FLEXCOMM1_DriverIRQHandler |
0x000033f8 |
0x00003434 |
60 |
11% |
5873 |
.text.FLEXCOMM2_DriverIRQHandler |
0x00003434 |
0x00003470 |
60 |
11% |
5876 |
.text.FLEXCOMM3_DriverIRQHandler |
0x00003470 |
0x000034a8 |
56 |
10% |
5879 |
.text.FLEXCOMM4_DriverIRQHandler |
0x000034a8 |
0x000034e4 |
60 |
11% |
5882 |
.text.FLEXCOMM5_DriverIRQHandler |
0x000034e4 |
0x00003520 |
60 |
11% |
5885 |
.text.FLEXCOMM6_DriverIRQHandler |
0x00003520 |
0x0000355c |
60 |
11% |
5888 |
Expected total in fsl_flexcomm.o file: |
584 |
Actual: |
584 |
100% |
5864 |
Flash640 / .text / fsl_flash.o |
Start |
End |
Size |
% |
Line |
.text.FLASH_Wait |
0x0000355c |
0x0000356e |
18 |
8% |
5891 |
.text.FLASH_Erase |
0x0000356e |
0x000035b2 |
68 |
30% |
5894 |
.text.FLASH_ErasePages |
0x000035b2 |
0x000035c0 |
14 |
7% |
5897 |
.text.FLASH_BlankCheck |
0x000035c0 |
0x000035da |
26 |
12% |
5900 |
.text.FLASH_MarginCheck |
0x000035da |
0x000035f4 |
26 |
12% |
5903 |
.text.FLASH_Program |
0x000035f4 |
0x0000362c |
56 |
25% |
5906 |
.text.FLASH_SetReadMode |
0x0000362c |
0x00003640 |
20 |
9% |
5909 |
Expected total in fsl_flash.o file: |
228 |
Actual: |
228 |
100% |
5891 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.text.InstallIRQHandler |
0x00003640 |
0x00003694 |
84 |
50% |
5912 |
.text.SDK_DelayAtLeastUs |
0x00003694 |
0x000036e8 |
84 |
50% |
5915 |
Expected total in fsl_common.o file: |
168 |
Actual: |
168 |
100% |
5912 |
Flash640 / .text / fsl_aes.o |
Start |
End |
Size |
% |
Line |
.text.aesWaitForIdle.constprop.0.isra.0 |
0x000036e8 |
0x000036f0 |
8 |
4% |
5918 |
.text.aes_set_forward |
0x000036f0 |
0x00003706 |
22 |
9% |
5920 |
.text.aes_one_block |
0x00003706 |
0x0000373e |
56 |
22% |
5922 |
.text.AES_SetKey |
0x0000373e |
0x000037b0 |
114 |
44% |
5924 |
.text.AES_EncryptEcb |
0x000037b0 |
0x000037e8 |
56 |
22% |
5927 |
.text.AES_Init |
0x000037e8 |
0x000037f0 |
8 |
4% |
5930 |
Expected total in fsl_aes.o file: |
264 |
Actual: |
264 |
100% |
5918 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.text.Chip_LOWPOWER_SetSystemVoltages |
0x000037f0 |
0x000037f8 |
8 |
1% |
5933 |
.text.POWER_FlexcomClocksDisable |
0x000037f8 |
0x00003838 |
64 |
4% |
5935 |
.text.POWER_ClearResetCause |
0x00003838 |
0x00003844 |
12 |
1% |
5938 |
.text.POWER_SetTrimDefaultActiveVoltage |
0x00003844 |
0x00003af4 |
688 |
33% |
5941 |
.text.POWER_Init |
0x00003af4 |
0x00003b30 |
60 |
3% |
5944 |
.text.POWER_GetPowerDownConfig |
0x00003b30 |
0x00003de4 |
692 |
33% |
5947 |
.text.POWER_GoToPowerDown |
0x00003de4 |
0x00003e10 |
44 |
3% |
5950 |
.text.POWER_RegisterPowerDownEntryHookFunction |
0x00003e10 |
0x00003e1c |
12 |
1% |
5953 |
.text.POWER_EnterPowerDownMode |
0x00003e1c |
0x00003e34 |
24 |
2% |
5956 |
.text.POWER_EnterDeepDownMode |
0x00003e34 |
0x00003f08 |
212 |
11% |
5959 |
.text.POWER_EnterPowerMode |
0x00003f08 |
0x00003f20 |
24 |
2% |
5962 |
.text.POWER_SetDcdc1v8 |
0x00003f20 |
0x00003fac |
140 |
7% |
5966 |
.text.POWER_SetDcdc1v3 |
0x00003fac |
0x00004034 |
136 |
7% |
5969 |
Expected total in fsl_power.o file: |
2116 |
Actual: |
2116 |
100% |
5933 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.text.WTIMER_StartTimerFunction |
0x00004034 |
0x0000413c |
264 |
48% |
5972 |
.text.WTIMER_GetStatusFlags |
0x0000413c |
0x00004168 |
44 |
8% |
5974 |
.text.WTIMER_EnableInterrupts |
0x00004168 |
0x000041a8 |
64 |
12% |
5977 |
.text.WTIMER_StartTimerUnsafe |
0x000041a8 |
0x000041bc |
20 |
4% |
5980 |
.text.WTIMER_ReadTimer |
0x000041bc |
0x000041f0 |
52 |
10% |
5983 |
.text.WTIMER_ClearStatusFlags |
0x000041f0 |
0x0000422c |
60 |
11% |
5986 |
.text.WTIMER_StopTimer |
0x0000422c |
0x00004264 |
56 |
10% |
5989 |
Expected total in fsl_wtimer.o file: |
560 |
Actual: |
560 |
100% |
5972 |
Flash640 / .text / fsl_inputmux.o |
Start |
End |
Size |
% |
Line |
.text.INPUTMUX_Init |
0x00004264 |
0x0000426a |
6 |
30% |
5992 |
.text.INPUTMUX_AttachSignal |
0x0000426a |
0x00004278 |
14 |
70% |
5995 |
Expected total in fsl_inputmux.o file: |
20 |
Actual: |
20 |
100% |
5992 |
Flash640 / .text / fsl_fmeas.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_GetCountWithScale |
0x00004278 |
0x000042a0 |
40 |
100% |
5998 |
Expected total in fsl_fmeas.o file: |
40 |
Actual: |
40 |
100% |
5998 |
Flash640 / .text / Exceptions_NVIC.o |
Start |
End |
Size |
% |
Line |
.text.vDebugExceptionHandlersInitialise |
0x000042a0 |
0x000042cc |
44 |
100% |
6002 |
Expected total in Exceptions_NVIC.o file: |
44 |
Actual: |
44 |
100% |
6002 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.text.ExceptionUnwindStack |
0x000042cc |
0x0000435c |
144 |
6% |
6005 |
.text.HardFault_Handler |
0x0000435c |
0x00004364 |
8 |
1% |
6008 |
.text.BusFault_Handler |
0x00004364 |
0x0000436c |
8 |
1% |
6011 |
.text.UsageFault_Handler |
0x0000436c |
0x00004374 |
8 |
1% |
6014 |
.text.MemManage_Handler |
0x00004374 |
0x0000437c |
8 |
1% |
6017 |
.text.vPrintRegisterBit |
0x0000437c |
0x00004390 |
20 |
1% |
6020 |
.text.vPrintSystemHandlerAndControlStateRegisterBitFields |
0x00004390 |
0x00004458 |
200 |
9% |
6023 |
.text.vPrintConfigurableFaultStatusRegisterBitFields |
0x00004458 |
0x000045b0 |
344 |
15% |
6026 |
.text.vDebugBusFaultHandler |
0x000045b0 |
0x00004730 |
384 |
16% |
6029 |
.text.vDebugUsageFaultHandler |
0x00004730 |
0x00004890 |
352 |
15% |
6032 |
.text.vDebugMemoryFaultHandler |
0x00004890 |
0x00004a10 |
384 |
16% |
6035 |
.text.vPrintHardFaultStatusRegisterBitFields |
0x00004a10 |
0x00004a58 |
72 |
3% |
6038 |
.text.vDebugHardFaultHandler |
0x00004a58 |
0x00004c64 |
524 |
22% |
6041 |
Expected total in MicroExceptions_arm.o file: |
2456 |
Actual: |
2456 |
100% |
6005 |
Flash640 / .text / Debug.o |
Start |
End |
Size |
% |
Line |
.text.vDebugInit |
0x00004c64 |
0x00004c66 |
2 |
3% |
6044 |
.text.vDebugHex |
0x00004c66 |
0x00004cae |
72 |
88% |
6047 |
.text.vDebugNonInt |
0x00004cae |
0x00004cb2 |
4 |
5% |
6050 |
.text.vDebugHexNonInt |
0x00004cb2 |
0x00004cb6 |
4 |
5% |
6053 |
Expected total in Debug.o file: |
82 |
Actual: |
82 |
100% |
6044 |
Flash640 / .text / FunctionLib.o |
Start |
End |
Size |
% |
Line |
.text.FLib_MemCpy |
0x00004cb6 |
0x00004cca |
20 |
31% |
6056 |
.text.FLib_MemCmp |
0x00004cca |
0x00004cea |
32 |
49% |
6059 |
.text.FLib_MemSet |
0x00004cea |
0x00004cf8 |
14 |
22% |
6062 |
Expected total in FunctionLib.o file: |
66 |
Actual: |
66 |
100% |
6056 |
Flash640 / .text / SecLib.o |
Start |
End |
Size |
% |
Line |
.text.k32w0_hw_aes_load_key.constprop.0 |
0x00004cf8 |
0x00004d28 |
48 |
7% |
6065 |
.text.k32w0_hw_aes128_block_encrypt |
0x00004d28 |
0x00004d4c |
36 |
5% |
6067 |
.text.k32w0_hw_aes_ecb_encrypt.isra.0 |
0x00004d4c |
0x00004d74 |
40 |
6% |
6069 |
.text.SecLib_Init |
0x00004d74 |
0x00004d80 |
12 |
2% |
6071 |
.text.AES_128_Encrypt |
0x00004d80 |
0x00004d84 |
4 |
1% |
6074 |
.text.bACI_WriteKey |
0x00004d84 |
0x00004d98 |
20 |
3% |
6077 |
.text.vACI_OptimisedCcmStar |
0x00004d98 |
0x00004fd4 |
572 |
79% |
6080 |
Expected total in SecLib.o file: |
732 |
Actual: |
732 |
100% |
6065 |
Flash640 / .text / RNG.o |
Start |
End |
Size |
% |
Line |
.text.RNG_Init |
0x00004fd4 |
0x00005024 |
80 |
42% |
6083 |
.text.RNG_GetRandomNo |
0x00005024 |
0x00005064 |
64 |
34% |
6086 |
.text.RND_u32GetRand256 |
0x00005064 |
0x00005076 |
18 |
10% |
6089 |
.text.RND_u32GetRand |
0x00005076 |
0x00005094 |
30 |
16% |
6092 |
Expected total in RNG.o file: |
192 |
Actual: |
192 |
100% |
6083 |
Flash640 / .text / GenericList.o |
Start |
End |
Size |
% |
Line |
.text.ListInit |
0x00005094 |
0x000050a0 |
12 |
9% |
6095 |
.text.ListAddTail |
0x000050a0 |
0x000050dc |
60 |
45% |
6098 |
.text.ListRemoveHead |
0x000050dc |
0x00005112 |
54 |
41% |
6101 |
.text.ListGetAvailable |
0x00005112 |
0x0000511a |
8 |
6% |
6104 |
Expected total in GenericList.o file: |
134 |
Actual: |
134 |
100% |
6095 |
Flash640 / .text / Messaging.o |
Start |
End |
Size |
% |
Line |
.text.ListAddTailMsg |
0x0000511a |
0x00005120 |
6 |
9% |
6107 |
.text.ListRemoveHeadMsg |
0x00005120 |
0x0000512c |
12 |
17% |
6110 |
.text.ListGetHeadMsg |
0x0000512c |
0x00005142 |
22 |
30% |
6113 |
.text.ListGetNextMsg |
0x00005142 |
0x0000515a |
24 |
33% |
6116 |
.text.MSG_Free |
0x0000515a |
0x00005164 |
10 |
14% |
6119 |
Expected total in Messaging.o file: |
74 |
Actual: |
74 |
100% |
6107 |
Flash640 / .text / MemManager.o |
Start |
End |
Size |
% |
Line |
.text.MEM_Init |
0x00005164 |
0x000051d4 |
112 |
36% |
6122 |
.text.MEM_BufferAllocWithId |
0x000051d4 |
0x00005234 |
96 |
31% |
6125 |
.text.MEM_BufferFree |
0x00005234 |
0x0000529c |
104 |
34% |
6128 |
Expected total in MemManager.o file: |
312 |
Actual: |
312 |
100% |
6122 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.text.TMR_SetTimerStatus |
0x0000529c |
0x000052b0 |
20 |
3% |
6131 |
.text.StackTimer_ISR |
0x000052b0 |
0x000052d8 |
40 |
5% |
6133 |
.text.TMR_NotifyClkChanged |
0x000052d8 |
0x0000531c |
68 |
9% |
6136 |
.text.TMR_Init |
0x0000531c |
0x0000538c |
112 |
14% |
6139 |
.text.TMR_StopTimer |
0x0000538c |
0x00005408 |
124 |
16% |
6142 |
.text.TMR_Task |
0x00005408 |
0x000055c4 |
444 |
55% |
6145 |
Expected total in TimersManager.o file: |
808 |
Actual: |
808 |
100% |
6131 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.FMEAS_StartMeasureWithScale.constprop.0 |
0x000055c4 |
0x00005634 |
112 |
12% |
6148 |
.text.Timestamp_GetCounter32bit |
0x00005634 |
0x00005640 |
12 |
2% |
6150 |
.text.StackTimer_Init |
0x00005640 |
0x00005698 |
88 |
10% |
6153 |
.text.StackTimer_ReInit |
0x00005698 |
0x000056bc |
36 |
4% |
6156 |
.text.StackTimer_Enable |
0x000056bc |
0x000056cc |
16 |
2% |
6159 |
.text.StackTimer_GetInputFrequency |
0x000056cc |
0x000056d4 |
8 |
1% |
6162 |
.text.StackTimer_GetCounterValue |
0x000056d4 |
0x000056e0 |
12 |
2% |
6166 |
.text.StackTimer_SetOffsetTicks |
0x000056e0 |
0x000056f4 |
20 |
3% |
6169 |
.text.StackTimer_ClearIntFlag |
0x000056f4 |
0x00005724 |
48 |
6% |
6172 |
.text.WAKE_UP_TIMER1_IRQHandler |
0x00005724 |
0x00005770 |
76 |
9% |
6175 |
.text.FRO32K_StartCalibration |
0x00005770 |
0x000057c8 |
88 |
10% |
6178 |
.text.TMR_GetTimestampUs |
0x000057c8 |
0x0000582c |
100 |
11% |
6181 |
.text.FRO32K_CompleteCalibration |
0x0000582c |
0x000058d8 |
172 |
19% |
6184 |
.text.FRO32K_Init |
0x000058d8 |
0x0000596c |
148 |
16% |
6187 |
Expected total in TMR_Adapter.o file: |
936 |
Actual: |
936 |
100% |
6148 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.text.CTIMER_GenericIRQHandler |
0x0000596c |
0x000059cc |
96 |
78% |
6190 |
.text.CTIMER0_DriverIRQHandler |
0x000059cc |
0x000059da |
14 |
12% |
6193 |
.text.CTIMER1_DriverIRQHandler |
0x000059da |
0x000059e8 |
14 |
12% |
6196 |
Expected total in fsl_ctimer.o file: |
124 |
Actual: |
124 |
100% |
6190 |
Flash640 / .text / fsl_rtc.o |
Start |
End |
Size |
% |
Line |
.text.RTC_Init |
0x000059e8 |
0x00005a02 |
26 |
100% |
6199 |
Expected total in fsl_rtc.o file: |
26 |
Actual: |
26 |
100% |
6199 |
Flash640 / .text / Panic.o |
Start |
End |
Size |
% |
Line |
.text.panic |
0x00005a02 |
0x00005a04 |
2 |
100% |
6202 |
Expected total in Panic.o file: |
2 |
Actual: |
2 |
100% |
6202 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.text.DMA_GetInstance |
0x00005a04 |
0x00005a2c |
40 |
18% |
6204 |
.text.DMA_IRQHandle |
0x00005a2c |
0x00005ad4 |
168 |
74% |
6206 |
.text.DMA0_DriverIRQHandler |
0x00005ad4 |
0x00005ae8 |
20 |
9% |
6209 |
Expected total in fsl_dma.o file: |
228 |
Actual: |
228 |
100% |
6204 |
Flash640 / .text / MicroInt_arm_sdk2.o |
Start |
End |
Size |
% |
Line |
.text.vMicroIntEnableOnly |
0x00005ae8 |
0x00005b00 |
24 |
75% |
6212 |
.text.vMicroIntRestoreState |
0x00005b00 |
0x00005b08 |
8 |
25% |
6215 |
Expected total in MicroInt_arm_sdk2.o file: |
32 |
Actual: |
32 |
100% |
6212 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.text.PWR_InitFunction.part.0 |
0x00005b08 |
0x00005b34 |
44 |
5% |
6218 |
.text.PWR_Init |
0x00005b34 |
0x00005b44 |
16 |
2% |
6220 |
.text.PWR_AllowDeviceToSleep |
0x00005b44 |
0x00005b60 |
28 |
3% |
6223 |
.text.PWR_DisallowDeviceToSleep |
0x00005b60 |
0x00005b80 |
32 |
3% |
6226 |
.text.PWR_ChangeDeepSleepMode |
0x00005b80 |
0x00005ba4 |
36 |
4% |
6229 |
.text.PWR_GetDeepSleepConfig |
0x00005ba4 |
0x00005bc4 |
32 |
3% |
6232 |
.text.PWR_CheckSocTimers |
0x00005bc4 |
0x00005c84 |
192 |
18% |
6235 |
.text.PWR_CheckIfDeviceCanGoToSleep |
0x00005c84 |
0x00005cb0 |
44 |
5% |
6237 |
.text.PWR_EnterPowerDown |
0x00005cb0 |
0x00005ce8 |
56 |
6% |
6240 |
.text.PWR_EnterLowPower |
0x00005ce8 |
0x00005d0c |
36 |
4% |
6243 |
.text.PWR_SetWakeUpConfig |
0x00005d0c |
0x00005d20 |
20 |
2% |
6247 |
.text.PWR_GetWakeUpConfig |
0x00005d20 |
0x00005d2c |
12 |
2% |
6250 |
.text.vSetWakeUpIoConfig |
0x00005d2c |
0x00005d4c |
32 |
3% |
6253 |
.text.u64GetWakeupSourceConfig |
0x00005d4c |
0x00005dc8 |
124 |
12% |
6256 |
.text.vHandleSleepModes |
0x00005dc8 |
0x00005f1c |
340 |
32% |
6259 |
.text.PWR_u32GetRamRetention |
0x00005f1c |
0x00005f28 |
12 |
2% |
6261 |
.text.PWR_vForceRadioRetention |
0x00005f28 |
0x00005f40 |
24 |
3% |
6264 |
Expected total in PWR.o file: |
1080 |
Actual: |
1080 |
100% |
6218 |
Flash640 / .text / PWR_setjmp.o |
Start |
End |
Size |
% |
Line |
.text.setjmp |
0x00005f40 |
0x00005f4c |
12 |
43% |
6267 |
.text.longjmp |
0x00005f4c |
0x00005f5c |
16 |
58% |
6269 |
Expected total in PWR_setjmp.o file: |
28 |
Actual: |
28 |
100% |
6267 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.text.PWRLib_LLDsmComplete |
0x00005f5c |
0x00005f5e |
2 |
1% |
6271 |
.text.PWRLib_Init |
0x00005f5e |
0x00005f60 |
2 |
1% |
6273 |
.text.PWRLib_SetDeepSleepMode |
0x00005f60 |
0x00005f6c |
12 |
2% |
6276 |
.text.PWRLib_GetDeepSleepMode |
0x00005f6c |
0x00005f78 |
12 |
2% |
6279 |
.text.PWRLib_MCU_Enter_Sleep |
0x00005f78 |
0x00005f84 |
12 |
2% |
6282 |
.text.PWR_ClearWakeupReason |
0x00005f84 |
0x00005f90 |
12 |
2% |
6285 |
.text.WarmMain |
0x00005f90 |
0x00005fa0 |
16 |
3% |
6288 |
.text.PWRLib_EnterPowerDownModeRamOff |
0x00005fa0 |
0x00005fd0 |
48 |
7% |
6291 |
.text.PWRLib_EnterDeepDownMode |
0x00005fd0 |
0x00006000 |
48 |
7% |
6294 |
.text.PWRLib_u32RamBanksSpanned |
0x00006000 |
0x000060d4 |
212 |
31% |
6297 |
.text.PWRLib_EnterPowerDownModeRamOn |
0x000060d4 |
0x0000621c |
328 |
47% |
6300 |
Expected total in PWRLib.o file: |
704 |
Actual: |
704 |
100% |
6271 |
Flash640 / .text / GPIO_Adapter.o |
Start |
End |
Size |
% |
Line |
.text.GpioGetIoWakeupSource |
0x0000621c |
0x00006228 |
12 |
100% |
6303 |
Expected total in GPIO_Adapter.o file: |
12 |
Actual: |
12 |
100% |
6303 |
Flash640 / .text / fsl_str.o |
Start |
End |
Size |
% |
Line |
.text.StrFormatPrintf |
0x00006228 |
0x000067a0 |
1400 |
100% |
6306 |
Expected total in fsl_str.o file: |
1400 |
Actual: |
1400 |
100% |
6306 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.text.SerialManager_Init |
0x000067a0 |
0x000067f8 |
88 |
15% |
6309 |
.text.SerialManager_Deinit |
0x000067f8 |
0x00006844 |
76 |
13% |
6312 |
.text.SerialManager_OpenWriteHandle |
0x00006844 |
0x00006898 |
84 |
14% |
6315 |
.text.SerialManager_CloseWriteHandle |
0x00006898 |
0x000068e8 |
80 |
14% |
6318 |
.text.SerialManager_OpenReadHandle |
0x000068e8 |
0x00006944 |
92 |
16% |
6321 |
.text.SerialManager_CloseReadHandle |
0x00006944 |
0x00006994 |
80 |
14% |
6324 |
.text.SerialManager_WriteBlocking |
0x00006994 |
0x000069fc |
104 |
18% |
6327 |
Expected total in serial_manager.o file: |
604 |
Actual: |
604 |
100% |
6309 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.text.Serial_UartInit |
0x000069fc |
0x00006a5c |
96 |
48% |
6330 |
.text.Serial_UartDeinit |
0x00006a5c |
0x00006a80 |
36 |
18% |
6333 |
.text.Serial_UartWrite |
0x00006a80 |
0x00006ac8 |
72 |
36% |
6336 |
Expected total in serial_port_uart.o file: |
204 |
Actual: |
204 |
100% |
6330 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.text.HAL_UartInit |
0x00006ac8 |
0x00006b88 |
192 |
59% |
6339 |
.text.HAL_UartDeinit |
0x00006b88 |
0x00006bbc |
52 |
16% |
6342 |
.text.HAL_UartSendBlocking |
0x00006bbc |
0x00006c10 |
84 |
26% |
6345 |
Expected total in usart_adapter.o file: |
328 |
Actual: |
328 |
100% |
6339 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.text.__assert_func |
0x00006c10 |
0x00006c2c |
28 |
100% |
6348 |
Expected total in fsl_assert.o file: |
28 |
Actual: |
28 |
100% |
6348 |
Flash640 / .text / timer.o |
Start |
End |
Size |
% |
Line |
.text.zbPlatGetTime |
0x00006c2c |
0x00006c30 |
4 |
100% |
6351 |
Expected total in timer.o file: |
4 |
Actual: |
4 |
100% |
6351 |
Flash640 / .text / Heap.o |
Start |
End |
Size |
% |
Line |
.text.pvHeap_DefAlloc |
0x00006c30 |
0x00006c6c |
60 |
84% |
6354 |
.text.pvHeap_Alloc |
0x00006c6c |
0x00006c78 |
12 |
17% |
6356 |
Expected total in Heap.o file: |
72 |
Actual: |
72 |
100% |
6354 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.text.osObjectIsAllocated.constprop.0 |
0x00006c78 |
0x00006c9c |
36 |
6% |
6359 |
.text.OSA_EnableIRQGlobal |
0x00006c9c |
0x00006cb0 |
20 |
3% |
6361 |
.text.OSA_DisableIRQGlobal |
0x00006cb0 |
0x00006cc0 |
16 |
3% |
6364 |
.text.task_init |
0x00006cc0 |
0x00006cfc |
60 |
9% |
6367 |
.text.OSA_TaskCreate |
0x00006cfc |
0x00006d7c |
128 |
18% |
6370 |
.text.OSA_TimeInit |
0x00006d7c |
0x00006dac |
48 |
7% |
6373 |
.text.OSA_TimeDiff |
0x00006dac |
0x00006db0 |
4 |
1% |
6376 |
.text.OSA_TimeGetMsec |
0x00006db0 |
0x00006dbc |
12 |
2% |
6379 |
.text.OSA_EventCreate |
0x00006dbc |
0x00006df8 |
60 |
9% |
6382 |
.text.OSA_EventSet |
0x00006df8 |
0x00006e20 |
40 |
6% |
6385 |
.text.OSA_EventWait |
0x00006e20 |
0x00006eb8 |
152 |
22% |
6388 |
.text.OSA_InterruptEnable |
0x00006eb8 |
0x00006ebc |
4 |
1% |
6391 |
.text.OSA_InterruptDisable |
0x00006ebc |
0x00006ec0 |
4 |
1% |
6394 |
.text.OSA_InterruptEnableRestricted |
0x00006ec0 |
0x00006eda |
26 |
4% |
6397 |
.text.OSA_InterruptEnableRestore |
0x00006eda |
0x00006ee2 |
8 |
2% |
6400 |
.text.OSA_InstallIntHandler |
0x00006ee2 |
0x00006ee8 |
6 |
1% |
6403 |
.text.OSA_Start |
0x00006ee8 |
0x00006f10 |
40 |
6% |
6406 |
.text.startup.main |
0x00006f10 |
0x00006f30 |
32 |
5% |
6409 |
.text.SysTick_Handler |
0x00006f30 |
0x00006f40 |
16 |
3% |
6412 |
Expected total in fsl_os_abstraction_bm.o file: |
712 |
Actual: |
712 |
100% |
6359 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.text.u16GP_APduInstanceReadWriteLongString |
0x00006f40 |
0x00006fa8 |
104 |
6% |
6415 |
.text.vCLD_GPTimerClickCallback |
0x00006fa8 |
0x00006fe0 |
56 |
3% |
6419 |
.text.eCLD_GPRegisterTimeServer |
0x00006fe0 |
0x00007008 |
40 |
2% |
6421 |
.text.eGP_CreateGreenPower |
0x00007008 |
0x000070f0 |
232 |
12% |
6424 |
.text.eGP_FindGpCluster |
0x000070f0 |
0x00007128 |
56 |
3% |
6427 |
.text.u16GP_DeriveAliasSrcAddr |
0x00007128 |
0x00007168 |
64 |
4% |
6430 |
.text.u8GP_DeriveAliasSeqNum |
0x00007168 |
0x00007194 |
44 |
3% |
6433 |
.text.u32GP_CRC32 |
0x00007194 |
0x000071c8 |
52 |
3% |
6436 |
.text.bGP_IsDuplicatePkt |
0x000071c8 |
0x000072ee |
294 |
15% |
6439 |
.text.bGP_AliasPresent |
0x000072ee |
0x00007416 |
296 |
15% |
6442 |
.text.vGP_CallbackForPersistData |
0x00007416 |
0x00007460 |
74 |
4% |
6445 |
.text.vGP_RestorePersistedData |
0x00007460 |
0x000074d8 |
120 |
6% |
6449 |
.text.bGP_CheckFrameToBeProcessed |
0x000074d8 |
0x00007514 |
60 |
3% |
6452 |
.text.bGP_GetGPDKey |
0x00007514 |
0x0000759c |
136 |
7% |
6455 |
.text.eGP_AddDeviceSecurity |
0x0000759c |
0x000076bc |
288 |
15% |
6458 |
.text.u8GP_SecurityProcessCallback |
0x000076bc |
0x00007718 |
92 |
5% |
6461 |
Expected total in GreenPower.o file: |
2008 |
Actual: |
2008 |
100% |
6415 |
Flash640 / .text / GreenPowerCommissioningNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpCommissioningNotificationSend |
0x00007718 |
0x00007864 |
332 |
50% |
6464 |
.text.eGP_ZgpCommissioningNotificationReceive |
0x00007864 |
0x000079b2 |
334 |
51% |
6467 |
Expected total in GreenPowerCommissioningNotification.o file: |
666 |
Actual: |
666 |
100% |
6464 |
Flash640 / .text / GreenPowerCommon.o |
Start |
End |
Size |
% |
Line |
.text.bGP_GiveCommIndAndUpdateTable |
0x000079b2 |
0x000079b6 |
4 |
1% |
6470 |
.text.bGP_ValidateCommandType |
0x000079b6 |
0x00007a02 |
76 |
3% |
6473 |
.text.bGP_GetFreeProxySinkTableEntry |
0x00007a02 |
0x00007a54 |
82 |
3% |
6476 |
.text.u16GP_GetStringSizeOfProxyTable |
0x00007a54 |
0x00007b14 |
192 |
6% |
6479 |
.text.bGP_IsFreshPkt |
0x00007b14 |
0x00007b4c |
56 |
2% |
6482 |
.text.vCreateDataIndFromBufferedCmd |
0x00007b4c |
0x00007be0 |
148 |
5% |
6485 |
.text.u8GP_GetLQIQuality |
0x00007be0 |
0x00007c02 |
34 |
2% |
6488 |
.text.u8GP_GetProxyDistance |
0x00007c02 |
0x00007c10 |
14 |
1% |
6491 |
.text.u8GP_GetProxyDelay |
0x00007c10 |
0x00007c22 |
18 |
1% |
6494 |
.text.eGp_BufferTransmissionPacket |
0x00007c22 |
0x00007d3c |
282 |
9% |
6497 |
.text.vGP_SendDeviceAnnounce |
0x00007d3c |
0x00007dd0 |
148 |
5% |
6500 |
.text.u8GP_GetDataReqHandle |
0x00007dd0 |
0x00007de2 |
18 |
1% |
6503 |
.text.vGP_ExitCommMode |
0x00007de2 |
0x00007e5e |
124 |
4% |
6506 |
.text.bValidatePacketLength |
0x00007e5e |
0x00007e90 |
50 |
2% |
6509 |
.text.u8GetGPDFKeyMAP |
0x00007e90 |
0x00007eda |
74 |
3% |
6512 |
.text.bGP_ValidateGPDF_Fields |
0x00007eda |
0x00007f30 |
86 |
3% |
6515 |
.text.bGP_SecurityValidation |
0x00007f30 |
0x00007f4e |
30 |
1% |
6518 |
.text.u16GetProxyTableEntrySize |
0x00007f4e |
0x00007fba |
108 |
4% |
6521 |
.text.u16GetProxyTableString |
0x00007fba |
0x00008122 |
360 |
11% |
6524 |
.text.u16GP_ReadProxyTableToString |
0x00008122 |
0x0000817e |
92 |
3% |
6527 |
.text.bGP_CheckGPDAddressMatch |
0x0000817e |
0x00008226 |
168 |
6% |
6530 |
.text.bGP_IsProxyTableEntryPresent |
0x00008226 |
0x00008290 |
106 |
4% |
6533 |
.text.vGP_RemoveGPDFromProxySinkTable |
0x00008290 |
0x00008308 |
120 |
4% |
6536 |
.text.bGP_GPDFValidityCheck |
0x00008308 |
0x000083e2 |
218 |
7% |
6539 |
.text.bIsInvolveTC |
0x000083e2 |
0x00008410 |
46 |
2% |
6542 |
.text.vBackUpTxQueueMsg |
0x00008410 |
0x00008492 |
130 |
4% |
6545 |
.text.vSendToTxQueue |
0x00008492 |
0x00008540 |
174 |
6% |
6548 |
.text.vGp_TransmissionTimerCallback |
0x00008540 |
0x00008684 |
324 |
10% |
6551 |
Expected total in GreenPowerCommon.o file: |
3282 |
Actual: |
3282 |
100% |
6470 |
Flash640 / .text / GreenPowerCustomCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_GreenPowerCommandHandler |
0x00008684 |
0x00008758 |
212 |
100% |
6554 |
Expected total in GreenPowerCustomCommandHandler.o file: |
212 |
Actual: |
212 |
100% |
6554 |
Flash640 / .text / GreenPowerCustomCommandResponses.o |
Start |
End |
Size |
% |
Line |
.text.eGP_HandleSinkTableResponse |
0x00008758 |
0x000087a4 |
76 |
3% |
6557 |
.text.eGP_HandleProxyTableRequest |
0x000087a4 |
0x0000890a |
358 |
12% |
6560 |
.text.eGP_HandleProxyTableResponse |
0x0000890a |
0x00008956 |
76 |
3% |
6563 |
.text.eGP_HandleProxyCommissioningMode |
0x00008956 |
0x00008a44 |
238 |
8% |
6566 |
.text.vGetRSSIAndLQIFromGPPGPDLink |
0x00008a44 |
0x00008a58 |
20 |
1% |
6569 |
.text.vFillDataIndicationFromNotif |
0x00008a58 |
0x00008ae2 |
138 |
5% |
6572 |
.text.vFillDataIndication |
0x00008ae2 |
0x00008b96 |
180 |
6% |
6575 |
.text.vGP_SendResponseGPDF |
0x00008b96 |
0x00008c50 |
186 |
6% |
6578 |
.text.eGP_HandleZgpReponse |
0x00008c50 |
0x00008d06 |
182 |
6% |
6581 |
.text.bBestGPD_GPPLink |
0x00008d06 |
0x00008d2e |
40 |
2% |
6584 |
.text.bGP_CheckIfCmdToBeBuffered |
0x00008d2e |
0x00008e40 |
274 |
9% |
6587 |
.text.eGP_HandleZgpCommissioningNotification |
0x00008e40 |
0x00008eda |
154 |
5% |
6590 |
.text.bGP_CheckIfCmdToBeNotified |
0x00008eda |
0x00008f60 |
134 |
5% |
6593 |
.text.eGP_HandleZgpNotification |
0x00008f60 |
0x0000902c |
204 |
7% |
6596 |
.text.bGP_IsPairingCmdValid |
0x0000902c |
0x00009060 |
52 |
2% |
6599 |
.text.eGP_HandleZgpPairing |
0x00009060 |
0x000093d0 |
880 |
28% |
6602 |
Expected total in GreenPowerCustomCommandResponses.o file: |
3192 |
Actual: |
3192 |
100% |
6557 |
Flash640 / .text / GreenPowerDataIndication.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleZgpDataIndication |
0x000093d0 |
0x000094bc |
236 |
52% |
6606 |
.text.vAddRemoveBufferedTxQMsg |
0x000094bc |
0x0000953c |
128 |
28% |
6609 |
.text.vZCL_HandleZgpDataConfirm |
0x0000953c |
0x0000959c |
96 |
21% |
6612 |
Expected total in GreenPowerDataIndication.o file: |
460 |
Actual: |
460 |
100% |
6606 |
Flash640 / .text / GreenPowerDirectCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_FormGPDataIndication |
0x0000959c |
0x00009672 |
214 |
70% |
6615 |
.text.eGP_GreenPowerDirectCommandHandler |
0x00009672 |
0x000096d0 |
94 |
31% |
6618 |
Expected total in GreenPowerDirectCommandHandler.o file: |
308 |
Actual: |
308 |
100% |
6615 |
Flash640 / .text / GreenPowerNotification.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpNotificationSend |
0x000096d0 |
0x000097d8 |
264 |
49% |
6622 |
.text.eGP_ZgpNotificationReceive |
0x000097d8 |
0x000098f4 |
284 |
52% |
6625 |
Expected total in GreenPowerNotification.o file: |
548 |
Actual: |
548 |
100% |
6622 |
Flash640 / .text / GreenPowerPairing.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpPairingReceive |
0x000098f4 |
0x00009c0e |
794 |
100% |
6628 |
Expected total in GreenPowerPairing.o file: |
794 |
Actual: |
794 |
100% |
6628 |
Flash640 / .text / GreenPowerProxyCommissioningMode.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyCommissioningModeSend |
0x00009c0e |
0x00009c82 |
116 |
19% |
6631 |
.text.eGP_ProxyCommissioningMode |
0x00009c82 |
0x00009e0e |
396 |
63% |
6634 |
.text.eGP_ProxyCommissioningModeReceive |
0x00009e0e |
0x00009e88 |
122 |
20% |
6637 |
Expected total in GreenPowerProxyCommissioningMode.o file: |
634 |
Actual: |
634 |
100% |
6631 |
Flash640 / .text / GreenPowerProxyGPDHandler.o |
Start |
End |
Size |
% |
Line |
.text.vGP_HandleGPDCommand |
0x00009e88 |
0x0000a2ec |
1124 |
100% |
6640 |
Expected total in GreenPowerProxyGPDHandler.o file: |
1124 |
Actual: |
1124 |
100% |
6640 |
Flash640 / .text / GreenPowerProxyTableRequest.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableRequestReceive |
0x0000a2ec |
0x0000a39a |
174 |
100% |
6643 |
Expected total in GreenPowerProxyTableRequest.o file: |
174 |
Actual: |
174 |
100% |
6643 |
Flash640 / .text / GreenPowerProxyTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ProxyTableResponseSend |
0x0000a39a |
0x0000a404 |
106 |
41% |
6646 |
.text.eGP_ProxyTableResponseReceive |
0x0000a404 |
0x0000a4a2 |
158 |
60% |
6649 |
Expected total in GreenPowerProxyTableResponse.o file: |
264 |
Actual: |
264 |
100% |
6646 |
Flash640 / .text / GreenPowerResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_ZgpResponseReceive |
0x0000a4a2 |
0x0000a57a |
216 |
100% |
6652 |
Expected total in GreenPowerResponse.o file: |
216 |
Actual: |
216 |
100% |
6652 |
Flash640 / .text / GreenPowerScheduler.o |
Start |
End |
Size |
% |
Line |
.text.eGP_Update20mS |
0x0000a57a |
0x0000a5fe |
132 |
70% |
6655 |
.text.eGP_Update1mS |
0x0000a5fe |
0x0000a638 |
58 |
31% |
6658 |
Expected total in GreenPowerScheduler.o file: |
190 |
Actual: |
190 |
100% |
6655 |
Flash640 / .text / GreenPowerSinkTableResponse.o |
Start |
End |
Size |
% |
Line |
.text.eGP_SinkTableResponseReceive |
0x0000a638 |
0x0000a6cc |
148 |
100% |
6661 |
Expected total in GreenPowerSinkTableResponse.o file: |
148 |
Actual: |
148 |
100% |
6661 |
Flash640 / .text / gp.o |
Start |
End |
Size |
% |
Line |
.text.eGP_RegisterProxyBasicEndPoint |
0x0000a6cc |
0x0000a754 |
136 |
100% |
6664 |
Expected total in gp.o file: |
136 |
Actual: |
136 |
100% |
6664 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCreateBasic |
0x0000a754 |
0x0000a7c0 |
108 |
100% |
6667 |
Expected total in Basic.o file: |
108 |
Actual: |
108 |
100% |
6667 |
Flash640 / .text / BasicClientCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandResetToFactoryDefaultsReceive |
0x0000a7c0 |
0x0000a7d2 |
18 |
100% |
6670 |
Expected total in BasicClientCommands.o file: |
18 |
Actual: |
18 |
100% |
6670 |
Flash640 / .text / BasicCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_BasicCommandHandler |
0x0000a7d2 |
0x0000a834 |
98 |
100% |
6673 |
Expected total in BasicCommandHandler.o file: |
98 |
Actual: |
98 |
100% |
6673 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCreateGroups |
0x0000a834 |
0x0000a960 |
300 |
69% |
6676 |
.text.eCLD_GroupsSetIdentifying |
0x0000a960 |
0x0000a984 |
36 |
9% |
6679 |
.text.eCLD_GroupsCheckGroupExists |
0x0000a984 |
0x0000a9ea |
102 |
24% |
6682 |
Expected total in Groups.o file: |
438 |
Actual: |
438 |
100% |
6676 |
Flash640 / .text / GroupsCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsHandleAddGroupRequest.constprop.0.isra.0 |
0x0000a9ea |
0x0000aab4 |
202 |
25% |
6685 |
.text.eCLD_GroupsCommandHandler |
0x0000aab4 |
0x0000ad2e |
634 |
76% |
6687 |
Expected total in GroupsCommandHandler.o file: |
836 |
Actual: |
836 |
100% |
6685 |
Flash640 / .text / GroupsServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_GroupsCommandAddGroupResponseSend |
0x0000ad2e |
0x0000ad6e |
64 |
23% |
6690 |
.text.eCLD_GroupsCommandViewGroupResponseSend |
0x0000ad6e |
0x0000adbc |
78 |
28% |
6693 |
.text.eCLD_GroupsCommandGetGroupMembershipResponseSend |
0x0000adbc |
0x0000ae0c |
80 |
28% |
6696 |
.text.eCLD_GroupsCommandRemoveGroupResponseSend |
0x0000ae0c |
0x0000ae4e |
66 |
23% |
6699 |
Expected total in GroupsServerCommands.o file: |
288 |
Actual: |
288 |
100% |
6690 |
Flash640 / .text / GroupsTableManager.o |
Start |
End |
Size |
% |
Line |
.text.bCLD_GroupsSearchForGroup |
0x0000ae4e |
0x0000ae7c |
46 |
7% |
6702 |
.text.eCLD_GroupsAddGroup |
0x0000ae7c |
0x0000af20 |
164 |
23% |
6704 |
.text.eCLD_GroupsFindGroup |
0x0000af20 |
0x0000af4c |
44 |
7% |
6707 |
.text.iCLD_GroupsListGroups |
0x0000af4c |
0x0000afb4 |
104 |
15% |
6710 |
.text.iCLD_GroupsCountGroups |
0x0000afb4 |
0x0000b006 |
82 |
12% |
6713 |
.text.iCLD_GroupsListMatchingGroups |
0x0000b006 |
0x0000b098 |
146 |
21% |
6716 |
.text.eCLD_GroupsRemoveGroup |
0x0000b098 |
0x0000b0dc |
68 |
10% |
6720 |
.text.eCLD_GroupsRemoveAllGroups |
0x0000b0dc |
0x0000b11e |
66 |
10% |
6723 |
Expected total in GroupsTableManager.o file: |
720 |
Actual: |
720 |
100% |
6702 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.text.vCLD_IdentifyTimerClickCallback |
0x0000b11e |
0x0000b198 |
122 |
51% |
6726 |
.text.eCLD_IdentifyRegisterTimeServer |
0x0000b198 |
0x0000b1c0 |
40 |
17% |
6729 |
.text.eCLD_IdentifyCreateIdentify |
0x0000b1c0 |
0x0000b210 |
80 |
34% |
6732 |
Expected total in Identify.o file: |
242 |
Actual: |
242 |
100% |
6726 |
Flash640 / .text / IdentifyCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandHandler |
0x0000b210 |
0x0000b31c |
268 |
100% |
6735 |
Expected total in IdentifyCommandHandler.o file: |
268 |
Actual: |
268 |
100% |
6735 |
Flash640 / .text / IdentifyServerCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_IdentifyCommandIdentifyQueryResponseSend |
0x0000b31c |
0x0000b34c |
48 |
30% |
6738 |
.text.eCLD_IdentifyCommandIdentifyRequestReceive |
0x0000b34c |
0x0000b372 |
38 |
24% |
6741 |
.text.eCLD_IdentifyCommandIdentifyQueryRequestReceive |
0x0000b372 |
0x0000b386 |
20 |
13% |
6744 |
.text.eCLD_IdentifyCommandTriggerEffectRequestReceive |
0x0000b386 |
0x0000b3bc |
54 |
34% |
6747 |
Expected total in IdentifyServerCommands.o file: |
160 |
Actual: |
160 |
100% |
6738 |
Flash640 / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffSceneEventHandler |
0x0000b3bc |
0x0000b3e4 |
40 |
40% |
6750 |
.text.eCLD_OnOffCreateOnOff |
0x0000b3e4 |
0x0000b420 |
60 |
60% |
6752 |
Expected total in OnOff.o file: |
100 |
Actual: |
100 |
100% |
6750 |
Flash640 / .text / OnOffCommandHandler.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandHandler |
0x0000b420 |
0x0000b4dc |
188 |
100% |
6755 |
Expected total in OnOffCommandHandler.o file: |
188 |
Actual: |
188 |
100% |
6755 |
Flash640 / .text / OnOffCommands.o |
Start |
End |
Size |
% |
Line |
.text.eCLD_OnOffCommandReceive |
0x0000b4dc |
0x0000b4f0 |
20 |
100% |
6758 |
Expected total in OnOffCommands.o file: |
20 |
Actual: |
20 |
100% |
6758 |
Flash640 / .text / base_device.o |
Start |
End |
Size |
% |
Line |
.text.eZHA_RegisterBaseDeviceEndPoint |
0x0000b4f0 |
0x0000b5b4 |
196 |
100% |
6762 |
Expected total in base_device.o file: |
196 |
Actual: |
196 |
100% |
6762 |
Flash640 / .text / dlist.o |
Start |
End |
Size |
% |
Line |
.text.psSearchList |
0x0000b5b4 |
0x0000b5dc |
40 |
13% |
6765 |
.text.vDLISTinitialise |
0x0000b5dc |
0x0000b5e4 |
8 |
3% |
6767 |
.text.psDLISTgetHead |
0x0000b5e4 |
0x0000b5e8 |
4 |
2% |
6770 |
.text.psDLISTgetNext |
0x0000b5e8 |
0x0000b5ec |
4 |
2% |
6773 |
.text.vDLISTinsertBefore |
0x0000b5ec |
0x0000b602 |
22 |
7% |
6776 |
.text.vDLISTinsertAfter |
0x0000b602 |
0x0000b61c |
26 |
8% |
6779 |
.text.psDLISTsearchFromHead |
0x0000b61c |
0x0000b624 |
8 |
3% |
6782 |
.text.boDLISTisEmpty |
0x0000b624 |
0x0000b636 |
18 |
6% |
6785 |
.text.vDLISTaddToHead |
0x0000b636 |
0x0000b65e |
40 |
13% |
6788 |
.text.vDLISTaddToTail |
0x0000b65e |
0x0000b684 |
38 |
12% |
6791 |
.text.psDLISTremoveFromTail |
0x0000b684 |
0x0000b6a6 |
34 |
11% |
6794 |
.text.psDLISTremoveFromHead |
0x0000b6a6 |
0x0000b6ca |
36 |
11% |
6797 |
.text.psDLISTremove |
0x0000b6ca |
0x0000b700 |
54 |
17% |
6800 |
Expected total in dlist.o file: |
332 |
Actual: |
332 |
100% |
6765 |
Flash640 / .text / zcl.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPIndex.part.0 |
0x0000b700 |
0x0000b734 |
52 |
6% |
6803 |
.text.eZCL_CreateZCL |
0x0000b734 |
0x0000b7fc |
200 |
22% |
6805 |
.text.eZCL_SetCustomCallBackEvent |
0x0000b7fc |
0x0000b810 |
20 |
3% |
6808 |
.text.eZCL_Register |
0x0000b810 |
0x0000ba4c |
572 |
63% |
6811 |
.text.u8ZCL_GetNumberOfEndpointsRegistered |
0x0000ba4c |
0x0000ba58 |
12 |
2% |
6814 |
.text.eZCL_SearchForEPIndex |
0x0000ba58 |
0x0000ba64 |
12 |
2% |
6817 |
.text.u8ZCL_GetEPIdFromIndex |
0x0000ba64 |
0x0000ba84 |
32 |
4% |
6821 |
.text.vZCL_InitializeClusterInstance |
0x0000ba84 |
0x0000ba98 |
20 |
3% |
6824 |
Expected total in zcl.o file: |
920 |
Actual: |
920 |
100% |
6803 |
Flash640 / .text / zcl_CustomCommandReceive.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandReceive |
0x0000ba98 |
0x0000bbd4 |
316 |
100% |
6827 |
Expected total in zcl_CustomCommandReceive.o file: |
316 |
Actual: |
316 |
100% |
6827 |
Flash640 / .text / zcl_CustomCommandSend.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CustomCommandSend |
0x0000bbd4 |
0x0000be34 |
608 |
96% |
6831 |
.text.bZCL_SendCommandResponse |
0x0000be34 |
0x0000be50 |
28 |
5% |
6834 |
Expected total in zcl_CustomCommandSend.o file: |
636 |
Actual: |
636 |
100% |
6831 |
Flash640 / .text / zcl_PDUbufferReadWrite.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteTypeNBO |
0x0000be50 |
0x0000be90 |
64 |
19% |
6837 |
.text.u16ZCL_APduInstanceWriteNBO |
0x0000be90 |
0x0000beda |
74 |
22% |
6840 |
.text.u16ZCL_ReadTypeNBO |
0x0000beda |
0x0000bf5c |
130 |
39% |
6843 |
.text.u16ZCL_APduInstanceReadNBO |
0x0000bf5c |
0x0000bfa6 |
74 |
22% |
6846 |
Expected total in zcl_PDUbufferReadWrite.o file: |
342 |
Actual: |
342 |
100% |
6837 |
Flash640 / .text / zcl_PDUbufferReadWriteString.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_GetStringSizeAndBufferFromStructure |
0x0000bfa6 |
0x0000c00a |
100 |
15% |
6849 |
.text.u16ZCL_APduInstanceWriteStringNBO |
0x0000c00a |
0x0000c0c4 |
186 |
28% |
6852 |
.text.u16ZCL_GetStringAttributeTypeSizeFromBuffer |
0x0000c0c4 |
0x0000c116 |
82 |
13% |
6855 |
.text.eZCL_CheckUserStringStructureRead |
0x0000c116 |
0x0000c158 |
66 |
10% |
6858 |
.text.u16ZCL_GetStringStructureSize |
0x0000c158 |
0x0000c17a |
34 |
5% |
6861 |
.text.u16ZCL_APduInstanceReadStringNBO |
0x0000c17a |
0x0000c22a |
176 |
26% |
6864 |
.text.eZCL_GetStringLengthFieldSize |
0x0000c22a |
0x0000c24e |
36 |
6% |
6867 |
Expected total in zcl_PDUbufferReadWriteString.o file: |
680 |
Actual: |
680 |
100% |
6849 |
Flash640 / .text / zcl_WriteAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesWriteRequest |
0x0000c24e |
0x0000c57a |
812 |
100% |
6870 |
Expected total in zcl_WriteAttributesRequestHandle.o file: |
812 |
Actual: |
812 |
100% |
6870 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteAttributeValueIntoBuffer |
0x0000c57a |
0x0000c5fa |
128 |
13% |
6873 |
.text.u8ZCL_GetAttributeAllignToFourBytesBoundary |
0x0000c5fa |
0x0000c60c |
18 |
2% |
6876 |
.text.eZCL_GetAttributeTypeSize |
0x0000c60c |
0x0000c624 |
24 |
3% |
6879 |
.text.eZCL_GetAttributeTypeSizeFromBuffer |
0x0000c624 |
0x0000c6ae |
138 |
14% |
6882 |
.text.u16ZCL_WriteAttributeValueIntoStructure |
0x0000c6ae |
0x0000c756 |
168 |
17% |
6885 |
.text.eZCL_GetAttributeTypeSizeFromStructure |
0x0000c756 |
0x0000c7a0 |
74 |
8% |
6888 |
.text.bZCL_CheckManufacturerSpecificAttributeFlagMatch |
0x0000c7a0 |
0x0000c7b0 |
16 |
2% |
6891 |
.text.bZCL_CheckStringFitsInStructure |
0x0000c7b0 |
0x0000c828 |
120 |
12% |
6894 |
.text.bZCL_AttributeTypeIsSigned |
0x0000c828 |
0x0000c834 |
12 |
2% |
6897 |
.text.vZCL_MarkAttributeInvalid |
0x0000c834 |
0x0000c928 |
244 |
24% |
6900 |
.text.bZCL_CheckAttributeInvalid |
0x0000c928 |
0x0000c962 |
58 |
6% |
6903 |
.text.bZCL_CheckAttributeDirectionFlagMatch |
0x0000c962 |
0x0000c984 |
34 |
4% |
6906 |
Expected total in zcl_attribute.o file: |
1034 |
Actual: |
1034 |
100% |
6873 |
Flash640 / .text / zcl_buffer.o |
Start |
End |
Size |
% |
Line |
.text.hZCL_AllocateAPduInstance |
0x0000c984 |
0x0000c9c0 |
60 |
84% |
6909 |
.text.hZCL_GetBufferPoolHandle |
0x0000c9c0 |
0x0000c9cc |
12 |
17% |
6912 |
Expected total in zcl_buffer.o file: |
72 |
Actual: |
72 |
100% |
6909 |
Flash640 / .text / zcl_command.o |
Start |
End |
Size |
% |
Line |
.text.u16ZCL_WriteCommandHeader |
0x0000c9cc |
0x0000ca4e |
130 |
43% |
6915 |
.text.u16ZCL_ReadCommandHeader |
0x0000ca4e |
0x0000cabc |
110 |
37% |
6918 |
.text.u8GetTransactionSequenceNumber |
0x0000cabc |
0x0000cacc |
16 |
6% |
6921 |
.text.u16ZCL_GetTxPayloadSize |
0x0000cacc |
0x0000cafc |
48 |
16% |
6924 |
Expected total in zcl_command.o file: |
304 |
Actual: |
304 |
100% |
6915 |
Flash640 / .text / zcl_common.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_Initialise |
0x0000cafc |
0x0000cb38 |
60 |
69% |
6927 |
.text.eZCL_Update100mS |
0x0000cb38 |
0x0000cb54 |
28 |
32% |
6930 |
Expected total in zcl_common.o file: |
88 |
Actual: |
88 |
100% |
6927 |
Flash640 / .text / zcl_configureReportingCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleConfigureReportingCommand |
0x0000cb54 |
0x0000d02c |
1240 |
100% |
6933 |
Expected total in zcl_configureReportingCommandHandle.o file: |
1240 |
Actual: |
1240 |
100% |
6933 |
Flash640 / .text / zcl_defaultResponse.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SendDefaultResponse |
0x0000d02c |
0x0000d124 |
248 |
100% |
6936 |
Expected total in zcl_defaultResponse.o file: |
248 |
Actual: |
248 |
100% |
6936 |
Flash640 / .text / zcl_event.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SetReceiveEventAddressStructure |
0x0000d124 |
0x0000d190 |
108 |
8% |
6939 |
.text.eZCL_BuildClientTransmitAddressStructure |
0x0000d190 |
0x0000d1b0 |
32 |
3% |
6942 |
.text.vZCL_PassEventToUser |
0x0000d1b0 |
0x0000d1dc |
44 |
3% |
6945 |
.text.vZCL_EventHandler |
0x0000d1dc |
0x0000d710 |
1332 |
88% |
6948 |
Expected total in zcl_event.o file: |
1516 |
Actual: |
1516 |
100% |
6939 |
Flash640 / .text / zcl_heap.o |
Start |
End |
Size |
% |
Line |
.text.pvZCL_HeapAlloc |
0x0000d710 |
0x0000d748 |
56 |
100% |
6951 |
Expected total in zcl_heap.o file: |
56 |
Actual: |
56 |
100% |
6951 |
Flash640 / .text / zcl_library_options.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleEntireProfileCommand |
0x0000d748 |
0x0000d7aa |
98 |
97% |
6954 |
.text.eZCL_CreateOptionalManagers |
0x0000d7aa |
0x0000d7ae |
4 |
4% |
6957 |
Expected total in zcl_library_options.o file: |
102 |
Actual: |
102 |
100% |
6954 |
Flash640 / .text / zcl_readAttributesRequestHandle.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_HandleAttributesReadRequest |
0x0000d7ae |
0x0000d9b6 |
520 |
100% |
6960 |
Expected total in zcl_readAttributesRequestHandle.o file: |
520 |
Actual: |
520 |
100% |
6960 |
Flash640 / .text / zcl_readReportingConfigurationCommandHandle.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CalculateSizeOfReportRecord |
0x0000d9b6 |
0x0000d9f6 |
64 |
10% |
6963 |
.text.vZCL_HandleReadReportingConfigurationCommand |
0x0000d9f6 |
0x0000dc74 |
638 |
91% |
6966 |
Expected total in zcl_readReportingConfigurationCommandHandle.o file: |
702 |
Actual: |
702 |
100% |
6963 |
Flash640 / .text / zcl_reportManager.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateReportManager |
0x0000dc74 |
0x0000dcf4 |
128 |
13% |
6969 |
.text.eZCLAddReport |
0x0000dcf4 |
0x0000deac |
440 |
44% |
6972 |
.text.eZCL_CreateLocalReport |
0x0000deac |
0x0000df28 |
124 |
13% |
6975 |
.text.eZCLFindReportEntryByAttributeIdAndDirection |
0x0000df28 |
0x0000df74 |
76 |
8% |
6978 |
.text.eZCL_GetNumberOfFreeReportRecordEntries |
0x0000df74 |
0x0000dfa0 |
44 |
5% |
6981 |
.text.vZCL_SetDefaultReporting |
0x0000dfa0 |
0x0000dfc6 |
38 |
4% |
6984 |
.text.eZCL_SetReportableFlag |
0x0000dfc6 |
0x0000e05c |
150 |
15% |
6987 |
Expected total in zcl_reportManager.o file: |
1000 |
Actual: |
1000 |
100% |
6969 |
Flash640 / .text / zcl_reportMaths.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_AlignNumericAttributeValueTo64 |
0x0000e05c |
0x0000e100 |
164 |
30% |
6990 |
.text.eZCL_IndicateReportableChange |
0x0000e100 |
0x0000e222 |
290 |
53% |
6992 |
.text.eZCL_StoreChangeAttributeValue |
0x0000e222 |
0x0000e286 |
100 |
19% |
6995 |
Expected total in zcl_reportMaths.o file: |
554 |
Actual: |
554 |
100% |
6990 |
Flash640 / .text / zcl_reportScheduler.o |
Start |
End |
Size |
% |
Line |
.text.bHasTimerFired |
0x0000e286 |
0x0000e2d4 |
78 |
12% |
6998 |
.text.vReportTimerClickCallback |
0x0000e2d4 |
0x0000e548 |
628 |
89% |
7000 |
Expected total in zcl_reportScheduler.o file: |
706 |
Actual: |
706 |
100% |
6998 |
Flash640 / .text / zcl_reportStringHandling.o |
Start |
End |
Size |
% |
Line |
.text.vZCL_SetPointerToStringStorage |
0x0000e548 |
0x0000e564 |
28 |
13% |
7003 |
.text.pu8ZCL_GetPointerToStringStorage |
0x0000e564 |
0x0000e57a |
22 |
10% |
7006 |
.text.vZCL_AllocateSpaceForStringReports |
0x0000e57a |
0x0000e5a2 |
40 |
18% |
7009 |
.text.eZCL_CheckForStringAttributeChange |
0x0000e5a2 |
0x0000e5e8 |
70 |
32% |
7012 |
.text.eZCL_CopyStringAttributeToPreviousValue |
0x0000e5e8 |
0x0000e628 |
64 |
29% |
7015 |
Expected total in zcl_reportStringHandling.o file: |
224 |
Actual: |
224 |
100% |
7003 |
Flash640 / .text / zcl_reportStructure.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_GetAttributeReportableEntry |
0x0000e628 |
0x0000e690 |
104 |
79% |
7018 |
.text.eZCL_DoesAttributeHaveReportableChange |
0x0000e690 |
0x0000e6ac |
28 |
22% |
7021 |
Expected total in zcl_reportStructure.o file: |
132 |
Actual: |
132 |
100% |
7018 |
Flash640 / .text / zcl_search.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_SearchForEPentry |
0x0000e6ac |
0x0000e6ec |
64 |
7% |
7024 |
.text.eZCL_SearchForEPentryAndCheckManufacturerId |
0x0000e6ec |
0x0000e724 |
56 |
6% |
7027 |
.text.eZCL_SearchForClusterEntry |
0x0000e724 |
0x0000e790 |
108 |
12% |
7030 |
.text.eZCL_SearchForAttributeEntry |
0x0000e790 |
0x0000e81a |
138 |
15% |
7033 |
.text.eZCL_FindCluster |
0x0000e81a |
0x0000e85c |
66 |
7% |
7036 |
.text.pvZCL_GetAttributePointer |
0x0000e85c |
0x0000e8ba |
94 |
10% |
7039 |
.text.eZCL_GetLocalAttributeValue |
0x0000e8ba |
0x0000e956 |
156 |
17% |
7042 |
.text.eZCL_ReadLocalAttributeValue |
0x0000e956 |
0x0000e98e |
56 |
6% |
7045 |
.text.eZCL_SetLocalAttributeValue |
0x0000e98e |
0x0000ea38 |
170 |
18% |
7048 |
.text.eZCL_WriteLocalAttributeValue |
0x0000ea38 |
0x0000ea70 |
56 |
6% |
7051 |
Expected total in zcl_search.o file: |
964 |
Actual: |
964 |
100% |
7024 |
Flash640 / .text / zcl_timer.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_CreateTimer |
0x0000ea70 |
0x0000eadc |
108 |
27% |
7054 |
.text.eZCL_TimerRegister |
0x0000eadc |
0x0000eb3c |
96 |
24% |
7057 |
.text.vZCL_TimerSchedulerUpdate |
0x0000eb3c |
0x0000ebf8 |
188 |
47% |
7060 |
.text.u32ZCL_GetUTCTime |
0x0000ebf8 |
0x0000ec04 |
12 |
3% |
7063 |
Expected total in zcl_timer.o file: |
404 |
Actual: |
404 |
100% |
7054 |
Flash640 / .text / zcl_transmit.o |
Start |
End |
Size |
% |
Line |
.text.eZCL_TransmitDataRequest |
0x0000ec04 |
0x0000ef08 |
772 |
89% |
7066 |
.text.eZCL_BuildTransmitAddressStructure |
0x0000ef08 |
0x0000ef6c |
100 |
12% |
7069 |
Expected total in zcl_transmit.o file: |
872 |
Actual: |
872 |
100% |
7066 |
Flash640 / .text / bdb_fr.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFrStateMachine |
0x0000ef6c |
0x0000efe4 |
120 |
100% |
7073 |
Expected total in bdb_fr.o file: |
120 |
Actual: |
120 |
100% |
7073 |
Flash640 / .text / bdb_start.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vInit |
0x0000efe4 |
0x0000f0bc |
216 |
19% |
7076 |
.text.BDB_u8PickChannel |
0x0000f0bc |
0x0000f108 |
76 |
7% |
7079 |
.text.BDB_vRejoinSuccess |
0x0000f108 |
0x0000f178 |
112 |
10% |
7082 |
.text.BDB_vSetRejoinFilter |
0x0000f178 |
0x0000f1bc |
68 |
6% |
7085 |
.text.BDB_vRejoinCycle |
0x0000f1bc |
0x0000f360 |
420 |
36% |
7088 |
.text.bdb_vStart |
0x0000f360 |
0x0000f418 |
184 |
16% |
7091 |
.text.BDB_vStart |
0x0000f418 |
0x0000f420 |
8 |
1% |
7093 |
.text.BDB_vInitStateMachine |
0x0000f420 |
0x0000f448 |
40 |
4% |
7097 |
.text.BDB_vRejoinTimerCb |
0x0000f448 |
0x0000f450 |
8 |
1% |
7100 |
.text.BDB_vSetAssociationFilter |
0x0000f450 |
0x0000f484 |
52 |
5% |
7104 |
Expected total in bdb_start.o file: |
1184 |
Actual: |
1184 |
100% |
7076 |
Flash640 / .text / bdb_state_machine.o |
Start |
End |
Size |
% |
Line |
.text.APP_vGenCallback |
0x0000f484 |
0x0000f4c4 |
64 |
40% |
7107 |
.text.bdb_taskBDB |
0x0000f4c4 |
0x0000f518 |
84 |
52% |
7110 |
.text.BDB_vZclEventHandler |
0x0000f518 |
0x0000f528 |
16 |
10% |
7113 |
Expected total in bdb_state_machine.o file: |
164 |
Actual: |
164 |
100% |
7107 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.text.vNsSendPermitJoin |
0x0000f528 |
0x0000f578 |
80 |
5% |
7116 |
.text.vNsDiscoverNwk |
0x0000f578 |
0x0000f614 |
156 |
10% |
7118 |
.text.vNsTclkSendReqKey |
0x0000f614 |
0x0000f650 |
60 |
4% |
7120 |
.text.vNsAfterNwkJoin |
0x0000f650 |
0x0000f698 |
72 |
5% |
7122 |
.text.vNsLeaveNwk |
0x0000f698 |
0x0000f6bc |
36 |
3% |
7124 |
.text.vNsTclkSendNodeDescReq |
0x0000f6bc |
0x0000f754 |
152 |
10% |
7126 |
.text.BDB_eNsStartNwkSteering |
0x0000f754 |
0x0000f7e0 |
140 |
9% |
7128 |
.text.BDB_vNsTimerCb |
0x0000f7e0 |
0x0000f8a8 |
200 |
12% |
7131 |
.text.vNsTryNwkJoinAppCb |
0x0000f8a8 |
0x0000f8ac |
4 |
1% |
7134 |
.text.vNsTryNwkJoin.constprop.0 |
0x0000f8ac |
0x0000f9b4 |
264 |
16% |
7138 |
.text.BDB_vNsStateMachine |
0x0000f9b4 |
0x0000fbbc |
520 |
31% |
7140 |
Expected total in bdb_ns.o file: |
1684 |
Actual: |
1684 |
100% |
7116 |
Flash640 / .text / bdb_nf.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vNfFormCentralizedNwk |
0x0000fbbc |
0x0000fbcc |
16 |
3% |
7143 |
.text.vNfRetryNwkFormation |
0x0000fbcc |
0x0000fc50 |
132 |
19% |
7147 |
.text.vNfDiscoverNwk |
0x0000fc50 |
0x0000fcdc |
140 |
20% |
7149 |
.text.BDB_vNfStateMachine |
0x0000fcdc |
0x0000fde8 |
268 |
38% |
7151 |
.text.BDB_eNfStartNwkFormation |
0x0000fde8 |
0x0000fe90 |
168 |
24% |
7154 |
Expected total in bdb_nf.o file: |
724 |
Actual: |
724 |
100% |
7143 |
Flash640 / .text / bdb_fb_common.o |
Start |
End |
Size |
% |
Line |
.text.BDB_vFbZclHandler |
0x0000fe90 |
0x0000fe9c |
12 |
100% |
7157 |
Expected total in bdb_fb_common.o file: |
12 |
Actual: |
12 |
100% |
7157 |
Flash640 / .text / bdb_fb_target.o |
Start |
End |
Size |
% |
Line |
.text.BDB_eFbTriggerAsTarget |
0x0000fe9c |
0x0000fef8 |
92 |
61% |
7160 |
.text.BDB_vFbHandleStopIdentification |
0x0000fef8 |
0x0000ff34 |
60 |
40% |
7163 |
Expected total in bdb_fb_target.o file: |
152 |
Actual: |
152 |
100% |
7160 |
Flash640 / .text / pdum_nwk.o |
Start |
End |
Size |
% |
Line |
.text.eNPduFree |
0x0000ff34 |
0x0000ffac |
120 |
11% |
7166 |
.text.eAllocateNPDU |
0x0000ffac |
0x00010004 |
88 |
8% |
7168 |
.text.PDUM_eNPduAllocate |
0x00010004 |
0x00010008 |
4 |
1% |
7170 |
.text.PDUM_eNPduClone |
0x00010008 |
0x00010048 |
64 |
6% |
7173 |
.text.PDUM_eNPduInitDescending |
0x00010048 |
0x0001005c |
20 |
2% |
7177 |
.text.PDUM_eNPduInitAscending |
0x0001005c |
0x00010076 |
26 |
3% |
7180 |
.text.PDUM_eNPduFree |
0x00010076 |
0x0001007a |
4 |
1% |
7183 |
.text.PDUM_eNPduClaimHeader |
0x0001007a |
0x00010096 |
28 |
3% |
7186 |
.text.PDUM_eNPduClaimFooter |
0x00010096 |
0x000100b2 |
28 |
3% |
7189 |
.text.PDUM_eNPduClaimData |
0x000100b2 |
0x00010108 |
86 |
8% |
7192 |
.text.PDUM_eNPduAscend |
0x00010108 |
0x00010126 |
30 |
3% |
7195 |
.text.PDUM_eNPduDescend |
0x00010126 |
0x00010144 |
30 |
3% |
7198 |
.text.PDUM_eNPduPrependHeaderNBO |
0x00010144 |
0x0001018c |
72 |
7% |
7201 |
.text.PDUM_eNPduAppendDataNBO |
0x0001018c |
0x000101d6 |
74 |
7% |
7204 |
.text.PDUM_eNPduReadHeaderNBO |
0x000101d6 |
0x00010216 |
64 |
6% |
7207 |
.text.PDUM_eNPduReadFooterNBO |
0x00010216 |
0x00010254 |
62 |
6% |
7210 |
.text.PDUM_eNPduWriteFromBuffer |
0x00010254 |
0x00010278 |
36 |
4% |
7213 |
.text.PDUM_eNPduWriteDataToBuffer |
0x00010278 |
0x000102d2 |
90 |
8% |
7216 |
.text.PDUM_eNPduWriteDataFromBuffer |
0x000102d2 |
0x0001032c |
90 |
8% |
7219 |
.text.pdum_vNPduInit |
0x0001032c |
0x0001038c |
96 |
9% |
7223 |
.text.PDUM_u8GetMaxNpduUse |
0x0001038c |
0x00010398 |
12 |
2% |
7226 |
.text.PDUM_u8GetNpduUse |
0x00010398 |
0x000103a4 |
12 |
2% |
7229 |
.text.PDUM_u8GetNpduPool |
0x000103a4 |
0x000103b0 |
12 |
2% |
7232 |
Expected total in pdum_nwk.o file: |
1148 |
Actual: |
1148 |
100% |
7166 |
Flash640 / .text / pdum_apl.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16APduInstanceReadNBO |
0x000103b0 |
0x000103e4 |
52 |
10% |
7235 |
.text.PDUM_u16APduInstanceWriteNBO |
0x000103e4 |
0x00010430 |
76 |
15% |
7239 |
.text.PDUM_u16APduInstanceWriteStrNBO |
0x00010430 |
0x00010478 |
72 |
14% |
7242 |
.text.PDUM_pvAPduInstanceGetPayload |
0x00010478 |
0x0001047e |
6 |
2% |
7245 |
.text.PDUM_u16APduInstanceGetPayloadSize |
0x0001047e |
0x00010484 |
6 |
2% |
7248 |
.text.PDUM_eAPduInstanceSetPayloadSize |
0x00010484 |
0x000104a8 |
36 |
7% |
7251 |
.text.PDUM_hAPduAllocateAPduInstance |
0x000104a8 |
0x000104d8 |
48 |
10% |
7254 |
.text.PDUM_eAPduFreeAPduInstance |
0x000104d8 |
0x0001055c |
132 |
26% |
7257 |
.text.PDUM_thAPduInstanceGetApdu |
0x0001055c |
0x00010570 |
20 |
4% |
7260 |
.text.PDUM_u16APduGetSize |
0x00010570 |
0x00010578 |
8 |
2% |
7263 |
.text.pdum_vAPduInit |
0x00010578 |
0x000105b8 |
64 |
13% |
7267 |
Expected total in pdum_apl.o file: |
520 |
Actual: |
520 |
100% |
7235 |
Flash640 / .text / pdum.o |
Start |
End |
Size |
% |
Line |
.text.PDUM_u16SizeNBO |
0x000105b8 |
0x00010600 |
72 |
10% |
7270 |
.text.pdum_u16WriteNBO |
0x00010600 |
0x000106d8 |
216 |
29% |
7273 |
.text.pdum_u16WriteStrNBO |
0x000106d8 |
0x000107da |
258 |
34% |
7276 |
.text.pdum_u16ReadNBO |
0x000107da |
0x000108b0 |
214 |
29% |
7279 |
Expected total in pdum.o file: |
760 |
Actual: |
760 |
100% |
7270 |
Flash640 / .text / PDM_Create.c.obj |
Start |
End |
Size |
% |
Line |
.text.u8PDM_CalculateLargestDataRecordStored |
0x000108b0 |
0x000108e8 |
56 |
14% |
7283 |
.text.PDM_vErrorReport |
0x000108e8 |
0x00010900 |
24 |
6% |
7286 |
.text.iPDM_CreateFileSystemInRAM |
0x00010900 |
0x000109d0 |
208 |
51% |
7289 |
.text.PDM_eInitialise |
0x000109d0 |
0x00010a4c |
124 |
31% |
7292 |
Expected total in PDM_Create.c.obj file: |
412 |
Actual: |
412 |
100% |
7283 |
Flash640 / .text / PDM_FLASH.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_InitialiseNVM |
0x00010a4c |
0x00010a50 |
4 |
1% |
7295 |
.text.vPDM_DisableNVM |
0x00010a50 |
0x00010a54 |
4 |
1% |
7298 |
.text.iPDM_TestNVMblank |
0x00010a54 |
0x00010a80 |
44 |
8% |
7302 |
.text.iPDM_TestNVM |
0x00010a80 |
0x00010aec |
108 |
18% |
7305 |
.text.iPDM_ReadDataFromNVM |
0x00010aec |
0x00010b3c |
80 |
13% |
7308 |
.text.iPDM_GetDataAddressFromNVM |
0x00010b3c |
0x00010b78 |
60 |
10% |
7311 |
.text.vPDM_WriteDataToNVM |
0x00010b78 |
0x00010bc0 |
72 |
12% |
7314 |
.text.vClearMarginCheckIndications |
0x00010bc0 |
0x00010bdc |
28 |
5% |
7317 |
.text.iPDM_FixWriteDataInNVM |
0x00010bdc |
0x00010c3c |
96 |
16% |
7320 |
.text.iPDM_EraseNVM |
0x00010c3c |
0x00010cc0 |
132 |
22% |
7323 |
Expected total in PDM_FLASH.c.obj file: |
628 |
Actual: |
628 |
100% |
7295 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadDataWithIdFromFileSystem |
0x00010cc0 |
0x00010d7c |
188 |
26% |
7326 |
.text.PDM_eReadDataFromRecord |
0x00010d7c |
0x00010e2c |
176 |
24% |
7329 |
.text.iPDM_WriteDataWithIdToFileSystem |
0x00010e2c |
0x00010fa4 |
376 |
51% |
7332 |
Expected total in PDM_FileSystemData.c.obj file: |
740 |
Actual: |
740 |
100% |
7326 |
Flash640 / .text / PDM_FileSystemDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_DeleteAllSegmentsWithIdFromFileSystemList |
0x00010fa4 |
0x00010fe8 |
68 |
45% |
7335 |
.text.vPDM_DeleteSegmentsWithIdFromFileSystem |
0x00010fe8 |
0x00011008 |
32 |
22% |
7337 |
.text.PDM_vDeleteDataRecord |
0x00011008 |
0x0001103c |
52 |
35% |
7340 |
Expected total in PDM_FileSystemDelete.c.obj file: |
152 |
Actual: |
152 |
100% |
7335 |
Flash640 / .text / PDM_FileSystemGenerate.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_GenerateCleanFileSystem |
0x0001103c |
0x0001108c |
80 |
11% |
7343 |
.text.iPDM_GenerateFileSystemInRAM |
0x0001108c |
0x0001133c |
688 |
90% |
7346 |
Expected total in PDM_FileSystemGenerate.c.obj file: |
768 |
Actual: |
768 |
100% |
7343 |
Flash640 / .text / PDM_FileSystemHeaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.ePDM_ReadFileSystemHeaderCopyIndex |
0x0001133c |
0x00011344 |
8 |
3% |
7349 |
.text.vPDM_WriteFileSystemHeaderValidState |
0x00011344 |
0x00011352 |
14 |
6% |
7352 |
.text.ePDM_ReadFileSystemHeaderValidState |
0x00011352 |
0x0001135a |
8 |
3% |
7355 |
.text.bPDM_ReadFileSystemHeaderFirstBit |
0x0001135a |
0x00011362 |
8 |
3% |
7358 |
.text.bPDM_ReadFileSystemHeaderLastBit |
0x00011362 |
0x0001136c |
10 |
4% |
7361 |
.text.vPDM_WriteFileSystemHeaderWearCount |
0x0001136c |
0x00011398 |
44 |
17% |
7365 |
.text.u32PDM_ReadFileSystemHeaderWearCount |
0x00011398 |
0x000113ac |
20 |
8% |
7368 |
.text.vPDM_WriteNVMsegmentHeaderChecksum |
0x000113ac |
0x000113b2 |
6 |
3% |
7371 |
.text.u16PDM_ReadNVMsegmentHeaderChecksum |
0x000113b2 |
0x000113be |
12 |
5% |
7374 |
.text.u8PDM_CreateSegmentStatus |
0x000113be |
0x000113e8 |
42 |
16% |
7377 |
.text.u8PDM_CreateSequenceStatus |
0x000113e8 |
0x0001140e |
38 |
14% |
7380 |
.text.u16PDM_ReadSegmentDataSize |
0x0001140e |
0x00011430 |
34 |
13% |
7383 |
.text.u8PDM_ReadSequenceNumber |
0x00011430 |
0x0001144c |
28 |
11% |
7386 |
Expected total in PDM_FileSystemHeaderAccessFunctions.c.obj file: |
272 |
Actual: |
272 |
100% |
7349 |
Flash640 / .text / PDM_FileSystemHeaderRepair.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_RepairFileSystemRecord |
0x0001144c |
0x000114d8 |
140 |
39% |
7390 |
.text.iPDM_RepairFileSystemRecordAfterEccFail |
0x000114d8 |
0x0001153c |
100 |
28% |
7393 |
.text.vPDM_GetMaximumAndMinimumSegmentWearCounts |
0x0001153c |
0x000115b4 |
120 |
34% |
7396 |
Expected total in PDM_FileSystemHeaderRepair.c.obj file: |
360 |
Actual: |
360 |
100% |
7390 |
Flash640 / .text / PDM_FileSystemMove.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_MoveAllDataFromListToList |
0x000115b4 |
0x000115fa |
70 |
16% |
7399 |
.text.vPDM_MoveAllDataWithBufferIdFromListToList |
0x000115fa |
0x00011682 |
136 |
30% |
7402 |
.text.vPDM_MoveFileRecordFromListToList |
0x00011682 |
0x000116a4 |
34 |
8% |
7405 |
.text.vPDM_MoveAllDataToDeAllocList |
0x000116a4 |
0x000116d0 |
44 |
10% |
7409 |
.text.vPDM_MoveRecordToDeAllocList |
0x000116d0 |
0x000116f0 |
32 |
7% |
7412 |
.text.vPDM_MoveAllDataWithBufferIdAndStateFromListToList |
0x000116f0 |
0x00011784 |
148 |
32% |
7415 |
Expected total in PDM_FileSystemMove.c.obj file: |
464 |
Actual: |
464 |
100% |
7399 |
Flash640 / .text / PDM_FileSystemVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_SelectValidFileRecordInstance |
0x00011784 |
0x0001189c |
280 |
64% |
7419 |
.text.iPDM_VerifyDataSequenceWithBufferId |
0x0001189c |
0x0001193c |
160 |
37% |
7421 |
Expected total in PDM_FileSystemVerify.c.obj file: |
440 |
Actual: |
440 |
100% |
7419 |
Flash640 / .text / PDM_NVMheaderAccessFunctions.c.obj |
Start |
End |
Size |
% |
Line |
.text.vPDM_SetNVMandFileSystemValidState |
0x0001193c |
0x00011962 |
38 |
100% |
7424 |
Expected total in PDM_NVMheaderAccessFunctions.c.obj file: |
38 |
Actual: |
38 |
100% |
7424 |
Flash640 / .text / PDM_NVMheaderReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadSegmentHeaderDataFromNVMsegment |
0x00011962 |
0x000119a6 |
68 |
62% |
7427 |
.text.vPDM_WriteSegmentHeaderDataIntoNVMsegment |
0x000119a6 |
0x000119d0 |
42 |
39% |
7430 |
Expected total in PDM_NVMheaderReadAndWrite.c.obj file: |
110 |
Actual: |
110 |
100% |
7427 |
Flash640 / .text / PDM_NVMReadAndWrite.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromNVMsegment |
0x000119d0 |
0x00011a5c |
140 |
59% |
7433 |
.text.iPDM_WriteFileSystemRecordAndSegmentDataIntoNVMsegment |
0x00011a5c |
0x00011abe |
98 |
42% |
7436 |
Expected total in PDM_NVMReadAndWrite.c.obj file: |
238 |
Actual: |
238 |
100% |
7433 |
Flash640 / .text / PDM_NVMsegmentStatus.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_DoesNVMsegmentContainFileSystemHeader |
0x00011abe |
0x00011aee |
48 |
100% |
7439 |
Expected total in PDM_NVMsegmentStatus.c.obj file: |
48 |
Actual: |
48 |
100% |
7439 |
Flash640 / .text / PDM_SearchAndListOrder.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountInsertPoint |
0x00011aee |
0x00011b04 |
22 |
6% |
7442 |
.text.bPDM_CompareRecordsForExactMatch |
0x00011b04 |
0x00011b3c |
56 |
14% |
7445 |
.text.boIdValueSearchMatch |
0x00011b3c |
0x00011b90 |
84 |
20% |
7447 |
.text.vPDM_AddFileSystemElementToListInAscendingWearCountOrder |
0x00011b90 |
0x00011c10 |
128 |
31% |
7450 |
.text.iPDM_SearchForBufferIdInList |
0x00011c10 |
0x00011c44 |
52 |
13% |
7453 |
.text.iPDM_SearchForBufferIdInFileSystem |
0x00011c44 |
0x00011c60 |
28 |
7% |
7456 |
.text.iPDM_SearchForSpecificSegmentInList |
0x00011c60 |
0x00011c94 |
52 |
13% |
7459 |
Expected total in PDM_SearchAndListOrder.c.obj file: |
422 |
Actual: |
422 |
100% |
7442 |
Flash640 / .text / PDM_Segment.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_WriteSegmentHeaderAndData |
0x00011c94 |
0x00011d5c |
200 |
55% |
7462 |
.text.iPDM_SegmentCopyAndAppendData |
0x00011d5c |
0x00011e04 |
168 |
46% |
7465 |
Expected total in PDM_Segment.c.obj file: |
368 |
Actual: |
368 |
100% |
7462 |
Flash640 / .text / PDM_SegmentData.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReadUserDataFromFileSystemRecord |
0x00011e04 |
0x00011e24 |
32 |
32% |
7468 |
.text.iPDM_GetUserDataReferenceFromFileSystemRecord |
0x00011e24 |
0x00011e4a |
38 |
38% |
7471 |
.text.iPDM_WriteUserDataIntoSegment |
0x00011e4a |
0x00011e68 |
30 |
30% |
7474 |
Expected total in PDM_SegmentData.c.obj file: |
100 |
Actual: |
100 |
100% |
7468 |
Flash640 / .text / PDM_SegmentReplace.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CompareDataInFileRecords |
0x00011e68 |
0x00011eac |
68 |
8% |
7477 |
.text.bPDM_FindLastMarkerSegment |
0x00011eac |
0x00011ee4 |
56 |
7% |
7479 |
.text.iPDM_ReconstructAtRunTimeReplacedDataTable |
0x00011ee4 |
0x00011fe8 |
260 |
29% |
7482 |
.text.iPDM_ReplaceChangedSegmentInSequence |
0x00011fe8 |
0x000120e4 |
252 |
28% |
7485 |
.text.iPDM_ReconstructReplacedDataTable |
0x000120e4 |
0x00012200 |
284 |
31% |
7488 |
Expected total in PDM_SegmentReplace.c.obj file: |
920 |
Actual: |
920 |
100% |
7477 |
Flash640 / .text / PDM_SegmentSequenceExtendDelete.c.obj |
Start |
End |
Size |
% |
Line |
.text.bPDM_IsSequenceAppended |
0x00012200 |
0x0001221c |
28 |
14% |
7491 |
.text.vPDM_DeleteAppendedSequence |
0x0001221c |
0x000122d0 |
180 |
87% |
7494 |
Expected total in PDM_SegmentSequenceExtendDelete.c.obj file: |
208 |
Actual: |
208 |
100% |
7491 |
Flash640 / .text / PDM_SegmentSequenceExtendReconstruct.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSegmentNumberDeleteSearchMatch |
0x000122d0 |
0x000122e4 |
20 |
4% |
7497 |
.text.iPDM_ReconstructExtendedSegmentSequence |
0x000122e4 |
0x00012558 |
628 |
97% |
7499 |
Expected total in PDM_SegmentSequenceExtendReconstruct.c.obj file: |
648 |
Actual: |
648 |
100% |
7497 |
Flash640 / .text / PDM_SegmentSequenceSave.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_DetermineSegmentSaveMechanism |
0x00012558 |
0x00012658 |
256 |
38% |
7502 |
.text.vPDM_RecalculateMaximumRecordSize |
0x00012658 |
0x00012688 |
48 |
8% |
7505 |
.text.PDM_eSaveRecordDataInternal |
0x00012688 |
0x000127f8 |
368 |
55% |
7508 |
.text.PDM_eSaveRecordData |
0x000127f8 |
0x000127fe |
6 |
1% |
7510 |
Expected total in PDM_SegmentSequenceSave.c.obj file: |
678 |
Actual: |
678 |
100% |
7502 |
Flash640 / .text / PDM_slist.c.obj |
Start |
End |
Size |
% |
Line |
.text.vSLISTinitialise |
0x000127fe |
0x00012806 |
8 |
3% |
7513 |
.text.psSLISTgetHead |
0x00012806 |
0x0001280a |
4 |
2% |
7516 |
.text.psSLISTgetTail |
0x0001280a |
0x00012810 |
6 |
3% |
7519 |
.text.psSLISTgetNext |
0x00012810 |
0x00012830 |
32 |
12% |
7523 |
.text.vSLISTaddToTail |
0x00012830 |
0x00012846 |
22 |
8% |
7526 |
.text.vSLISTinsertAfter |
0x00012846 |
0x0001285c |
22 |
8% |
7529 |
.text.vSLISTaddToHead |
0x0001285c |
0x00012870 |
20 |
7% |
7532 |
.text.psSLISTremove |
0x00012870 |
0x000128d0 |
96 |
34% |
7536 |
.text.psSLISTsearch |
0x000128d0 |
0x00012904 |
52 |
18% |
7539 |
.text.psSLISTsearchFromHead |
0x00012904 |
0x0001290a |
6 |
3% |
7542 |
.text.iSLISTnumberOfNodes |
0x0001290a |
0x00012920 |
22 |
8% |
7545 |
Expected total in PDM_slist.c.obj file: |
290 |
Actual: |
290 |
100% |
7513 |
Flash640 / .text / PdmNoRtosStub.c.obj |
Start |
End |
Size |
% |
Line |
.text.PDM_vEnterCriticalSection |
0x00012920 |
0x0001292c |
12 |
50% |
7549 |
.text.PDM_vExitCriticalSection |
0x0001292c |
0x00012938 |
12 |
50% |
7552 |
Expected total in PdmNoRtosStub.c.obj file: |
24 |
Actual: |
24 |
100% |
7549 |
Flash640 / .text / PDM_FileSystem.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_CreateCandidateBufferList |
0x00012938 |
0x00012a14 |
220 |
49% |
7555 |
.text.iPDM_GetFileSystemBuffer |
0x00012a14 |
0x00012a40 |
44 |
10% |
7558 |
.text.u8PDM_CalculateSegmentsRequired |
0x00012a40 |
0x00012a68 |
40 |
9% |
7561 |
.text.vPDM_CreateFileSystemHeader |
0x00012a68 |
0x00012a98 |
48 |
11% |
7564 |
.text.iPDM_GetLengthOfDataInBufferWithIdFromFileSystem |
0x00012a98 |
0x00012ae8 |
80 |
18% |
7567 |
.text.u8PDM_CalculateFileSystemCapacity |
0x00012ae8 |
0x00012afc |
20 |
5% |
7570 |
Expected total in PDM_FileSystem.c.obj file: |
452 |
Actual: |
452 |
100% |
7555 |
Flash640 / .text / PDM_FileSystemHeaderChecksum.c.obj |
Start |
End |
Size |
% |
Line |
.text.u16PDM_CalculateRecordChecksum |
0x00012afc |
0x00012b6c |
112 |
100% |
7573 |
Expected total in PDM_FileSystemHeaderChecksum.c.obj file: |
112 |
Actual: |
112 |
100% |
7573 |
Flash640 / .text / PDM_FileSystemHeaderVerify.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_ReCalculateWearCountAndChecksumAndWriteFileSystemHeader |
0x00012b6c |
0x00012bc0 |
84 |
70% |
7576 |
.text.iPDM_VerifyFileSystemRecord |
0x00012bc0 |
0x00012be4 |
36 |
30% |
7579 |
Expected total in PDM_FileSystemHeaderVerify.c.obj file: |
120 |
Actual: |
120 |
100% |
7576 |
Flash640 / .text / PDM_SegmentSequenceExtendFilter.c.obj |
Start |
End |
Size |
% |
Line |
.text.iPDM_FilterDuplicateAppendedSegmentsOnList |
0x00012be4 |
0x00012c3a |
86 |
18% |
7582 |
.text.vPDM_FilterDuplicateAppendedSegmentsFromList |
0x00012c3a |
0x00012cf6 |
188 |
38% |
7584 |
.text.vPDM_FilterDuplicateSegmentsBySequenceNumberFromValidList |
0x00012cf6 |
0x00012d4e |
88 |
18% |
7587 |
.text.iPDM_SearchForReplacementAppendedSegment |
0x00012d4e |
0x00012ddc |
142 |
29% |
7590 |
Expected total in PDM_SegmentSequenceExtendFilter.c.obj file: |
504 |
Actual: |
504 |
100% |
7582 |
Flash640 / .text / PDM_WearLevelling.c.obj |
Start |
End |
Size |
% |
Line |
.text.boSearchForWearCountSubstitute |
0x00012ddc |
0x00012dfc |
32 |
14% |
7593 |
.text.iPDM_GetWearLevelledBuffer |
0x00012dfc |
0x00012ec4 |
200 |
87% |
7595 |
Expected total in PDM_WearLevelling.c.obj file: |
232 |
Actual: |
232 |
100% |
7593 |
Flash640 / .text / zps_apl_af.o |
Start |
End |
Size |
% |
Line |
.text.psFindSimpleDescContainer |
0x00012ec4 |
0x00012ee4 |
32 |
4% |
7598 |
.text.eAplAfCommonDataReq |
0x00012ee4 |
0x00012fa8 |
196 |
21% |
7600 |
.text.zps_eAplAfInit |
0x00012fa8 |
0x00012ff0 |
72 |
8% |
7602 |
.text.zps_eAplAfGetNodeDescriptor |
0x00012ff0 |
0x00013008 |
24 |
3% |
7605 |
.text.zps_eAplAfGetSimpleDescriptor |
0x00013008 |
0x0001304c |
68 |
8% |
7608 |
.text.zps_eAplAfUnicastDataReq |
0x0001304c |
0x00013094 |
72 |
8% |
7611 |
.text.zps_eAplAfUnicastAckDataReq |
0x00013094 |
0x000130de |
74 |
8% |
7614 |
.text.zps_eAplAfUnicastIeeeDataReq |
0x000130de |
0x00013110 |
50 |
6% |
7617 |
.text.zps_eAplAfUnicastIeeeAckDataReq |
0x00013110 |
0x00013144 |
52 |
6% |
7620 |
.text.zps_eAplAfGroupDataReq |
0x00013144 |
0x00013172 |
46 |
5% |
7623 |
.text.zps_eAplAfBroadcastDataReq |
0x00013172 |
0x000131b6 |
68 |
8% |
7626 |
.text.zps_eAplAfBoundDataReq |
0x000131b6 |
0x000131c8 |
18 |
2% |
7629 |
.text.zps_eAplAfBoundAckDataReq |
0x000131c8 |
0x000131dc |
20 |
3% |
7632 |
.text.ZPS_bIsGroupPresent |
0x000131dc |
0x00013214 |
56 |
6% |
7635 |
.text.vWrite16Nbo |
0x00013214 |
0x0001321c |
8 |
1% |
7638 |
.text.u16Read16Nbo |
0x0001321c |
0x00013220 |
4 |
1% |
7641 |
.text.vWrite32Nbo |
0x00013220 |
0x00013230 |
16 |
2% |
7644 |
.text.vWrite64Nbo |
0x00013230 |
0x0001324e |
30 |
4% |
7647 |
.text.zps_eAfVerifyKeyReqRsp |
0x0001324e |
0x00013288 |
58 |
7% |
7650 |
Expected total in zps_apl_af.o file: |
964 |
Actual: |
964 |
100% |
7598 |
Flash640 / .text / zps_apl_af_apsde.o |
Start |
End |
Size |
% |
Line |
.text.bCheckProfile |
0x00013288 |
0x000132c8 |
64 |
5% |
7653 |
.text.vFillApduErrorEvent |
0x000132c8 |
0x00013306 |
62 |
5% |
7655 |
.text.vFillDataIndStruct |
0x00013306 |
0x0001335c |
86 |
7% |
7657 |
.text.vPostToEndpoint.part.0 |
0x0001335c |
0x00013578 |
540 |
40% |
7659 |
.text.zps_vAplAfHandleApsdeDcfmInd |
0x00013578 |
0x0001374e |
470 |
35% |
7661 |
.text.zps_vHandleApsdeDataFragIndNotSupported |
0x0001374e |
0x000137ac |
94 |
7% |
7664 |
.text.zps_vAplApsInitFragReceivePool |
0x000137ac |
0x000137d8 |
44 |
4% |
7667 |
.text.zps_vSetIgnoreProfileCheck |
0x000137d8 |
0x000137e4 |
12 |
1% |
7671 |
Expected total in zps_apl_af_apsde.o file: |
1372 |
Actual: |
1372 |
100% |
7653 |
Flash640 / .text / zps_apl_task.o |
Start |
End |
Size |
% |
Line |
.text.psGetApsdeBuf |
0x000137e4 |
0x000137ea |
6 |
1% |
7674 |
.text.psGetApsmeBuf |
0x000137ea |
0x000137f0 |
6 |
1% |
7676 |
.text.psGetNldeBuf |
0x000137f0 |
0x000137f8 |
8 |
2% |
7678 |
.text.vPostNlmeDcfmInd |
0x000137f8 |
0x000137fc |
4 |
1% |
7680 |
.text.vPostApsmeDcfmInd |
0x000137fc |
0x00013800 |
4 |
1% |
7682 |
.text.vPostApsdeDcfmInd |
0x00013800 |
0x00013804 |
4 |
1% |
7684 |
.text.vPostNldeDcfmInd |
0x00013804 |
0x00013880 |
124 |
21% |
7686 |
.text.psGetNlmeBuf |
0x00013880 |
0x00013888 |
8 |
2% |
7688 |
.text.zps_vAplAfTaskInit |
0x00013888 |
0x000138e0 |
88 |
15% |
7690 |
.text.zps_vAplAfPostEvent |
0x000138e0 |
0x00013964 |
132 |
22% |
7693 |
.text.zps_taskZPS |
0x00013964 |
0x00013a4c |
232 |
38% |
7696 |
Expected total in zps_apl_task.o file: |
616 |
Actual: |
616 |
100% |
7674 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8AplApsTryFragmentation |
0x00013a4c |
0x00013a90 |
68 |
3% |
7699 |
.text.zps_u8AplApsConstructAndPostLoopBackDataInd |
0x00013a90 |
0x00013b8c |
252 |
8% |
7702 |
.text.u8PostUnicastMsgToNHLE |
0x00013b8c |
0x00013bd0 |
68 |
3% |
7704 |
.text.zps_vAplApsInitSyncMsgPool |
0x00013bd0 |
0x00013c0c |
60 |
2% |
7706 |
.text.zps_u8AplApsFreeMsgHandle |
0x00013c0c |
0x00013c40 |
52 |
2% |
7709 |
.text.zps_u8AplApsGetMsgHandle |
0x00013c40 |
0x00013c60 |
32 |
2% |
7712 |
.text.ZPS_vAplRegisterApsdeDcfmIndCallbacks |
0x00013c60 |
0x00013c6a |
10 |
1% |
7715 |
.text.zps_vAplApsFillNldeAndDescend |
0x00013c6a |
0x00013ca0 |
54 |
2% |
7718 |
.text.zps_vAplApsFillAndPostApsAck |
0x00013ca0 |
0x00013cf6 |
86 |
3% |
7721 |
.text.zps_vAplApsInitDcfmPool |
0x00013cf6 |
0x00013d1c |
38 |
2% |
7724 |
.text.zps_psApsApsAllocateDcfmRecord |
0x00013d1c |
0x00013d88 |
108 |
4% |
7728 |
.text.zps_vApsApsFreeDcfmRecord |
0x00013d88 |
0x00013d8e |
6 |
1% |
7731 |
.text.zps_u8AplApsGetNextDcfmHandle |
0x00013d8e |
0x00013da4 |
22 |
1% |
7734 |
.text.zps_psApsApsGetDcfmRecord |
0x00013da4 |
0x00013dce |
42 |
2% |
7737 |
.text.zps_vAplApsInitFragTransmitPool |
0x00013dce |
0x00013df0 |
34 |
2% |
7740 |
.text.zps_vAplApsStopPollTimer |
0x00013df0 |
0x00013e64 |
116 |
4% |
7743 |
.text.zps_vAplApsCheckAndStartPollTimer |
0x00013e64 |
0x00013ea0 |
60 |
2% |
7746 |
.text.eUnfragmentedUnicastTransmission |
0x00013ea0 |
0x00014118 |
632 |
20% |
7750 |
.text.vAckTimeOutHandler |
0x00014118 |
0x000141d4 |
188 |
6% |
7752 |
.text.ZPS_vAplHandleApsdeReqRsp |
0x000141d4 |
0x000145c0 |
1004 |
32% |
7755 |
.text.zps_vAplApsPollTimer |
0x000145c0 |
0x000145fc |
60 |
2% |
7758 |
.text.vLoopbackTimerCallback |
0x000145fc |
0x0001462c |
48 |
2% |
7761 |
.text.ZPS_vDefaultApsdeResources |
0x0001462c |
0x000146b4 |
136 |
5% |
7764 |
Expected total in zps_apl_apsde.o file: |
3176 |
Actual: |
3176 |
100% |
7699 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.text.bIsBindTableMatch |
0x000146b4 |
0x000146f6 |
66 |
2% |
7767 |
.text.eRemoveEntryInBindingTable |
0x000146f6 |
0x0001475c |
102 |
3% |
7769 |
.text.eMakeEntryInBindingTable.constprop.0 |
0x0001475c |
0x000147f4 |
152 |
5% |
7771 |
.text.eHandleRemoveEntryfromGroupTable |
0x000147f4 |
0x0001487a |
134 |
4% |
7773 |
.text.eHandleAddEntryToGroupTable |
0x0001487a |
0x000148ba |
64 |
2% |
7775 |
.text.ePopulatEndPointInGroupTable |
0x000148ba |
0x0001495c |
162 |
5% |
7777 |
.text.psApsmeRequestKeyGetHandle |
0x0001495c |
0x000149b8 |
92 |
3% |
7779 |
.text.ZPS_vAplRegisterApsmeDcfmIndCallbacks |
0x000149b8 |
0x000149c2 |
10 |
1% |
7782 |
.text.zps_eAplApsmeBindReqRsp |
0x000149c2 |
0x00014a7a |
184 |
6% |
7785 |
.text.zps_eAplApsmeUnBindReqRsp |
0x00014a7a |
0x00014b18 |
158 |
5% |
7788 |
.text.zps_eAplApsmeAddGroupReqRsp |
0x00014b18 |
0x00014b34 |
28 |
1% |
7791 |
.text.zps_eAplApsmeRemoveGroupReqRsp |
0x00014b34 |
0x00014b50 |
28 |
1% |
7794 |
.text.zps_eAplApsmeRemoveAllGroupsReqRsp |
0x00014b50 |
0x00014b80 |
48 |
2% |
7797 |
.text.zps_vInitAPSMECmdHdr |
0x00014b80 |
0x00014bb4 |
52 |
2% |
7801 |
.text.zps_eAplApsmeCmdMgrSendCommand |
0x00014bb4 |
0x00014c68 |
180 |
6% |
7804 |
.text.zps_eAplSendApsmeCmdFrame |
0x00014c68 |
0x00014de8 |
384 |
12% |
7807 |
.text.zps_eAplApsmeTransportKeyReqRsp |
0x00014de8 |
0x00014fc0 |
472 |
14% |
7810 |
.text.zps_eAplApsmeUpdateDeviceReqRsp |
0x00014fc0 |
0x000150ac |
236 |
7% |
7813 |
.text.zps_eAplApsmeVerifyKeyReqRsp |
0x000150ac |
0x00015198 |
236 |
7% |
7816 |
.text.zps_eAplApsmeConfirmKeyReqRsp |
0x00015198 |
0x00015248 |
176 |
6% |
7819 |
.text.zps_eAplApsmeRequestKeyReqRsp |
0x00015248 |
0x000152cc |
132 |
4% |
7822 |
.text.zps_vAplApsmeCmdMgrRetryTimeout |
0x000152cc |
0x00015320 |
84 |
3% |
7825 |
.text.zps_bAplApsmeCmdMgrHandleNldeCfm |
0x00015320 |
0x00015420 |
256 |
8% |
7828 |
Expected total in zps_apl_apsme.o file: |
3436 |
Actual: |
3436 |
100% |
7767 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.text.vStopTimerOnTransportKey |
0x00015420 |
0x00015454 |
52 |
2% |
7831 |
.text.zps_vAplApsInitDuplicateTable |
0x00015454 |
0x00015478 |
36 |
1% |
7833 |
.text.ZPS_vRunningCRC32 |
0x00015478 |
0x000154a0 |
40 |
2% |
7836 |
.text.bDuplicateCheck |
0x000154a0 |
0x00015628 |
392 |
11% |
7839 |
.text.zps_vAplApsHandleNldeDcfmInd |
0x00015628 |
0x000162c4 |
3228 |
87% |
7841 |
Expected total in zps_apl_aps_nlde.o file: |
3748 |
Actual: |
3748 |
100% |
7831 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.text.vTransformKey.constprop.0 |
0x000162c4 |
0x00016326 |
98 |
5% |
7844 |
.text.ZPS_u16crc |
0x00016326 |
0x0001636a |
68 |
4% |
7846 |
.text.zps_pvAesGetKeyFromInstallCode |
0x0001636a |
0x000163ae |
68 |
4% |
7849 |
.text.zps_vGenerateHashForVerifiedKey |
0x000163ae |
0x000163ce |
32 |
2% |
7852 |
.text.zps_psFindKeyDescr |
0x000163ce |
0x000164ce |
256 |
13% |
7855 |
.text.ZPS_u8AplGetJoinStatus |
0x000164ce |
0x00016504 |
54 |
3% |
7858 |
.text.zps_eAplSecEncryptPacket |
0x00016504 |
0x00016620 |
284 |
15% |
7861 |
.text.zps_eAplSecDecryptPacket |
0x00016620 |
0x00016940 |
800 |
41% |
7865 |
.text.zps_vAplSecSetInitialSecurityState |
0x00016940 |
0x00016a8a |
330 |
17% |
7868 |
Expected total in zps_apl_sec.o file: |
1990 |
Actual: |
1990 |
100% |
7844 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.text.zps_psAplAibGetAib |
0x00016a8a |
0x00016a8e |
4 |
1% |
7871 |
.text.zps_u64AplAibGetApsUseExtendedPanId |
0x00016a8e |
0x00016a96 |
8 |
2% |
7874 |
.text.zps_eAplAibSetApsUseExtendedPanId |
0x00016a96 |
0x00016aac |
22 |
4% |
7877 |
.text.zps_pu32AplAibGetApsChannelMask |
0x00016aac |
0x00016adc |
48 |
8% |
7880 |
.text.zps_eAplAibSetApsChannelMaskByMacID |
0x00016adc |
0x00016afa |
30 |
5% |
7883 |
.text.zps_eAplAibSetApsChannelMask |
0x00016afa |
0x00016b14 |
26 |
4% |
7886 |
.text.zps_eAplAibSetApsUseInstallCode |
0x00016b14 |
0x00016b1e |
10 |
2% |
7889 |
.text.zps_bAplAibGetApsUseInsecureJoin |
0x00016b1e |
0x00016b2a |
12 |
2% |
7892 |
.text.zps_eAplAibSetApsTrustCenterAddress |
0x00016b2a |
0x00016b40 |
22 |
4% |
7895 |
.text.zps_eAplAibGetApsTrustCenterAddress |
0x00016b40 |
0x00016b48 |
8 |
2% |
7898 |
.text.zps_eAplAibRemoveBindTableEntryForMacAddress |
0x00016b48 |
0x00016ba0 |
88 |
14% |
7901 |
.text.zps_u8AplAibGetDeviceApsKeyType |
0x00016ba0 |
0x00016ca8 |
264 |
41% |
7904 |
.text.zps_eAplAibSetDeviceApsKeyType |
0x00016ca8 |
0x00016d12 |
106 |
17% |
7907 |
.text.zps_psAplDefaultTrustCenterAPSLinkKey |
0x00016d12 |
0x00016d18 |
6 |
1% |
7910 |
Expected total in zps_apl_aib.o file: |
654 |
Actual: |
654 |
100% |
7871 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.text.zps_vExpireRequestKeyReq |
0x00016d18 |
0x00016d5e |
70 |
1% |
7913 |
.text.vHandleUpdateDeviceIndication |
0x00016d5e |
0x00016d90 |
50 |
1% |
7915 |
.text.vLoadAplRecord |
0x00016d90 |
0x00016dc0 |
48 |
1% |
7918 |
.text.zps_vAplInitFactoryNewDistributedNetwork |
0x00016dc0 |
0x00016ea4 |
228 |
3% |
7920 |
.text.vAplSecAuthPollTimerExpiry |
0x00016ea4 |
0x00016edc |
56 |
1% |
7922 |
.text.u32GetScanChannels.constprop.0 |
0x00016edc |
0x00016f0c |
48 |
1% |
7924 |
.text.eStartNetworkDiscovery |
0x00016f0c |
0x00016f60 |
84 |
1% |
7926 |
.text.eRejoinNetwork |
0x00016f60 |
0x00017008 |
168 |
2% |
7928 |
.text.eRequestNetworkFormation |
0x00017008 |
0x0001704c |
68 |
1% |
7930 |
.text.vOnMultiMacAuxChannelSelection |
0x0001704c |
0x0001708c |
64 |
1% |
7932 |
.text.vHandleSwitchKeyIndication |
0x0001708c |
0x000170f0 |
100 |
2% |
7934 |
.text.zps_vAplSaveRecord |
0x000170f0 |
0x000171d4 |
228 |
3% |
7936 |
.text.vAplSecRemoveLinkKey |
0x000171d4 |
0x00017290 |
188 |
3% |
7939 |
.text.vAplSecAuthTimerExpiry |
0x00017290 |
0x00017314 |
132 |
2% |
7941 |
.text.zps_vSaveAllZpsRecords |
0x00017314 |
0x00017338 |
36 |
1% |
7943 |
.text.bGetInstallCode |
0x00017338 |
0x00017360 |
40 |
1% |
7947 |
.text.ZPS_vSetKeys |
0x00017360 |
0x000173e8 |
136 |
2% |
7950 |
.text.ZPS_vAplSetMacParameters |
0x000173e8 |
0x00017458 |
112 |
2% |
7953 |
.text.zps_vAplLoadPersistedApsRecords |
0x00017458 |
0x000175f0 |
408 |
5% |
7956 |
.text.zps_eAplZdoInit |
0x000175f0 |
0x00017804 |
532 |
6% |
7960 |
.text.zps_u8AplZdoGetRadioChannel |
0x00017804 |
0x0001780c |
8 |
1% |
7963 |
.text.zps_eAplZdoGetDeviceType |
0x0001780c |
0x00017814 |
8 |
1% |
7966 |
.text.zps_eAplZdoStartStack |
0x00017814 |
0x00017918 |
260 |
3% |
7970 |
.text.zps_eAplZdoRejoinNetwork |
0x00017918 |
0x0001798c |
116 |
2% |
7973 |
.text.zps_pvAplZdoGetNwkHandle |
0x0001798c |
0x00017990 |
4 |
1% |
7976 |
.text.zps_psAplZdoGetNib |
0x00017990 |
0x00017994 |
4 |
1% |
7979 |
.text.zps_eAplZdoJoinNetwork |
0x00017994 |
0x00017a34 |
160 |
2% |
7982 |
.text.zps_eAplZdoLeaveNetwork |
0x00017a34 |
0x00017a70 |
60 |
1% |
7985 |
.text.zps_eAplZdoRequestKeyReq |
0x00017a70 |
0x00017b00 |
144 |
2% |
7988 |
.text.zps_bAplZdoTrustCenterGetDevicePermissions |
0x00017b00 |
0x00017b54 |
84 |
1% |
7991 |
.text.zps_eAplZdoAddReplaceLinkKey_W |
0x00017b54 |
0x00017c58 |
260 |
3% |
7994 |
.text.zps_eAplZdoRemoveLinkKey |
0x00017c58 |
0x00017cd8 |
128 |
2% |
7998 |
.text.eDiscoverNetworks |
0x00017cd8 |
0x00017d1c |
68 |
1% |
8001 |
.text.zps_eAplZdoDiscoverNetworks |
0x00017d1c |
0x00017d4c |
48 |
1% |
8005 |
.text.eStartRouter |
0x00017d4c |
0x00017e1c |
208 |
3% |
8008 |
.text.vHandleTransportKeyIndication.constprop.0 |
0x00017e1c |
0x0001817c |
864 |
10% |
8011 |
.text.zps_bPerformLeaveActionDecider |
0x0001817c |
0x00018198 |
28 |
1% |
8013 |
.text.vHandleRemoveDeviceIndication |
0x00018198 |
0x00018280 |
232 |
3% |
8016 |
.text.zps_vAplZdoHandleApsmeDcfmInd |
0x00018280 |
0x00018300 |
128 |
2% |
8019 |
.text.ZPS_u8NwkManagerState |
0x00018300 |
0x0001830c |
12 |
1% |
8022 |
.text.ZPS_u16AplGetUnAuthenTimeoutValue |
0x0001830c |
0x00018318 |
12 |
1% |
8025 |
.text.zps_vPurgeAddressMap |
0x00018318 |
0x00018368 |
80 |
1% |
8028 |
.text.ZPS_bIsMacAddressUsedInApsTable |
0x00018368 |
0x00018422 |
186 |
3% |
8031 |
.text.ZPS_vSwapApsTableEntries |
0x00018422 |
0x000184ca |
168 |
2% |
8034 |
.text.ZPS_vRemoveMacTableEntry |
0x000184ca |
0x0001851c |
82 |
1% |
8037 |
.text.ZPS_vSecondTimerCallback |
0x0001851c |
0x000185c4 |
168 |
2% |
8040 |
.text.zps_vDefaultStack |
0x000185c4 |
0x00018720 |
348 |
4% |
8043 |
.text.zps_eAplZdoStartRouter |
0x00018720 |
0x000187ce |
174 |
2% |
8046 |
.text.zps_eAplFormDistributedNetworkRouter |
0x000187ce |
0x000187e8 |
26 |
1% |
8049 |
.text.ZPS_u8AplGetMaxPayloadSize |
0x000187e8 |
0x000187f8 |
16 |
1% |
8052 |
.text.ZPS_bAplDoesDeviceSupportFragmentation |
0x000187f8 |
0x00018804 |
12 |
1% |
8055 |
.text.ZPS_psGetNetworkDescriptors |
0x00018804 |
0x00018818 |
20 |
1% |
8058 |
.text.ZPS_vNMPurgeEntry |
0x00018818 |
0x00018930 |
280 |
4% |
8061 |
.text.zps_vAplZdoHandleNlmeDcfmInd |
0x00018930 |
0x00019090 |
1888 |
21% |
8064 |
.text.zps_pu8AplZdoGetVsOUI |
0x00019090 |
0x00019094 |
4 |
1% |
8067 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
9084 |
Actual: |
9084 |
100% |
7913 |
Flash640 / .text / zps_apl_zdo_handle_zdp_event.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoHandleZdpEvent |
0x00019094 |
0x0001921c |
392 |
100% |
8070 |
Expected total in zps_apl_zdo_handle_zdp_event.o file: |
392 |
Actual: |
392 |
100% |
8070 |
Flash640 / .text / zps_apl_zdo_trust_center.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplTrustCenterFindDevice |
0x0001921c |
0x0001925e |
66 |
87% |
8073 |
.text.ZPS_vSetTCLockDownOverride |
0x0001925e |
0x00019268 |
10 |
14% |
8076 |
Expected total in zps_apl_zdo_trust_center.o file: |
76 |
Actual: |
76 |
100% |
8073 |
Flash640 / .text / zps_apl_zdo_common.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoNlmeleaveWrapper |
0x00019268 |
0x00019318 |
176 |
49% |
8079 |
.text.zps_eAplZdoNlmePermitJoiningWrapper |
0x00019318 |
0x00019342 |
42 |
12% |
8082 |
.text.zps_eAplZdoSendZdpResponse |
0x00019342 |
0x00019384 |
66 |
19% |
8085 |
.text.zps_bAplZdoServerHandleConfirmAcks |
0x00019384 |
0x000193d4 |
80 |
22% |
8088 |
Expected total in zps_apl_zdo_common.o file: |
364 |
Actual: |
364 |
100% |
8079 |
Flash640 / .text / zps_apl_zdo_group.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdoGroupEndpointAdd |
0x000193d4 |
0x00019420 |
76 |
42% |
8091 |
.text.zps_eAplZdoGroupEndpointRemove |
0x00019420 |
0x00019458 |
56 |
31% |
8094 |
.text.zps_eAplZdoGroupAllEndpointRemove |
0x00019458 |
0x0001948c |
52 |
29% |
8097 |
Expected total in zps_apl_zdo_group.o file: |
184 |
Actual: |
184 |
100% |
8091 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDefaultServerInit |
0x0001948c |
0x00019490 |
4 |
1% |
8100 |
.text.zps_bAplZdoDefaultServer |
0x00019490 |
0x000196ac |
540 |
100% |
8103 |
Expected total in zps_apl_zdo_default_server.o file: |
544 |
Actual: |
544 |
100% |
8100 |
Flash640 / .text / zps_apl_mac_isr.o |
Start |
End |
Size |
% |
Line |
.text.vPostVsMcpsDcfmInd |
0x000196ac |
0x000197a8 |
252 |
39% |
8106 |
.text.vPostMcpsDcfmInd |
0x000197a8 |
0x000197ac |
4 |
1% |
8108 |
.text.vPostMlmeDcfmInd |
0x000197ac |
0x0001984c |
160 |
25% |
8110 |
.text.zps_vAplAfIsrInit |
0x0001984c |
0x00019874 |
40 |
7% |
8113 |
.text.zps_vAplAfPostTimerEvent |
0x00019874 |
0x000198c8 |
84 |
13% |
8116 |
.text.zps_vAplAfPostImmediateToTimerQueue |
0x000198c8 |
0x000198e4 |
28 |
5% |
8119 |
.text.ZPS_bAplPeekQueueForRejoinRequest |
0x000198e4 |
0x0001993c |
88 |
14% |
8123 |
Expected total in zps_apl_mac_isr.o file: |
656 |
Actual: |
656 |
100% |
8106 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNwkAddrServerInit |
0x0001993c |
0x00019940 |
4 |
1% |
8126 |
.text.vZdoNwkAddrServerSendExtendResponse |
0x00019940 |
0x0001998c |
76 |
18% |
8129 |
.text.zps_bAplZdoNwkAddrServer |
0x0001998c |
0x00019ae8 |
348 |
82% |
8132 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
428 |
Actual: |
428 |
100% |
8126 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoIeeeAddrServerInit |
0x00019ae8 |
0x00019aec |
4 |
1% |
8135 |
.text.vZdoIeeeAddrServerSendExtendResponse |
0x00019aec |
0x00019b38 |
76 |
19% |
8138 |
.text.zps_bAplZdoIeeeAddrServer |
0x00019b38 |
0x00019c80 |
328 |
81% |
8141 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
408 |
Actual: |
408 |
100% |
8135 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMatchDescServerInit |
0x00019c80 |
0x00019c84 |
4 |
1% |
8144 |
.text.zps_bAplZdoMatchDescServer |
0x00019c84 |
0x00019f6c |
744 |
100% |
8147 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
748 |
Actual: |
748 |
100% |
8144 |
Flash640 / .text / zps_apl_zdo_node_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoNodeDescServerInit |
0x00019f6c |
0x00019f70 |
4 |
2% |
8150 |
.text.zps_bAplZdoNodeDescServer |
0x00019f70 |
0x0001a0ac |
316 |
99% |
8153 |
Expected total in zps_apl_zdo_node_desc_server.o file: |
320 |
Actual: |
320 |
100% |
8150 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSimpleDescServerInit |
0x0001a0ac |
0x0001a0b0 |
4 |
1% |
8156 |
.text.zps_bAplZdoSimpleDescServer |
0x0001a0b0 |
0x0001a2c8 |
536 |
100% |
8159 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
540 |
Actual: |
540 |
100% |
8156 |
Flash640 / .text / zps_apl_zdo_power_desc_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPowerDescServerInit |
0x0001a2c8 |
0x0001a2cc |
4 |
2% |
8162 |
.text.zps_bAplZdoPowerDescServer |
0x0001a2cc |
0x0001a3bc |
240 |
99% |
8165 |
Expected total in zps_apl_zdo_power_desc_server.o file: |
244 |
Actual: |
244 |
100% |
8162 |
Flash640 / .text / zps_apl_zdo_active_ep_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoActiveEpServerInit |
0x0001a3bc |
0x0001a3c0 |
4 |
2% |
8168 |
.text.zps_bAplZdoActiveEpServer |
0x0001a3c0 |
0x0001a49c |
220 |
99% |
8171 |
Expected total in zps_apl_zdo_active_ep_server.o file: |
224 |
Actual: |
224 |
100% |
8168 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoDeviceAnnceServerInit |
0x0001a49c |
0x0001a4a0 |
4 |
1% |
8174 |
.text.zps_bAplZdoDeviceAnnceServer |
0x0001a4a0 |
0x0001a648 |
424 |
97% |
8178 |
.text.zps_vRegisterAliasPresentCallback |
0x0001a648 |
0x0001a654 |
12 |
3% |
8181 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
440 |
Actual: |
440 |
100% |
8174 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoParentAnnceServerInit |
0x0001a654 |
0x0001a674 |
32 |
5% |
8184 |
.text.zps_bAplZdoParentAnnceServer |
0x0001a674 |
0x0001a7f4 |
384 |
54% |
8187 |
.text.ZPS_vSendParentAnnounce |
0x0001a7f4 |
0x0001a928 |
308 |
43% |
8190 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
724 |
Actual: |
724 |
100% |
8184 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoPermitJoiningServerInit |
0x0001a928 |
0x0001a92c |
4 |
2% |
8193 |
.text.zps_bAplZdoPermitJoiningServer |
0x0001a92c |
0x0001aa00 |
212 |
99% |
8196 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
216 |
Actual: |
216 |
100% |
8193 |
Flash640 / .text / zps_apl_zdo_system_server_discovery_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoSystemServerDiscoveryServerInit |
0x0001aa00 |
0x0001aa04 |
4 |
3% |
8199 |
.text.zps_bAplZdoSystemServerDiscoveryServer |
0x0001aa04 |
0x0001aa8c |
136 |
98% |
8202 |
Expected total in zps_apl_zdo_system_server_discovery_server.o file: |
140 |
Actual: |
140 |
100% |
8199 |
Flash640 / .text / zps_apl_zdo_mgmt_lqi_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtLqiServerInit |
0x0001aa8c |
0x0001aa90 |
4 |
1% |
8205 |
.text.zps_bAplZdoMgmtLqiServer |
0x0001aa90 |
0x0001ac8c |
508 |
100% |
8208 |
Expected total in zps_apl_zdo_mgmt_lqi_server.o file: |
512 |
Actual: |
512 |
100% |
8205 |
Flash640 / .text / zps_apl_zdo_mgmt_rtg_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtRtgServerInit |
0x0001ac8c |
0x0001ac90 |
4 |
2% |
8211 |
.text.zps_bAplZdoMgmtRtgServer |
0x0001ac90 |
0x0001adb4 |
292 |
99% |
8214 |
Expected total in zps_apl_zdo_mgmt_rtg_server.o file: |
296 |
Actual: |
296 |
100% |
8211 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.text.bSendResponse |
0x0001adb4 |
0x0001adfc |
72 |
12% |
8217 |
.text.zps_vAplZdoMgmtLeaveServerInit |
0x0001adfc |
0x0001ae08 |
12 |
2% |
8219 |
.text.zps_bAplZdoMgmtLeaveServer |
0x0001ae08 |
0x0001b014 |
524 |
87% |
8223 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
608 |
Actual: |
608 |
100% |
8217 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.text.vStartScanTimerExpiry |
0x0001b014 |
0x0001b0f0 |
220 |
13% |
8226 |
.text.zps_vAplZdoMgmtNWKUpdateServerInit |
0x0001b0f0 |
0x0001b108 |
24 |
2% |
8228 |
.text.u16CalculateFailedTxCount |
0x0001b108 |
0x0001b134 |
44 |
3% |
8231 |
.text.zps_bAplZdoMgmtNWKUpdateServer |
0x0001b134 |
0x0001b65c |
1320 |
77% |
8235 |
.text.vResetFailedTxCount |
0x0001b65c |
0x0001b680 |
36 |
3% |
8238 |
.text.vChangeChannelTimerExpiry |
0x0001b680 |
0x0001b6ce |
78 |
5% |
8241 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
1722 |
Actual: |
1722 |
100% |
8226 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoBindUnbindServerInit |
0x0001b6ce |
0x0001b6d2 |
4 |
1% |
8243 |
.text.vAplZdoBindUnbindServerMapApsmeToZdp |
0x0001b6d2 |
0x0001b710 |
62 |
10% |
8246 |
.text.zps_bAplZdoBindUnbindServer |
0x0001b710 |
0x0001b974 |
612 |
91% |
8249 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
678 |
Actual: |
678 |
100% |
8243 |
Flash640 / .text / zps_apl_zdo_bound_data_request_manager.o |
Start |
End |
Size |
% |
Line |
.text.zps_bAplZdoBindRequestServer |
0x0001b974 |
0x0001bab8 |
324 |
15% |
8252 |
.text.zps_eAplZdoBdrmRequestSend |
0x0001bab8 |
0x0001bb50 |
152 |
7% |
8255 |
.text.zps_vAplZdoBindRequestServerInit |
0x0001bb50 |
0x0001bbdc |
140 |
7% |
8258 |
.text.zps_eAplAfBoundDataReqNonBlocking |
0x0001bbdc |
0x0001be00 |
548 |
26% |
8261 |
.text.ZPS_vResetBoundServerContext |
0x0001be00 |
0x0001be50 |
80 |
4% |
8264 |
.text.vZdoBdrmBackStopTimerExpiry |
0x0001be50 |
0x0001be70 |
32 |
2% |
8267 |
.text.vZdoBdrmSendNextTimedRequest |
0x0001be70 |
0x0001c200 |
912 |
42% |
8270 |
Expected total in zps_apl_zdo_bound_data_request_manager.o file: |
2188 |
Actual: |
2188 |
100% |
8252 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.text.eSendDeviceAnnounce |
0x0001c200 |
0x0001c2ec |
236 |
31% |
8273 |
.text.zps_vAplZdoClientLookupNwkAddress |
0x0001c2ec |
0x0001c388 |
156 |
21% |
8275 |
.text.zps_vAplZdoZdoClientInit |
0x0001c388 |
0x0001c39c |
20 |
3% |
8278 |
.text.zps_bAplZdoZdoClient |
0x0001c39c |
0x0001c508 |
364 |
47% |
8281 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
776 |
Actual: |
776 |
100% |
8273 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.text.zps_vAplZdoMgmtBindServerInit |
0x0001c508 |
0x0001c50c |
4 |
1% |
8284 |
.text.zps_bAplZdoMgmtBindServer |
0x0001c50c |
0x0001c6f4 |
488 |
100% |
8287 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
492 |
Actual: |
492 |
100% |
8284 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpApsdeReqInternal |
0x0001c6f4 |
0x0001c78c |
152 |
38% |
8290 |
.text.zps_eAplZdpRequestApsdeReq |
0x0001c78c |
0x0001c80c |
128 |
32% |
8293 |
.text.zps_eAplZdpResponseApsdeReq |
0x0001c80c |
0x0001c820 |
20 |
5% |
8296 |
.text.zps_eAplZdpGenStatusOnlyResponse |
0x0001c820 |
0x0001c88c |
108 |
27% |
8299 |
Expected total in zps_apl_zdp_apsde_req.o file: |
408 |
Actual: |
408 |
100% |
8290 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpDeviceAnnceRequest |
0x0001c88c |
0x0001c8f4 |
104 |
100% |
8302 |
Expected total in zps_apl_zdp_device_annce.o file: |
104 |
Actual: |
104 |
100% |
8302 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtPermitJoiningRequest |
0x0001c8f4 |
0x0001c9a8 |
180 |
100% |
8305 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
180 |
Actual: |
180 |
100% |
8305 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpNodeDescRequest |
0x0001c9a8 |
0x0001ca24 |
124 |
100% |
8308 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
124 |
Actual: |
124 |
100% |
8308 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNwkAddrResponse |
0x0001ca24 |
0x0001caf0 |
204 |
100% |
8311 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8311 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpIeeeAddrResponse |
0x0001caf0 |
0x0001cbbc |
204 |
100% |
8314 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
204 |
Actual: |
204 |
100% |
8314 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpNodeDescResponse |
0x0001cbbc |
0x0001cc5c |
160 |
100% |
8317 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
160 |
Actual: |
160 |
100% |
8317 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpParentAnnceResponse |
0x0001cc5c |
0x0001cd08 |
172 |
100% |
8320 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
172 |
Actual: |
172 |
100% |
8320 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpPowerDescResponse |
0x0001cd08 |
0x0001cd98 |
144 |
100% |
8323 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
144 |
Actual: |
144 |
100% |
8323 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSimpleDescResponse |
0x0001cd98 |
0x0001ce78 |
224 |
100% |
8326 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
224 |
Actual: |
224 |
100% |
8326 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpActiveEpResponse |
0x0001ce78 |
0x0001cf04 |
140 |
100% |
8329 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
140 |
Actual: |
140 |
100% |
8329 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMatchDescResponse |
0x0001cf04 |
0x0001cf90 |
140 |
100% |
8332 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
140 |
Actual: |
140 |
100% |
8332 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpSystemServerDiscoveryResponse |
0x0001cf90 |
0x0001d004 |
116 |
100% |
8335 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
116 |
Actual: |
116 |
100% |
8335 |
Flash640 / .text / zps_apl_zdp_bind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpBindResponse |
0x0001d004 |
0x0001d02a |
38 |
100% |
8338 |
Expected total in zps_apl_zdp_bind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8338 |
Flash640 / .text / zps_apl_zdp_unbind_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpUnbindResponse |
0x0001d02a |
0x0001d050 |
38 |
100% |
8341 |
Expected total in zps_apl_zdp_unbind_rsp.o file: |
38 |
Actual: |
38 |
100% |
8341 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtLqiResponse |
0x0001d050 |
0x0001d140 |
240 |
100% |
8344 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
240 |
Actual: |
240 |
100% |
8344 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eAplZdpMgmtRtgResponse |
0x0001d140 |
0x0001d1fc |
188 |
100% |
8347 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
188 |
Actual: |
188 |
100% |
8347 |
Flash640 / .text / zps_apl_zdp_mgmt_leave_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtLeaveResponse |
0x0001d1fc |
0x0001d224 |
40 |
100% |
8350 |
Expected total in zps_apl_zdp_mgmt_leave_rsp.o file: |
40 |
Actual: |
40 |
100% |
8350 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtNwkUpdateNotifyResponse |
0x0001d224 |
0x0001d2cc |
168 |
100% |
8354 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
168 |
Actual: |
168 |
100% |
8354 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_rsp.o |
Start |
End |
Size |
% |
Line |
.text.zps_eZdpMgmtPermitJoiningResponse |
0x0001d2cc |
0x0001d2f2 |
38 |
100% |
8357 |
Expected total in zps_apl_zdp_mgmt_permit_joining_rsp.o file: |
38 |
Actual: |
38 |
100% |
8357 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_eMacRadioTypeFromPage |
0x0001d2f2 |
0x0001d300 |
14 |
4% |
8360 |
.text.ZPS_eMacRadioTypeFromChannelMask |
0x0001d300 |
0x0001d308 |
8 |
3% |
8363 |
.text.ZPS_eMacValidateChannelMask |
0x0001d308 |
0x0001d328 |
32 |
9% |
8367 |
.text.ZPS_u8MacGetChannelOffsetFromPage |
0x0001d328 |
0x0001d338 |
16 |
5% |
8370 |
.text.ZPS_u8MacGetLowChanForPage |
0x0001d338 |
0x0001d348 |
16 |
5% |
8373 |
.text.ZPS_u8MacGetHighChanForPage |
0x0001d348 |
0x0001d358 |
16 |
5% |
8376 |
.text.ZPS_u8MacGetChannelOffsetFromMask |
0x0001d358 |
0x0001d35e |
6 |
2% |
8379 |
.text.ZPS_u32MacGetChannelMaskFromNum |
0x0001d35e |
0x0001d3a4 |
70 |
19% |
8382 |
.text.ZPS_u8MacPibGetBeaconPayloadLength |
0x0001d3a4 |
0x0001d3b0 |
12 |
4% |
8386 |
.text.ZPS_u8MacPibGetBeaconPayload |
0x0001d3b0 |
0x0001d3c4 |
20 |
6% |
8389 |
.text.ZPS_bMacGetEnhancedMode |
0x0001d3c4 |
0x0001d3d0 |
12 |
4% |
8392 |
.text.zps_bMacConvertEnhancedBeacon |
0x0001d3d0 |
0x0001d41a |
74 |
20% |
8395 |
.text.zps_vMacCommonMlmeCallBackHandler |
0x0001d41a |
0x0001d450 |
54 |
15% |
8398 |
.text.vMacShimException |
0x0001d450 |
0x0001d45a |
10 |
3% |
8401 |
.text.TSV_eClose |
0x0001d45a |
0x0001d460 |
6 |
2% |
8404 |
.text.ZPS_vMacRegisterDataRequest |
0x0001d460 |
0x0001d46c |
12 |
4% |
8408 |
Expected total in zps_mac_common.o file: |
378 |
Actual: |
378 |
100% |
8360 |
Flash640 / .text / zps_mac_ie.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8MacIECopyZigbeePayloadSubIE |
0x0001d46c |
0x0001d530 |
196 |
100% |
8411 |
Expected total in zps_mac_ie.o file: |
196 |
Actual: |
196 |
100% |
8411 |
Flash640 / .text / zps_mac_if_table.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_u8MacIFTGetNumInterfaces |
0x0001d530 |
0x0001d53c |
12 |
2% |
8414 |
.text.ZPS_u16MacIFTGetIDByChannelMask |
0x0001d53c |
0x0001d56a |
46 |
5% |
8417 |
.text.ZPS_u16MacIFTCheckForRadioType |
0x0001d56a |
0x0001d592 |
40 |
4% |
8420 |
.text.ZPS_u16MacIFTGetIDByRadioType |
0x0001d592 |
0x0001d5bc |
42 |
5% |
8423 |
.text.ZPS_vMacIFTSetActiveChannel |
0x0001d5bc |
0x0001d5ca |
14 |
2% |
8426 |
.text.ZPS_u8GetChannelOffset |
0x0001d5ca |
0x0001d5f2 |
40 |
4% |
8429 |
.text.ZPS_u8MacIFTGetChannelMaskCount |
0x0001d5f2 |
0x0001d634 |
66 |
7% |
8432 |
.text.ZPS_pu32MacIFTGetChannelMaskForPage |
0x0001d634 |
0x0001d67c |
72 |
8% |
8435 |
.text.ZPS_u8MacIFTAddUpdateChannelMask |
0x0001d67c |
0x0001d6fa |
126 |
13% |
8438 |
.text.ZPS_u8MacIFTNumOfEnabledInterfaces |
0x0001d6fa |
0x0001d726 |
44 |
5% |
8441 |
.text.ZPS_u8MacIFTGetIntfState |
0x0001d726 |
0x0001d748 |
34 |
4% |
8444 |
.text.ZPS_vMacIFTSetIntfState |
0x0001d748 |
0x0001d772 |
42 |
5% |
8447 |
.text.ZPS_u8MacIFTGetRouterAllowed |
0x0001d772 |
0x0001d794 |
34 |
4% |
8450 |
.text.ZPS_vMacIFTGetChannelMaskFromMacId |
0x0001d794 |
0x0001d7d8 |
68 |
7% |
8453 |
.text.ZPS_vMacIFTSetRouterAllowed |
0x0001d7d8 |
0x0001d802 |
42 |
5% |
8456 |
.text.ZPS_vMacIFTUpdateMacInterface |
0x0001d802 |
0x0001d844 |
66 |
7% |
8459 |
.text.ZPS_u32MacIFTGetChanMaskFromActChan |
0x0001d844 |
0x0001d8aa |
102 |
10% |
8462 |
.text.ZPS_vMacIFTClearCounts |
0x0001d8aa |
0x0001d930 |
134 |
14% |
8465 |
Expected total in zps_mac_if_table.o file: |
1024 |
Actual: |
1024 |
100% |
8414 |
Flash640 / .text / zps_mac_shim.o |
Start |
End |
Size |
% |
Line |
.text.vMacMcpsCallBackHandler |
0x0001d930 |
0x0001d93c |
12 |
2% |
8468 |
.text.vMacMlmeCallBackHandler |
0x0001d93c |
0x0001d95c |
32 |
6% |
8470 |
.text.ZPS_vMacShimInit |
0x0001d95c |
0x0001d9b0 |
84 |
14% |
8472 |
.text.ZPS_bMacIsMultiMac |
0x0001d9b0 |
0x0001d9b4 |
4 |
1% |
8475 |
.text.ZPS_vMacHandleMcpsVsReqRsp |
0x0001d9b4 |
0x0001da24 |
112 |
19% |
8478 |
.text.ZPS_vMacHandleMlmeVsReqRsp |
0x0001da24 |
0x0001da7c |
88 |
15% |
8481 |
.text.ZPS_u8MultiMacInitAuxChannel |
0x0001da7c |
0x0001da80 |
4 |
1% |
8484 |
.text.ZPS_u8MultiMacSelectAuxChannel |
0x0001da80 |
0x0001da84 |
4 |
1% |
8487 |
.text.ZPS_vMacModifyForZgp |
0x0001da84 |
0x0001da88 |
4 |
1% |
8490 |
.text.ZPS_vNwkHandleMcpsDcfmInd |
0x0001da88 |
0x0001da8c |
4 |
1% |
8493 |
.text.vAppApiSetMacAddrLocation |
0x0001da8c |
0x0001daa0 |
20 |
4% |
8497 |
.text.ZPS_u32MacSetTxBuffers |
0x0001daa0 |
0x0001daa4 |
4 |
1% |
8500 |
.text.ZPS_vMacTask |
0x0001daa4 |
0x0001daa6 |
2 |
1% |
8503 |
.text.ZPS_u16MacPibGetCoordShortAddress |
0x0001daa6 |
0x0001daaa |
4 |
1% |
8506 |
.text.ZPS_u8MacPibGetMaxFrameRetries |
0x0001daaa |
0x0001daae |
4 |
1% |
8509 |
.text.ZPS_u16MacPibGetPanId |
0x0001daae |
0x0001dab2 |
4 |
1% |
8512 |
.text.ZPS_u16MacPibGetShortAddr |
0x0001dab2 |
0x0001dab6 |
4 |
1% |
8515 |
.text.ZPS_bMacPibGetRxOnWhenIdle |
0x0001dab6 |
0x0001daba |
4 |
1% |
8518 |
.text.ZPS_sMacPibGetCoordExtAddr |
0x0001daba |
0x0001dac6 |
12 |
2% |
8521 |
.text.ZPS_u8MacPibGetDsn |
0x0001dac6 |
0x0001daca |
4 |
1% |
8524 |
.text.ZPS_vMacPibSetCoordShortAddress |
0x0001daca |
0x0001dace |
4 |
1% |
8527 |
.text.ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x0001dace |
0x0001dad2 |
4 |
1% |
8530 |
.text.ZPS_vMacPibSetTransactionPersistenceTime |
0x0001dad2 |
0x0001dad6 |
4 |
1% |
8533 |
.text.ZPS_vMacPibSetPanId |
0x0001dad6 |
0x0001dada |
4 |
1% |
8536 |
.text.ZPS_vMacPibSetShortAddr |
0x0001dada |
0x0001dade |
4 |
1% |
8539 |
.text.ZPS_vMacPibSetMinBe |
0x0001dade |
0x0001dae2 |
4 |
1% |
8542 |
.text.ZPS_vMacPibSetMaxBe |
0x0001dae2 |
0x0001dae6 |
4 |
1% |
8545 |
.text.ZPS_vMacPibSetMaxCsmaBackoffs |
0x0001dae6 |
0x0001daea |
4 |
1% |
8548 |
.text.ZPS_vMacPibSetRxOnWhenIdle |
0x0001daea |
0x0001daee |
4 |
1% |
8551 |
.text.ZPS_vMacPibSetRxOnWhenIdleForInterface |
0x0001daee |
0x0001daf6 |
8 |
2% |
8554 |
.text.ZPS_vMacPibSetCoordExtAddr |
0x0001daf6 |
0x0001db08 |
18 |
3% |
8557 |
.text.ZPS_vMacPibSetAssociationPermit |
0x0001db08 |
0x0001db18 |
16 |
3% |
8560 |
.text.ZPS_vMacPibSetBeaconPayload |
0x0001db18 |
0x0001db48 |
48 |
8% |
8564 |
.text.ZPS_vMacSetEBRPayloadJoin |
0x0001db48 |
0x0001db4a |
2 |
1% |
8567 |
.text.ZPS_vMacSetEBRPayloadReJoin |
0x0001db4a |
0x0001db4c |
2 |
1% |
8570 |
.text.ZPS_vMacPibSetDsn |
0x0001db4c |
0x0001db50 |
4 |
1% |
8573 |
.text.ZPS_vMacPibSetExtAddr |
0x0001db50 |
0x0001db54 |
4 |
1% |
8576 |
.text.ZPS_vMacPibSetRxInCca |
0x0001db54 |
0x0001db58 |
4 |
1% |
8579 |
.text.ZPS_vMacSetVsOUIBytes |
0x0001db58 |
0x0001db5a |
2 |
1% |
8582 |
.text.ZPS_eMacPlmeGet |
0x0001db5a |
0x0001db5e |
4 |
1% |
8585 |
.text.ZPS_eMacPlmeSet |
0x0001db5e |
0x0001db64 |
6 |
1% |
8588 |
.text.ZPS_vMacSetEnhancedMode |
0x0001db64 |
0x0001db70 |
12 |
2% |
8592 |
.text.ZPS_vMacBeaconRequest |
0x0001db70 |
0x0001db7e |
14 |
3% |
8595 |
.text.ZPS_vMacRestoreInterfaceState |
0x0001db7e |
0x0001db80 |
2 |
1% |
8598 |
.text.ZPS_u8MacSetTXPower |
0x0001db80 |
0x0001db84 |
4 |
1% |
8601 |
.text.ZPS_u8MacGetTXPower |
0x0001db84 |
0x0001db88 |
4 |
1% |
8604 |
.text.ZPS_u8MacDeleteTXPower |
0x0001db88 |
0x0001db8c |
4 |
1% |
8607 |
.text.ZPS_u8MacClearTXPowerTable |
0x0001db8c |
0x0001db90 |
4 |
1% |
8610 |
.text.APP_bMultimaskJoinCallBack |
0x0001db90 |
0x0001db98 |
8 |
2% |
8613 |
Expected total in zps_mac_shim.o file: |
616 |
Actual: |
616 |
100% |
8468 |
Flash640 / .text / zps_miniMac.o |
Start |
End |
Size |
% |
Line |
.text.vInitBufferQueues |
0x0001db98 |
0x0001dc94 |
252 |
9% |
8616 |
.text.vRetryTxFailure |
0x0001dc94 |
0x0001dcc4 |
48 |
2% |
8618 |
.text.zps_eSocMacSetTxBuffers |
0x0001dcc4 |
0x0001dd00 |
60 |
3% |
8621 |
.text.zps_vSocMacShimInit |
0x0001dd00 |
0x0001dd5c |
92 |
4% |
8624 |
.text.zps_vSocMacHandleMlmeVsReqRsp |
0x0001dd5c |
0x0001dedc |
384 |
14% |
8627 |
.text.SOC_ZPS_vMacModifyForZgp |
0x0001dedc |
0x0001df28 |
76 |
3% |
8630 |
.text.vMiniMac_MlmeCallback |
0x0001df28 |
0x0001e0cc |
420 |
15% |
8633 |
.text.vMiniMac_DataRequestCallback |
0x0001e0cc |
0x0001e0e8 |
28 |
1% |
8636 |
.text.vMiniMac_EmptyMcpsFrameWithFpSetCallback |
0x0001e0e8 |
0x0001e0f8 |
16 |
1% |
8639 |
.text.psMiniMac_GetTxBufferCallback |
0x0001e0f8 |
0x0001e120 |
40 |
2% |
8642 |
.text.psMiniMac_GetRxBufferCallback |
0x0001e120 |
0x0001e158 |
56 |
2% |
8645 |
.text.vMiniMac_ReturnTxBufferCallback |
0x0001e158 |
0x0001e184 |
44 |
2% |
8648 |
.text.zps_vSocMacHandleMcpsVsReqRsp |
0x0001e184 |
0x0001e290 |
268 |
10% |
8651 |
.text.vMiniMac_ReturnRxBufferCallback |
0x0001e290 |
0x0001e2bc |
44 |
2% |
8655 |
.text.vMiniMac_McpsCallback |
0x0001e2bc |
0x0001e588 |
716 |
25% |
8658 |
.text.SOC_ZPS_u16MacPibGetCoordShortAddress |
0x0001e588 |
0x0001e594 |
12 |
1% |
8661 |
.text.SOC_ZPS_u8MacPibGetMaxFrameRetries |
0x0001e594 |
0x0001e5a0 |
12 |
1% |
8664 |
.text.SOC_ZPS_u16MacPibGetPanId |
0x0001e5a0 |
0x0001e5ac |
12 |
1% |
8667 |
.text.SOC_ZPS_u16MacPibGetShortAddr |
0x0001e5ac |
0x0001e5b8 |
12 |
1% |
8670 |
.text.SOC_ZPS_bMacPibGetRxOnWhenIdle |
0x0001e5b8 |
0x0001e5c4 |
12 |
1% |
8673 |
.text.SOC_ZPS_sMacPibGetCoordExtAddr |
0x0001e5c4 |
0x0001e5d8 |
20 |
1% |
8676 |
.text.SOC_ZPS_u8MacPibGetDsn |
0x0001e5d8 |
0x0001e5e4 |
12 |
1% |
8679 |
.text.SOC_ZPS_vMacPibSetCoordShortAddress |
0x0001e5e4 |
0x0001e5f0 |
12 |
1% |
8682 |
.text.SOC_ZPS_vMacPibSetMaxFrameTotalWaitTime |
0x0001e5f0 |
0x0001e5fc |
12 |
1% |
8685 |
.text.SOC_ZPS_vMacPibSetTransactionPersistenceTime |
0x0001e5fc |
0x0001e608 |
12 |
1% |
8688 |
.text.SOC_ZPS_vMacPibSetPanId |
0x0001e608 |
0x0001e610 |
8 |
1% |
8691 |
.text.SOC_ZPS_vMacPibSetShortAddr |
0x0001e610 |
0x0001e618 |
8 |
1% |
8694 |
.text.SOC_ZPS_vMacPibSetMinBe |
0x0001e618 |
0x0001e620 |
8 |
1% |
8697 |
.text.SOC_ZPS_vMacPibSetMaxBe |
0x0001e620 |
0x0001e624 |
4 |
1% |
8700 |
.text.SOC_ZPS_vMacPibSetMaxCsmaBackoffs |
0x0001e624 |
0x0001e62c |
8 |
1% |
8703 |
.text.SOC_ZPS_vMacPibSetRxOnWhenIdle |
0x0001e62c |
0x0001e638 |
12 |
1% |
8706 |
.text.SOC_ZPS_vMacPibSetCoordExtAddr |
0x0001e638 |
0x0001e650 |
24 |
1% |
8710 |
.text.SOC_ZPS_vMacPibSetAssociationPermit |
0x0001e650 |
0x0001e65c |
12 |
1% |
8713 |
.text.SOC_ZPS_vMacPibSetBeaconPayload |
0x0001e65c |
0x0001e67c |
32 |
2% |
8716 |
.text.SOC_ZPS_vMacPibSetDsn |
0x0001e67c |
0x0001e688 |
12 |
1% |
8719 |
.text.SOC_ZPS_vMacPibSetBeaconRequestLqiThreshold |
0x0001e688 |
0x0001e694 |
12 |
1% |
8722 |
.text.SOC_ZPS_vMacPibSetExtAddr |
0x0001e694 |
0x0001e6b0 |
28 |
1% |
8725 |
.text.SOC_ZPS_vMacPibSetRxInCca |
0x0001e6b0 |
0x0001e6c8 |
24 |
1% |
8728 |
.text.SOC_ZPS_eMacPlmeGet |
0x0001e6c8 |
0x0001e6cc |
4 |
1% |
8731 |
.text.SOC_ZPS_eMacPlmeSet |
0x0001e6cc |
0x0001e6d0 |
4 |
1% |
8734 |
.text.SOC_ZPS_u8MacGetTXPower |
0x0001e6d0 |
0x0001e6d4 |
4 |
1% |
8737 |
.text.SOC_ZPS_u8MacSetTXPower |
0x0001e6d4 |
0x0001e6d8 |
4 |
1% |
8740 |
.text.SOC_ZPS_u8MacDeleteTXPower |
0x0001e6d8 |
0x0001e6dc |
4 |
1% |
8743 |
.text.SOC_ZPS_u8MacClearTXPowerTable |
0x0001e6dc |
0x0001e6e0 |
4 |
1% |
8746 |
Expected total in zps_miniMac.o file: |
2888 |
Actual: |
2888 |
100% |
8616 |
Flash640 / .text / pwrm.o |
Start |
End |
Size |
% |
Line |
.text.PWRM_eStartActivity |
0x0001e6e0 |
0x0001e6ea |
10 |
32% |
8749 |
.text.PWRM_eFinishActivity |
0x0001e6ea |
0x0001e6f4 |
10 |
32% |
8752 |
.text.PWRM_u16GetActivityCount |
0x0001e6f4 |
0x0001e700 |
12 |
38% |
8755 |
Expected total in pwrm.o file: |
32 |
Actual: |
32 |
100% |
8749 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.text.zps_vZgpDeviceActiveTimerExpiry |
0x0001e700 |
0x0001e7c0 |
192 |
11% |
8758 |
.text.vZGPdCfm |
0x0001e7c0 |
0x0001e7f0 |
48 |
3% |
8761 |
.text.vZGPParseMacMcpsData |
0x0001e7f0 |
0x0001e8e4 |
244 |
14% |
8764 |
.text.zps_vZgpDeviceActive |
0x0001e8e4 |
0x0001e910 |
44 |
3% |
8768 |
.text.vFillApduErrorEventGreenPower |
0x0001e910 |
0x0001e94c |
60 |
4% |
8771 |
.text.vPostToGreenPowerEndpoint |
0x0001e94c |
0x0001ea74 |
296 |
17% |
8774 |
.text.vZGPcStubMcpsInd |
0x0001ea74 |
0x0001edc8 |
852 |
48% |
8777 |
.text.zps_vRegisterGreenPower |
0x0001edc8 |
0x0001edf4 |
44 |
3% |
8779 |
.text.ZPS_vRegisterSecRequestResponseCallback |
0x0001edf4 |
0x0001ee00 |
12 |
1% |
8782 |
Expected total in zps_apl_gp.o file: |
1792 |
Actual: |
1792 |
100% |
8758 |
Flash640 / .text / zps_bdir_gp.o |
Start |
End |
Size |
% |
Line |
.text.vZgpAgeTxQueue |
0x0001ee00 |
0x0001ee92 |
146 |
7% |
8785 |
.text.zps_vCStub_DataReq |
0x0001ee92 |
0x0001f0b0 |
542 |
26% |
8788 |
.text.psFindGpTxQentry |
0x0001f0b0 |
0x0001f10e |
94 |
5% |
8791 |
.text.zps_sZgpAddTxQueue |
0x0001f10e |
0x0001f1e8 |
218 |
11% |
8794 |
.text.zps_vDStub_DataReq |
0x0001f1e8 |
0x0001f538 |
848 |
41% |
8798 |
.text.zps_bZgpRemoveTxQueue |
0x0001f538 |
0x0001f5c4 |
140 |
7% |
8801 |
.text.vZgpSendTxAfterRx |
0x0001f5c4 |
0x0001f5f4 |
48 |
3% |
8804 |
.text.ZPS_vZgpInitGpTxQueue |
0x0001f5f4 |
0x0001f644 |
80 |
4% |
8808 |
Expected total in zps_bdir_gp.o file: |
2116 |
Actual: |
2116 |
100% |
8785 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vZgpTransformKey |
0x0001f644 |
0x0001f6d0 |
140 |
11% |
8811 |
.text.ZPS_psZgpFindGpstEntry |
0x0001f6d0 |
0x0001f728 |
88 |
7% |
8814 |
.text.ZPS_sZgpAddDeviceSecurity |
0x0001f728 |
0x0001f7d2 |
170 |
14% |
8817 |
.text.ZPS_vZgpInitGpSecurityTable |
0x0001f7d2 |
0x0001f7fe |
44 |
4% |
8820 |
.text.u8ZgpCCMStarEncrypt |
0x0001f7fe |
0x0001f98e |
400 |
32% |
8823 |
.text.u8ZgpCCMStarDecrypt |
0x0001f98e |
0x0001fb4c |
446 |
35% |
8826 |
Expected total in zps_apl_gp_security.o file: |
1288 |
Actual: |
1288 |
100% |
8811 |
Flash640 / .text / zps_apl_options.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vRegisterInterPanHandlers |
0x0001fb4c |
0x0001fb58 |
12 |
11% |
8829 |
.text.ZPS_vRegistercStubGreenPower |
0x0001fb58 |
0x0001fb64 |
12 |
11% |
8832 |
.text.ZPS_vInterceptMcpsDataCallback |
0x0001fb64 |
0x0001fbbe |
90 |
79% |
8835 |
Expected total in zps_apl_options.o file: |
114 |
Actual: |
114 |
100% |
8829 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.text.vHandleApsInterPanDcfmData |
0x0001fbbe |
0x0001fc00 |
66 |
8% |
8838 |
.text.vFillApduErrorEventInterPan |
0x0001fc00 |
0x0001fc38 |
56 |
7% |
8841 |
.text.vPostInterPanToEndpoint |
0x0001fc38 |
0x0001fd98 |
352 |
40% |
8845 |
.text.vApsInterPanMcpsDataInd |
0x0001fd98 |
0x0001ff20 |
392 |
45% |
8848 |
.text.zps_vAfInterPanInit |
0x0001ff20 |
0x0001ff34 |
20 |
3% |
8851 |
Expected total in zps_apl_interpan.o file: |
886 |
Actual: |
886 |
100% |
8838 |
Flash640 / .text / zps_nwk_dcim.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkRegisterNlmeDcfmIndCallbacks |
0x0001ff34 |
0x0001ff42 |
14 |
19% |
8854 |
.text.ZPS_vNwkRegisterNldeDcfmIndCallbacks |
0x0001ff42 |
0x0001ff50 |
14 |
19% |
8857 |
.text.zps_psNwkDcfmIndGetBuf |
0x0001ff50 |
0x0001ff66 |
22 |
29% |
8860 |
.text.zps_eNwkDcfmIndPost |
0x0001ff66 |
0x0001ff80 |
26 |
35% |
8863 |
Expected total in zps_nwk_dcim.o file: |
76 |
Actual: |
76 |
100% |
8854 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.text.eLeaveDataDcfmRemoteLeave |
0x0001ff80 |
0x0001ffbe |
62 |
6% |
8866 |
.text.eLeaveDataDcfmLocalLeave |
0x0001ffbe |
0x00020018 |
90 |
9% |
8868 |
.text.eLeaveReset |
0x00020018 |
0x00020070 |
88 |
9% |
8870 |
.text.zps_psNwkSendLeaveCmd |
0x00020070 |
0x000200f0 |
128 |
13% |
8872 |
.text.zps_psNwkPropagateLocalLeave |
0x000200f0 |
0x0002011c |
44 |
5% |
8875 |
.text.zps_eNwkHandleSceLeave |
0x0002011c |
0x00020290 |
372 |
36% |
8879 |
.text.zps_vNwkHandleCmeLeaveReq |
0x00020290 |
0x0002039c |
268 |
26% |
8882 |
Expected total in zps_nwk_leave.o file: |
1052 |
Actual: |
1052 |
100% |
8866 |
Flash640 / .text / zps_nwk_lib.o |
Start |
End |
Size |
% |
Line |
.text.zps_eSmeGenlIllegal |
0x0002039c |
0x000203a2 |
6 |
2% |
8885 |
.text.zps_eSceGenlIllegal |
0x000203a2 |
0x000203a8 |
6 |
2% |
8888 |
.text.zps_vNwkLibU16ToPayload |
0x000203a8 |
0x000203b0 |
8 |
2% |
8891 |
.text.zps_vNwkLibU32ToPayload |
0x000203b0 |
0x000203c0 |
16 |
4% |
8894 |
.text.zps_vNwkLibU64ToPayload |
0x000203c0 |
0x000203e0 |
32 |
7% |
8897 |
.text.zps_vInitBeaconPayload |
0x000203e0 |
0x00020468 |
136 |
29% |
8901 |
.text.zps_sNwkStart |
0x00020468 |
0x00020560 |
248 |
53% |
8904 |
.text.zps_u16NwkLibFromPayload |
0x00020560 |
0x00020564 |
4 |
1% |
8907 |
.text.zps_u64NwkLibFromPayload |
0x00020564 |
0x0002056c |
8 |
2% |
8910 |
.text.zps_u8NwkLibChannelLow |
0x0002056c |
0x00020572 |
6 |
2% |
8913 |
.text.zps_u8NwkLibChannelHigh |
0x00020572 |
0x00020578 |
6 |
2% |
8916 |
Expected total in zps_nwk_lib.o file: |
476 |
Actual: |
476 |
100% |
8885 |
Flash640 / .text / zps_nwk_lkst.o |
Start |
End |
Size |
% |
Line |
.text.zps_u8CalcLinkCost |
0x00020578 |
0x000205cc |
84 |
6% |
8919 |
.text.eSendLinkStatusDataDcfm.part.0 |
0x000205cc |
0x00020704 |
312 |
22% |
8922 |
.text.eSendLinkStatusDataDcfmCb |
0x00020704 |
0x00020748 |
68 |
5% |
8924 |
.text.zps_vAgeRouter |
0x00020748 |
0x000207a0 |
88 |
7% |
8926 |
.text.zps_vNwkSecondTickHandleExpiry |
0x000207a0 |
0x00020994 |
500 |
35% |
8930 |
.text.zps_vAddToSortedActiveNtList |
0x00020994 |
0x000209f6 |
98 |
7% |
8933 |
.text.zps_eNwkHandleSceLinkStatus |
0x000209f6 |
0x00020b04 |
270 |
19% |
8936 |
.text.zps_vRegisterCallbackForSecondsTick |
0x00020b04 |
0x00020b10 |
12 |
1% |
8940 |
Expected total in zps_nwk_lkst.o file: |
1432 |
Actual: |
1432 |
100% |
8919 |
Flash640 / .text / zps_nwk_main.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pvNwkCtor |
0x00020b10 |
0x00020b80 |
112 |
74% |
8943 |
.text.ZPS_pvNwkGetHandle |
0x00020b80 |
0x00020b8c |
12 |
8% |
8946 |
.text.ZPS_vExtendedStatusSetCallback |
0x00020b8c |
0x00020b98 |
12 |
8% |
8949 |
.text.ZPS_vSetExtendedStatus |
0x00020b98 |
0x00020ba8 |
16 |
11% |
8952 |
Expected total in zps_nwk_main.o file: |
152 |
Actual: |
152 |
100% |
8943 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.text.eUnsolicitedRejoinRspDataDcfm |
0x00020ba8 |
0x00020bc8 |
32 |
1% |
8955 |
.text.eEdTimeoutResponseDataDcfm |
0x00020bc8 |
0x00020be0 |
24 |
1% |
8957 |
.text.zps_vSendNwkStatusInd |
0x00020be0 |
0x00020c06 |
38 |
1% |
8959 |
.text.vHandleNwkLocalUpdateAfterBcast |
0x00020c06 |
0x00020c70 |
106 |
3% |
8962 |
.text.vHandleNwkRemoteUpdateAfterBcast |
0x00020c70 |
0x00020cc0 |
80 |
2% |
8964 |
.text.vHandleEdTimeoutReqExpiry |
0x00020cc0 |
0x00020d4c |
140 |
4% |
8967 |
.text.eEdTimeoutRequestDataDcfm |
0x00020d4c |
0x00020d6a |
30 |
1% |
8969 |
.text.zps_bNwkIsBeaconZigbee |
0x00020d6a |
0x00020d7c |
18 |
1% |
8971 |
.text.zps_eNwkHandleSmeBeaconNotifyInd |
0x00020d7c |
0x00020e44 |
200 |
5% |
8974 |
.text.zps_vNwkRemoveConflictedBroadcast |
0x00020e44 |
0x00020e90 |
76 |
2% |
8977 |
.text.zps_eNwkHandleSceNwkReport |
0x00020e90 |
0x00020f78 |
232 |
6% |
8981 |
.text.zps_eNwkHandleSceNwkUpdate |
0x00020f78 |
0x00020f9c |
36 |
1% |
8984 |
.text.zps_psSendNetworkStatusCmd |
0x00020f9c |
0x00021034 |
152 |
4% |
8987 |
.text.zps_vProcessChildAddrConflict |
0x00021034 |
0x000210f0 |
188 |
5% |
8990 |
.text.zps_vProcessLocalAddrConflict |
0x000210f0 |
0x000211a2 |
178 |
5% |
8993 |
.text.zps_eNwkHandleSceNwkStatus |
0x000211a2 |
0x000212e0 |
318 |
8% |
8996 |
.text.zps_psSendNetworkReportCmd |
0x000212e0 |
0x000213b8 |
216 |
6% |
8999 |
.text.vSendNetworkReport |
0x000213b8 |
0x000213bc |
4 |
1% |
9002 |
.text.zps_psSendNetworkUpdateCmd |
0x000213bc |
0x00021464 |
168 |
5% |
9004 |
.text.vSendNetworkUpdate |
0x00021464 |
0x000214fc |
152 |
4% |
9007 |
.text.zps_psSendNetworkEdTimeoutReqCmd |
0x000214fc |
0x0002159c |
160 |
4% |
9009 |
.text.zps_psSendNetworkEdTimeoutRspCmd |
0x0002159c |
0x0002160c |
112 |
3% |
9012 |
.text.zps_eNwkHandleSceNwkEdTimeoutReq |
0x0002160c |
0x000216d4 |
200 |
5% |
9015 |
.text.zps_bNwkFindAddIeeeAddr |
0x000216d4 |
0x0002184a |
374 |
10% |
9018 |
.text.ZPS_vRemoveEntryFromAddressMap |
0x0002184a |
0x00021898 |
78 |
2% |
9021 |
.text.ZPS_u64NwkNibGetMappedIeeeAddr |
0x00021898 |
0x000218be |
38 |
1% |
9024 |
.text.eCheckAddrConflict.constprop.0 |
0x000218be |
0x0002194c |
142 |
4% |
9027 |
.text.zps_eProcessAddrConflict |
0x0002194c |
0x00021af0 |
420 |
11% |
9029 |
.text.ZPS_vNwkUpdateTxBytesForNeighbor |
0x00021af0 |
0x00021b24 |
52 |
2% |
9032 |
.text.ZPS_vNwkUpdateRxBytesForNeighbor |
0x00021b24 |
0x00021b58 |
52 |
2% |
9035 |
.text.ZPS_u8nwkNewIDtest |
0x00021b58 |
0x00021b7a |
34 |
1% |
9038 |
Expected total in zps_nwk_maint.o file: |
4050 |
Actual: |
4050 |
100% |
8955 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.text.vNwkMcpsTimerCallback |
0x00021b7a |
0x00021b8e |
20 |
1% |
9041 |
.text.vProcessTimedList |
0x00021b8e |
0x00021bce |
64 |
2% |
9044 |
.text.vInitUnknownNeighbor |
0x00021bce |
0x00021c60 |
146 |
3% |
9046 |
.text.ZPS_bHookMcpsDcfmFail |
0x00021c60 |
0x00021c62 |
2 |
1% |
9048 |
.text.ZPS_bHookMcpsDcfmInd |
0x00021c62 |
0x00021c78 |
22 |
1% |
9051 |
.text.bSdeHandleDataFrm |
0x00021c78 |
0x00021d98 |
288 |
5% |
9055 |
.text.zps_vNwkMcpsMgrInit |
0x00021d98 |
0x00021e30 |
152 |
3% |
9058 |
.text.zps_vNwkMcpsMgrPostTimed |
0x00021e30 |
0x00021e46 |
22 |
1% |
9061 |
.text.zps_psNwkMcpsMgrAllocateReqDescr |
0x00021e46 |
0x00021e4e |
8 |
1% |
9064 |
.text.zps_bNwkMcpsMgrRemoveDescrFromLists |
0x00021e4e |
0x00021e8c |
62 |
1% |
9067 |
.text.zps_vNwkMcpsMgrFreeReqDescr |
0x00021e8c |
0x00021ee4 |
88 |
2% |
9070 |
.text.zps_bNwkMcpsMgrDfcmBitmapUpdateAndCheck |
0x00021ee4 |
0x00021f1c |
56 |
1% |
9073 |
.text.zps_psNwkMcpsMgrFindSubmittedByHandle |
0x00021f1c |
0x00021f36 |
26 |
1% |
9076 |
.text.zps_psNwkMcpsMgrFindPendingByNwkDstAddr |
0x00021f36 |
0x00021f48 |
18 |
1% |
9079 |
.text.zps_psNwkMcpsMgrFindByBtr |
0x00021f48 |
0x00021f6e |
38 |
1% |
9082 |
.text.zps_vNwkMcpsMgrTidyBtrReqDescr |
0x00021f6e |
0x00021f92 |
36 |
1% |
9085 |
.text.zps_u8NwkAllocateMcpsHandle |
0x00021f92 |
0x00021fc2 |
48 |
1% |
9088 |
.text.zps_vNwkFreeMcpsHandle |
0x00021fc2 |
0x00021fe0 |
30 |
1% |
9091 |
.text.ZPS_vNwkSendLeaveDirect |
0x00021fe0 |
0x000220f4 |
276 |
5% |
9094 |
.text.ZPS_vNwkMacDataPollRequest |
0x000220f4 |
0x00022154 |
96 |
2% |
9097 |
.text.vNwkMcpsSendTimedDfcm |
0x00022154 |
0x000221d8 |
132 |
3% |
9101 |
.text.vProcessListsForSubmission |
0x000221d8 |
0x00022420 |
584 |
10% |
9104 |
.text.vMcpsMgrExpiry |
0x00022420 |
0x00022470 |
80 |
2% |
9106 |
.text.zps_vNwkMcpsMgrPost |
0x00022470 |
0x00022494 |
36 |
1% |
9108 |
.text.ZPS_vNwkHandleMcpsVsInd |
0x00022494 |
0x00023178 |
3300 |
53% |
9112 |
.text.zps_vNwkMcpsMgrRemoveAndMakeLimbo |
0x00023178 |
0x000231a0 |
40 |
1% |
9115 |
.text.zps_bNwkHandleSdeActvDcfmData |
0x000231a0 |
0x00023324 |
388 |
7% |
9118 |
.text.vMcpsMgrTimeoutExpiry |
0x00023324 |
0x0002339c |
120 |
2% |
9121 |
.text.ZPS_vNwkHandleMcpsVsDcfm |
0x0002339c |
0x00023400 |
100 |
2% |
9124 |
.text.ZPS_vNwkSetOptionsFilter |
0x00023400 |
0x00023410 |
16 |
1% |
9128 |
Expected total in zps_nwk_mcps.o file: |
6294 |
Actual: |
6294 |
100% |
9041 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleMlmeDcfmInd |
0x00023410 |
0x00023478 |
104 |
100% |
9131 |
Expected total in zps_nwk_mlme.o file: |
104 |
Actual: |
104 |
100% |
9131 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.text.vLoadNwkRecord |
0x00023478 |
0x000234b0 |
56 |
1% |
9134 |
.text.zps_vNwkDefaultStateMachines |
0x000234b0 |
0x0002350c |
92 |
2% |
9136 |
.text.zps_vDefaultNwkLayer |
0x0002350c |
0x00023718 |
524 |
9% |
9139 |
.text.ZPS_psNwkNibGetHandle |
0x00023718 |
0x0002371e |
6 |
1% |
9142 |
.text.ZPS_u16NwkNibGetNwkAddr |
0x0002371e |
0x00023722 |
4 |
1% |
9145 |
.text.ZPS_u64NwkNibGetExtAddr |
0x00023722 |
0x00023726 |
4 |
1% |
9148 |
.text.ZPS_u16NwkNibGetMacPanId |
0x00023726 |
0x0002372a |
4 |
1% |
9151 |
.text.ZPS_vNwkNibIncSeqNum |
0x0002372a |
0x00023736 |
12 |
1% |
9154 |
.text.ZPS_u64NwkNibGetEpid |
0x00023736 |
0x0002373c |
6 |
1% |
9157 |
.text.ZPS_vNwkNibClearTables |
0x0002373c |
0x00023842 |
262 |
5% |
9160 |
.text.ZPS_vNwkNibClearDiscoveryNT |
0x00023842 |
0x00023864 |
34 |
1% |
9163 |
.text.ZPS_bNwkNibAddrMapAddEntry |
0x00023864 |
0x00023a0c |
424 |
7% |
9167 |
.text.ZPS_bNwkNibNtActvMatch |
0x00023a0c |
0x00023aa0 |
148 |
3% |
9170 |
.text.bCheckNwkAddr |
0x00023aa0 |
0x00023ae8 |
72 |
2% |
9173 |
.text.ZPS_bNwkNibNtActvUnusedChild |
0x00023ae8 |
0x00023b10 |
40 |
1% |
9176 |
.text.ZPS_bNwkNibNtActvFindChild |
0x00023b10 |
0x00023c10 |
256 |
5% |
9179 |
.text.ZPS_u8NwkNibNtDiscMatch |
0x00023c10 |
0x00023c96 |
134 |
3% |
9182 |
.text.ZPS_u64NwkNibFindExtAddr |
0x00023c96 |
0x00023d3e |
168 |
3% |
9185 |
.text.ZPS_u16NwkNibFindNwkAddr |
0x00023d3e |
0x00023de0 |
162 |
3% |
9188 |
.text.ZPS_vNwkSaveRecord |
0x00023de0 |
0x00023e08 |
40 |
1% |
9192 |
.text.ZPS_vNwkNibSetNwkAddr |
0x00023e08 |
0x00023e40 |
56 |
1% |
9195 |
.text.ZPS_vNwkNibSetNwkAddrNibOnly |
0x00023e40 |
0x00023e4c |
12 |
1% |
9198 |
.text.ZPS_vNwkNibSetExtPanId |
0x00023e4c |
0x00023e8c |
64 |
2% |
9202 |
.text.ZPS_vNwkNibSetKeySeqNum |
0x00023e8c |
0x00023ea0 |
20 |
1% |
9205 |
.text.ZPS_vNwkNibSetDepth |
0x00023ea0 |
0x00023ee0 |
64 |
2% |
9208 |
.text.ZPS_vNwkNibSetUpdateId |
0x00023ee0 |
0x00023f18 |
56 |
1% |
9211 |
.text.ZPS_vNwkNibSetPanId |
0x00023f18 |
0x00023f34 |
28 |
1% |
9214 |
.text.ZPS_vNwkNibSetCapabilityInfo |
0x00023f34 |
0x00023f5c |
40 |
1% |
9217 |
.text.ZPS_vNwkNibSetChannel |
0x00023f5c |
0x00023f7e |
34 |
1% |
9220 |
.text.ZPS_vNwkNibSetAuxChannel |
0x00023f7e |
0x00023fa0 |
34 |
1% |
9223 |
.text.ZPS_vNwkNibSetParentAddr |
0x00023fa0 |
0x00023fba |
26 |
1% |
9226 |
.text.ZPS_vNwkSaveNt |
0x00023fba |
0x00023fd6 |
28 |
1% |
9229 |
.text.ZPS_vNwkSaveSecMat |
0x00023fd6 |
0x0002400e |
56 |
1% |
9232 |
.text.ZPS_vNwkSaveAllRecords |
0x0002400e |
0x00024024 |
22 |
1% |
9235 |
.text.ZPS_vNwkResetOutgoingFrameCounter |
0x00024024 |
0x00024038 |
20 |
1% |
9238 |
.text.ZPS_pvNwkRestoreFrameCounter |
0x00024038 |
0x00024060 |
40 |
1% |
9241 |
.text.ZPS_vNwkInitialiseRecords |
0x00024060 |
0x000240cc |
108 |
2% |
9244 |
.text.ZPS_vNwkNibSetTables |
0x000240cc |
0x00024108 |
60 |
1% |
9247 |
.text.ZPS_vNwkTimerQueueOverflow |
0x00024108 |
0x00024190 |
136 |
3% |
9251 |
.text.ZPS_u8NwkSendNwkEdTimeoutsCommand |
0x00024190 |
0x000241ac |
28 |
1% |
9254 |
.text.ZPS_bNwkGetAliasStatus |
0x000241ac |
0x000241b2 |
6 |
1% |
9257 |
.text.ZPS_bNwkGetAliasApsCounter |
0x000241b2 |
0x000241b8 |
6 |
1% |
9260 |
.text.ZPS_vNwkPurgeMacAddressAndRelatedEntries |
0x000241b8 |
0x000242d8 |
288 |
5% |
9263 |
.text.ZPS_vNtSetUsedStatus |
0x000242d8 |
0x00024428 |
336 |
6% |
9267 |
.text.ZPS_vNwkNibCheckAndUpdateAddresses |
0x00024428 |
0x000244ec |
196 |
4% |
9270 |
.text.zps_vBuildSortedActvNTList |
0x000244ec |
0x0002453c |
80 |
2% |
9273 |
.text.ZPS_vNtSetAuthStatus |
0x0002453c |
0x00024562 |
38 |
1% |
9276 |
.text.zps_sNwkNibNtCheckJoin |
0x00024562 |
0x000247c4 |
610 |
10% |
9279 |
.text.ZPS_vNwkNibCheckAndUpdateChildren |
0x000247c4 |
0x00024918 |
340 |
6% |
9283 |
.text.zps_vNwkSetZgpAlias |
0x00024918 |
0x0002492c |
20 |
1% |
9286 |
.text.ZPS_vNwkMacEntriesClear |
0x0002492c |
0x000249e4 |
184 |
3% |
9289 |
.text.ZPS_vPurgeJoinManagerEntry |
0x000249e4 |
0x00024a04 |
32 |
1% |
9292 |
.text.zps_vCleanUnAuthenHandleExpiry |
0x00024a04 |
0x00024a98 |
148 |
3% |
9295 |
.text.ZPS_vNibRealignMac |
0x00024a98 |
0x00024b58 |
192 |
4% |
9299 |
.text.zps_vNibSetDefaults |
0x00024b58 |
0x00024d00 |
424 |
7% |
9302 |
.text.ZPS_vHookfcOverflowEvent |
0x00024d00 |
0x00024d04 |
4 |
1% |
9305 |
.text.ZPS_vNwkIncOutFC |
0x00024d04 |
0x00024d58 |
84 |
2% |
9309 |
.text.ZPS_vNwkNibRestoreWarmRestartCounter |
0x00024d58 |
0x00024d68 |
16 |
1% |
9312 |
Expected total in zps_nwk_nib.o file: |
6384 |
Actual: |
6384 |
100% |
9134 |
Flash640 / .text / zps_nwk_nlde.o |
Start |
End |
Size |
% |
Line |
.text.eNldeDataDcfm |
0x00024d68 |
0x00024d90 |
40 |
7% |
9315 |
.text.ZPS_vNwkHandleNldeReqRsp |
0x00024d90 |
0x00024f94 |
516 |
85% |
9318 |
.text.ZPS_u8NwkCalcNldeReqOverhead |
0x00024f94 |
0x00024fc8 |
52 |
9% |
9321 |
Expected total in zps_nwk_nlde.o file: |
608 |
Actual: |
608 |
100% |
9315 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vNwkHandleNlmeReqRsp |
0x00024fc8 |
0x00025154 |
396 |
100% |
9324 |
Expected total in zps_nwk_nlme.o file: |
396 |
Actual: |
396 |
100% |
9324 |
Flash640 / .text / zps_nwk_pmjn.o |
Start |
End |
Size |
% |
Line |
.text.vPermitJoinHandleExpiry |
0x00025154 |
0x0002515c |
8 |
7% |
9327 |
.text.zps_vNwkPermitJoiningInit |
0x0002515c |
0x00025170 |
20 |
16% |
9330 |
.text.zps_vNwkHandleCmePermitJoinReq |
0x00025170 |
0x000251d8 |
104 |
79% |
9333 |
Expected total in zps_nwk_pmjn.o file: |
132 |
Actual: |
132 |
100% |
9327 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.text.eRouteRequestDataDcfm |
0x000251d8 |
0x00025208 |
48 |
1% |
9336 |
.text.zps_vExpireOldRoutes |
0x00025208 |
0x00025264 |
92 |
2% |
9338 |
.text.psNwkSendRouteRecordCmd |
0x00025264 |
0x000253d4 |
368 |
8% |
9342 |
.text.psSendRouteReplyCmd.isra.0 |
0x000253d4 |
0x000254d4 |
256 |
6% |
9344 |
.text.vFreePendingReqDescr |
0x000254d4 |
0x00025528 |
84 |
2% |
9346 |
.text.zps_vNwkHandleCmeStartRouterReq |
0x00025528 |
0x00025578 |
80 |
2% |
9349 |
.text.zps_vNwkHandleCmeActvStartRouterReq |
0x00025578 |
0x000255f4 |
124 |
3% |
9352 |
.text.zps_vStartRouter |
0x000255f4 |
0x000255f8 |
4 |
1% |
9355 |
.text.zps_eNwkRtMatch |
0x000255f8 |
0x000256fc |
260 |
6% |
9358 |
.text.zps_psNwkRtMatchNwkAddr |
0x000256fc |
0x0002573e |
66 |
2% |
9361 |
.text.zps_vRemoveRoute |
0x0002573e |
0x000257ba |
124 |
3% |
9364 |
.text.zps_vRemoveNextHop |
0x000257ba |
0x0002585a |
160 |
4% |
9367 |
.text.zps_eNwkRtDiscMatch |
0x0002585a |
0x000258c0 |
102 |
3% |
9370 |
.text.zps_eNwkHandleSceRouteRequest |
0x000258c0 |
0x00025d14 |
1108 |
23% |
9373 |
.text.zps_psNwkInitiateRouteDiscovery |
0x00025d14 |
0x00025e94 |
384 |
8% |
9376 |
.text.zps_vNwkHandleCmeRouteDiscoveryReq |
0x00025e94 |
0x00025f04 |
112 |
3% |
9379 |
.text.zps_psProcessRoutedFrm |
0x00025f04 |
0x0002603c |
312 |
7% |
9382 |
.text.zps_eNwkRctMatchNwkAddr |
0x0002603c |
0x0002609e |
98 |
3% |
9385 |
.text.zps_eNwkHandleSceRouteRecord |
0x0002609e |
0x00026188 |
234 |
5% |
9388 |
.text.zps_vNwkSendAnyPendingData |
0x00026188 |
0x000261c4 |
60 |
2% |
9391 |
.text.vHandleRouteDiscoveryExpiry |
0x000261c4 |
0x00026268 |
164 |
4% |
9394 |
.text.zps_eNwkHandleSceRouteReply |
0x00026268 |
0x000264ac |
580 |
13% |
9396 |
Expected total in zps_nwk_rt.o file: |
4820 |
Actual: |
4820 |
100% |
9336 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_bSecEncrypt |
0x000264ac |
0x00026628 |
380 |
23% |
9399 |
.text.zps_eNwkSecEncryptPacket |
0x00026628 |
0x000266e4 |
188 |
12% |
9402 |
.text.ZPS_bSecDecrypt |
0x000266e4 |
0x000267d4 |
240 |
15% |
9406 |
.text.ZPS_bNwkSecCheckFC |
0x000267d4 |
0x0002682a |
86 |
6% |
9409 |
.text.zps_vNwkSecClearMatSet |
0x0002682a |
0x00026850 |
38 |
3% |
9412 |
.text.ZPS_bNwkSecFindMatSet |
0x00026850 |
0x00026880 |
48 |
3% |
9415 |
.text.zps_eNwkSecDecryptPacket |
0x00026880 |
0x00026a68 |
488 |
30% |
9418 |
.text.ZPS_bNwkSecCheckMatSet |
0x00026a68 |
0x00026a96 |
46 |
3% |
9421 |
.text.ZPS_bNwkSecHaveNetworkKey |
0x00026a96 |
0x00026ac6 |
48 |
3% |
9424 |
.text.ZPS_vNwkSecResetDevice |
0x00026ac6 |
0x00026b08 |
66 |
4% |
9427 |
.text.ZPS_pvNwkSecGetNetworkKey |
0x00026b08 |
0x00026b38 |
48 |
3% |
9430 |
Expected total in zps_nwk_sec.o file: |
1676 |
Actual: |
1676 |
100% |
9399 |
Flash640 / .text / zps_nwk_slist.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkSlistInit |
0x00026b38 |
0x00026b40 |
8 |
6% |
9433 |
.text.zps_vNwkSlistAddToHead |
0x00026b40 |
0x00026b4c |
12 |
9% |
9436 |
.text.zps_vNwkSlistAddToTail |
0x00026b4c |
0x00026b60 |
20 |
15% |
9439 |
.text.zps_vNwkSlistInsertAfter |
0x00026b60 |
0x00026b72 |
18 |
13% |
9442 |
.text.zps_psNwkSlistRemoveFromHead |
0x00026b72 |
0x00026b82 |
16 |
12% |
9445 |
.text.zps_psNwkSlistRemove |
0x00026b82 |
0x00026bb2 |
48 |
35% |
9448 |
.text.zps_vNwkSlistMakeLimboNode |
0x00026bb2 |
0x00026bba |
8 |
6% |
9451 |
.text.zps_bNwkSlistIsLimboNode |
0x00026bba |
0x00026bc4 |
10 |
8% |
9454 |
Expected total in zps_nwk_slist.o file: |
140 |
Actual: |
140 |
100% |
9433 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.text.zps_psSendNetworkLinkPowerDelta.isra.0 |
0x00026bc4 |
0x00026c54 |
144 |
16% |
9457 |
.text.zps_eNwkHandleSmeDutyCycleInd |
0x00026c54 |
0x00026c78 |
36 |
4% |
9459 |
.text.zps_eNwkHandleSceNwkLinkPowerDelta |
0x00026c78 |
0x00026dac |
308 |
34% |
9462 |
.text.ZPS_bNwkCoordLinkPowerDeltaNtfcn |
0x00026dac |
0x00026e40 |
148 |
17% |
9465 |
.text.ZPS_vLinkPowerDeltaTimerExpiry |
0x00026e40 |
0x00026e4e |
14 |
2% |
9468 |
.text.ZPS_vNwkNibNTUpdateTxPower |
0x00026e4e |
0x00026eb2 |
100 |
11% |
9471 |
.text.ZPS_bMACTxPowerTableInitialise |
0x00026eb2 |
0x00026f14 |
98 |
11% |
9474 |
.text.ZPS_u16NwkNibNtGetMacIDByAddress |
0x00026f14 |
0x00026f5e |
74 |
9% |
9477 |
Expected total in zps_nwk_subghz.o file: |
922 |
Actual: |
922 |
100% |
9457 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeGetResources |
0x00026f5e |
0x00026fee |
144 |
73% |
9480 |
.text.zps_eNwkActvStInit |
0x00026fee |
0x00026ff8 |
10 |
6% |
9483 |
.text.zps_vNwkActvStHandleCme |
0x00026ff8 |
0x00027024 |
44 |
23% |
9487 |
Expected total in zps_nwk_actv_st.o file: |
198 |
Actual: |
198 |
100% |
9480 |
Flash640 / .text / zps_nwk_btt.o |
Start |
End |
Size |
% |
Line |
.text.vNwkBttTimerExpiry |
0x00027024 |
0x0002710c |
232 |
40% |
9490 |
.text.zps_vNwkBttMgrInit |
0x0002710c |
0x00027140 |
52 |
9% |
9493 |
.text.zps_eNwkBtrMatch |
0x00027140 |
0x00027250 |
272 |
47% |
9496 |
.text.zps_vNwkBttProcessPassiveAck |
0x00027250 |
0x0002726c |
28 |
5% |
9499 |
Expected total in zps_nwk_btt.o file: |
584 |
Actual: |
584 |
100% |
9490 |
Flash640 / .text / zps_nwk_disc.o |
Start |
End |
Size |
% |
Line |
.text.zps_vReAttemptScanTimerHandleExpiry |
0x0002726c |
0x000272ac |
64 |
18% |
9502 |
.text.zps_vNwkHandleCmeNwkDiscReq |
0x000272ac |
0x0002734c |
160 |
43% |
9505 |
.text.zps_vNwkDiscUpdateNT |
0x0002734c |
0x000273e4 |
152 |
41% |
9508 |
Expected total in zps_nwk_disc.o file: |
376 |
Actual: |
376 |
100% |
9502 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeEdScScanDcfm |
0x000273e4 |
0x00027422 |
62 |
6% |
9511 |
.text.eSmeASFlBeaconInd |
0x00027422 |
0x00027442 |
32 |
3% |
9513 |
.text.zps_NwkSortDiscoveryTable.constprop.0 |
0x00027442 |
0x000274b8 |
118 |
11% |
9515 |
.text.eSmeGenlScanDcfm |
0x000274b8 |
0x00027514 |
92 |
9% |
9517 |
.text.eSmeUDNTScanDcfm |
0x00027514 |
0x000275e0 |
204 |
18% |
9520 |
.text.psAddToDiscNt.constprop.0 |
0x000275e0 |
0x00027734 |
340 |
30% |
9522 |
.text.eSmeAcScBeaconInd |
0x00027734 |
0x00027828 |
244 |
22% |
9524 |
.text.eSmeUDNTBeaconInd |
0x00027828 |
0x0002784e |
38 |
4% |
9526 |
.text.zps_eNwkDiscStInit |
0x0002784e |
0x00027858 |
10 |
1% |
9528 |
Expected total in zps_nwk_disc_st.o file: |
1140 |
Actual: |
1140 |
100% |
9511 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.text.eSmeAcScScanDcfm |
0x00027858 |
0x00027b84 |
812 |
64% |
9532 |
.text.bCheckMatchingEntry |
0x00027b84 |
0x00027ba8 |
36 |
3% |
9534 |
.text.eSmeAcScBeaconInd |
0x00027ba8 |
0x00027c44 |
156 |
13% |
9536 |
.text.vSendDcfm |
0x00027c44 |
0x00027c66 |
34 |
3% |
9538 |
.text.eSmeEdScScanDcfm |
0x00027c66 |
0x00027d28 |
194 |
16% |
9540 |
.text.zps_eNwkFormStInit |
0x00027d28 |
0x00027d54 |
44 |
4% |
9543 |
Expected total in zps_nwk_form_st.o file: |
1276 |
Actual: |
1276 |
100% |
9532 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.text.zps_eDefaultDataDcfm |
0x00027d54 |
0x00027e6a |
278 |
12% |
9546 |
.text.zps_bProcessUnicastRoute |
0x00027e6a |
0x000280a0 |
566 |
24% |
9549 |
.text.zps_psAllocateAndFormatMacHdr |
0x000280a0 |
0x0002828c |
492 |
21% |
9553 |
.text.zps_psSendFrm |
0x0002828c |
0x000284d8 |
588 |
25% |
9556 |
.text.zps_psSendBroadcastFrm |
0x000284d8 |
0x00028574 |
156 |
7% |
9559 |
.text.zps_psFormatCmdFrameGeneral |
0x00028574 |
0x0002861c |
168 |
8% |
9562 |
.text.zps_psNwkInitCmdFrame |
0x0002861c |
0x000286a0 |
132 |
6% |
9565 |
Expected total in zps_nwk_frm.o file: |
2380 |
Actual: |
2380 |
100% |
9546 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkIdleStHandleCme |
0x000286a0 |
0x000286cc |
44 |
100% |
9569 |
Expected total in zps_nwk_idle_st.o file: |
44 |
Actual: |
44 |
100% |
9569 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.text.zps_vJoinInitNtParent |
0x000286cc |
0x000288ec |
544 |
12% |
9572 |
.text.zps_vCheckActvNtForDuplicate |
0x000288ec |
0x00028998 |
172 |
4% |
9575 |
.text.zps_vSendJoinDcfm |
0x00028998 |
0x000289d8 |
64 |
2% |
9578 |
.text.zps_vSendJoinInd |
0x000289d8 |
0x00028a5c |
132 |
3% |
9582 |
.text.zps_vNwkHandleCmeDirectJoinReq |
0x00028a5c |
0x00028ad4 |
120 |
3% |
9585 |
.text.zps_eNwkHandleSmeCommStatusInd |
0x00028ad4 |
0x00028c18 |
324 |
7% |
9588 |
.text.zps_eNwkHandleSmeOrphanInd |
0x00028c18 |
0x00028cce |
182 |
4% |
9591 |
.text.zps_vTidyActvNtAfterJoin |
0x00028cce |
0x00028d58 |
138 |
3% |
9594 |
.text.eRejoinRspDataDcfm |
0x00028d58 |
0x00028dea |
146 |
3% |
9597 |
.text.zps_eNwkHandleSceRejnResponse |
0x00028dea |
0x00028e3c |
82 |
2% |
9599 |
.text.zps_psNwkSendRejoinReqCmd |
0x00028e3c |
0x00028ed8 |
156 |
4% |
9603 |
.text.zps_u8NwkHandleRejoinReq |
0x00028ed8 |
0x00028f80 |
168 |
4% |
9606 |
.text.zps_vnwkJoinContinueRejoin |
0x00028f80 |
0x0002901c |
156 |
4% |
9609 |
.text.zps_vNwkHandleCmeNwkJoinReq |
0x0002901c |
0x000293d8 |
956 |
20% |
9613 |
.text.zps_vNwkHandleCmeNwkActvJoinReq |
0x000293d8 |
0x000293e4 |
12 |
1% |
9616 |
.text.zps_psNwkSendRejoinRspCmd |
0x000293e4 |
0x00029480 |
156 |
4% |
9620 |
.text.zps_eNwkSendJoinResponse |
0x00029480 |
0x000295b4 |
308 |
7% |
9623 |
.text.zps_eNwkProcessJoinInd |
0x000295b4 |
0x0002990c |
856 |
18% |
9626 |
.text.zps_eNwkHandleSmeAssocInd |
0x0002990c |
0x0002993c |
48 |
1% |
9629 |
.text.zps_eNwkHandleSceRejnRequest |
0x0002993c |
0x000299e0 |
164 |
4% |
9632 |
Expected total in zps_nwk_join.o file: |
4884 |
Actual: |
4884 |
100% |
9572 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.text.vGiveUp |
0x000299e0 |
0x00029a10 |
48 |
4% |
9635 |
.text.vFinish |
0x00029a10 |
0x00029a90 |
128 |
10% |
9636 |
.text.eSmeOrphScanDcfm |
0x00029a90 |
0x00029afe |
110 |
8% |
9637 |
.text.vCheckSleepingSendPoll |
0x00029afe |
0x00029b7c |
126 |
10% |
9639 |
.text.eTryNextParent |
0x00029b7c |
0x00029cb0 |
308 |
23% |
9642 |
.text.eSmeRjPCPollDcfm |
0x00029cb0 |
0x00029cec |
60 |
5% |
9645 |
.text.eSmeAsocAssocDcfm |
0x00029cec |
0x00029d90 |
164 |
12% |
9647 |
.text.eSceRjRsRejoinRsp |
0x00029d90 |
0x00029e7c |
236 |
18% |
9649 |
.text.vHandleRejoinExpiry |
0x00029e7c |
0x00029ecc |
80 |
6% |
9651 |
.text.zps_vNwkJoinStStartResponseTimer |
0x00029ecc |
0x00029f00 |
52 |
4% |
9653 |
.text.zps_eRejoinDataDcfm |
0x00029f00 |
0x00029f42 |
66 |
5% |
9656 |
.text.zps_eNwkJoinStInit |
0x00029f42 |
0x00029f4a |
8 |
1% |
9659 |
Expected total in zps_nwk_join_st.o file: |
1386 |
Actual: |
1386 |
100% |
9635 |
Flash640 / .text / zps_nwk_mac.o |
Start |
End |
Size |
% |
Line |
.text.MAC_u64GetExtAddr |
0x00029f4a |
0x00029f56 |
12 |
100% |
9662 |
Expected total in zps_nwk_mac.o file: |
12 |
Actual: |
12 |
100% |
9662 |
Flash640 / .text / zps_nwk_scan.o |
Start |
End |
Size |
% |
Line |
.text.zps_sNwkLibSubmitScan |
0x00029f56 |
0x00029f92 |
60 |
47% |
9665 |
.text.zps_vNwkHandleCmeEdScanReq |
0x00029f92 |
0x00029fd6 |
68 |
54% |
9668 |
Expected total in zps_nwk_scan.o file: |
128 |
Actual: |
128 |
100% |
9665 |
Flash640 / .text / zps_nwk_sync.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSyncReq |
0x00029fd6 |
0x0002a048 |
114 |
76% |
9671 |
.text.zps_eNwkHandleSmePollDcfm |
0x0002a048 |
0x0002a06c |
36 |
24% |
9674 |
Expected total in zps_nwk_sync.o file: |
150 |
Actual: |
150 |
100% |
9671 |
Flash640 / .text / zps_nwk_intf.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeSetInterface |
0x0002a06c |
0x0002a19a |
302 |
53% |
9677 |
.text.zps_vNwkHandleCmeGetInterface |
0x0002a19a |
0x0002a2a6 |
268 |
48% |
9680 |
Expected total in zps_nwk_intf.o file: |
570 |
Actual: |
570 |
100% |
9677 |
Flash640 / .text / zps_nwk_form.o |
Start |
End |
Size |
% |
Line |
.text.zps_vNwkHandleCmeNwkFormReq |
0x0002a2a6 |
0x0002a34e |
168 |
97% |
9683 |
.text.zps_vNwkHandleCmeIdleNwkFormReq |
0x0002a34e |
0x0002a354 |
6 |
4% |
9686 |
Expected total in zps_nwk_form.o file: |
174 |
Actual: |
174 |
100% |
9683 |
Flash640 / .text / aes_mmo.c.obj |
Start |
End |
Size |
% |
Line |
.text.AESSW_vMMOBlockUpdate |
0x0002a354 |
0x0002a382 |
46 |
13% |
9689 |
.text.AESSW_vMMOFinalUpdate |
0x0002a382 |
0x0002a44a |
200 |
53% |
9692 |
.text.AESSW_vHMAC_MMO |
0x0002a44a |
0x0002a4d0 |
134 |
36% |
9695 |
Expected total in aes_mmo.c.obj file: |
380 |
Actual: |
380 |
100% |
9689 |
Flash640 / .text / MMAC_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerFired |
0x0002a4d0 |
0x0002a518 |
72 |
33% |
9698 |
.text.vTimerInitialise |
0x0002a518 |
0x0002a550 |
56 |
26% |
9701 |
.text.TSV_eOpen |
0x0002a550 |
0x0002a55c |
12 |
6% |
9704 |
.text.TSV_eStart |
0x0002a55c |
0x0002a59c |
64 |
29% |
9707 |
.text.TSV_eStop |
0x0002a59c |
0x0002a5ae |
18 |
9% |
9710 |
Expected total in MMAC_TimerServer.o file: |
222 |
Actual: |
222 |
100% |
9698 |
Flash640 / .text / Mini_Association.o |
Start |
End |
Size |
% |
Line |
.text.vPostFailedAssocDcfm |
0x0002a5ae |
0x0002a5d0 |
34 |
3% |
9713 |
.text.eAssocRespSent |
0x0002a5d0 |
0x0002a5ec |
28 |
3% |
9715 |
.text.eDisassocReqSent |
0x0002a5ec |
0x0002a628 |
60 |
5% |
9717 |
.text.vAssocReqTimeout1 |
0x0002a628 |
0x0002a6a8 |
128 |
10% |
9719 |
.text.vAssocReqTimeout2 |
0x0002a6a8 |
0x0002a6e0 |
56 |
5% |
9721 |
.text.eGenericAssocFrameSent |
0x0002a6e0 |
0x0002a724 |
68 |
6% |
9723 |
.text.eAssocReqSent |
0x0002a724 |
0x0002a730 |
12 |
1% |
9725 |
.text.ePMICassocReqPollSent |
0x0002a730 |
0x0002a758 |
40 |
4% |
9727 |
.text.eMiniMac_MLME_AssociateReq |
0x0002a758 |
0x0002a7fc |
164 |
13% |
9729 |
.text.eMiniMac_MLME_AssociateResp |
0x0002a7fc |
0x0002a8b4 |
184 |
15% |
9732 |
.text.eMiniMac_MLME_DisassociateReq |
0x0002a8b4 |
0x0002a954 |
160 |
13% |
9735 |
.text.vAssociatingRxCallback |
0x0002a954 |
0x0002a9d8 |
132 |
11% |
9738 |
.text.vAssociationReqFrameReceived |
0x0002a9d8 |
0x0002aa0c |
52 |
5% |
9741 |
.text.vDisassociationReceived |
0x0002aa0c |
0x0002aa50 |
68 |
6% |
9744 |
.text.vMiniMac_PurgeAssocResp |
0x0002aa50 |
0x0002aab4 |
100 |
8% |
9747 |
Expected total in Mini_Association.o file: |
1286 |
Actual: |
1286 |
100% |
9713 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.text.vBbcIntHandler |
0x0002aab4 |
0x0002aba0 |
236 |
21% |
9750 |
.text.vSetChannelAndPower |
0x0002aba0 |
0x0002abb0 |
16 |
2% |
9752 |
.text.vInsertFullDstAddr |
0x0002abb0 |
0x0002abce |
30 |
3% |
9755 |
.text.vExtractFullSrcAddr |
0x0002abce |
0x0002abe6 |
24 |
3% |
9758 |
.text.vExtractFullDstAddr |
0x0002abe6 |
0x0002ac00 |
26 |
3% |
9761 |
.text.vMiniMac_MLME_SetReq_PanId |
0x0002ac00 |
0x0002ac20 |
32 |
3% |
9764 |
.text.vMiniMac_MLME_SetReq_ShortAddr |
0x0002ac20 |
0x0002ac30 |
16 |
2% |
9767 |
.text.vMiniMac_MLME_SetReq_MinBe |
0x0002ac30 |
0x0002ac40 |
16 |
2% |
9770 |
.text.vMiniMac_Init |
0x0002ac40 |
0x0002ad8c |
332 |
30% |
9773 |
.text.vMiniMac_MLME_Reset |
0x0002ad8c |
0x0002ade8 |
92 |
9% |
9776 |
.text.vMiniMac_MLME_SetReq_MaxBe |
0x0002ade8 |
0x0002adec |
4 |
1% |
9779 |
.text.vMiniMac_MLME_SetReq_MaxCsmaBackoffs |
0x0002adec |
0x0002adf0 |
4 |
1% |
9782 |
.text.vMiniMac_MLME_SetReq_RxOnWhenIdle |
0x0002adf0 |
0x0002adfc |
12 |
2% |
9785 |
.text.vMiniMac_PLME_SetReq_Channel |
0x0002adfc |
0x0002ae08 |
12 |
2% |
9788 |
.text.vMiniMac_PLME_SetReq_Power |
0x0002ae08 |
0x0002ae24 |
28 |
3% |
9791 |
.text.vMiniMac_PLME_SetReq_CcaThreshold |
0x0002ae24 |
0x0002ae30 |
12 |
2% |
9794 |
.text.vMiniMac_PLME_SetReq_CcaMode |
0x0002ae30 |
0x0002ae3c |
12 |
2% |
9797 |
.text.vCopyU16ToPayload |
0x0002ae3c |
0x0002ae44 |
8 |
1% |
9800 |
.text.u16CopyFromPayload |
0x0002ae44 |
0x0002ae48 |
4 |
1% |
9803 |
.text.u8GetHeaderSize |
0x0002ae48 |
0x0002ae64 |
28 |
3% |
9806 |
.text.vSendMlmeCommStatusFromTxFrame |
0x0002ae64 |
0x0002ae96 |
50 |
5% |
9809 |
.text.vSendMlmeCommStatusFromRxFrame |
0x0002ae96 |
0x0002aec8 |
50 |
5% |
9812 |
.text.psGetAndBuildCoordRealignment |
0x0002aec8 |
0x0002af24 |
92 |
9% |
9815 |
Expected total in Mini_Main.o file: |
1136 |
Actual: |
1136 |
100% |
9750 |
Flash640 / .text / Mini_Mcps.o |
Start |
End |
Size |
% |
Line |
.text.eMcpsTxCompleteHandler |
0x0002af24 |
0x0002af50 |
44 |
9% |
9818 |
.text.psGetTxFrameBuffer |
0x0002af50 |
0x0002af88 |
56 |
11% |
9820 |
.text.eTransmit |
0x0002af88 |
0x0002b068 |
224 |
44% |
9823 |
.text.eMiniMac_MCPS_DataReq |
0x0002b068 |
0x0002b084 |
28 |
6% |
9826 |
.text.eMiniMac_MCPS_DataRetransmitReq |
0x0002b084 |
0x0002b0b0 |
44 |
9% |
9829 |
.text.vMiniMacMcpsFrameReceived |
0x0002b0b0 |
0x0002b0c8 |
24 |
5% |
9832 |
.text.eMiniMac_MCPS_PurgeReq |
0x0002b0c8 |
0x0002b12c |
100 |
20% |
9835 |
Expected total in Mini_Mcps.o file: |
520 |
Actual: |
520 |
100% |
9818 |
Flash640 / .text / Mini_Poll.o |
Start |
End |
Size |
% |
Line |
.text.vPollConfirm |
0x0002b12c |
0x0002b14c |
32 |
9% |
9838 |
.text.ePollReqSent |
0x0002b14c |
0x0002b1a8 |
92 |
24% |
9841 |
.text.eMiniMac_MLME_DataReq |
0x0002b1a8 |
0x0002b250 |
168 |
43% |
9843 |
.text.vMiniMacPoll_CheckPollResponse |
0x0002b250 |
0x0002b2a8 |
88 |
23% |
9846 |
.text.vPollTimeout |
0x0002b2a8 |
0x0002b2b8 |
16 |
5% |
9849 |
Expected total in Mini_Poll.o file: |
396 |
Actual: |
396 |
100% |
9838 |
Flash640 / .text / Mini_Running.o |
Start |
End |
Size |
% |
Line |
.text.vRunningRxCallback |
0x0002b2b8 |
0x0002b3c0 |
264 |
65% |
9851 |
.text.eMiniMac_MLME_StartReq |
0x0002b3c0 |
0x0002b440 |
128 |
32% |
9854 |
.text.bMiniMac_CurrentlyScanning |
0x0002b440 |
0x0002b450 |
16 |
4% |
9857 |
Expected total in Mini_Running.o file: |
408 |
Actual: |
408 |
100% |
9851 |
Flash640 / .text / Mini_Scan.o |
Start |
End |
Size |
% |
Line |
.text.eBuildAndSend |
0x0002b450 |
0x0002b4b4 |
100 |
6% |
9860 |
.text.vPostDcfm |
0x0002b4b4 |
0x0002b514 |
96 |
6% |
9862 |
.text.vScanNextChannel |
0x0002b514 |
0x0002b664 |
336 |
19% |
9864 |
.text.eOrphanRespSent |
0x0002b664 |
0x0002b670 |
12 |
1% |
9866 |
.text.bBeaconNotify |
0x0002b670 |
0x0002b780 |
272 |
16% |
9868 |
.text.eOrphanNotificationSent |
0x0002b780 |
0x0002b7c8 |
72 |
5% |
9870 |
.text.eBeaconReqSent |
0x0002b7c8 |
0x0002b7ec |
36 |
3% |
9872 |
.text.eMiniMac_MLME_ScanReq |
0x0002b7ec |
0x0002b870 |
132 |
8% |
9874 |
.text.eMiniMac_MLME_OrphanRsp |
0x0002b870 |
0x0002b8d8 |
104 |
6% |
9877 |
.text.vScanOrphanReceived |
0x0002b8d8 |
0x0002b8f8 |
32 |
2% |
9880 |
.text.vScanCoordRealignmentReceived |
0x0002b8f8 |
0x0002b8fc |
4 |
1% |
9883 |
.text.vScanBeaconReceived |
0x0002b8fc |
0x0002b938 |
60 |
4% |
9887 |
.text.vScanningRxCallback |
0x0002b938 |
0x0002b9d4 |
156 |
9% |
9890 |
.text.vMiniMac_BeaconRequestReceived |
0x0002b9d4 |
0x0002b9d8 |
4 |
1% |
9893 |
.text.vScanBeaconRequestReceived |
0x0002b9d8 |
0x0002bb50 |
376 |
21% |
9897 |
Expected total in Mini_Scan.o file: |
1792 |
Actual: |
1792 |
100% |
9860 |
Flash640 / .text / Mini_Shim.o |
Start |
End |
Size |
% |
Line |
.text.eAppApiPlmeSet |
0x0002bb50 |
0x0002bb88 |
56 |
29% |
9900 |
.text.eAppApiPlmeGet |
0x0002bb88 |
0x0002bbc4 |
60 |
31% |
9904 |
.text.pvAppApiGetMacAddrLocation |
0x0002bbc4 |
0x0002bbdc |
24 |
13% |
9907 |
.text.vAppApiEnableBeaconResponse |
0x0002bbdc |
0x0002bbf0 |
20 |
11% |
9910 |
.text.bAppApi_CurrentlyScanning |
0x0002bbf0 |
0x0002bbf4 |
4 |
3% |
9913 |
.text.MAC_vPibSetShortAddr |
0x0002bbf4 |
0x0002bbfa |
6 |
4% |
9916 |
.text.MAC_vPibSetPanId |
0x0002bbfa |
0x0002bc00 |
6 |
4% |
9919 |
.text.MAC_vPibSetMinBe |
0x0002bc00 |
0x0002bc06 |
6 |
4% |
9922 |
.text.MAC_vPibSetMaxCsmaBackoffs |
0x0002bc06 |
0x0002bc0c |
6 |
4% |
9925 |
.text.MAC_vPibSetRxOnWhenIdle |
0x0002bc0c |
0x0002bc14 |
8 |
5% |
9928 |
Expected total in Mini_Shim.o file: |
196 |
Actual: |
196 |
100% |
9900 |
Flash640 / .text / Mini_TimerServer.o |
Start |
End |
Size |
% |
Line |
.text.vTimerRestartScanTimer |
0x0002bc14 |
0x0002bc28 |
20 |
13% |
9932 |
.text.vTimerHandlerCallback |
0x0002bc28 |
0x0002bc98 |
112 |
70% |
9935 |
.text.vTimerPostHandlerCallback |
0x0002bc98 |
0x0002bcb4 |
28 |
18% |
9938 |
Expected total in Mini_TimerServer.o file: |
160 |
Actual: |
160 |
100% |
9932 |
Flash640 / .text / Mini_TxRx.o |
Start |
End |
Size |
% |
Line |
.text.getRxBuffer |
0x0002bcb4 |
0x0002bce4 |
48 |
4% |
9941 |
.text.vAddToTxQueue |
0x0002bce4 |
0x0002bd20 |
60 |
4% |
9943 |
.text.vRemoveFromTxQueue |
0x0002bd20 |
0x0002bd54 |
52 |
4% |
9946 |
.text.psSearchForFrameToSend |
0x0002bd54 |
0x0002bdac |
88 |
6% |
9949 |
.text.eBasicTxCompleteHandler |
0x0002bdac |
0x0002bdb0 |
4 |
1% |
9952 |
.text.vMiniMac_RxHdrComplete |
0x0002bdb0 |
0x0002be60 |
176 |
12% |
9955 |
.text.eMiniMac_FrameInProgress |
0x0002be60 |
0x0002bebc |
92 |
6% |
9958 |
.text.vStartReceive |
0x0002bebc |
0x0002bef4 |
56 |
4% |
9961 |
.text.vMiniMac_NextTransaction |
0x0002bef4 |
0x0002bf74 |
128 |
9% |
9964 |
.text.vPostTxActions |
0x0002bf74 |
0x0002bfac |
56 |
4% |
9967 |
.text.vStartTransmit |
0x0002bfac |
0x0002c0bc |
272 |
18% |
9969 |
.text.vTxIndirectExpired |
0x0002c0bc |
0x0002c0d4 |
24 |
2% |
9971 |
.text.vMiniMac_TxComplete |
0x0002c0d4 |
0x0002c218 |
324 |
21% |
9975 |
.text.vMiniMac_RxComplete |
0x0002c218 |
0x0002c2d0 |
184 |
12% |
9978 |
Expected total in Mini_TxRx.o file: |
1564 |
Actual: |
1564 |
100% |
9941 |
Flash640 / .text / endian.o |
Start |
End |
Size |
% |
Line |
.text.u32FromLe |
0x0002c2d0 |
0x0002c2e6 |
22 |
85% |
9981 |
.text.u16FromLe |
0x0002c2e6 |
0x0002c2ea |
4 |
16% |
9984 |
Expected total in endian.o file: |
26 |
Actual: |
26 |
100% |
9981 |
Flash640 / .text / MMAC.o |
Start |
End |
Size |
% |
Line |
.text.Chip_GetType |
0x0002c2ea |
0x0002c360 |
118 |
2% |
9987 |
.text.do_fcs |
0x0002c360 |
0x0002c39c |
60 |
1% |
9989 |
.text.end_fcs |
0x0002c39c |
0x0002c3a8 |
12 |
1% |
9991 |
.text.read_uint32 |
0x0002c3a8 |
0x0002c3ba |
18 |
1% |
9993 |
.text.read_uint64 |
0x0002c3ba |
0x0002c3cc |
18 |
1% |
9996 |
.text.v2MAC_CSL_phase |
0x0002c3cc |
0x0002c40c |
64 |
2% |
9999 |
.text.v2MAC_restore_tune_regs |
0x0002c40c |
0x0002c454 |
72 |
2% |
10002 |
.text.v2MAC_decode_FCF |
0x0002c454 |
0x0002c570 |
284 |
5% |
10005 |
.text.v2MAC_basic_check_frame |
0x0002c570 |
0x0002c59c |
44 |
1% |
10008 |
.text.v2MAC_read_header |
0x0002c59c |
0x0002c644 |
168 |
3% |
10011 |
.text.v2MAC_check_ACK |
0x0002c644 |
0x0002c6e8 |
164 |
3% |
10015 |
.text.v2MAC_filter_process_Rx_frame |
0x0002c6e8 |
0x0002c7c0 |
216 |
4% |
10018 |
.text.v2MAC_ACK |
0x0002c7c0 |
0x0002cadc |
796 |
14% |
10021 |
.text.v2MAC_check_Rx_frame_FCS |
0x0002cadc |
0x0002cb20 |
68 |
2% |
10024 |
.text.v2MAC_restart_rx |
0x0002cb20 |
0x0002cb84 |
100 |
2% |
10027 |
.text.v2MAC_wait_and_fcs |
0x0002cb84 |
0x0002cbdc |
88 |
2% |
10030 |
.text.vMMAC_EnableInterrupts |
0x0002cbdc |
0x0002cc04 |
40 |
1% |
10033 |
.text.u32MMAC_GetTime |
0x0002cc04 |
0x0002cc10 |
12 |
1% |
10036 |
.text.vMMAC_ForceReset |
0x0002cc10 |
0x0002ce80 |
624 |
11% |
10039 |
.text.vMMAC_SynchroniseBackoffClock |
0x0002ce80 |
0x0002ce98 |
24 |
1% |
10042 |
.text.u8MMAC_EnergyDetect |
0x0002ce98 |
0x0002ceb4 |
28 |
1% |
10045 |
.text.vMMAC_SetRxAddress |
0x0002ceb4 |
0x0002ced0 |
28 |
1% |
10048 |
.text.vMMAC_SetRxFrame |
0x0002ced0 |
0x0002cee8 |
24 |
1% |
10051 |
.text.vMMAC_SetTxFrame |
0x0002cee8 |
0x0002cef4 |
12 |
1% |
10054 |
.text.u32MMAC_GetRxFrame |
0x0002cef4 |
0x0002cf00 |
12 |
1% |
10057 |
.text.u32MMAC_GetTxFrame |
0x0002cf00 |
0x0002cf0c |
12 |
1% |
10060 |
.text.u32MMAC_GetRxErrors |
0x0002cf0c |
0x0002cf18 |
12 |
1% |
10063 |
.text.u32MMAC_GetRxTime |
0x0002cf18 |
0x0002cf24 |
12 |
1% |
10066 |
.text.u8MMAC_GetRxLqi |
0x0002cf24 |
0x0002cf3c |
24 |
1% |
10069 |
.text.vMMAC_SetTxMinBE |
0x0002cf3c |
0x0002cf58 |
28 |
1% |
10072 |
.text.vMMAC_SetTxMaxBE |
0x0002cf58 |
0x0002cf74 |
28 |
1% |
10075 |
.text.vMMAC_SetTxMaxBackoffs |
0x0002cf74 |
0x0002cf90 |
28 |
1% |
10078 |
.text.vMMAC_SetCcaMode |
0x0002cf90 |
0x0002cfa4 |
20 |
1% |
10081 |
.text.u32MMAC_GetCsmaContext |
0x0002cfa4 |
0x0002cfb0 |
12 |
1% |
10084 |
.text.u32MMAC_GetTxRetries |
0x0002cfb0 |
0x0002cfc4 |
20 |
1% |
10087 |
.text.vMMAC_SetTxRetries |
0x0002cfc4 |
0x0002cfd8 |
20 |
1% |
10090 |
.text.vMMAC_SetTxPend |
0x0002cfd8 |
0x0002cfec |
20 |
1% |
10093 |
.text.u32MMAC_GetTxErrors |
0x0002cfec |
0x0002cff8 |
12 |
1% |
10096 |
.text.vMMAC_GetMacAddressN |
0x0002cff8 |
0x0002d02c |
52 |
1% |
10099 |
.text.vMMAC_GetMacAddress |
0x0002d02c |
0x0002d034 |
8 |
1% |
10102 |
.text.vMMAC_Enable |
0x0002d034 |
0x0002d0e8 |
180 |
3% |
10106 |
.text.vMMAC_ClearInterrupts |
0x0002d0e8 |
0x0002d0f4 |
12 |
1% |
10109 |
.text.u32MMAC_GetPhyState |
0x0002d0f4 |
0x0002d138 |
68 |
2% |
10112 |
.text.vMMAC_CheckRxStarted |
0x0002d138 |
0x0002d19c |
100 |
2% |
10115 |
.text.vMMAC_AbortRadio |
0x0002d19c |
0x0002d1e8 |
76 |
2% |
10118 |
.text.vMMAC_RxCtlUpdate |
0x0002d1e8 |
0x0002d230 |
72 |
2% |
10121 |
.text.v2MAC_reset_state |
0x0002d230 |
0x0002d294 |
100 |
2% |
10124 |
.text.v2MAC_report_rx |
0x0002d294 |
0x0002d2cc |
56 |
1% |
10127 |
.text.v2MAC_report_tx |
0x0002d2cc |
0x0002d304 |
56 |
1% |
10130 |
.text.vMMAC_RadioOff |
0x0002d304 |
0x0002d30c |
8 |
1% |
10133 |
.text.vMMAC_StartMacReceive |
0x0002d30c |
0x0002d350 |
68 |
2% |
10137 |
.text.vMMAC_WriteCcaThreshold |
0x0002d350 |
0x0002d374 |
36 |
1% |
10140 |
.text.vMMAC_SetPRBSS |
0x0002d374 |
0x0002d380 |
12 |
1% |
10143 |
.text.vMMAC_IntHandlerPhy |
0x0002d380 |
0x0002d7cc |
1100 |
19% |
10146 |
.text.MMAC_stop_radio |
0x0002d7cc |
0x0002d820 |
84 |
2% |
10149 |
.text.vMMAC_RadioToOffAndWait |
0x0002d820 |
0x0002d828 |
8 |
1% |
10152 |
.text.vMMAC_SetChannelAndPower |
0x0002d828 |
0x0002d86c |
68 |
2% |
10156 |
.text.vMMAC_StartMacTransmit |
0x0002d86c |
0x0002d934 |
200 |
4% |
10159 |
.text.vMMAC_IntHandlerBbc |
0x0002d934 |
0x0002dab0 |
380 |
7% |
10162 |
Expected total in MMAC.o file: |
6086 |
Actual: |
6086 |
100% |
9987 |
Flash640 / .text / MMAC_RadioInit_JN518x.o |
Start |
End |
Size |
% |
Line |
.text.vMMAC_ConfigureRadio |
0x0002dab0 |
0x0002dac4 |
20 |
100% |
10165 |
Expected total in MMAC_RadioInit_JN518x.o file: |
20 |
Actual: |
20 |
100% |
10165 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.text.radio_IsNotC2MF |
0x0002dac4 |
0x0002db0c |
72 |
1% |
10168 |
.text.radio_CLOCK_FastuDelay |
0x0002db0c |
0x0002db20 |
20 |
1% |
10171 |
.text.radio_TX_ZigBee_pll_dac_banked_set |
0x0002db20 |
0x0002db64 |
68 |
1% |
10174 |
.text.radio_dac_mode2_from_ZB |
0x0002db64 |
0x0002dba4 |
64 |
1% |
10177 |
.text.radio_fill_std_ZB_regs |
0x0002dba4 |
0x0002dbbc |
24 |
1% |
10180 |
.text.radio_fill_std_BLE1M_regs |
0x0002dbbc |
0x0002dbd4 |
24 |
1% |
10183 |
.text.radio_fill_std_BLE2M_regs |
0x0002dbd4 |
0x0002dbec |
24 |
1% |
10186 |
.text.radio_fill_zbble_ZB_regs |
0x0002dbec |
0x0002dc04 |
24 |
1% |
10189 |
.text.radio_fill_zbble_BLE_regs |
0x0002dc04 |
0x0002dc1c |
24 |
1% |
10192 |
.text.radio_fill_regs |
0x0002dc1c |
0x0002dc34 |
24 |
1% |
10195 |
.text.radio_power_down_to_off_polled |
0x0002dc34 |
0x0002dc6c |
56 |
1% |
10198 |
.text.radio_pre_start_to_pll_polled |
0x0002dc6c |
0x0002dce4 |
120 |
2% |
10201 |
.text.radio_packet_start_aborted |
0x0002dce4 |
0x0002dd50 |
108 |
1% |
10204 |
.text.radio_rx_assert_polled |
0x0002dd50 |
0x0002dd88 |
56 |
1% |
10207 |
.text.radio_rx_deassert_polled |
0x0002dd88 |
0x0002ddc0 |
56 |
1% |
10210 |
.text.radio_RSSI_cal |
0x0002ddc0 |
0x0002de1c |
92 |
1% |
10213 |
.text.radio_Init |
0x0002de1c |
0x0002de58 |
60 |
1% |
10216 |
.text.radio_TMU_Init |
0x0002de58 |
0x0002de6c |
20 |
1% |
10219 |
.text.radio_Use_Cal_Values |
0x0002de6c |
0x0002dfac |
320 |
3% |
10222 |
.text.radio_Use_Retained_Cal_Values |
0x0002dfac |
0x0002dffc |
80 |
1% |
10225 |
.text.radio_rfbandgap_cal |
0x0002dffc |
0x0002e02c |
48 |
1% |
10228 |
.text.radio_Carrier_Frequency_Select_by_index |
0x0002e02c |
0x0002e0bc |
144 |
2% |
10231 |
.text.radio_Synthesizer_Cw_Mode_Init |
0x0002e0bc |
0x0002e0dc |
32 |
1% |
10234 |
.text.radio_Trx_Packet_SW_Ctrl_Init |
0x0002e0dc |
0x0002e0fc |
32 |
1% |
10237 |
.text.radio_Disable_Auto_Kmod_Chan_and_Synth_Cal_Operation |
0x0002e0fc |
0x0002e11c |
32 |
1% |
10240 |
.text.radio_Synthesizer_Cal_Startup_init |
0x0002e11c |
0x0002e158 |
60 |
1% |
10243 |
.text.radio_Synthesizer_Cal_Startup_algo |
0x0002e158 |
0x0002e26c |
276 |
3% |
10246 |
.text.radio_Synthesizer_Cal_Startup |
0x0002e26c |
0x0002e2e8 |
124 |
2% |
10249 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_init |
0x0002e2e8 |
0x0002e34c |
100 |
1% |
10252 |
.text.radio_Synthesizer_Cal_Operation_And_Lock_algo |
0x0002e34c |
0x0002e388 |
60 |
1% |
10255 |
.text.radio_Synthesizer_Cal_Operation_And_Lock |
0x0002e388 |
0x0002e39c |
20 |
1% |
10258 |
.text.radio_Synthesizer_Kmod_Band_init |
0x0002e39c |
0x0002e458 |
188 |
2% |
10261 |
.text.radio_Synthesizer_Kmod_Band_algo |
0x0002e458 |
0x0002e51c |
196 |
2% |
10264 |
.text.radio_Synthesizer_Kmod_Band |
0x0002e51c |
0x0002e708 |
492 |
5% |
10267 |
.text.radio_Trx_Packet_HW_Ctrl_Init |
0x0002e708 |
0x0002e79c |
148 |
2% |
10270 |
.text.radio_Synthesizer_Full_Cal |
0x0002e79c |
0x0002e800 |
100 |
1% |
10273 |
.text.radio_PA_rewrite_lut |
0x0002e800 |
0x0002eac0 |
704 |
7% |
10276 |
.text.radio_DCO_cal_init |
0x0002eac0 |
0x0002ecac |
492 |
5% |
10279 |
.text.radio_DCO_cal |
0x0002ecac |
0x0002f234 |
1416 |
14% |
10282 |
.text.radio_IQ_cal |
0x0002f234 |
0x0002f280 |
76 |
1% |
10285 |
.text.radio_PowerOnCheckXtal |
0x0002f280 |
0x0002f390 |
272 |
3% |
10288 |
.text.radio_PowerOn |
0x0002f390 |
0x0002f41c |
140 |
2% |
10291 |
.text.vRadio_PowerOnSpecific |
0x0002f41c |
0x0002f4a8 |
140 |
2% |
10294 |
.text.vRadio_InitXtal |
0x0002f4a8 |
0x0002f518 |
112 |
2% |
10297 |
.text.radio_get_retention_info |
0x0002f518 |
0x0002f560 |
72 |
1% |
10300 |
.text.vRadio_Standard_Init |
0x0002f560 |
0x0002f820 |
704 |
7% |
10303 |
.text.i16Radio_GetRSSIfromED |
0x0002f820 |
0x0002f834 |
20 |
1% |
10306 |
.text.u8Radio_GetEDfromRSSI |
0x0002f834 |
0x0002f860 |
44 |
1% |
10309 |
.text.vGetCalInfo |
0x0002f860 |
0x0002f898 |
56 |
1% |
10312 |
.text.vRadio_RFT1778_bad_crc |
0x0002f898 |
0x0002f8d4 |
60 |
1% |
10315 |
.text.vRadio_AD_control |
0x0002f8d4 |
0x0002f93c |
104 |
1% |
10318 |
.text.vRadio_UpdateRadioStandard |
0x0002f93c |
0x0002f984 |
72 |
1% |
10321 |
.text.vRadio_InitialiseRadioStandard |
0x0002f984 |
0x0002f9a0 |
28 |
1% |
10324 |
.text.vRadio_SetChannelAndPower |
0x0002f9a0 |
0x0002f9e0 |
64 |
1% |
10327 |
.text.i16Radio_GetRSSI |
0x0002f9e0 |
0x0002fae4 |
260 |
3% |
10330 |
.text.vRadio_Temp_GetInfos |
0x0002fae4 |
0x0002fb60 |
124 |
2% |
10333 |
.text.vRadio_Temp_SetInfos |
0x0002fb60 |
0x0002fbe8 |
136 |
2% |
10336 |
.text.vRadio_Temp_Update |
0x0002fbe8 |
0x0002fc60 |
120 |
2% |
10339 |
.text.vRadio_ZBtoBLE |
0x0002fc60 |
0x0002fca4 |
68 |
1% |
10342 |
.text.vRadio_BLEtoZB |
0x0002fca4 |
0x0002fcfc |
88 |
1% |
10345 |
.text.vRadio_Enable_DCO_DAC |
0x0002fcfc |
0x0002fddc |
224 |
3% |
10348 |
.text.bIsCalNeeded |
0x0002fddc |
0x0002fe18 |
60 |
1% |
10351 |
.text.vUpdateFlashCalData |
0x0002fe18 |
0x0002fe4c |
52 |
1% |
10354 |
.text.vInitFlashCalData |
0x0002fe4c |
0x00030040 |
500 |
5% |
10357 |
.text.vCheckFlashCalData |
0x00030040 |
0x00030150 |
272 |
3% |
10360 |
.text.radio_HiTXPowerSet |
0x00030150 |
0x0003019c |
76 |
1% |
10363 |
.text.vRadio_RadioInit |
0x0003019c |
0x00030428 |
652 |
7% |
10366 |
.text.vRadio_Recal |
0x00030428 |
0x000304e8 |
192 |
2% |
10369 |
.text.RFP_TMU_IRQHandler |
0x000304e8 |
0x00030510 |
40 |
1% |
10372 |
Expected total in radio.o file: |
10828 |
Actual: |
10828 |
100% |
10168 |
Flash640 / .text / zps_tsv.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_vTsvInit |
0x00030510 |
0x0003051c |
12 |
12% |
10375 |
.text.ZPS_eTsvOpen |
0x0003051c |
0x00030538 |
28 |
28% |
10378 |
.text.ZPS_eTsvClose |
0x00030538 |
0x0003053c |
4 |
4% |
10381 |
.text.ZPS_eTsvStart |
0x0003053c |
0x00030558 |
28 |
28% |
10384 |
.text.ZPS_eTsvStop |
0x00030558 |
0x00030574 |
28 |
28% |
10387 |
Expected total in zps_tsv.o file: |
100 |
Actual: |
100 |
100% |
10375 |
Flash640 / .text / zps_apl_inl.o |
Start |
End |
Size |
% |
Line |
.text.ZPS_pu8AplZdoGetVsOUI |
0x00030574 |
0x00030584 |
16 |
100% |
10390 |
Expected total in zps_apl_inl.o file: |
16 |
Actual: |
16 |
100% |
10390 |
Flash640 / .text / _arm_addsubdf3.o |
Start |
End |
Size |
% |
Line |
.text |
0x00030584 |
0x000308fc |
888 |
100% |
10394 |
Expected total in _arm_addsubdf3.o file: |
888 |
Actual: |
888 |
100% |
10394 |
Flash640 / .text / _arm_fixdfsi.o |
Start |
End |
Size |
% |
Line |
.text |
0x000308fc |
0x0003094c |
80 |
100% |
10410 |
Expected total in _arm_fixdfsi.o file: |
80 |
Actual: |
80 |
100% |
10410 |
Flash640 / .text / _aeabi_ldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x0003094c |
0x000309ec |
160 |
100% |
10413 |
Expected total in _aeabi_ldivmod.o file: |
160 |
Actual: |
160 |
100% |
10413 |
Flash640 / .text / _aeabi_uldivmod.o |
Start |
End |
Size |
% |
Line |
.text |
0x000309ec |
0x00030a1c |
48 |
100% |
10415 |
Expected total in _aeabi_uldivmod.o file: |
48 |
Actual: |
48 |
100% |
10415 |
Flash640 / .text / _udivmoddi4.o |
Start |
End |
Size |
% |
Line |
.text |
0x00030a1c |
0x00030cec |
720 |
100% |
10417 |
Expected total in _udivmoddi4.o file: |
720 |
Actual: |
720 |
100% |
10417 |
Flash640 / .text / _dvmd_tls.o |
Start |
End |
Size |
% |
Line |
.text |
0x00030cec |
0x00030cf0 |
4 |
100% |
10419 |
Expected total in _dvmd_tls.o file: |
4 |
Actual: |
4 |
100% |
10419 |
Flash640 / .text / lib_a-abs.o |
Start |
End |
Size |
% |
Line |
.text.abs |
0x00030cf0 |
0x00030cf8 |
8 |
100% |
10422 |
Expected total in lib_a-abs.o file: |
8 |
Actual: |
8 |
100% |
10422 |
Flash640 / .text / lib_a-memcmp.o |
Start |
End |
Size |
% |
Line |
.text.memcmp |
0x00030cf8 |
0x00030d60 |
104 |
100% |
10424 |
Expected total in lib_a-memcmp.o file: |
104 |
Actual: |
104 |
100% |
10424 |
Flash640 / .text / lib_a-memcpy.o |
Start |
End |
Size |
% |
Line |
.text |
0x00030d60 |
0x00030e94 |
308 |
100% |
10426 |
Expected total in lib_a-memcpy.o file: |
308 |
Actual: |
308 |
100% |
10426 |
Flash640 / .text / lib_a-memset.o |
Start |
End |
Size |
% |
Line |
.text.memset |
0x00030e94 |
0x00030f40 |
172 |
100% |
10428 |
Expected total in lib_a-memset.o file: |
172 |
Actual: |
172 |
100% |
10428 |
Flash640 / .text / lib_a-strlen.o |
Start |
End |
Size |
% |
Line |
.text |
0x00030f40 |
0x0003101c |
220 |
100% |
10431 |
Expected total in lib_a-strlen.o file: |
220 |
Actual: |
220 |
100% |
10431 |
Flash640 / .text / lib_a-strncpy.o |
Start |
End |
Size |
% |
Line |
.text.strncpy |
0x0003101c |
0x00031080 |
100 |
100% |
10433 |
Expected total in lib_a-strncpy.o file: |
100 |
Actual: |
100 |
100% |
10433 |
Flash640 / .text / linker |
Start |
End |
Size |
% |
Line |
.text.strncpy.__stub |
0x00031080 |
0x00031090 |
16 |
100% |
10435 |
Expected total in linker file: |
16 |
Actual: |
16 |
100% |
10435 |
Flash640 / .text / app_main.o |
Start |
End |
Size |
% |
Line |
.rodata.System_IRQHandler.str1.1 |
0x00031090 |
0x000310c3 |
51 |
17% |
10438 |
.rodata.main_task.str1.1 |
0x000310c3 |
0x000310d7 |
20 |
7% |
10440 |
.rodata.APP_vRadioTempUpdate.str1.1 |
0x000310d7 |
0x00031167 |
144 |
47% |
10442 |
.rodata.bRadioCB_WriteNVM.str1.1 |
0x00031167 |
0x00031196 |
47 |
16% |
10444 |
.rodata.u16RadioCB_ReadNVM.str1.1 |
0x00031196 |
0x000311c8 |
50 |
17% |
10446 |
Expected total in app_main.o file: |
312 |
Actual: |
312 |
100% |
10438 |
Flash640 / .text / zps_gen.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ahEndpoint0InputClusterAPdus |
0x000311c8 |
0x00031310 |
328 |
33% |
10449 |
.rodata.s_ahEndpoint1InputClusterAPdus |
0x00031310 |
0x0003132c |
28 |
3% |
10451 |
.rodata.s_ahEndpoint242InputClusterAPdus |
0x0003132c |
0x00031330 |
4 |
1% |
10453 |
.rodata.s_asAplZdoServers |
0x00031330 |
0x000313d8 |
168 |
17% |
10455 |
.rodata.s_au16Endpoint0InputClusterList |
0x000313d8 |
0x0003147c |
164 |
17% |
10457 |
.rodata.s_au16Endpoint0OutputClusterList |
0x0003147c |
0x00031520 |
164 |
17% |
10459 |
.rodata.s_au16Endpoint1InputClusterList |
0x00031520 |
0x0003152e |
14 |
2% |
10461 |
.rodata.s_au16Endpoint1OutputClusterList |
0x0003152e |
0x0003153a |
12 |
2% |
10463 |
.rodata.s_au16Endpoint242InputClusterList |
0x0003153a |
0x0003153c |
2 |
1% |
10465 |
.rodata.s_au16Endpoint242OutputClusterList |
0x0003153c |
0x00031540 |
4 |
1% |
10467 |
.rodata.s_sNibInitialValues |
0x00031540 |
0x00031560 |
32 |
4% |
10470 |
.rodata.s_sNwkTbl |
0x00031560 |
0x000315a0 |
64 |
7% |
10472 |
.rodata.s_sNwkTblSize |
0x000315a0 |
0x000315b0 |
16 |
2% |
10474 |
Expected total in zps_gen.o file: |
1000 |
Actual: |
1000 |
100% |
10449 |
Flash640 / .text / app_start.o |
Start |
End |
Size |
% |
Line |
.rodata.vfExtendedStatusCallBack.str1.1 |
0x000315b0 |
0x000315d0 |
32 |
20% |
10476 |
.rodata.vAppMain.str1.1 |
0x000315d0 |
0x00031652 |
130 |
81% |
10478 |
Expected total in app_start.o file: |
162 |
Actual: |
162 |
100% |
10476 |
Flash640 / .text / app_window_covering.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_taskRouter.str1.1 |
0x00031652 |
0x0003173b |
233 |
90% |
10481 |
.rodata.APP_vInitialiseRouter.str1.1 |
0x0003173b |
0x00031757 |
28 |
11% |
10483 |
Expected total in app_window_covering.o file: |
261 |
Actual: |
261 |
100% |
10481 |
Flash640 / .text / app_zcl_task.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vZCL_DeviceSpecific_Init.str1.1 |
0x00031757 |
0x00031779 |
34 |
100% |
10486 |
Expected total in app_zcl_task.o file: |
34 |
Actual: |
34 |
100% |
10486 |
Flash640 / .text / app_leds.o |
Start |
End |
Size |
% |
Line |
.rodata.APP_vWhiteLedOff.str1.1 |
0x00031779 |
0x00031790 |
23 |
34% |
10488 |
.rodata.APP_vLedInitialise.str1.1 |
0x00031790 |
0x000317bd |
45 |
67% |
10490 |
Expected total in app_leds.o file: |
68 |
Actual: |
68 |
100% |
10488 |
Flash640 / .text / fsl_debug_console.o |
Start |
End |
Size |
% |
Line |
.rodata.DbgConsole_SendData.str1.1 |
0x000317bd |
0x00031834 |
119 |
59% |
10492 |
.rodata.DbgConsole_Init.str1.1 |
0x00031834 |
0x0003185c |
40 |
20% |
10494 |
.rodata.__func__.0 |
0x0003185c |
0x0003186c |
16 |
8% |
10496 |
.rodata.__func__.3 |
0x0003186c |
0x00031888 |
28 |
14% |
10498 |
Expected total in fsl_debug_console.o file: |
203 |
Actual: |
203 |
100% |
10492 |
Flash640 / .text / fsl_pwm.o |
Start |
End |
Size |
% |
Line |
.rodata.PWM_GetDefaultConfig.str1.1 |
0x00031888 |
0x000318db |
83 |
80% |
10500 |
.rodata.__func__.0 |
0x000318db |
0x000318f0 |
21 |
21% |
10502 |
Expected total in fsl_pwm.o file: |
104 |
Actual: |
104 |
100% |
10500 |
Flash640 / .text / fsl_gint.o |
Start |
End |
Size |
% |
Line |
.rodata.GINT_GetInstance.str1.1 |
0x000318f0 |
0x0003195c |
108 |
87% |
10504 |
.rodata.__func__.0 |
0x0003195c |
0x0003196d |
17 |
14% |
10506 |
Expected total in fsl_gint.o file: |
125 |
Actual: |
125 |
100% |
10504 |
Flash640 / .text / temp_sensor_drv.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_Configuration.str1.1 |
0x0003196d |
0x000319af |
66 |
31% |
10508 |
.rodata.load_calibration_param_from_flash.str1.1 |
0x000319af |
0x00031a48 |
153 |
70% |
10510 |
Expected total in temp_sensor_drv.o file: |
219 |
Actual: |
219 |
100% |
10508 |
Flash640 / .text / fsl_adc.o |
Start |
End |
Size |
% |
Line |
.rodata.ADC_GetInstance.isra.0.str1.1 |
0x00031a48 |
0x00031ab2 |
106 |
45% |
10512 |
.rodata.ADC_Init.str1.1 |
0x00031ab2 |
0x00031ac1 |
15 |
7% |
10514 |
.rodata.ADC_GetConvSeqAGlobalConversionResult.str1.1 |
0x00031ac1 |
0x00031ace |
13 |
6% |
10516 |
.rodata.ADC_GetChannelConversionResult.str1.1 |
0x00031ace |
0x00031ae6 |
24 |
11% |
10518 |
.rodata.__func__.0 |
0x00031ae6 |
0x00031b05 |
31 |
14% |
10520 |
.rodata.__func__.2 |
0x00031b05 |
0x00031b1b |
22 |
10% |
10522 |
.rodata.__func__.3 |
0x00031b1b |
0x00031b2b |
16 |
7% |
10524 |
.rodata.__func__.4 |
0x00031b2b |
0x00031b34 |
9 |
4% |
10526 |
Expected total in fsl_adc.o file: |
236 |
Actual: |
236 |
100% |
10512 |
Flash640 / .text / board_utility.o |
Start |
End |
Size |
% |
Line |
.rodata.BOARD_Clock32MCapacitanceCharacteristics |
0x00031b34 |
0x00031b40 |
12 |
100% |
10528 |
Expected total in board_utility.o file: |
12 |
Actual: |
12 |
100% |
10528 |
Flash640 / .text / app_green_power.o |
Start |
End |
Size |
% |
Line |
.rodata.vApp_GP_RegisterDevice.str1.1 |
0x00031b40 |
0x00031b51 |
17 |
100% |
10531 |
Expected total in app_green_power.o file: |
17 |
Actual: |
17 |
100% |
10531 |
Flash640 / .text / fsl_wwdt.o |
Start |
End |
Size |
% |
Line |
.rodata.WWDT_GetInstance.isra.0.str1.1 |
0x00031b51 |
0x00031bb4 |
99 |
53% |
10533 |
.rodata.WWDT_GetDefaultConfig.str1.1 |
0x00031bb4 |
0x00031bc3 |
15 |
8% |
10535 |
.rodata.WWDT_Init.str1.1 |
0x00031bc3 |
0x00031bde |
27 |
15% |
10537 |
.rodata.__func__.0 |
0x00031bde |
0x00031bef |
17 |
9% |
10539 |
.rodata.__func__.1 |
0x00031bef |
0x00031bf9 |
10 |
6% |
10541 |
.rodata.__func__.2 |
0x00031bf9 |
0x00031c0f |
22 |
12% |
10543 |
Expected total in fsl_wwdt.o file: |
190 |
Actual: |
190 |
100% |
10533 |
Flash640 / .text / fsl_clock.o |
Start |
End |
Size |
% |
Line |
.rodata.CLOCK_Xtal32M_Trim.str1.1 |
0x00031c0f |
0x00031cca |
187 |
74% |
10545 |
.rodata.CLOCK_XtalBasicTrim.str1.1 |
0x00031cca |
0x00031ce6 |
28 |
12% |
10547 |
.rodata.__func__.1 |
0x00031ce6 |
0x00031cf9 |
19 |
8% |
10549 |
.rodata.__func__.2 |
0x00031cf9 |
0x00031d0d |
20 |
8% |
10551 |
Expected total in fsl_clock.o file: |
254 |
Actual: |
254 |
100% |
10545 |
Flash640 / .text / fsl_reset.o |
Start |
End |
Size |
% |
Line |
.rodata.RESET_SetPeripheralReset.str1.1 |
0x00031d0d |
0x00031d64 |
87 |
63% |
10553 |
.rodata.__func__.0 |
0x00031d64 |
0x00031d7f |
27 |
20% |
10555 |
.rodata.__func__.1 |
0x00031d7f |
0x00031d98 |
25 |
18% |
10557 |
Expected total in fsl_reset.o file: |
139 |
Actual: |
139 |
100% |
10553 |
Flash640 / .text / fsl_usart.o |
Start |
End |
Size |
% |
Line |
.rodata.USART_GetInstance.str1.1 |
0x00031d98 |
0x00031de8 |
80 |
23% |
10559 |
.rodata.USART_TransferStartRingBuffer.str1.1 |
0x00031de8 |
0x00031e08 |
32 |
9% |
10561 |
.rodata.USART_GetDefaultConfig.str1.1 |
0x00031e08 |
0x00031e17 |
15 |
5% |
10563 |
.rodata.USART_SetBaudRate.str1.1 |
0x00031e08 |
0x00031e47 |
63 |
18% |
10565 |
.rodata.USART_Init.str1.1 |
0x00031e47 |
0x00031e83 |
60 |
17% |
10567 |
.rodata.USART_WriteBlocking.str1.1 |
0x00031e83 |
0x00031ea7 |
36 |
11% |
10569 |
.rodata.__func__.10 |
0x00031ea7 |
0x00031ebb |
20 |
6% |
10571 |
.rodata.__func__.11 |
0x00031ebb |
0x00031ecd |
18 |
6% |
10573 |
.rodata.__func__.12 |
0x00031ecd |
0x00031ee4 |
23 |
7% |
10575 |
.rodata.__func__.13 |
0x00031ee4 |
0x00031ef1 |
13 |
4% |
10577 |
.rodata.__func__.14 |
0x00031ef1 |
0x00031efc |
11 |
4% |
10579 |
Expected total in fsl_usart.o file: |
356 |
Actual: |
371 |
105% |
10559 |
Flash640 / .text / fsl_flexcomm.o |
Start |
End |
Size |
% |
Line |
.rodata.FLEXCOMM_GetInstance.str1.1 |
0x00031efc |
0x00031f49 |
77 |
15% |
10581 |
.rodata.FLEXCOMM0_DriverIRQHandler.str1.1 |
0x00031f49 |
0x00031f61 |
24 |
5% |
10584 |
.rodata.FLEXCOMM1_DriverIRQHandler.str1.1 |
0x00031f61 |
0x00031f79 |
24 |
5% |
10586 |
.rodata.FLEXCOMM2_DriverIRQHandler.str1.1 |
0x00031f79 |
0x00031f91 |
24 |
5% |
10588 |
.rodata.FLEXCOMM3_DriverIRQHandler.str1.1 |
0x00031f91 |
0x00031fa9 |
24 |
5% |
10590 |
.rodata.FLEXCOMM4_DriverIRQHandler.str1.1 |
0x00031fa9 |
0x00031fc1 |
24 |
5% |
10592 |
.rodata.FLEXCOMM5_DriverIRQHandler.str1.1 |
0x00031fc1 |
0x00031fd9 |
24 |
5% |
10594 |
.rodata.FLEXCOMM6_DriverIRQHandler.str1.1 |
0x00031fd9 |
0x00031ff1 |
24 |
5% |
10596 |
.rodata.__func__.0 |
0x00031ff1 |
0x0003200c |
27 |
5% |
10598 |
.rodata.__func__.1 |
0x0003200c |
0x00032027 |
27 |
5% |
10600 |
.rodata.__func__.2 |
0x00032027 |
0x00032042 |
27 |
5% |
10602 |
.rodata.__func__.3 |
0x00032042 |
0x0003205d |
27 |
5% |
10604 |
.rodata.__func__.4 |
0x0003205d |
0x00032078 |
27 |
5% |
10606 |
.rodata.__func__.5 |
0x00032078 |
0x00032093 |
27 |
5% |
10608 |
.rodata.__func__.6 |
0x00032093 |
0x000320ae |
27 |
5% |
10610 |
.rodata.__func__.7 |
0x000320ae |
0x000320c4 |
22 |
5% |
10612 |
.rodata.s_flexcommBaseAddrs |
0x000320c4 |
0x000320e0 |
28 |
6% |
10615 |
.rodata.s_flexcommClocks |
0x000320e0 |
0x000320fc |
28 |
6% |
10617 |
.rodata.s_flexcommResets |
0x000320fc |
0x00032118 |
28 |
6% |
10619 |
Expected total in fsl_flexcomm.o file: |
540 |
Actual: |
540 |
100% |
10581 |
Flash640 / .text / fsl_common.o |
Start |
End |
Size |
% |
Line |
.rodata.SDK_DelayAtLeastUs.str1.1 |
0x00032118 |
0x00032186 |
110 |
86% |
10621 |
.rodata.__func__.0 |
0x00032186 |
0x00032199 |
19 |
15% |
10623 |
Expected total in fsl_common.o file: |
129 |
Actual: |
129 |
100% |
10621 |
Flash640 / .text / fsl_power.o |
Start |
End |
Size |
% |
Line |
.rodata.POWER_ApplyLdoActiveVoltage.str1.1 |
0x00032199 |
0x00032212 |
121 |
51% |
10625 |
.rodata.POWER_ApplyLdoActiveVoltage_1V0.str1.1 |
0x00032212 |
0x0003225b |
73 |
31% |
10627 |
.rodata.__func__.0 |
0x0003225b |
0x0003227d |
34 |
15% |
10629 |
.rodata.__func__.1 |
0x0003227d |
0x00032288 |
11 |
5% |
10631 |
Expected total in fsl_power.o file: |
239 |
Actual: |
239 |
100% |
10625 |
Flash640 / .text / fsl_wtimer.o |
Start |
End |
Size |
% |
Line |
.rodata.timer_param |
0x00032288 |
0x000322e8 |
96 |
100% |
10633 |
Expected total in fsl_wtimer.o file: |
96 |
Actual: |
96 |
100% |
10633 |
Flash640 / .text / MicroExceptions_arm.o |
Start |
End |
Size |
% |
Line |
.rodata.ExceptionUnwindStack.str1.1 |
0x000322e8 |
0x000323aa |
194 |
13% |
10635 |
.rodata.vPrintRegisterBit.str1.1 |
0x000323aa |
0x000323b2 |
8 |
1% |
10637 |
.rodata.vPrintSystemHandlerAndControlStateRegisterBitFields.str1.1 |
0x000323b2 |
0x000324ea |
312 |
21% |
10639 |
.rodata.vPrintConfigurableFaultStatusRegisterBitFields.str1.1 |
0x000324ea |
0x000325ed |
259 |
18% |
10641 |
.rodata.vDebugBusFaultHandler.str1.1 |
0x000325ed |
0x0003277e |
401 |
27% |
10644 |
.rodata.vDebugUsageFaultHandler.str1.1 |
0x0003277e |
0x000327a2 |
36 |
3% |
10647 |
.rodata.vDebugMemoryFaultHandler.str1.1 |
0x000327a2 |
0x000327e8 |
70 |
5% |
10649 |
.rodata.vPrintHardFaultStatusRegisterBitFields.str1.1 |
0x000327e8 |
0x00032825 |
61 |
5% |
10651 |
.rodata.vDebugHardFaultHandler.str1.1 |
0x00032825 |
0x000328c6 |
161 |
11% |
10653 |
Expected total in MicroExceptions_arm.o file: |
1502 |
Actual: |
1502 |
100% |
10635 |
Flash640 / .text / TimersManager.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x000328c6 |
0x000328cf |
9 |
100% |
10655 |
Expected total in TimersManager.o file: |
9 |
Actual: |
9 |
100% |
10655 |
Flash640 / .text / TMR_Adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.FRO32K_CompleteCalibration.str1.1 |
0x000328cf |
0x000328e4 |
21 |
100% |
10657 |
Expected total in TMR_Adapter.o file: |
21 |
Actual: |
21 |
100% |
10657 |
Flash640 / .text / fsl_ctimer.o |
Start |
End |
Size |
% |
Line |
.rodata.s_ctimerBases |
0x000328e4 |
0x000328ec |
8 |
100% |
10659 |
Expected total in fsl_ctimer.o file: |
8 |
Actual: |
8 |
100% |
10659 |
Flash640 / .text / fsl_dma.o |
Start |
End |
Size |
% |
Line |
.rodata.DMA_GetInstance.str1.1 |
0x000328ec |
0x00032956 |
106 |
86% |
10661 |
.rodata.__func__.25 |
0x00032956 |
0x00032968 |
18 |
15% |
10663 |
Expected total in fsl_dma.o file: |
124 |
Actual: |
124 |
100% |
10661 |
Flash640 / .text / PWR.o |
Start |
End |
Size |
% |
Line |
.rodata.maHandleDeepSleepTable |
0x00032968 |
0x000329a0 |
56 |
100% |
10666 |
Expected total in PWR.o file: |
56 |
Actual: |
56 |
100% |
10666 |
Flash640 / .text / PWRLib.o |
Start |
End |
Size |
% |
Line |
.rodata.pm_sram0_bank_desc |
0x000329a0 |
0x000329e0 |
64 |
67% |
10669 |
.rodata.pm_sram1_bank_desc |
0x000329e0 |
0x00032a00 |
32 |
34% |
10672 |
Expected total in PWRLib.o file: |
96 |
Actual: |
96 |
100% |
10669 |
Flash640 / .text / serial_manager.o |
Start |
End |
Size |
% |
Line |
.rodata.SerialManager_Init.str1.1 |
0x00032a00 |
0x00032a5e |
94 |
25% |
10675 |
.rodata.SerialManager_OpenWriteHandle.str1.1 |
0x00032a5e |
0x00032a6a |
12 |
4% |
10678 |
.rodata.SerialManager_CloseWriteHandle.str1.1 |
0x00032a6a |
0x00032a71 |
7 |
2% |
10680 |
.rodata.SerialManager_OpenReadHandle.str1.1 |
0x00032a71 |
0x00032a7c |
11 |
3% |
10682 |
.rodata.SerialManager_CloseReadHandle.str1.1 |
0x00032a7c |
0x00032ab9 |
61 |
17% |
10684 |
.rodata.SerialManager_WriteBlocking.str1.1 |
0x00032ab9 |
0x00032ac7 |
14 |
4% |
10686 |
.rodata.__func__.3 |
0x00032ac7 |
0x00032adb |
20 |
6% |
10688 |
.rodata.__func__.4 |
0x00032adb |
0x00032af9 |
30 |
8% |
10690 |
.rodata.__func__.5 |
0x00032af9 |
0x00032b16 |
29 |
8% |
10692 |
.rodata.__func__.6 |
0x00032b16 |
0x00032b35 |
31 |
9% |
10694 |
.rodata.__func__.7 |
0x00032b35 |
0x00032b53 |
30 |
8% |
10696 |
.rodata.__func__.8 |
0x00032b53 |
0x00032b68 |
21 |
6% |
10698 |
.rodata.__func__.9 |
0x00032b68 |
0x00032b7b |
19 |
6% |
10700 |
Expected total in serial_manager.o file: |
379 |
Actual: |
379 |
100% |
10675 |
Flash640 / .text / serial_port_uart.o |
Start |
End |
Size |
% |
Line |
.rodata.Serial_UartInit.str1.1 |
0x00032b7b |
0x00032bdb |
96 |
66% |
10702 |
.rodata.Serial_UartWrite.str1.1 |
0x00032bdb |
0x00032be9 |
14 |
10% |
10705 |
.rodata.__func__.1 |
0x00032bdb |
0x00032bec |
17 |
12% |
10707 |
.rodata.__func__.2 |
0x00032bec |
0x00032bfe |
18 |
13% |
10709 |
.rodata.__func__.3 |
0x00032bfe |
0x00032c0e |
16 |
11% |
10711 |
Expected total in serial_port_uart.o file: |
147 |
Actual: |
161 |
110% |
10702 |
Flash640 / .text / usart_adapter.o |
Start |
End |
Size |
% |
Line |
.rodata.HAL_UartInit.str1.1 |
0x00032c0e |
0x00032cc0 |
178 |
74% |
10713 |
.rodata.HAL_UartReceiveBlocking.str1.1 |
0x00032cc0 |
0x00032cc5 |
5 |
3% |
10716 |
.rodata.__func__.0 |
0x00032cc5 |
0x00032cda |
21 |
9% |
10719 |
.rodata.__func__.2 |
0x00032cda |
0x00032ce9 |
15 |
7% |
10721 |
.rodata.__func__.3 |
0x00032ce9 |
0x00032cf8 |
15 |
7% |
10723 |
.rodata.s_UsartAdapterBase |
0x00032cf8 |
0x00032d00 |
8 |
4% |
10726 |
Expected total in usart_adapter.o file: |
242 |
Actual: |
242 |
100% |
10713 |
Flash640 / .text / fsl_assert.o |
Start |
End |
Size |
% |
Line |
.rodata.__assert_func.str1.1 |
0x00032d00 |
0x00032d3e |
62 |
100% |
10728 |
Expected total in fsl_assert.o file: |
62 |
Actual: |
62 |
100% |
10728 |
Flash640 / .text / fsl_os_abstraction_bm.o |
Start |
End |
Size |
% |
Line |
.rodata.str1.1 |
0x00032d3e |
0x00032d48 |
10 |
91% |
10730 |
.rodata.gUseRtos_c |
0x00032d48 |
0x00032d49 |
1 |
10% |
10732 |
Expected total in fsl_os_abstraction_bm.o file: |
11 |
Actual: |
11 |
100% |
10730 |
Flash640 / .text / GreenPower.o |
Start |
End |
Size |
% |
Line |
.rodata.vGP_RestorePersistedData.str1.1 |
0x00032d49 |
0x00032d5a |
17 |
20% |
10735 |
.rodata.asCLD_GreenPowerClusterAttributeDefinitionsClient |
0x00032d5a |
0x00032da2 |
72 |
81% |
10737 |
Expected total in GreenPower.o file: |
89 |
Actual: |
89 |
100% |
10735 |
Flash640 / .text / Basic.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_BasicClusterAttributeDefinitions |
0x00032da2 |
0x00032dfa |
88 |
100% |
10740 |
Expected total in Basic.o file: |
88 |
Actual: |
88 |
100% |
10740 |
Flash640 / .text / Groups.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_GroupsClusterAttributeDefinitions |
0x00032dfa |
0x00032e12 |
24 |
100% |
10743 |
Expected total in Groups.o file: |
24 |
Actual: |
24 |
100% |
10743 |
Flash640 / .text / Identify.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_IdentifyClusterAttributeDefinitions |
0x00032e12 |
0x00032e2a |
24 |
100% |
10746 |
Expected total in Identify.o file: |
24 |
Actual: |
24 |
100% |
10746 |
Flash640 / .text / OnOff.o |
Start |
End |
Size |
% |
Line |
.rodata.asCLD_OnOffClusterAttributeDefinitions |
0x00032e2a |
0x00032e42 |
24 |
100% |
10749 |
Expected total in OnOff.o file: |
24 |
Actual: |
24 |
100% |
10749 |
Flash640 / .text / zcl_attribute.o |
Start |
End |
Size |
% |
Line |
.rodata |
0x00032e42 |
0x00032e4a |
8 |
4% |
10752 |
.rodata.au8ConstSizeArray |
0x00032e4a |
0x00032f4c |
258 |
97% |
10753 |
Expected total in zcl_attribute.o file: |
266 |
Actual: |
266 |
100% |
10752 |
Flash640 / .text / bdb_ns.o |
Start |
End |
Size |
% |
Line |
.rodata.BDB_vNsStateMachine.str1.1 |
0x00032f4c |
0x00032f7e |
50 |
100% |
10756 |
Expected total in bdb_ns.o file: |
50 |
Actual: |
50 |
100% |
10756 |
Flash640 / .text / PDM_FileSystemData.c.obj |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.36 |
0x00032f7e |
0x00032f82 |
4 |
100% |
10758 |
Expected total in PDM_FileSystemData.c.obj file: |
4 |
Actual: |
4 |
100% |
10758 |
Flash640 / .text / zps_apl_apsde.o |
Start |
End |
Size |
% |
Line |
.rodata.eUnfragmentedUnicastTransmission.str1.1 |
0x00032f82 |
0x00032f89 |
7 |
50% |
10760 |
.rodata.ZPS_vAplHandleApsdeReqRsp.str1.1 |
0x00032f89 |
0x00032f90 |
7 |
50% |
10762 |
Expected total in zps_apl_apsde.o file: |
14 |
Actual: |
14 |
100% |
10760 |
Flash640 / .text / zps_apl_apsme.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vInitAPSMECmdHdr.str1.1 |
0x00032f90 |
0x00032f97 |
7 |
22% |
10764 |
.rodata.zps_eAplSendApsmeCmdFrame.str1.1 |
0x00032f90 |
0x00032f95 |
5 |
16% |
10767 |
.rodata.zps_eAplApsmeTransportKeyReqRsp.str1.1 |
0x00032f95 |
0x00032fa7 |
18 |
55% |
10769 |
.rodata.zps_eAplApsmeUpdateDeviceReqRsp.str1.1 |
0x00032fa7 |
0x00032fac |
5 |
16% |
10771 |
.rodata.zps_eAplApsmeVerifyKeyReqRsp.str1.1 |
0x00032fac |
0x00032fb1 |
5 |
16% |
10773 |
.rodata.zps_eAplApsmeRequestKeyReqRsp.str1.1 |
0x00032fac |
0x00032fb1 |
5 |
16% |
10776 |
Expected total in zps_apl_apsme.o file: |
33 |
Actual: |
45 |
137% |
10764 |
Flash640 / .text / zps_apl_aps_nlde.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_vAplApsHandleNldeDcfmInd.str1.1 |
0x00032fac |
0x00032faf |
3 |
100% |
10779 |
Expected total in zps_apl_aps_nlde.o file: |
3 |
Actual: |
3 |
100% |
10779 |
Flash640 / .text / zps_apl_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplSecDecryptPacket.str1.1 |
0x00032faf |
0x00032fb2 |
3 |
100% |
10782 |
Expected total in zps_apl_sec.o file: |
3 |
Actual: |
3 |
100% |
10782 |
Flash640 / .text / zps_apl_aib.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_u8AplAibGetDeviceApsKeyType.str1.1 |
0x00032fb2 |
0x00033040 |
142 |
100% |
10785 |
Expected total in zps_apl_aib.o file: |
142 |
Actual: |
142 |
100% |
10785 |
Flash640 / .text / zps_apl_zdo_nwkmanager.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vSetKeys.str1.1 |
0x00033040 |
0x00033051 |
17 |
100% |
10787 |
Expected total in zps_apl_zdo_nwkmanager.o file: |
17 |
Actual: |
17 |
100% |
10787 |
Flash640 / .text / zps_apl_zdo_default_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDefaultServer.str1.1 |
0x00033051 |
0x00033068 |
23 |
100% |
10790 |
Expected total in zps_apl_zdo_default_server.o file: |
23 |
Actual: |
23 |
100% |
10790 |
Flash640 / .text / zps_apl_zdo_nwk_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoNwkAddrServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10793 |
Expected total in zps_apl_zdo_nwk_addr_server.o file: |
23 |
Actual: |
23 |
100% |
10793 |
Flash640 / .text / zps_apl_zdo_ieee_addr_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoIeeeAddrServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10796 |
Expected total in zps_apl_zdo_ieee_addr_server.o file: |
23 |
Actual: |
23 |
100% |
10796 |
Flash640 / .text / zps_apl_zdo_match_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMatchDescServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10799 |
Expected total in zps_apl_zdo_match_desc_server.o file: |
23 |
Actual: |
23 |
100% |
10799 |
Flash640 / .text / zps_apl_zdo_simple_desc_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoSimpleDescServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10802 |
Expected total in zps_apl_zdo_simple_desc_server.o file: |
23 |
Actual: |
23 |
100% |
10802 |
Flash640 / .text / zps_apl_zdo_device_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoDeviceAnnceServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10805 |
Expected total in zps_apl_zdo_device_annce_server.o file: |
23 |
Actual: |
23 |
100% |
10805 |
Flash640 / .text / zps_apl_zdo_parent_annce_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoParentAnnceServer.str1.1 |
0x00033068 |
0x0003306a |
2 |
67% |
10808 |
.rodata.ZPS_vSendParentAnnounce.str1.1 |
0x00033068 |
0x0003306b |
3 |
100% |
10810 |
Expected total in zps_apl_zdo_parent_annce_server.o file: |
3 |
Actual: |
5 |
167% |
10808 |
Flash640 / .text / zps_apl_zdo_permit_joining_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoPermitJoiningServer.str1.1 |
0x00033068 |
0x0003306b |
3 |
100% |
10812 |
Expected total in zps_apl_zdo_permit_joining_server.o file: |
3 |
Actual: |
3 |
100% |
10812 |
Flash640 / .text / zps_apl_zdo_mgmt_leave_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtLeaveServer.str1.1 |
0x00033068 |
0x0003307f |
23 |
100% |
10814 |
Expected total in zps_apl_zdo_mgmt_leave_server.o file: |
23 |
Actual: |
23 |
100% |
10814 |
Flash640 / .text / zps_apl_zdo_mgmt_nwk_update_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtNWKUpdateServer.str1.1 |
0x00033068 |
0x00033072 |
10 |
100% |
10817 |
Expected total in zps_apl_zdo_mgmt_nwk_update_server.o file: |
10 |
Actual: |
10 |
100% |
10817 |
Flash640 / .text / zps_apl_zdo_bind_unbind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoBindUnbindServer.str1.1 |
0x00033072 |
0x00033077 |
5 |
100% |
10820 |
Expected total in zps_apl_zdo_bind_unbind_server.o file: |
5 |
Actual: |
5 |
100% |
10820 |
Flash640 / .text / zps_apl_zdo_nwkmanager_client.o |
Start |
End |
Size |
% |
Line |
.rodata.eSendDeviceAnnounce.str1.1 |
0x00033077 |
0x0003307c |
5 |
34% |
10823 |
.rodata.zps_vAplZdoClientLookupNwkAddress.str1.1 |
0x0003307c |
0x00033081 |
5 |
34% |
10825 |
.rodata.zps_bAplZdoZdoClient.str1.1 |
0x00033081 |
0x00033086 |
5 |
34% |
10827 |
Expected total in zps_apl_zdo_nwkmanager_client.o file: |
15 |
Actual: |
15 |
100% |
10823 |
Flash640 / .text / zps_apl_zdo_mgmt_bind_server.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_bAplZdoMgmtBindServer.str1.1 |
0x00033081 |
0x00033094 |
19 |
100% |
10830 |
Expected total in zps_apl_zdo_mgmt_bind_server.o file: |
19 |
Actual: |
19 |
100% |
10830 |
Flash640 / .text / zps_apl_zdp_apsde_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpGenStatusOnlyResponse.str1.1 |
0x00033094 |
0x00033097 |
3 |
100% |
10833 |
Expected total in zps_apl_zdp_apsde_req.o file: |
3 |
Actual: |
3 |
100% |
10833 |
Flash640 / .text / zps_apl_zdp_device_annce.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpDeviceAnnceRequest.str1.1 |
0x00033094 |
0x00033099 |
5 |
100% |
10835 |
Expected total in zps_apl_zdp_device_annce.o file: |
5 |
Actual: |
5 |
100% |
10835 |
Flash640 / .text / zps_apl_zdp_mgmt_permit_joining_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtPermitJoiningRequest.str1.1 |
0x00033094 |
0x000330a7 |
19 |
100% |
10837 |
Expected total in zps_apl_zdp_mgmt_permit_joining_req.o file: |
19 |
Actual: |
19 |
100% |
10837 |
Flash640 / .text / zps_apl_zdp_node_desc_req.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpNodeDescRequest.str1.1 |
0x00033094 |
0x000330a7 |
19 |
100% |
10840 |
Expected total in zps_apl_zdp_node_desc_req.o file: |
19 |
Actual: |
19 |
100% |
10840 |
Flash640 / .text / zps_apl_zdp_nwk_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNwkAddrResponse.str1.1 |
0x00033094 |
0x00033099 |
5 |
100% |
10843 |
Expected total in zps_apl_zdp_nwk_addr_rsp.o file: |
5 |
Actual: |
5 |
100% |
10843 |
Flash640 / .text / zps_apl_zdp_ieee_addr_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpIeeeAddrResponse.str1.1 |
0x00033099 |
0x000330a7 |
14 |
100% |
10846 |
Expected total in zps_apl_zdp_ieee_addr_rsp.o file: |
14 |
Actual: |
14 |
100% |
10846 |
Flash640 / .text / zps_apl_zdp_node_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpNodeDescResponse.str1.1 |
0x00033099 |
0x000330a2 |
9 |
100% |
10848 |
Expected total in zps_apl_zdp_node_desc_rsp.o file: |
9 |
Actual: |
9 |
100% |
10848 |
Flash640 / .text / zps_apl_zdp_parent_annce_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpParentAnnceResponse.str1.1 |
0x000330a2 |
0x000330a8 |
6 |
100% |
10851 |
Expected total in zps_apl_zdp_parent_annce_rsp.o file: |
6 |
Actual: |
6 |
100% |
10851 |
Flash640 / .text / zps_apl_zdp_power_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpPowerDescResponse.str1.1 |
0x000330a2 |
0x000330a8 |
6 |
100% |
10853 |
Expected total in zps_apl_zdp_power_desc_rsp.o file: |
6 |
Actual: |
6 |
100% |
10853 |
Flash640 / .text / zps_apl_zdp_simple_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSimpleDescResponse.str1.1 |
0x000330a2 |
0x000330ad |
11 |
100% |
10855 |
Expected total in zps_apl_zdp_simple_desc_rsp.o file: |
11 |
Actual: |
11 |
100% |
10855 |
Flash640 / .text / zps_apl_zdp_active_ep_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpActiveEpResponse.str1.1 |
0x000330a2 |
0x000330a7 |
5 |
100% |
10857 |
Expected total in zps_apl_zdp_active_ep_rsp.o file: |
5 |
Actual: |
5 |
100% |
10857 |
Flash640 / .text / zps_apl_zdp_match_desc_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMatchDescResponse.str1.1 |
0x000330a2 |
0x000330a7 |
5 |
100% |
10859 |
Expected total in zps_apl_zdp_match_desc_rsp.o file: |
5 |
Actual: |
5 |
100% |
10859 |
Flash640 / .text / zps_apl_zdp_system_server_discovery_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpSystemServerDiscoveryResponse.str1.1 |
0x000330a2 |
0x000330a6 |
4 |
100% |
10861 |
Expected total in zps_apl_zdp_system_server_discovery_rsp.o file: |
4 |
Actual: |
4 |
100% |
10861 |
Flash640 / .text / zps_apl_zdp_mgmt_lqi_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtLqiResponse.str1.1 |
0x000330a2 |
0x000330aa |
8 |
100% |
10863 |
Expected total in zps_apl_zdp_mgmt_lqi_rsp.o file: |
8 |
Actual: |
8 |
100% |
10863 |
Flash640 / .text / zps_apl_zdp_mgmt_rtg_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eAplZdpMgmtRtgResponse.str1.1 |
0x000330aa |
0x000330b2 |
8 |
100% |
10866 |
Expected total in zps_apl_zdp_mgmt_rtg_rsp.o file: |
8 |
Actual: |
8 |
100% |
10866 |
Flash640 / .text / zps_apl_zdp_mgmt_nwk_update_notify_rsp.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_eZdpMgmtNwkUpdateNotifyResponse.str1.1 |
0x000330aa |
0x000330b2 |
8 |
100% |
10869 |
Expected total in zps_apl_zdp_mgmt_nwk_update_notify_rsp.o file: |
8 |
Actual: |
8 |
100% |
10869 |
Flash640 / .text / zps_mac_common.o |
Start |
End |
Size |
% |
Line |
.rodata.CSWTCH.25 |
0x000330ac |
0x0003312c |
128 |
58% |
10873 |
.rodata.CSWTCH.27 |
0x0003312c |
0x0003314c |
32 |
15% |
10875 |
.rodata.CSWTCH.29 |
0x0003314c |
0x0003316c |
32 |
15% |
10877 |
.rodata.CSWTCH.31 |
0x0003316c |
0x0003318c |
32 |
15% |
10879 |
Expected total in zps_mac_common.o file: |
224 |
Actual: |
224 |
100% |
10873 |
Flash640 / .text / zps_apl_gp.o |
Start |
End |
Size |
% |
Line |
.rodata.vZGPcStubMcpsInd.str1.1 |
0x0003318c |
0x00033190 |
4 |
100% |
10881 |
Expected total in zps_apl_gp.o file: |
4 |
Actual: |
4 |
100% |
10881 |
Flash640 / .text / zps_apl_gp_security.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vZgpTransformKey.str1.1 |
0x0003318c |
0x00033190 |
4 |
100% |
10883 |
Expected total in zps_apl_gp_security.o file: |
4 |
Actual: |
4 |
100% |
10883 |
Flash640 / .text / zps_apl_interpan.o |
Start |
End |
Size |
% |
Line |
.rodata.vApsInterPanMcpsDataInd.str1.1 |
0x00033190 |
0x00033194 |
4 |
100% |
10885 |
Expected total in zps_apl_interpan.o file: |
4 |
Actual: |
4 |
100% |
10885 |
Flash640 / .text / zps_nwk_leave.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendLeaveCmd.str1.1 |
0x00033190 |
0x00033193 |
3 |
100% |
10887 |
Expected total in zps_nwk_leave.o file: |
3 |
Actual: |
3 |
100% |
10887 |
Flash640 / .text / zps_nwk_maint.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkStatusCmd.str1.1 |
0x00033190 |
0x00033194 |
4 |
40% |
10889 |
.rodata.zps_psSendNetworkUpdateCmd.str1.1 |
0x00033190 |
0x00033196 |
6 |
60% |
10891 |
.rodata.zps_psSendNetworkEdTimeoutReqCmd.str1.1 |
0x00033196 |
0x0003319a |
4 |
40% |
10893 |
Expected total in zps_nwk_maint.o file: |
10 |
Actual: |
14 |
140% |
10889 |
Flash640 / .text / zps_nwk_mcps.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_vNwkSendLeaveDirect.str1.1 |
0x00033196 |
0x00033199 |
3 |
14% |
10895 |
.rodata.ZPS_vNwkHandleMcpsVsInd.str1.1 |
0x00033196 |
0x0003319c |
6 |
28% |
10897 |
.rodata.s_apsStSceTbl |
0x00033198 |
0x000331ac |
20 |
91% |
10901 |
Expected total in zps_nwk_mcps.o file: |
22 |
Actual: |
29 |
132% |
10895 |
Flash640 / .text / zps_nwk_mlme.o |
Start |
End |
Size |
% |
Line |
.rodata.s_apsStSmeTbl |
0x000331ac |
0x000331c0 |
20 |
100% |
10903 |
Expected total in zps_nwk_mlme.o file: |
20 |
Actual: |
20 |
100% |
10903 |
Flash640 / .text / zps_nwk_nib.o |
Start |
End |
Size |
% |
Line |
.rodata.au32EndDeviceTimeoutConstants |
0x000331c0 |
0x000331fc |
60 |
72% |
10905 |
.rodata.au32NwkPdmRecordOffsets |
0x000331fc |
0x00033214 |
24 |
29% |
10908 |
Expected total in zps_nwk_nib.o file: |
84 |
Actual: |
84 |
100% |
10905 |
Flash640 / .text / zps_nwk_nlme.o |
Start |
End |
Size |
% |
Line |
.rodata.atCfmSize |
0x00033214 |
0x00033254 |
64 |
100% |
10911 |
Expected total in zps_nwk_nlme.o file: |
64 |
Actual: |
64 |
100% |
10911 |
Flash640 / .text / zps_nwk_rt.o |
Start |
End |
Size |
% |
Line |
.rodata.psNwkSendRouteRecordCmd.str1.1 |
0x00033254 |
0x00033257 |
3 |
24% |
10913 |
.rodata.psSendRouteReplyCmd.isra.0.str1.1 |
0x00033254 |
0x0003325b |
7 |
54% |
10915 |
.rodata.zps_psNwkInitiateRouteDiscovery.str1.1 |
0x0003325b |
0x00033261 |
6 |
47% |
10917 |
Expected total in zps_nwk_rt.o file: |
13 |
Actual: |
16 |
124% |
10913 |
Flash640 / .text / zps_nwk_sec.o |
Start |
End |
Size |
% |
Line |
.rodata.ZPS_bSecDecrypt.str1.1 |
0x00033261 |
0x00033264 |
3 |
38% |
10919 |
.rodata.zps_eNwkSecDecryptPacket.str1.1 |
0x00033264 |
0x00033269 |
5 |
63% |
10921 |
Expected total in zps_nwk_sec.o file: |
8 |
Actual: |
8 |
100% |
10919 |
Flash640 / .text / zps_nwk_subghz.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendNetworkLinkPowerDelta.isra.0.str1.1 |
0x00033269 |
0x00033270 |
7 |
100% |
10923 |
Expected total in zps_nwk_subghz.o file: |
7 |
Actual: |
7 |
100% |
10923 |
Flash640 / .text / zps_nwk_actv_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToActvStSme |
0x00033269 |
0x00033280 |
23 |
10% |
10925 |
.rodata.s_aeNlmeReqRspToActvStCme |
0x00033280 |
0x00033290 |
16 |
7% |
10927 |
.rodata.s_aeNwkCmdToActvStSce |
0x00033290 |
0x000332a0 |
16 |
7% |
10929 |
.rodata.s_aprActvStHandleCme |
0x000332a0 |
0x000332d0 |
48 |
21% |
10932 |
.rodata.s_aprActvStHandleSce |
0x000332d0 |
0x00033308 |
56 |
25% |
10934 |
.rodata.s_aprActvStHandleSme |
0x00033308 |
0x00033324 |
28 |
13% |
10936 |
.rodata.s_atActvStSceStt |
0x00033324 |
0x00033331 |
13 |
6% |
10938 |
.rodata.s_atActvStSmeStt |
0x00033331 |
0x00033338 |
7 |
4% |
10940 |
.rodata.zps_sActvSceTbl |
0x00033338 |
0x00033344 |
12 |
6% |
10943 |
.rodata.zps_sActvSmeTbl |
0x00033344 |
0x00033350 |
12 |
6% |
10946 |
Expected total in zps_nwk_actv_st.o file: |
231 |
Actual: |
231 |
100% |
10925 |
Flash640 / .text / zps_nwk_disc_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToDiscStSme |
0x00033350 |
0x00033368 |
24 |
34% |
10949 |
.rodata.s_aprDiscStHandleSme |
0x00033368 |
0x00033384 |
28 |
39% |
10952 |
.rodata.s_atDiscStSmeStt |
0x00033384 |
0x0003338c |
8 |
12% |
10954 |
.rodata.zps_sDiscSmeTbl |
0x0003338c |
0x00033398 |
12 |
17% |
10956 |
Expected total in zps_nwk_disc_st.o file: |
72 |
Actual: |
72 |
100% |
10949 |
Flash640 / .text / zps_nwk_form_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToFormStSme |
0x00033398 |
0x000333b0 |
24 |
43% |
10959 |
.rodata.s_aprFormStHandleSme |
0x000333b0 |
0x000333c0 |
16 |
29% |
10962 |
.rodata.s_atFormStSmeStt |
0x000333c0 |
0x000333c4 |
4 |
8% |
10964 |
.rodata.zps_sFormSmeTbl |
0x000333c4 |
0x000333d0 |
12 |
22% |
10966 |
Expected total in zps_nwk_form_st.o file: |
56 |
Actual: |
56 |
100% |
10959 |
Flash640 / .text / zps_nwk_frm.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psSendFrm.str1.1 |
0x000333d0 |
0x000333d3 |
3 |
43% |
10969 |
.rodata.str1.1 |
0x000333d0 |
0x000333dc |
12 |
172% |
10971 |
.rodata.au8JitterLUT.0 |
0x000333d0 |
0x000333d7 |
7 |
100% |
10973 |
Expected total in zps_nwk_frm.o file: |
7 |
Actual: |
22 |
315% |
10969 |
Flash640 / .text / zps_nwk_idle_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeNlmeReqRspToIdleStCme |
0x000333d7 |
0x000333e8 |
17 |
46% |
10975 |
.rodata.s_aprIdleStHandleCme |
0x000333e8 |
0x000333fc |
20 |
55% |
10979 |
Expected total in zps_nwk_idle_st.o file: |
37 |
Actual: |
37 |
100% |
10975 |
Flash640 / .text / zps_nwk_join.o |
Start |
End |
Size |
% |
Line |
.rodata.zps_psNwkSendRejoinReqCmd.str1.1 |
0x000333fc |
0x000333ff |
3 |
8% |
10981 |
.rodata.zps_psNwkSendRejoinRspCmd.str1.1 |
0x000333fc |
0x00033401 |
5 |
13% |
10983 |
.rodata.zps_eNwkProcessJoinInd.str1.1 |
0x000333fc |
0x0003341e |
34 |
88% |
10986 |
.rodata |
0x0003341e |
0x00033423 |
5 |
13% |
10988 |
Expected total in zps_nwk_join.o file: |
39 |
Actual: |
47 |
121% |
10981 |
Flash640 / .text / zps_nwk_join_st.o |
Start |
End |
Size |
% |
Line |
.rodata.s_aeMlmeDcfmIndToJoinStSme |
0x00033423 |
0x0003343a |
23 |
20% |
10989 |
.rodata.s_aeNwkCmdToJoinStSce |
0x0003343a |
0x00033448 |
14 |
12% |
10991 |
.rodata.s_aprJoinStHandleSce |
0x00033448 |
0x00033454 |
12 |
11% |
10994 |
.rodata.s_aprJoinStHandleSme |
0x00033454 |
0x00033464 |
16 |
14% |
10996 |
.rodata.s_atJoinStSceStt |
0x00033464 |
0x00033469 |
5 |
5% |
10998 |
.rodata.s_atJoinStSmeStt |
0x00033469 |
0x00033480 |
23 |
20% |
11000 |
.rodata.zps_sJoinSceTbl |
0x00033480 |
0x0003348c |
12 |
11% |
11003 |
.rodata.zps_sJoinSmeTbl |
0x0003348c |
0x00033498 |
12 |
11% |
11006 |
Expected total in zps_nwk_join_st.o file: |
117 |
Actual: |
117 |
100% |
10989 |
Flash640 / .text / Mini_Main.o |
Start |
End |
Size |
% |
Line |
.rodata.au8HeaderSize.0 |
0x00033498 |
0x000334a6 |
14 |
47% |
11009 |
.rodata.sPibInitialValues |
0x000334a6 |
0x000334b6 |
16 |
54% |
11011 |
Expected total in Mini_Main.o file: |
30 |
Actual: |
30 |
100% |
11009 |
Flash640 / .text / radio.o |
Start |
End |
Size |
% |
Line |
.rodata.radio_DCO_cal.str1.1 |
0x000334b6 |
0x000334be |
8 |
1% |
11013 |
.rodata |
0x000334be |
0x000334da |
28 |
3% |
11015 |
.rodata.assign_Synth_Cal_Op_Lock_init_regs |
0x000334da |
0x0003351a |
64 |
7% |
11016 |
.rodata.assign_Synth_Cal_Startup_init_regs |
0x0003351a |
0x0003355e |
68 |
7% |
11019 |
.rodata.assign_TMU_init_regs |
0x0003355e |
0x000335aa |
76 |
8% |
11022 |
.rodata.assign_init_regs |
0x000335aa |
0x0003361a |
112 |
11% |
11025 |
.rodata.assign_init_regs_ES2 |
0x0003361a |
0x00033626 |
12 |
2% |
11028 |
.rodata.assign_init_regs_ES2MF |
0x00033626 |
0x00033632 |
12 |
2% |
11031 |
.rodata.assign_std_specific_banked_regs |
0x00033632 |
0x0003366a |
56 |
6% |
11034 |
.rodata.assign_unbanked_common_regs |
0x0003366a |
0x00033692 |
40 |
4% |
11037 |
.rodata.assign_unbanked_std_specific_regs |
0x00033692 |
0x000336a2 |
16 |
2% |
11040 |
.rodata.assign_unbanked_zbble_specific_regs |
0x000336a2 |
0x0003373e |
156 |
15% |
11043 |
.rodata.assign_zbble_specific_banked_regs |
0x0003373e |
0x00033788 |
74 |
8% |
11046 |
.rodata.freq_prog |
0x00033788 |
0x00033814 |
140 |
14% |
11050 |
.rodata.lut_defaults |
0x00033814 |
0x00033870 |
92 |
9% |
11053 |
.rodata.lut_hiTx_defaults |
0x00033870 |
0x000338cc |
92 |
9% |
11056 |
Expected total in radio.o file: |
1046 |
Actual: |
1046 |
100% |
11013 |
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/ |
7857 |
4% |
| 1-Common/ |
2676 |
2% |
| | Source/ |
2676 |
2% |
| | | app_buttons.o |
356 |
1% |
| | | app_green_power.o |
309 |
1% |
| | | app_power_on_counter.o |
216 |
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% |
| 1-WindowCovering/ |
5181 |
3% |
| | Source/ |
5181 |
3% |
| | | app_main.o |
1224 |
1% |
| | | app_reporting.o |
172 |
1% |
| | | app_start.o |
422 |
1% |
| | | app_window_covering.o |
1149 |
1% |
| | | app_zcl_task.o |
742 |
1% |
| | | pdum_gen.o |
40 |
1% |
| | | zps_gen.o |
1432 |
1% |
LIB/ |
138185 |
66% |
| / |
16 |
1% |
| | linker |
16 |
1% |
| SDKPackages/ |
135357 |
65% |
| | K32W061DK6/ |
135357 |
65% |
| | | middleware/ |
135357 |
65% |
| | | | wireless/ |
135357 |
65% |
| | | | | 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 |
47% |
| | | | | | platform/ |
97049 |
47% |
| | | | | | | K32W0/ |
97049 |
47% |
| | | | | | | | libs/ |
97049 |
47% |
| | | | | | | | | libZPSAPL.a/ |
42609 |
21% |
| | | | | | | | | | 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 |
2% |
| | | | | | | | | 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 |
21% |
| | | | | | | | | | 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 |
4% |
| | | | | | | | | | 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/ |
2812 |
2% |
| | arm-none-eabi/ |
2812 |
2% |
| | | 10.3.1/ |
2812 |
2% |
| | | | arm-none-eabi/ |
912 |
1% |
| | | | | lib/ |
912 |
1% |
| | | | | | thumb/ |
912 |
1% |
| | | | | | | v7e-m/ |
912 |
1% |
| | | | | | | | nofp/ |
912 |
1% |
| | | | | | | | | libc.a/ |
912 |
1% |
| | | | | | | | | | lib_a-abs.o |
8 |
1% |
| | | | | | | | | | lib_a-memcmp.o |
104 |
1% |
| | | | | | | | | | lib_a-memcpy.o |
308 |
1% |
| | | | | | | | | | lib_a-memset.o |
172 |
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/ |
65009 |
31% |
| SDKPackages/ |
64457 |
31% |
| | K32W061DK6/ |
64457 |
31% |
| | | 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/ |
13799 |
7% |
| | | | K32W061/ |
13799 |
7% |
| | | | | drivers/ |
11466 |
6% |
| | | | | | fsl_adc.o |
712 |
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/ |
48754 |
24% |
| | | | wireless/ |
48754 |
24% |
| | | | | 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/ |
38581 |
19% |
| | | | | | 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/ |
15042 |
8% |
| | | | | | | Source/ |
15042 |
8% |
| | | | | | | | dlist.o |
332 |
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 |
88 |
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/ |
18285 |
9% |
| | | | | | | Clusters/ |
17953 |
9% |
| | | | | | | | General/ |
3644 |
2% |
| | | | | | | | | Source/ |
3644 |
2% |
| | | | | | | | | | Basic.o |
196 |
1% |
| | | | | | | | | | BasicClientCommands.o |
18 |
1% |
| | | | | | | | | | BasicCommandHandler.o |
98 |
1% |
| | | | | | | | | | Groups.o |
462 |
1% |
| | | | | | | | | | GroupsCommandHandler.o |
836 |
1% |
| | | | | | | | | | GroupsServerCommands.o |
288 |
1% |
| | | | | | | | | | GroupsTableManager.o |
720 |
1% |
| | | | | | | | | | Identify.o |
266 |
1% |
| | | | | | | | | | IdentifyCommandHandler.o |
268 |
1% |
| | | | | | | | | | IdentifyServerCommands.o |
160 |
1% |
| | | | | | | | | | OnOff.o |
124 |
1% |
| | | | | | | | | | OnOffCommandHandler.o |
188 |
1% |
| | | | | | | | | | OnOffCommands.o |
20 |
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/ |
332 |
1% |
| | | | | | | | ZGP/ |
136 |
1% |
| | | | | | | | | Source/ |
136 |
1% |
| | | | | | | | | | gp.o |
136 |
1% |
| | | | | | | | ZHA/ |
196 |
1% |
| | | | | | | | | Generic/ |
196 |
1% |
| | | | | | | | | | Source/ |
196 |
1% |
| | | | | | | | | | | base_device.o |
196 |
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% |