Appendix
- 72 -
mov
ax,400h
mov
dx,ax
mov
al,0ffh
out
dx,ax
; clear i2c bus status
mov
ax,404h
mov
dx,ax
mov
al,06eh
out
dx,ax
; Set I2C Device Address=6eh
mov
ax,403h
mov
dx,ax
mov
al,020h
out
dx,ax
;select GPIO 2 (index=20h)
mov
ax,405h
mov
dx,ax
mov
al,0ffh
out
dx,ax
;Set all GPIO 2 pin as output
mov
ax,402h
mov
dx,ax
mov
al,048h
out
dx,ax
;start write, active
;-------------------------------------------------------------
mov
ax,402h
mov
dx,ax
mov
al,00h
out
dx,al
; clear i2c bus
mov
ax,400h
mov
dx,ax
mov
al,0ffh
out
dx,ax
; clear i2c bus status
mov
ax,404h
mov
dx,ax
mov
al,06eh
out
dx,ax
; Set I2C Device Address=6eh
mov
ax,403h
mov
dx,ax
mov
al,011h
out
dx,ax
;select GPIO 1 data register (index=11h)
Summary of Contents for EmETXe-i9652
Page 1: ...EmETXe i9652 COM Express CPU Module User s Manual Version 1 2 2011 06 ...
Page 2: ...This page is intentionally left blank ...
Page 5: ...Introduction 1 1 Chapter 1 Introduction Chapter 1 Introduction ...
Page 12: ...Introduction 8 This page is intentionally left blank ...
Page 13: ...Installation 9 2 Chapter 2 Installation Chapter 2 Installation ...
Page 22: ...Installation 18 This page is intentionally left blank ...
Page 23: ...BIOS 19 3 Chapter 3 BIOS Chapter 3 BIOS ...
Page 70: ...BIOS 66 This page is intentionally left blank ...
Page 71: ...Appendix 67 Appendix Appendix ...
Page 80: ...Appendix 76 This page is intentionally left blank ...