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