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.

F28335 How to Move Trigonometric Functions to ramfuncs

Greetings,

 

                I am programming an F28335 to use a variety of trigonometric functions.  When I moved the program from RAM to flash, the performance dropped, as expected.  So I began a process of moving the code back to RAM using ramfuncs.  I have been able to move everything except the trigonometric functions.  They are located in rts2800_fpu32.lib.  I tried adding the following construct to the ramfuncs section of F28335.cmd.  This linked fine, but when I try to load it, the load process stops at USER6_ISR in DSP2833x_defaultIsr.c.  So clearly I’m not moving the trig functions correctly.  What else do I need to do?

   {

      rts2800_fpu32.lib*(.text)

   }

 

Thank you,

 

Ed