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.

Forcing buffer allocation in DDR2 heap

I have a buffer and I need to force its allocation in DDR2 heap memory because otherwise I get some errors. Well, I think this is the reason for the errors. But anyway, how can I force the allocation of a buffer (or variable in general) in the heap of a memory area (in this case DDR2)? Right now I'm using the 'pragma' command to force its allocation in DDR2, but it's been placed outside the heap. Any ideas?

Thanks in advance!