Forum Discussion
Altera_Forum
Honored Contributor
16 years agoYou can use C pointers for that.
Do you also use the sdram to store the software itself? In that case you'll have to use a memory allocation function, such as malloc(), to allocate a memory area. If not, you can just get the address and size of your memory area from system.h.