Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhat exactly does not work? Are there any error messages? Did you try the "Hello NIOS" example and does it run correctly? I`m not sure if the SDRAM is connected in the standard_sopc file. If it is the NIOS CPU use it to store your data or code in it. So you can write something into RAM by writing something like:
int a = 42; Or do you mean something different and I´m sure you do.