AIMB-740-B/741-B User’s Manual
128
Appendix C GPIO Programming Source
Code
.MODEL small,c
.486p
.DOSSEG
.STACK
.CONST
SMBus_PortEQU5000h
GPIO_AddressEQU9Ch
Control_RegEQU0
Output_RegEQU1
Input_RegEQU2
SEQ_LEN
EQU
8
.DATA
COUNT
DW
?
START_AXISDB?
GPO_AXISDB?
GPI_AXISDB ?
TEST1_GPODW?
TEST1_GPIDW?
GPI_STR
DB
'GPI $'
GPO_STR
DB
'GPO $'
STS_STR
DB
'STS $'
FAIL_STRDB 'Test Failed .. $'
PASS_STRDB 'Test Pass .... $'
CR_LF
DB
0Ah, 0Dh, '$'
SEQ_1
DB
0, 1, 2, 3, 8, 9, 10, 11
SEQ_2
DB
4, 5, 6, 7, 12, 13, 14, 15
;[]==========================================================[]
; CN93 GPIO0 GPIO1 GPIO2 GPIO3 GPIO4 GPIO5 GPIO6 GPIO7
; F75111 GPIO16 GPIO17 GPIO20 GPIO21 GPIO22 GPIO14 GPIO11 GPIO12
;
; CN94 GPIO8 GPIO9 GPIO10 GPIO11 GPIO12 GPIO13 GPIO14 GPIO15
; F75111 GPIO31 GPIO32 GPIO33 GPIO23 GPIO24 GPIO25 GPIO26 GPIO27
Summary of Contents for AIMB-740-6CB1
Page 8: ...AIMB 740 6CB1 User s Manual viii...
Page 14: ...AIMB 740 B 741 B User s Manual xiv...
Page 15: ...1 CHAPTER 1 General Information...
Page 31: ...17 Chapter2 CHAPTER 2 Connecting Peripherals...
Page 48: ...AIMB 740 B 741 B User s Manual 34...
Page 49: ...35 Chapter3 CHAPTER 3 Award BIOS Setup...
Page 68: ...AIMB 740 B 741 B User s Manual 54...
Page 69: ...55 Chapter4 CHAPTER 4 Chipset Software Installation Utility...
Page 74: ...AIMB 740 B 741 B User s Manual 60...
Page 75: ...61 Chapter5 CHAPTER 5 VGA Setup...
Page 82: ...AIMB 740 B 741 B User s Manual 68...
Page 83: ...69 Chapter6 CHAPTER 6 LAN Configuration...
Page 87: ...73 Chapter6 5 Click Finish to complete the installation and show the results...
Page 88: ...AIMB 740 B 741 B User s Manual 74...
Page 89: ...75 Chapter7 CHAPTER 7 USB 2 0 Configuration...
Page 96: ...AIM 740 B 741 B User s Manual 82...
Page 97: ...83 Chapter8 CHAPTER 8 Ultra ATA Storage Driver Setup...
Page 103: ...89 Chapter9 CHAPTER 9 Onboard Security Setup...
Page 109: ...95 Chapter9...
Page 110: ...AIMB 740 B 741 B User s Manual 96...
Page 111: ...97 AppendixA Appendix A Programming the Watchdog Timer...
Page 121: ...107 AppendixB Appendix B I O Pin Assignments...
Page 141: ...127 AppendixC Appendix C GPIO Programming Source Code...
Page 158: ...AIMB 740 B 741 B User s Manual 144...