Forum Discussion
Altera_Forum
Honored Contributor
16 years agoUDP Read and Writing in SDRAM
Dear Friend's i am sucessfully able to read data through UDP but when i simultenauselly trying to write this received data in SDRAM it generate a message during run time and held operation. a...
Altera_Forum
Honored Contributor
16 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?