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/TMS320F2812: logarithmic function write in SARAM/Flash in code composer studio platform ver6.2

Part Number: TMS320F2812

Tool/software: Code Composer Studio

Hi I am using TMS320F2812 in code composer studio platform ver6.2, I want to write the code for logarithmic function write in SARAM/Flash.  I have  included the IQ math library file, it is possible to  do this device.

And also, I am writing in the data in different variables, I want write the data in specific memory location of RAM. please support me with any sample code.

Thanks with regards

Jeyapaul K

  • Hi,

    The IQMath library should work on this device.The IQMAth user's guide has a section on how to use it in a project.

    Jeyapaul K said:
    And also, I am writing in the data in different variables, I want write the data in specific memory location of RAM. please support me with any sample code.

    You can place variables in specific linker defined sections using the DATA_SECTION pragma. This is described, with examples, in the c28x compiler guide (SPRU514).