Reply by Richard Williams November 25, 20132013-11-25
system,

for us to answer this query,
we need the source code and the linker command file,

With out those specifics, My guess would be the data area is overrunning the end
of the memory area/ram that is being used to store the data.

R. Williams
---------- Original Message -----------
From: s...@gmail.com
To: c...
Sent: Mon, 25 Nov 2013 04:28:51 -0500
Subject: [c6x] TMS320 C6713

> i m a beginner to this dsp kit world , i have written a simple program
> which starts reading audio samples from line in when key #1 is pressed
> and stores it into a buffer , where as on pressing key # 2 it start
> playing (writing) the stored samples; when i initialized the buffer as
> Uint32 buffer[300] ; it works well but when i go beyond 300 say 500
> the program is hanged in reading the samples ... so kindly tell me how
> to tackle this problem ?
------- End of Original Message -------

_____________________________________
Reply by syst...@gmail.com November 25, 20132013-11-25
i m a beginner to this dsp kit world , i have written a simple program which starts reading audio samples from line in when key #1 is pressed and stores it into a buffer , where as on pressing key # 2 it start playing (writing) the stored samples; when i initialized the buffer as Uint32 buffer[300] ; it works well but when i go beyond 300 say 500 the program is hanged in reading the samples ... so kindly tell me how to tackle this problem ?

_____________________________________