Altera_Forum
Honored Contributor
16 years agoSDRAM on DE2-70
Hi all
I tried to use SDRAM in nios II but no result In sopc I used PLL with 100 MHZ for system clock and I used 100 MHZ with -3 ns for SDRAM controller. In Nios II IDE i tried to use IOWR_16DIRECT, its OK but when I want to read from the same address the result is FFFF also I used __attribute__ ((section (".sdram")) no result also I tried to use fopen fread ...... etc but give me undefiend reference for.... What shall I do??????????????? please give me the best way to store data that comes from UART to store them into SDRAM for Image processing. NEED YOUR HELP.