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.

C28x IQMath.lib how to copy from FLASH to RAM

I have copied the FFT.h library from FLASH to RAM (via Command Linker File), where I put .sect "ramfft" for each asm code supplied from DSP library (V101). I found it not difficult to implements.


I would like to do same thing but uncertain how to put .sect statement in IQMath.lib as it is not assembly format.

Please advise how to

(1) Copy the IQMath.lib into RAM from FLASH during bootup.

(2) Where possible, copy specific section of IQMath function and IQMath table into RAM from FLASH during bootup.Why because RAM has limited space.

(3) Is there ASM library of the IQMath?

Thank for your support

R.

PS: I still reading SPRAAU8 and similar document.