Forum Discussion
Altera_Forum
Honored Contributor
19 years agoNIOS II IDE program randomly terminates
Hello, I'm working on a senior design project with the DE2 board connected to external circuitry. My project is to design a heating controller which recieves inputs from two thermostats and th...
Altera_Forum
Honored Contributor
19 years agoTry running in debug mode, press the "play" button to let the software run, then pause it when you know it's safe to do so to take a peak at what's going on. Also I'd put some breakpoints around the code affected by the external stimuli to see if the behavior you expected from your algorithm is indeed happening.