CAPA55R Capa Board
Digital I/O
65
Appendix B
Digital I/O
B.1 About Digital I/O
The onboard GPIO or digital I/O has 8 bits (DIO0~7). Each bit can be set to function as input or
output by software programming. In default, all pins are pulled high with +5V level (according
to main power). The BIOS default settings are 4 inputs and 4 outputs.
CN12
B.2 Digital I/O Programming
/////////////////////////////////////////////////////////////////////////////////////////
#include <stdio.h>
#include <conio.h>
#include <stdlib.h>
#include <dos.h>
#define AXIOM_DIO_IN_OUT_ADDR0xFA31
#define AXIOM_DIO_HIGH_LOW_ADDR0xFA32
#define DIO_PIN1 BIT0
//correspondence to HW pin is GPI0
#define DIO_PIN2 BIT1
//correspondence to HW pin is GPI1
#define DIO_PIN3 BIT2
//correspondence to HW pin is GPI2
#define DIO_PIN4 BIT3
//correspondence to HW pin is GPI3
#define DIO_PIN5 BIT4
//correspondence to HW pin is GPO0
#define DIO_PIN6 BIT5
//correspondence to HW pin is GPO1
#define DIO_PIN7 BIT6
//correspondence to HW pin is GPO2
Pin Signal
Pin
Signal
1
DIO 0
6
DIO 5
2
DIO 1
7
DIO 6
3
DIO 2
8
DIO 7
4
DIO 3
9
+5V
5
DIO 4
10
GND
Содержание CAPA55R
Страница 1: ...CAPA55R 11th Generation Intel CoreTM i7 i5 i3 and Celeron 3 5 Board User s Manual...
Страница 6: ...vi This page is intentionally left blank...
Страница 10: ...CAPA55R Capa Board 4 Introduction This page is intentionally left blank...
Страница 12: ...CAPA55R Capa Board 6 Board and Pin Assignments Bottom View...
Страница 13: ...CAPA55R Capa Board Board and Pin Assignments 7 Side View...
Страница 14: ...CAPA55R Capa Board 8 Board and Pin Assignments 2 2 Board Layout Top View Side View...
Страница 15: ...CAPA55R Capa Board Board and Pin Assignments 9 Bottom View...
Страница 17: ...CAPA55R Capa Board Board and Pin Assignments 11...
Страница 18: ...CAPA55R Capa Board 12 Board and Pin Assignments...
Страница 40: ...CAPA55R Capa Board 34 Hardware Description 3 4 I O Port Address Map...
Страница 42: ...CAPA55R Capa Board 36 Hardware Description...
Страница 43: ...CAPA55R Capa Board Hardware Description 37...
Страница 44: ...CAPA55R Capa Board 38 Hardware Description...
Страница 45: ...CAPA55R Capa Board Hardware Description 39...
Страница 46: ...CAPA55R Capa Board 40 Hardware Description 3 6 Memory Map The memory mapping list is shown as follows...
Страница 70: ...CAPA55R Capa Board 64 Watchdog Timer This page is intentionally left blank...
Страница 81: ...CAPA55R Capa Board iAMT Settings 75 2 Select Manage Hashes to add delete and activate hash...