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.