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.

C6678 question about libraries mathlib and dsplib CODE_SECTION definition.

Other Parts Discussed in Thread: MATHLIB

Hi,

I'm using mathlib and dsplib and I saw that TI defines always CODE_SECTION in the routine, for example in the function divsp_i, that you wrote:

#pragma CODE_SECTION (divsp_i, ".text:optci");

1.- Please could you explain why did you define for every function its own CODE_SECTION like I wrote above?

2.- Please, could you tell me what are the beneficts of linking the optci in text and where the text must be linked?

Thanks

C. Garcia.