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/TMS320F28035: TMS320F28035

Part Number: TMS320F28035
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi,

I m working on Tms320f28035 controller, Timing requirement is very critical in my project, So, i am trying to keep atan() & fabs() trigonometric function which is present in rts2800_fpu32.lib,my requirement is to get this 2 function in ram so that time taking by this function will reduce.

i did some setting in CCS and added that at Run time ,but i am unable to debug code,because of this library setting.

These setting i did while running my CCS,

Here i added library rts2800_fpu32.lib at run time.

Here i edit my command file by creating sections in page 0 & 1 respectively.

There is no error and warning upto this,but my code is not debugging and showing this problem.

Please help me where i am wrong, and reply as i need urgently to solve this issue.