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.

Compiler: creating output section ".binit" without a SECTIONS specifications

Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: TI C/C++ Compiler

Hello

i just upgrade CCS v7 to ccs v7.1 and ControlSUITE to v3.4.6 (before v3.4.2)

So in it, the library for my device is now in version 210: (200 before)

\ti\controlSUITE\device_support\F2837xD\v210

Like indicated here:

http://processors.wiki.ti.com/index.php/Placing_functions_in_RAM

I use the TI.ramfunc with the "table(BINIT)" and use  __attribute__((ramfunc)) instead of  #pragma CODE_SECTION(f, ".TI.ramfunc")

The the memcopy at init time was deleted.

Code run correctly, but I have the following warning when i compile:

creating output section ".binit" without a SECTIONS specifications

Nothing is indicated in the wiki about how create this section?

Thank