Other Parts Discussed in Thread: SYSBIOS
Hi,
I'm working on the C6670 chip and am trying to implement an application using the FFTC coprocessor. I want to submit 20 packets at once, each containing 3 blocks of data (2048 DFT mput samples or more).
20 * 3 * 2048 * 4 * 2= 983040 Bytes
(20 - number of packets, 3 - number - blocks, 4 - size of each input sample, 2 - input + output)
Each chip on the C6670 board contains 1024KB of L2 memory and yet I'm getting the following error:
[C66xx_0] ti.sysbios.heaps.HeapMem: line 296: out of memory: handle=0x8b3de0, size=24600
[C66xx_0] xdc.runtime.Memory: line 52: out of memory: heap=0x0, size=24600
Any hints how I could get around this? I built my application on the sample code testing the FFTC provided together with MSCDK.
Thanks
Andrzej