
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 10
A VDX-6318 BSP which includes the necessary hardware adaptation codes, device drivers and
configuration files to support Compact 7 OS development, is used for the exercises in this guide to
develop the OS design project, as shown in Figure 1.
Note:
We will refer to the VDX-6318 SBC as “SBC” or “Target Device” within this getting started guide.
Fig. 1 – ICOP_VDX6318_70B BSP for Compact 7
In addition to the device drivers, the following DLLs are included as part of the BSP to help
developers access the SBC’s GPIOs and Watchdog timers:
GPIO.dll
(To access the GPIOs)
WDT.dll
(To access the Watchdog timers)
When developing an OS design using the
ICOP_VDX6318_70B
BSP, these DLLs are included to the OS
design and compile into the OS run-time image by default.
Sample native and managed code projects showing how to use these DLLs are provided on the jump
start CD-ROM.
Refer to appendix L for more information about watchdog timer.
Refer to appendix M for more information about GPIO.