Forum Discussion
YBoro
New Contributor
7 years agoTimer watchdog is not reset the nios.
Hi, I want to add a watchdog with timer to my project. I added to platform design the timer and the configuration i set is in pic1. After I generated the HDL file, i added InitTimer_1(); function...
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi,
I see you are connecting the reset_request signal to the same timer reset pin. It will keep resetting the timer itself. If you need for example to reset the NIOS you must connect it to the NIOS II reset pin or you can reset the main CLK if you want.
Regards,