Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAVALON_TIMER
Hi all, I am trying to use a timer in my design. As soon as I try to enable it, I no longer recieve debugging output on the NIOS II console. I have attached the piece of code causing the proble...
Altera_Forum
Honored Contributor
21 years agoI have some ideas but am not an expert in this area.
I know that the HAL uses the interrupts from the system timer to transfer output to the host. You might be interfering with its operation. You could try setting the system timer to "none" in the associated system library page of Nios II IDE or you could add another timer and not try to share one.