?? abstract.txt
字號(hào):
Analog to Digital Converter Example Program
===========================================
This example program shows how to configure and use the A/D Converter
of the following microcontrollers:
* Analog Devices ADuC812
After configuring the A/D, the program reads all of the A/D Converter
channels and outputs the converted values using the serial port.
To run this program...
1. Build the project (Project Menu, Build Target)
2. Start the debugger (Debug Menu, Start/Stop Debug Session)
3. View the Serial Window (View Menu, Serial Window #1)
4. View the A/D converter peripheral (Peripheral Menu, A/D Converter)
5. Run the program (Debug Menu, Go)
A debug script (sinewave.ini) includes a debugger signal function that
generates a sine wave on analog input 0. As the program runs, you will
see the A/D input 0 change. Click on the built-in Logic Analyzer to see this
analog signal displayed graphically.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -