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!