DSPRelated.com
Forums

configuring memory

Started by Unknown November 26, 2001
We're using the audio.pjt example given by TI (found in
ti\examples\dsk5402\bios\audio directory), and we are trying to add
some extra processing to it. We've been adding processing steps one
at a time. On the most recent step we tried adding an FFT using the
optimized dsp library. This required us to increase the length
allocated for IPROG in the DSP/BIOS config. Our program ends up in
some strange memory location (it never even reaches the start of
main()!) and crashes.

Does anyone know why the program would do this, and how it can be
fixed?

Might it have something to do with having changed the size of IPROG?

Thank you very much for any help!

Brad Griffis