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.

CCS/TMS320F28069: warning #10068-D: no matching section after implement sfra lib

Part Number: TMS320F28069
Other Parts Discussed in Thread: SFRA

Tool/software: Code Composer Studio

Dear C2000 expert,

Today I'm trying to use sfra to scan my power topology plant, it works while after downloading .out image, but found that the sfra lib can't work after powering up, it looks that some of data are not stored into flash.

And I view the sfra user guide, that make the libary to be allocated into ram, the cmd file changes as highlighted as below: 

.TI.ramfunc : LOAD = FLASH_BANK0_SEC2,
RUN = RAMLS4
LOAD_START(_RamfuncsLoadStart),
LOAD_SIZE(_RamfuncsLoadSize),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
RUN_SIZE(_RamfuncsRunSize),
RUN_END(_RamfuncsRunEnd),
PAGE = 0, ALIGN(4)
{
--library=sfra_f32_coff.lib<SFRA_F32_inject.obj>
--library=sfra_f32_coff.lib<SFRA_F32_collect.obj>
}

But there are 2 warnings, can you please help on it?  Or can you please help me know how to allocate all the sfra lib to flash, and run in ram? Thanks...

"../source/common/cmd/28004x_cla_flash_lnk.cmd", line 156: warning #10068-D: no matching section
"../source/common/cmd/28004x_cla_flash_lnk.cmd", line 157: warning #10068-D: no matching section

Please note that I have add the lib, and lib file path as below: