adcdma_abstract.txt

来自「LPCXpresso1768」· 文本 代码 · 共 15 行

TXT
15
字号
The ADC project is a simple program for the NXP 'LPC1768' 
microcontroller using Keil 'MCB1700' evaluation board,
demonstrating a ADC burst transfer using the DMA. 

The result of conversion can be stored in variable of ADCValue[] 
which can be displayed in Watch & Call Stack Window and is displayed
onto the UART0 (9600)

Example functionality:                                                   
 - Clock Settings:
   - XTAL  =  12 MHz
   - PLL0  = 288 MHz
   - CCLK  =  72 MHz

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?