Sign in

username:

password:



Not a member?

Search compdsp



Search tips

comp.dsp by Keywords

Adaptive Filter | ADPCM | ADSP | ADSP-2181 | Aliasing | AMR | Anti-Aliasing | ARMA | Autocorrelation | AutoCovariance | Beamforming | Bessel | Blackfin | Butterworth | C6713 | CCS | Chebyshev | CIC Filter | Circular Convolution | Code Composer Studio | Comb Filter | Compression | Convolution | Cross Correlation | DCT | Decimation | Deconvolution | Demodulation | DM642 | DSP Boards | DSP/BIOS | DTMF | Echo Cancellation | Equalization | Equalizer | ETSI | EZLITE (Ez-kit Lite) | FFT | FFTW | FIR Filter | Fixed Point | FSK | G.711 | G.723 | G.729 | Gaussian Noise | Goertzel | GPIO | Hilbert Transform | IFFT | IIR Filter | Interpolation | Invariance | JTAG | Kalman | Laplace Transform | Levinson | LPC | McBSP | MIPS | Modulation | MPEG | Multirate | Notch Filter | Nyquist | OFDM | Oversampling | Pink Noise | Pitch | PLL | Polyphase | QAM | QDMA | Quantization | Quantizer | Radar | Random Noise | Reed Solomon | Remez | Resampling | RTDX | Sampling | Sharc | TI C6711 | Undersampling | Viterbi | Wavelets | White Noise | Wiener Filter | Windowing | XDS510PP | Z Transform

Ads

Discussion Groups

Free Online Books

See Also

Embedded SystemsFPGAElectronics

Discussion Groups | Comp.DSP | C6713 Stack allocation

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.


C6713 Stack allocation - ratemonotonic - 2008-11-03 05:28:00

I am using C6713 DSK . My question is can the stack be allocated in
the external RAM?

I am getting some odd behaviour (a codec receive ISR is sampling the
signal at a slower rate) when I do, which disappears when I allocate
it in the internal RAM.

I just want to varify if ppl have allocated stack in the external RAM
with out problem so I can rule it out as a possible cause.

BR
Rate
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.

Re: C6713 Stack allocation - Jerry Avins - 2008-11-03 09:36:00



ratemonotonic wrote:
> I am using C6713 DSK . My question is can the stack be allocated in
> the external RAM?
> 
> I am getting some odd behaviour (a codec receive ISR is sampling the
> signal at a slower rate) when I do, which disappears when I allocate
> it in the internal RAM.
> 
> I just want to varify if ppl have allocated stack in the external RAM
> with out problem so I can rule it out as a possible cause.

External access is slower than internal. Maybe the processor can't keep 
up? If you are counting cycles to set the timing, there will certainly 
be a slowdown in external memory.

Jerry
-- 
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
______________________________
New DSP Code Snippets Section now Live.   Learn more about the reward program for contributors here.