There are 2 messages in this thread.
You are currently looking at messages 0 to 2.
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______________________________
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. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯______________________________