LS-571 User’s Manual
-
54
-
Appendix D <Programming GPIO’s>
The GPIO’ s can be programmed with the MSDOS debug program using simple IN/
OUT commands. The following lines show an example how to do this.
GPIO0…..GPIO7 bit0……bit7
-o 2E 87
-o 2E 87
;Enter configuration
-o 2E 07
-o 2F 09 ;Enable GPIO’s function
-o 2E 30
-o 2F 02 ;Enable GPIO’s configuration
-o 2E F0
-o 2F xx ;Set GPIO’s as input/output; set ‘1’ for input,’0’for output
-o 2E F1
-o 2F xx ;If set GPIO’s as output, in this register its value can be set
Optional:
-o 2E F2
-o 2F xx ; Data inversion register; ‘1’ inverts the current value of the
bits,’0’ leaves them as they are
-o 2E 30
-o 2F 01 ; Active GPIO’s
For further information, please refer to Winbond W83627DHG datasheet.
Содержание LS-571
Страница 1: ...LS 571 5 25 Embedded Miniboard User s Manual Edition 1 3 2009 7 20...
Страница 7: ...LS 571 User s Manual 6 This page is left for blank...
Страница 11: ...LS 571 User s Manual 10 1 3 Mechanical Drawing...
Страница 42: ...LS 571 User s Manual 41 This page is left for blank...
Страница 51: ...LS 571 User s Manual 50 Appendix C System Resources C 1 Direct Memory Access DMA C 2 Input Output IO...
Страница 52: ...LS 571 User s Manual 51...
Страница 53: ...LS 571 User s Manual 52 C 3 Memory Address Map...
Страница 54: ...LS 571 User s Manual 53 C 4 Memory...