Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHow do i ensure that the area where i am writing my data won't effect the code area...
What is the SDRAM structure ..i mean code area , data area, etc...i though the entire SDRAM is available for storing data and code will go to flash. i am using nios-ii (Quartus 9.1) can i use variable like "DATA[100][1024]" ....if it so then where this two dimension array create...is it go to flash or cpu cache?