Tool/software: Code Composer Studio
When I use V6 No problem.
/*
//###########################################################################
//
// FILE: F28335.cmd
//
// TITLE: Linker Command File For F28335 Device
//
//###########################################################################
// $TI Release: 2833x/2823x Header Files and Peripheral Examples V133 $
// $Release Date: June 8, 2012 $
//###########################################################################
*/
see under
~~~
rts : LOAD = FLASHD,
RUN = RAML0L1L2,
LOAD_START(_rts_LoadStart),
LOAD_END(_rts_LoadEnd),
RUN_START(_rts_RunStart),
PAGE = 0
{-lrts2800_fpu32.lib<fd_mpy.obj fs_div.obj exp.obj log.obj ldexp.obj i_div.obj fd_tol.obj fs_tofd.obj
ull_tofs.obj frexp.obj ll_aox.obj fd_sub.obj fd_neg.obj fd_add.obj fd_tofs.obj>(.text)}
but when I use CCS V7
there is warning message.
"../F28335.cmd", line 146: warning #10068-D: no matching section
line 146 is {-lrts2800_fpu32.lib<fd_mpy.obj fs_div.obj exp.obj log~~~.
when I check map file.
rts 0 00008000 00000000 UNINITIALIZED
How to solve? Please help.