Altera_Forum
Honored Contributor
14 years agoRemote Update Controller WDT in Applikation Image
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