Aries

This product is supported for DSCUD 8.0 and above. For DSCUD 7.0 documentation, please refer Aries SBC Universal Driver Software User Manual A0.pdf

Overview

Aries is an embedded single board computer (SBC) with a PC/104-Plus form factor. Aries integrates on-board memory, PC/104-Plus (ISA + PCI) expansion, one PCIe MiniCard socket, dual Gigabit Ethernet, and optional data acquisition circuit with analog and digital I/O.

The Aries SBC is based on Intel “Bay Trail” E3800 series processors. The form factor is similar to PC/104 with left and right side extensions that extend the full length of the two sides without providing the corners traditionally seen in PC/104 boards with “wings”.

Board Initialization

To use the Aries board in an application using the UD, the dscInitBoard function should use the board macro DSC_ARIES. This is shown in the example below...

The base address should be 0x280 and the default IRQ to use is IRQ 5.

dscInitBoard(DSC_ARIES, &dsccb, &board );

Analog Input

Analog Output

Digital I/O

Aries Universal Driver Functions

Last updated