Part Number: CC2650
Other Parts Discussed in Thread: SYSBIOS, TIMAC,
Hi,
When I add the SPI driver support and compiling ZNP stack in zstack_home_1_02_02a_44539 its throwing below error. If I comment SPIhandle = SPI_open(Board_SPI,¶ms); then its fine. What could be the reason for the below error. Any quick response will be greatly appreciated.
ZDApp.c ZDConfig.c ZDNwkMgr.c ZDObject.c ZDProfile.c ZDSecMgr.c
zmac.c
zmac_cb.c
znpapp_task.c
Linking
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x46bc bytes (max align 0x8) in <[0x200000c8-0x2000042f],
[0x20000450-0x200004ff], [0x20000520-0x20004a13]> (total uncommitted space 0x4608).
Uncommitted:
[0x200000c8-0x2000042f]: 0x368
[0x20000200-0x2000042f]: 0x22c
[0x20000450-0x200004ff]: 0xb0
[0x20000520-0x20004a13]: 0x42f4
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x4c6c bytes (max align 0x4) in <[0x00000000-0x0001cfff]> (total
uncommitted space 0x4bf8).
Uncommitted:
[0x00000000-0x000000ff]: 0x8
[0x00000510-0x00000513]: 0x2
[0x0000058c-0x0000058f]: 0x3
[0x000005e8-0x0001cfff]: 0x4bf0
Error[Lp017]: the address of "ti_sysbios_knl_Task_Module_State_0_readyQ__A" was needed when computing compressed initializers for section
.data_ti_sysbios_knl_Task_Module__state__V (app_prm3.orm3 #606), but that address hasn't been set yet, since the size of the compressed initializers are
needed in order to set it
Error[Lp017]: the address of "ti_sysbios_family_arm_m3_Hwi_Module_State_0_excActive__A" was needed when computing compressed initializers for
section .data_ti_sysbios_family_arm_m3_Hwi_Module__state__V (app_prm3.orm3 #207), but that address hasn't been set yet, since the size of the
compressed initializers are needed in order to set it
Error[Lp017]: the address of "ti_sysbios_family_arm_cc26xx_Timer_Object__table__V" was needed when computing compressed initializers for section
.data_ti_sysbios_knl_Clock_Module__state__V (app_prm3.orm3 #397), but that address hasn't been set yet, since the size of the compressed initializers are
needed in order to set it
Error[Lp017]: the address of "ti_sysbios_gates_GateMutex_Object__table__V" was needed when computing compressed initializers for section
.data_ti_sysbios_BIOS_Module__state__V (app_prm3.orm3 #67), but that address hasn't been set yet, since the size of the compressed initializers are
needed in order to set it
Error[Lp017]: the address of "ti_sysbios_knl_Swi_Module_State_0_readyQ__A" was needed when computing compressed initializers for section
.data_ti_sysbios_knl_Swi_Module__state__V (app_prm3.orm3 #571), but that address hasn't been set yet, since the size of the compressed initializers are
needed in order to set it
Error[Lp017]: the address of "ti_sysbios_family_arm_cc26xx_Timer_Object__table__V" was needed when computing compressed initializers for section
.data_ti_sysbios_family_arm_cc26xx_Timer_Module__state__V (app_prm3.orm3 #154), but that address hasn't been set yet, since the size of the
compressed initializers are needed in order to set it
Error while running Linker
Total number of errors: 8
Total number of warnings: 0