<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ADC LPC3250</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/38720/adc-lpc3250</link><description> 
Hello, I have a problem with the LPC3250. I want to use the Analog
to Digital Converter, but I don&amp;#39;t can find in the user manuel (Rev. 1
February 2009) the register description from ADSEL or ADCON. Can
someone help me where I can find these? I have</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: ADC LPC3250</title><link>https://community.arm.com/thread/57825?ContentTypeID=1</link><pubDate>Mon, 01 Mar 2010 23:30:35 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:bd536a70-287f-4064-8f29-058660f3560e</guid><dc:creator>M. Meyer</dc:creator><description>&lt;p&gt;&lt;p&gt;
Hello I have found it. You must show in the lpc325x.h and under
the AD/Converter you find:&lt;/p&gt;

&lt;pre&gt;
/* A/D Converter */
#define ADC_BASE_ADDR           0x40048000
#define ADSTAT          (*(volatile unsigned long *)(ADC_BASE_ADDR + 0x00))
#define ADSEL           (*(volatile unsigned long *)(ADC_BASE_ADDR + 0x04))
#define ADCON           (*(volatile unsigned long *)(ADC_BASE_ADDR + 0x08))
#define ADDAT           (*(volatile unsigned long *)(ADC_BASE_ADDR + 0x48))
&lt;/pre&gt;
&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>