Part Number: UCD3138A
Tool/software: Code Composer Studio
Hello. TI guys
I built my project and there is always a warning. How can I eliminate it?
'Invoking: ARM Hex Utility'
"C:/ti/ccs720/ccsv7/tools/compiler/ti-cgt-arm_5.2.5/bin/armhex" --intel -o "64T_PWR_Discrete_HSFB_20180412.hex" "64T_PWR_Discrete_HSFB_20180412.out"
Translating to Intel format...
"64T_PWR_Discrete_HSFB_20180412.out" .vectors ==> .vectors
"64T_PWR_Discrete_HSFB_20180412.out" .text ==> .text
"64T_PWR_Discrete_HSFB_20180412.out" .const ==> .const
"64T_PWR_Discrete_HSFB_20180412.out" .zero_out_integrity_word ==> .zero_out_integrity_word
"64T_PWR_Discrete_HSFB_20180412.out" .CONFIG ==> .CONFIG
warning: section 64T_PWR_Discrete_HSFB_20180412.out(.const) was padded by 2 to
a size of 808 to satisfy the specified memory width of 4
'Finished building: 64T_PWR_Discrete_HSFB_20180412.hex'
Here is my Linkfile
.fiq : {} > 0x001C /* Fast Interrupt Handler */
.text : {} > (PFLASH align(16)) /* Code */
.const : {} > (PFLASH align(16)) /* Constant data */
.cinit : {} > (PFLASH align(16)) /* Initialization tables */
FixedDeviceID : {} > (DEVICEID) /* Fixed location for Device ID */
FixedTfaStep : {} > FIXTFA /* Fixed location TFA Step Size */
FixedConstants : {} > FIXCONST /* Fixed location constants */
.flashi : {} > FLASHSUM /* PFlash Integrity Word */
BR
Dana