Forum Discussion
Altera_Forum
Honored Contributor
21 years agovariables in external RAM
Hi, I have a niosII project running on a custom board, This custom board has a cyclone EP1C12Q240C7 and the same SRAM used on the NIOS Cyclone development kit. My problem is that my application w...
Altera_Forum
Honored Contributor
21 years agoHi thowl,
> My problem is that my application won't run if my variables are located in > the external RAM, but it works fine with Program memory and ROM (.text & .rodata) > located in external ram. Make sure you include the boot copier (--boot option) when you generate your flash file -- otherwise your code will not be relocated when it's run from flash. Regards, --Scott