Forum Discussion
Altera_Forum
Honored Contributor
13 years agoDE1 Basic Computer on Nios II SBT
Hi everyone! I am a beginner with the Cyclone II board. Just got it last week. I tried to implement the DE1 Basic Computer project with the Altera Monitor Program and it works absolutely fine I wante...
Altera_Forum
Honored Contributor
13 years agoWell, if the code compiles you might have 2 things to look at:
1. You don't have the code for the timer, and so you don't have the Interval Timer Core in Qsys 2. You have both but the interrupt is not working properly. Maybe I got what you want to do, you want to increment a seconds variable with the timer interrupt?