Forum Discussion
Altera_Forum
Honored Contributor
15 years agoI really don't know Nios at this level, so I think I can't give you much help.
I'd try relink and map the problematic code to another section: i.e moving it from sdram to a sram or better onchip memory. I'd also check for possible stack overflows. Is that WEP variable local? If so, try to declare it as static.