- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 WDT
and 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
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think you cannot disable the watchdog timer when its started.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe you can reset the watchdog timer periodiclly, just make sure the reset_timer period is shorter than the watchdog timeout time.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page