This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

POST-Buils /Create flash image warnings/ Piccolo 28069

Other Parts Discussed in Thread: TMS320F28069

Dear support,

We work with Piccolo 28069/ ti.platforms.tms320x28:TMS320F28069/ Sys/BYOS 6.33.3.33/ XDC Tools 3.23.4.60. 
We added in POST-Buils step the command:
"${CG_TOOL_ROOT}/bin/hex${CG_TOOL_SUFFIX}" --ti_txt "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.txt" -order MS -romwidth 16
for Create flash image: TI-TXT.

get the following warnings:

D:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
'Create flash image: TI-TXT'
"D:/ti/ccsv5/tools/compiler/c2000/bin/hex2000" --ti_txt "PiccoloApp.out" -o "PiccoloApp.txt" -order MS
Translating to TI-TXT format...
warning: section PiccoloApp.out(.text) at 07b0000h falls in unconfigured memory
   "PiccoloApp.out"   ==> .text
   (skipped)
   "PiccoloApp.out"   ==> .econst
warning: section PiccoloApp.out(.econst) at 07c04c0h falls in unconfigured
   memory (skipped)
warning: section PiccoloApp.out(.cinit) at 07c38d0h falls in unconfigured
   memory (skipped)
warning: section PiccoloApp.out(ramfuncs) at 07c443ah falls in unconfigured
   memory (skipped)
warning: section PiccoloApp.out(.switch) at 07c4478h falls in unconfigured
   memory (skipped)
warning: section PiccoloApp.out(.pinit) at 07c44b0h falls in unconfigured
   memory (skipped)
warning: section PiccoloApp.out(.ti_catalog_c2800_init_begin) at 07effech falls
   in unconfigured memory (skipped)
   "PiccoloApp.out"   ==> .cinit
   "PiccoloApp.out"   ==> ramfuncs
   "PiccoloApp.out"   ==> .switch
   "PiccoloApp.out"   ==> .pinit
   "PiccoloApp.out"   ==> .ti_catalog_c2800_init_begin
' '

we've tried the pos-build command without '-romwidth 16', but it didn't help.

What could be the reason the these warnings? How to eliminate it?

 Thanks,Sabina