Wdt Sample Code - C&T Solution VCO-6000-ADL User Manual

Machine vision computer
Table of Contents

Advertisement

VCO-6000-ADL l User's Manual
Appendix – WDT & GPIO

WDT Sample Code

WDT Setting
The WDT function is provided by Fintek F81966 , and it can be accessed through IO Address. The
configuration on the VCO-6000 –ADL is described as below.
Psuedo Code
// IO Address 0xA16 is time value(second)
// IO Address 0xA15 is WDT enable and configuration
Example, Set 0xA16=-0x03, 0xA15=0x31, it will reset after 3 seconds
#define TimePort
0xA16
#define TimeEnablePort 0xA15
WriteByte (TimePort,0x03)
WriteByte (TimeEnablePort,0x31)
116

Advertisement

Table of Contents
loading

Table of Contents