Altera_Forum
Honored Contributor
13 years agoChanging Timeout Period - Interval Timer
Hello,
I would like to ask, if any of you have tried to modify the Timeout Period using an interval timer in a Nios II Application. My application stops after I modify the period registers and I don't know why. These are the lines I include to change the period: iowr_altera_avalon_timer_periodh(timer_0_base, 0x017d);iowr_altera_avalon_timer_periodl(timer_0_base, 0x783f); Thank you very much, Juan