Curently working on CC2650 and as part of tool chain i have downloaded the CCS v6.1 and BTLE stack V2.0 and then install them and able to build the projects (SimpleBLEPeripheral example project) in CCS.
At the end of the compilation i am getting few warnings related to padding of bytes.
following warnings are observed in console window.
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_Boot_overrideDef
aultBackdoorIOID__C) was padded by 2 to a size of 4 to satisfy the specified
memory width of 4
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_Timer_Module__id
__C) at 0502h overlaps
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_Boot_overrideDef
aultBackdoorIOID__C)
(SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_Timer_Module__i
d__C) incomplete or skipped)
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_TimestampProvide
r_useClockTimer__C) was padded by 2 to a size of 4 to satisfy the specified
memory width of 4
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
at 0506h overlaps
SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_cc26xx_TimestampProvide
r_useClockTimer__C)
(SimpleBLEPeripheral.out(.const:ti_sysbios_family_arm_m3_Hwi_Module__id__C)
incomplete or skipped)
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_gates_GateHwi_Module__id__C) was
padded by 2 to a size of 4 to satisfy the specified memory width of 4
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_gates_GateMutex_Module__id__C) at
050ah overlaps
SimpleBLEPeripheral.out(.const:ti_sysbios_gates_GateHwi_Module__id__C)
(SimpleBLEPeripheral.out(.const:ti_sysbios_gates_GateMutex_Module__id__C)
incomplete or skipped)
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_heaps_HeapMem_Module__id__C) was
padded by 2 to a size of 4 to satisfy the specified memory width of 4
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_knl_Task_initStackFlag__C) at
050eh overlaps
SimpleBLEPeripheral.out(.const:ti_sysbios_heaps_HeapMem_Module__id__C)
(SimpleBLEPeripheral.out(.const:ti_sysbios_knl_Task_initStackFlag__C)
incomplete or skipped)
warning: section
SimpleBLEPeripheral.out(.const:ti_sysbios_knl_Clock_tickMode__C) was padded
by 3 to a size of 4 to satisfy the specified memory width of 4
warning: section SimpleBLEPeripheral.out(.const:xdc_runtime_Main_Module__id__C)
was padded by 2 to a size of 4 to satisfy the specified memory width of 4
warning: section
SimpleBLEPeripheral.out(.const:xdc_runtime_Memory_Module__id__C) at 0586h
overlaps SimpleBLEPeripheral.out(.const:xdc_runtime_Main_Module__id__C)
(SimpleBLEPeripheral.out(.const:xdc_runtime_Memory_Module__id__C) incomplete
or skipped)
warning: section SimpleBLEPeripheral.out(.const:xdc_runtime_Text_charCnt__C)
was padded by 2 to a size of 4 to satisfy the specified memory width of 4
warning: section SimpleBLEPeripheral.out(.const:xdc_runtime_Text_isLoaded__C)
at 058ah overlaps
SimpleBLEPeripheral.out(.const:xdc_runtime_Text_charCnt__C)
(SimpleBLEPeripheral.out(.const:xdc_runtime_Text_isLoaded__C) incomplete or
skipped)
warning: section SimpleBLEPeripheral.out(.const:xdc_runtime_Error_policy__C)
was padded by 3 to a size of 4 to satisfy the specified memory width of 4
warning: section SimpleBLEPeripheral.out(.text.2) was padded by 2 to a size of
25748 to satisfy the specified memory width of 4
'Finished building: SimpleBLEPeripheral.hex'
' '
Please help me to resolve these warnings.
thanks
Jayachandran R