Forum Discussion
KWang97
Occasional Contributor
6 years agoHow to set watchdog value for reconfiguration of MAX10?
I am doing remote update and want to set watchdog value. 1.How to set watchdog value for reconfiguration of MAX10 in Quartus software? I chose Dual compressed images mode but watchdog is still d...
ShafiqY_Intel
Frequent Contributor
6 years agoHi KWang97,
Watchdog at Convert Programming file is enabled after adding x2 .sof page with two designs that compiled with Dual Compressed Internal Images.
The counter is 29 bits wide and has a maximum count value of 2^29.
However, you can only specify what the timeout value should be to a granularity of 17 bits by entering a 12-bit value, representing the 12 most significant bits of the counter.
You can only specify the most significant 12 bits (red circle below)
0x1fff represent the most significant 12 bits that you can specify/change.
I hope it's clear and help you.
Thanks