Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Where are you running your code from? Not the SDRAM that you're writing to, I hope... Unless you're quite careful, you're going to be overwriting code/data from your tcp/ip program. - slacker --- Quote End --- I think my program code is running on onboard sram, rather than sdram. The configuration is as following: .txt ext_sram .rodata onchip_64kbram .wrdata onchip_64kbram .heap sdram .stack sdram