SparkFun Forums 

Where electronics enthusiasts find answers.

Discussions on how to get your MSP JTAG programmer up and running.
By delpozov
#99035
Hi, i have a DSP TMS320-P28016 that has the 320F28016 TI chip. The problem i have is when i use the FFT lib i have problems with the Comand Linker. When i dont specify anything it works, but i cant use the IQmath at the same time.

Comand Linker setup im using:
PAGE 0
H0RAM(RW) : origin = 0x3F8000, length = 0x2000
SECTIONS
FFTtf : > H0RAM, PAGE = 0

i get the following warnings:

- creating output section "FFTipcb" without a SECTIONS specification
- creating output section "FFTmag" without a SECTIONS specification

I also need to use the IQMath lib too, how can i distribute both libs on the memory?. Thanks