<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LPC8N04 i2c Demos from SDK 2.5.0 not working in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880928#M35227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like Paul mentioned,&amp;nbsp;there's some issue in the LPC8N04DEV board design, there's no external pull-up on the I2C pins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;BR /&gt;Sol&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2019 17:18:09 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2019-02-08T17:18:09Z</dc:date>
    <item>
      <title>LPC8N04 i2c Demos from SDK 2.5.0 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880926#M35225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot get the i2c demos in SDK 2.5.0 working for the LPC8N04 (OM40002) demo board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have confirmed that I can successfully flash other applications and modify both the polling and interrupt demos with printf statements that indicate they fail to establish an i2c connection via pins 1, 3 and 7 (GND) on P4. I have also tested with 2, 4 and 8 on P3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these demos working for NXP engineers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my set up:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One OM40002 running "lpc8n04devboard_lpc_i2c_1_interrupt_transfer_master" (or the master polling example)&lt;/LI&gt;&lt;LI&gt;A second OM40002 running "lpc8n04devboard_lpc_i2c_1_interrupt_transfer_slave" (or the slave polling example)&lt;/LI&gt;&lt;LI&gt;Wires connecting pins 1, 3 and 7 on P4 on the first board to 1, 3 and 7 on P4 on the second board (per the included doc instructions; also tried 2, 4 and 8 to 2, 4 and 8)&lt;/LI&gt;&lt;LI&gt;I have tried running the slave first, then the master as well as the master first and then the slave. I've also tried booting both at the same time.&lt;/LI&gt;&lt;LI&gt;Debugging from both machines I see that the master doesn't get past "Wait for transfer completed." (somewhere around lines 112-120 in the interrupt master example) and the slave doesn't get past "Wait for transfer completed." (somewhere around lines 97-102 in the interrupt slave example)&lt;/LI&gt;&lt;LI&gt;I have tried with P7 and P8 in SWD mode or GPIO mode, no difference&lt;/LI&gt;&lt;LI&gt;I am programming with MCUXpressoIDE, both 10.3.0 on a Mac and 10.3.0 on a PC&lt;/LI&gt;&lt;LI&gt;I am using the built-in debugger on the OM40002&lt;/LI&gt;&lt;LI&gt;SDK version is 2.5.0 &amp;nbsp;(released 2018-12-17)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas? See attached for what I understand to be P4 1, 3, 5 and 7, circled in red with pin headers soldered on. I have tried this across 4x different OM40002 boards, no luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 00:36:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880926#M35225</guid>
      <dc:creator>cameron1</dc:creator>
      <dc:date>2019-02-02T00:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC8N04 i2c Demos from SDK 2.5.0 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880927#M35226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you add 1k pull-ups to the SDA and SCL lines? There's no mention of this in the example code but pull-ups are usually necessary for I2C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 01:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880927#M35226</guid>
      <dc:creator>pmg</dc:creator>
      <dc:date>2019-02-06T01:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC8N04 i2c Demos from SDK 2.5.0 not working</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880928#M35227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like Paul mentioned,&amp;nbsp;there's some issue in the LPC8N04DEV board design, there's no external pull-up on the I2C pins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;BR /&gt;Sol&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 17:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC8N04-i2c-Demos-from-SDK-2-5-0-not-working/m-p/880928#M35227</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2019-02-08T17:18:09Z</dc:date>
    </item>
  </channel>
</rss>

