Forum Discussion
Altera_Forum
Honored Contributor
15 years agoSOPC with SDRAM Contoller
Hy everyone, I am new in building SOPC. Here is my objection : creating SOPC with SDRAM to write a simple Hello world on NIOS II by using DE0 development board. I got an error message from NI...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- If you haven't already done it, please check: - pin assignments - sdram controller properties in sopc builder; they must match your sdram specifications - timing analysis (although I think you shouldn't have problems at 50MHz) --- Quote End --- I have checked them in these two days :wacko: and I am sure for all of the specs EXCEPT for the WRITE RECOVERY TIME which cant be found from the data sheet, so I leaved it on the default value. (FYI, I have attached DE0 SDRAM timing spec on the top of this topic :o) --- Quote Start --- You can possibly try these: - run from onchip memory and perform a sdram test by writing and reading back data --- Quote End --- Please see the picture, Cris. Thank you :o --- Quote Start --- - keep code in sdram but in Nios properties, set reset and exception vectors to onchip memory --- Quote End --- --- Quote End --- tested! Error Message : verifying 00800000 ( 0%)
verify failed between address 0x800000 and 0x8001af
leaving target processor paused Thank you, Yuyex:o