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.

source code for c6748 dsp library

Other Parts Discussed in Thread: MATHLIB

i want to split c6748 dsp lib into multiple libraries such as math lib, ANSI lib and run time lib.

runtime: This library would include basic support functions and compiler intrinsic.

math: This library would provide basic math functions like divide, reciprocal, square root, etc.  

ANSI: This library would support  the basic memory allocation methods from the run-time heap, printf, sprint and other string utilities.

Can i get the source code to build these three libraries?

  • Hi,

    Thanks for your post.

    Look in the src folder for that referencing file in the dsplib_c674x... tree on the c674x DSPLIB installation path as below:

    ~\ti\dsplib_c674x_3_2_0_1\packages\ti\dsplib\src

    I think, you would get the appropriate C source files for all the DSP library Kernel functions mentioned in the above path.

    Like wise, you would get it for mathlib too from the below path after installing c674x MATHLIB:

    ~\ti\mathlib_c674x_3_1_0_0\packages\ti\mathlib\src

    ~\ti\mathlib_rts_c674x_3_1_0_0\packages\ti\mathlib\src

    I think, you would get it individually the source of DSPLIB, MATHLIB and you could build it.

    Thanks & regards,

    Sivaraj K

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question

    -------------------------------------------------------------------------------------------------------