Forum Discussion
Altera_Forum
Honored Contributor
21 years agoMemory Test
Hello, I was trying to write a simple program to test a board with a Cyclone and SRAM memory. Before hardware, I thought I would do a simple test to the IDT memory on a Cyclone Development Boa...
Altera_Forum
Honored Contributor
21 years agoHi Ray,
You don't have enough space in your .sram_0 section: ># define SRAM_MEM_SIZE 1024000 ... > static unsigned long MEMORY_ARRAY[SRAM_MEM_SIZE] requires almost 4 MB in the output section. Other data, library code and app code gets added in as well (assuming everything is being placed in the SRAM). Regards, --Scott