Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThank you for your help...
I found that you said.But I still don't understand. I executed the code, I got a message "Error! : Unable to load memory block at address 0x1000020 from ELF file Debug/me mtest.elf Fatal Error! : Memory map is not consistent with memory image file - check that file 'Debug/memtest.elf' is compiled and linked for system 'C:\altera\90\quartus \project_LCD_core\Block_Lcd.ptf'" I try to find the Debug/memtest.elf, but I didn't find that. Sorry, Could you help me to solve this problem. Thank you very much. --- Quote Start --- When you create a new project, one of the templates is a memory test application. Compile it using optimizations and reduced C library so that it can fit in the on-chip RAM, run it and have it test the external RAM. It should tell you if you have a problem. --- Quote End ---