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.

How to run dsplib functions in RAM with #pragma CODE_SECTION ?

Hi all,

     I'm using several lib functions(DSPLIB, VLIB) in my code. I wanna run these lib functions in RAM.

 As far as I know, these functions should be put into IRAM sections, like: #pragma CODE_SECTION( DSP_dotp, "ramsection" ).

But what should I do next? can anybody help me? Is there some PDF telling something about it?


Mark