Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem about C code loading to Hardwave
When I load my C code to the Hardware, I got a message "Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK D...
Altera_Forum
Honored Contributor
16 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 ---