📄 abstract.txt
字号:
Generic C167 Bit I/O Example Program
------------------------------------
This example program shows how to:
* Declare a Special Function Register (SFR)
* Declare a Bit in a Bit-Addressable SFR
* Configure an I/O Port Pin as an Input or Output
* Read an Input Pin
* Write an Output Pin
It works with virtually all devices that are 100%-compatible with
the C167 and Port 7.
You can test this program using the uVision2 Debugger. I/O Ports
are completely simulated (input and output) so you can change the
state of the P7.0 input and watch the state of the P7.4 output as
it changes.
Buttons are defined for the toolbox which set and clear the P7.0
pin (see the DEBUG.INI file). You may use these buttons to change
the state of P7.0.
To test this example program:
1. Start the debugger.
2. Click on Debug - Go to run the program.
3. Make sure that View - Periodic Window Update is checked.
4. Click Peripherals - I/O-Ports - Port 7 to view P1.
5. Click on the Set P7.0 and Clr P7.0 toolbox buttons.
6. Watch as P7.4 changes to match P7.0.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -