![C&T Solution VCO-6000-ADL Скачать руководство пользователя страница 116](http://html1.mh-extra.com/html/candt-solution/vco-6000-adl/vco-6000-adl_user-manual_4314054116.webp)
VCO-6000-ADL l
User’s Manual
116
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
,0x
03
)
WriteByte
(
TimeEnablePort
,
0x31
)
Appendix
–
WDT & GPIO
Содержание VCO-6000-ADL
Страница 1: ...VCO 6000 ADL Machine Vision Computer...
Страница 10: ...Chapter 1 Product Introductions...
Страница 24: ...Chapter 2 Mechanical Specifications...
Страница 70: ...Chapter 3 BIOS Setup...
Страница 73: ...VCO 6000 ADL l User s Manual 3 3 Advanced Setup 73 Chapter 3 BIOS Setup...
Страница 98: ...VCO 6000 ADL l User s Manual 3 3 16 NVMe Configuration 98 Chapter 3 BIOS Setup...
Страница 103: ...VCO 6000 ADL l User s Manual PCI Express Configuration 103 Chapter 3 BIOS Setup...
Страница 106: ...VCO 6000 ADL l User s Manual PCI Express Configuration 106 Chapter 3 BIOS Setup...
Страница 114: ...VCO 6000 ADL l User s Manual 114 3 8 MEBx Chapter 3 BIOS Setup Item Options Description Intel R ME Password MEBx Login...
Страница 115: ...Appendix WDT GPIO This appendix provides the sample codes of WDT Watch Dog Timer and GPIO General Purpose Input Output...
Страница 118: ...Copyright C T Solution Inc All Rights Reserved www candtsolution com...