Forum Discussion
Altera_Forum
Honored Contributor
14 years agoneed help with simple blinking led delay problem
I'm targeting a DE0-Nano development board, and I've created a NIOS ii/e embedded processor. I want to blink a LED, using the following C code from 'my first nios ii software tutorial': # include...
Altera_Forum
Honored Contributor
14 years agoDave,
Works! thanks- but now I wonder why 'delay' is not declared in the Altera tutorial as volatile? Is there a better way to do this - a timer implemented in the NIOS processor?