abstract.txt
来自「TI的单片机ADUC812的AD例程」· 文本 代码 · 共 26 行
TXT
26 行
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
* Analog Devices ADuC831
* Analog Devices ADuC832
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. Select the target for your chip (812/831/832).
2. Build the project (Project Menu, Build Target)
3. Start the debugger (Debug Menu, Start/Stop Debug Session)
4. View the Serial Window (View Menu, Serial Window #1)
5. View the A/D converter peripheral (Peripheral Menu, A/D Converter)
6. 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 inputs change.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?