Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Remote Update Controller WDT in Applikation Image

Altera_Forum
Honored Contributor II
1,595 Views

Hey, 

I want to use the remote update controller for my design and I also want to use the Watchdog Timer feature to control that the software Image is loaded correctly so I want to disable the timer in my Applikation Image. 

 

But it does not work. 

 

I tried like this: 

IOWR( REMOTE_UPDATE_CYCLONEIII_0_BASE, 0x20, 0x02 );// reset and stop WDTand my secound try was  

IOWR( REMOTE_UPDATE_CYCLONEIII_0_BASE, 0x03, 0x00 );but it is not working... 

 

Maybe someone here have an idea. 

 

regards Tobias
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
947 Views

I think you cannot disable the watchdog timer when its started.

0 Kudos
Altera_Forum
Honored Contributor II
947 Views

Thank you for the reply 

After reading some examples I also come to this conclusion.  

But if someone here find a way to disable the timer in application mode let me know. Would be very useful.
0 Kudos
Altera_Forum
Honored Contributor II
947 Views

Maybe you can reset the watchdog timer periodiclly, just make sure the reset_timer period is shorter than the watchdog timeout time.

0 Kudos
Reply