Forum Discussion
Altera_Forum
Honored Contributor
15 years agoRandom reset in Nios II
Can someone tell me what can basically cause a software random reset in Nios II? Thanks. Carid
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.