ADC_Ex_Documentation.txt
上传用户:sourcesun
上传日期:2013-09-23
资源大小:362k
文件大小:1k
源码类别:

DNA

开发平台:

Asm

  1. Project Start: 6/11/05
  2. Project LPC2148_A2D_Ex
  3. Intent:
  4. This application is intended to show how to set up the Analog-to-Digital con-
  5. verter for conversion of input to channel 0 of AD0.
  6. Specifications:
  7. 1. Perform a conversion once a second
  8. 2. 1 sec time interval set by software timer
  9. 3. Timer0 generates master interrupt at 100Hz by compare to match register 0
  10. 4. Use printf() from stdio.h to send data to serial port (requires implemen-
  11.    tation of putchar() for UART and inclusion of this file in your project.
  12.    This will override default putchar().
  13. Author: Mark Moran
  14. Last Date Modified: 11 Jun 05
  15. Status: Works According to specification
  16. Copyright: IAR Systems Software Inc. 2005
  17. Disclaimer: This code is furnished "as is" to illustrate how to use the IAR
  18. Embedded Workbench integrated development environment to create and debugcode
  19. for Philips LPC2xxx ARM7 microcontrollers. Code in this example may be used
  20. freely for any purpose. Every effort has been made to ensure compliance
  21. with above specification. Anyone using this code for any purpose whatsoever
  22. agrees to accept all pursuant risks in use and hold IAR harmless for any and all
  23. damages. In other words, if this code smokes your board, it is not our fault.