Forum Discussion
Altera_Forum
Honored Contributor
15 years agoRun and debug nios project
Hello, I am running a c file on niosii to check if the LEDs are working or not using buttons. This is my C file: #include <stdio.h> // for uart# include <unist...
Altera_Forum
Honored Contributor
15 years agoYou are definitely using a system timer (SYS_CLK_TIMER, I presume) with an abnormally small period, so it continuosly triggers the irq; in other words, the timer period is shorter than the time required for isr (alt_tick).
You should check this period in sopc builder. Alternatively you can select the other timer as system timer in syslib properties.