Forum Discussion
Altera_Forum
Honored Contributor
12 years agoEclipse EDS optimizer ommitted delay loop?
Hello! I was having this code for a simple LED blinking Nios II application based on a counter and some delays:
# include "sys/alt_stdio.h"# include "system.h"# include "altera_avalon_p...
Altera_Forum
Honored Contributor
12 years agoYes I have already found that and used it.
Does it make any difference with the solution to use a timer block inside the Qsys system? Also I have not found a tutorial or example that uses an interrupt. Where can I find such an example? I imagine that the timer uses interrupts to interact with the processor.