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.

Problems with float

Other Parts Discussed in Thread: OMAP-L138

Hi,

I'm using a LCDK OMAP-L138 and CCS v5. I'm using the DSP C674x of the board to do an FFT.

Currently I'm reading data from an external device over SPI with an edma-handler. Then I will do an FFT with that data and send them via UART to an PC.

The reading and sending works well.

Now I want enlarge the program. When N samples of data is sampled i'm cast the data of  the external device from int to float to to the FFT (FFT is not implemented yet) while the next N data are sampled.

But now the program crashes sometimes while the sampling and casting or before the sending part. When I'm suspending the program I get for example:

No source available for "0x68000060"

The mapping is:

MEMORY CONFIGURATION

         name            origin    length      used     unused   attr    fill
----------------------  --------  ---------  --------  --------  ----  --------
  L2                    11800000   00040000  00000000  00040000  RWIX
  L1P                   11e00000   00008000  00000000  00008000  RWIX
  L1D                   11f00000   00008000  00000000  00008000  RWIX
  DDR2                  c0000000   08000000  00021152  07fdeeae  RWIX


SEGMENT ALLOCATION MAP

Any ideas? Do I use the wrong compiler?

Thanks

Jan