Altera_Forum
Honored Contributor
14 years agoProblem about building LCD display with SOPC using DE0-nano
Hi everyone, I'm new using in Quartus.
Now I'm doing a project which displaying the xyz coordinates of the accelerometer on the DE0-Nano on the external LCD. And I need to SOPC builder to build the system as the project requied. Firstly, I just want to make the LCD work, so I built a bacis SOPC with CPU, jtag_uart, SDRAM(8 MB), the builder-ready LCD module in SOPC and ALTPLL generated two clocks which are 50 Mhz system clock and 100 Mhz SDRAM clock with -2.5 ns phase shift. After the SOPC is ready, I use EDS to run the hello world template to test the program. but there is an error keeps showing up, which says like below Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloading 02000000 ( 0%) Downloaded 57KB in 0.9s (63.3KB/s) Verifying 02000000 ( 0%) Verify failed between address 0x2000000 and 0x200E313 Leaving target processor paused I think this means there is some thing wrong with the SDRAM, but I am not sure which part, so could anyone give me some clues about this? I will be very very appreciated. I also attched some pictures about my system and SOPC which helps you to understand.