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 agoWhen 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.