<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lpc2000 at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/lpc2000/</link>
    <description>LPC ARM Group</description>

    <item>
      <title>Help Interfacing LPC2148 to Thermal Printer</title>
      <pubDate>Wed, 10 Feb 2010 12:52:32 GMT</pubDate>
      <dc:creator>sumit</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47488</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47488</guid>
      <description>I&#39;m trying to interface LPC2148 to Samsung Thermal Printer Mechanism SMP 600, please can someone help me with it?</description>
    </item>
    <item>
      <title>Re: ADC Problems in LPC2364</title>
      <pubDate>Wed, 10 Feb 2010 12:46:27 GMT</pubDate>
      <dc:creator>tike64@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47487</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47487</guid>
      <description>... Make sure that the DBGEN pin is high. -- Timo</description>
    </item>
    <item>
      <title>Re: ADC Problems in LPC2364</title>
      <pubDate>Wed, 10 Feb 2010 12:34:36 GMT</pubDate>
      <dc:creator>pra bu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47486</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47486</guid>
      <description>Thanks for your response.I have configured to REG_PINMODE1    =0x00020000;(disable pullup,Pull down).Still i am getting zero in adc value 0( bit 15:6 in</description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 11:15:53 GMT</pubDate>
      <dc:creator>Bogdan Marinescu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47485</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47485</guid>
      <description>... Thank you. This is interesting, but I don&#39;t think it&#39;s applicable to the LPC24x8 SDRAM controllers. It will help a lot if I decide to design a board around</description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 10:58:08 GMT</pubDate>
      <dc:creator>Bogdan Marinescu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47484</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47484</guid>
      <description>... You&#39;re right. This is bound to cause problems sooner or later, so I&#39;d better fix it now. Plus, the Sherlock Holmes principle suggests that this might </description>
    </item>
    <item>
      <title>Re: inline assembler not permitted in thumb code</title>
      <pubDate>Wed, 10 Feb 2010 10:45:28 GMT</pubDate>
      <dc:creator>Igor Skochinsky</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47483</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47483</guid>
      <description>Hi, Seeing as you&#39;re manipulating the I bit, I assume you want to enable/disable interrupts. For that, you can use __enable_irq() and __disable_irq()</description>
    </item>
    <item>
      <title>Re: inline assembler not permitted in thumb code</title>
      <pubDate>Wed, 10 Feb 2010 10:38:03 GMT</pubDate>
      <dc:creator>42Bastian</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47482</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47482</guid>
      <description>... Did you select the right CPU ? 1768 is CM3, which has no SYS32Mode ! Nor does it have a SPSR. -- 42Bastian + ... &#43;</description>
    </item>
    <item>
      <title>Re: inline assembler not permitted in thumb code</title>
      <pubDate>Wed, 10 Feb 2010 10:34:44 GMT</pubDate>
      <dc:creator>groups@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47481</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47481</guid>
      <description>IENABLE and IDISABLE are intented to be used on ARM7 chips, not on Cortex M3 chips. You don&#39;t need these macros on Cortex M3 anymore. Herbert</description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 10:32:49 GMT</pubDate>
      <dc:creator>groups@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47480</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47480</guid>
      <description>... The bad thing at those days was that I was one of the first persons falling into this trap ;-) so there haven&#39;t been any similar cases in the group at this</description>
    </item>
    <item>
      <title>inline assembler not permitted in thumb code</title>
      <pubDate>Wed, 10 Feb 2010 10:22:30 GMT</pubDate>
      <dc:creator>mohiniraman</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47479</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47479</guid>
      <description>I am working with LPC1768 with Keil realview MDK ARM V4.01. When iam using &quot;__asm&quot; keyword in my code for IENABLE,IDISABLE macros (i wish to switch between sys</description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 10:00:36 GMT</pubDate>
      <dc:creator>Bogdan Marinescu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47478</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47478</guid>
      <description>... Hi, Thanks for your help, I already found your topic and shared your pain :) However, I think I&#39;m using the right shift in my initialization code. </description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 08:40:31 GMT</pubDate>
      <dc:creator>Bogdan Marinescu</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47477</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47477</guid>
      <description>... I expect it to work fine in the first bank at least. The SDRAM&#39;s datasheet specifies that even the MODE command (the infamous memory access command with</description>
    </item>
    <item>
      <title>Re: LPC2468 interface with MT48LC4M16A2 (4Mx16) SDRAM</title>
      <pubDate>Wed, 10 Feb 2010 08:15:11 GMT</pubDate>
      <dc:creator>Miguel Angel</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47476</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47476</guid>
      <description>I know that I&#39;m not giving too much help, as I&#39;m talking of other MCU (LPC313x), but I really know what you feel, I wish you luck. in my case I found a problem</description>
    </item>
    <item>
      <title>Re: ADC Problems in LPC2364</title>
      <pubDate>Wed, 10 Feb 2010 07:15:43 GMT</pubDate>
      <dc:creator>M. Manca</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47475</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47475</guid>
      <description>prabuisin@... ha scritto: I didn&#39;t use LPC2364 but in general on LPC2xxx you need also to write a PINMODEx register to choose one of the possible</description>
    </item>
    <item>
      <title>ADC Problems in LPC2364</title>
      <pubDate>Wed, 10 Feb 2010 06:36:27 GMT</pubDate>
      <dc:creator>prabuisin@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/lpc2000/message/47474</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/lpc2000/message/47474</guid>
      <description>Hi all, here is my ADC0 channel 1 configurations, PCONP |= ( 1 &lt;&lt; 12); PINSEL1 &amp;=0xFFFDFFFF; ADCR    = 0x00000000; ADCR    = (1 &lt;&lt; 21); ADCR    |= 0x00000002; </description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.sp2.yahoo.com uncompressed/chunked Wed Feb 10 04:57:04 PST 2010 -->
