Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUnplanned NIOS2 RESTART !
Hello All I have a big project with time critical devices - VGA and Sound playing VGA Refresh use separate video banks in separate SDRAMs I use DMA for VGA refresh - ...
Altera_Forum
Honored Contributor
20 years agoI find that most processor resets (on NIOS or other) are due to buffer overflows. I mostly happens when you overflow a buffer (i.e. go beyond the buffer space and into some other space ... either code or data) and then do something else. It is when doing something else that you usually see the problem, however the error actually occured when the buffer was overflown.