Forum Discussion
Altera_Forum
Honored Contributor
11 years agoOkay, turns out I had two problems. The first was the bug you mentioned, which I found detailed here (http://www.alteraforum.com/forum/showthread.php?t=40678), so there's no need for you to send the zip file. Thanks for the offer, though. The second was that the stack, heap, and text sections were being loading into DDR RAM, and since my program was writing to every byte of DDR RAM (to test the chip), it would end up overwriting my data. So that explains the "random" behavior. Now, everything is working and well behaved.