<?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: LPC1347 eeprom write and interrupts. in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525401#M8037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Tue Mar 25 06:41:22 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I2C eeprom here we come. :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:56:25 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:56:25Z</dc:date>
    <item>
      <title>LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525398#M8034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Mon Mar 24 07:40:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a quick question..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment I'm writing to the eeprom after disabling the interrupts.. Do I have to do this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do long multi-byte (roughly 16 - 32bytes) writes and don't want to disable the interrupts for extended periods of time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525398#M8034</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525399#M8035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Mon Mar 24 14:49:05 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi ub3r,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need to disable the interrupt. Please see below link for the library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fblog%2Flpc1100lpc1300-eeprom-library" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/blog/lpc1100lpc1300-eeprom-library&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525399#M8035</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525400#M8036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Tue Mar 25 06:39:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;This contradicts this: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fforum%2Flpc1347-eeprom-iap-basic-questions%23comment-1123913" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/forum/lpc1347-eeprom-iap-basic-questions#comment-1123913&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I have a timer interrupt going now and my during my eeprom writes and reads and its crashing. Some sort of hard fault as the debugger doesnt like it. :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525400#M8036</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525401#M8037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Tue Mar 25 06:41:22 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I2C eeprom here we come. :(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525401#M8037</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525402#M8038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Wouter on Wed Mar 26 05:50:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi ub3r,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The restriction of disabling interrupts only applies when using IAP (=ROM) calls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;When using the library (as pointed out by mc: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fblog%2Flpc1100lpc1300-eeprom-library" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/blog/lpc1100lpc1300-eeprom-library&lt;/A&gt;&lt;SPAN&gt;), this restriction does not apply.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Wouter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525402#M8038</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525403#M8039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Thu Mar 27 02:12:40 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok sweet. Will have a look.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525403#M8039</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525404#M8040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ub3r on Thu Mar 27 06:01:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;"Then just link your application to libeeprom.a"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do we link our app to this? Been trying but cant work it out. :/&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525404#M8040</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525405#M8041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Thu Mar 27 06:20:17 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Smart Update?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fcreating-linking-library-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525405#M8041</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1347 eeprom write and interrupts.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525406#M8042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by thommaughan on Sun Nov 30 17:36:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It's great that the libeeprom was created, just wishing I could get LPCXpresso project to link with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I've followed the manual steps (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fcreating-linking-library-projects" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/creating-linking-library-projects&lt;/A&gt;&lt;SPAN&gt;) to include the library, but end up with a link error.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;snip&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OK, problem solved.&amp;nbsp;&amp;nbsp; I was including the library with the name libeeprom ('.a' removed per the document).&amp;nbsp;&amp;nbsp; The mistake I was making, the library name should be included as eeprom (not libeeprom).&amp;nbsp;&amp;nbsp; This causes LPCXpresso to include the library named libeeprom.a.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1347-eeprom-write-and-interrupts/m-p/525406#M8042</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:28Z</dc:date>
    </item>
  </channel>
</rss>

