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