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/TM4C1294NCPDT: TM4C1294nCPDT

Part Number: TM4C1294NCPDT

Tool/software: TI C/C++ Compiler

Hi ,

Where I can find list of pragmas available to css

Code Composer Studio
 Version: 8.2.0.00007

OS: Windows 10, v.10.0, x86 / win32
So I can force compiler generate code which will be put in a ram not in flash.How I can do it using #pragma

  • Sergey uskach said:
    Where I can find list of pragmas available to css

    Please search the ARM compiler manual for the sub-chapter titled Pragma Directives.

    Sergey uskach said:
    So I can force compiler generate code which will be put in a ram not in flash

    Please search that same manual for the term ramfunc.  This is the spelling of a function attribute and a compiler option.  Both methods can be used to have a function allocated to RAM.

    Thanks and regards,

    -George