This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Arrays in memory

Hello,

 

I use a DSP/BIOS. I have a large 1-D array in my program (50,000 integers). I placed it in SDRAM.

When I use pointers to point to the data in it, it does not work, after advancing pointer for some distance from the origin of the array. I think it is because of it's size it is placed by parts in different location, not nesseserely concequent.

The question is, if I am right about it, can i force in declaration of the array for all its elements to be in concequent order?

If so, how do I do it?

 

Regards

Arye.