<?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>LPC MicrocontrollersのトピックRe: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050708#M40705</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="x.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112080iA7D75B8A2E5BB830/image-size/large?v=v2&amp;amp;px=999" role="button" title="x.JPG" alt="x.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="z.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112081i70CE4CD05A48C031/image-size/large?v=v2&amp;amp;px=999" role="button" title="z.JPG" alt="z.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="y.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112082i9B803F49E70E4DC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="y.JPG" alt="y.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st image Relay connection where PFC1 &amp;amp; PFC2 are controller GPIOs.&lt;/P&gt;&lt;P&gt;3rd image shows Led connections with controller GPIOs&lt;/P&gt;&lt;P&gt;2nd image shows Led Nets are extended to other board&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2020 10:06:03 GMT</pubDate>
    <dc:creator>gmk1</dc:creator>
    <dc:date>2020-06-05T10:06:03Z</dc:date>
    <item>
      <title>Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050704#M40701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever the program encounters the above functions during execution, some of the LEDs &amp;amp; relays connected with GPIOs glow/toggle for a certain period of time and then turn-off automatically.&lt;BR /&gt;Why this is happening?&lt;/P&gt;&lt;P&gt;I'm storing 3 uint32_t data into eeprom which is working fine but why GPIOs are toggling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2020 05:55:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050704#M40701</guid>
      <dc:creator>gmk1</dc:creator>
      <dc:date>2020-06-03T05:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050705#M40702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="334988" data-username="gmk1@amararaja.co.in" href="https://community.nxp.com/people/gmk1@amararaja.co.in"&gt;Gmk 9&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Which LEDs do yo meaning?&lt;/P&gt;&lt;P&gt;Do you use a demo board ? If yes, you can check the Schematic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 05:39:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050705#M40702</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-06-04T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050706#M40703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Alice_Yang"&gt;Alice_Yang&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not a demo board. Its a custom design. I have couple of GPIOs connected to leds and relays, all configured as active high.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whenever a function related to eeprom write/read is encountered, these GPIOs turn off for 1 second and turn on again.&lt;/P&gt;&lt;P&gt;This is strange behaviour.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 09:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050706#M40703</guid>
      <dc:creator>gmk1</dc:creator>
      <dc:date>2020-06-04T09:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050707#M40704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gmk,&lt;/P&gt;&lt;P&gt;Could you please show the part of schematic about connecting LEDs &amp;amp; relays.&lt;/P&gt;&lt;P&gt;show which pins connected to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 09:40:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050707#M40704</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-06-05T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050708#M40705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="x.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112080iA7D75B8A2E5BB830/image-size/large?v=v2&amp;amp;px=999" role="button" title="x.JPG" alt="x.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="z.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112081i70CE4CD05A48C031/image-size/large?v=v2&amp;amp;px=999" role="button" title="z.JPG" alt="z.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="y.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112082i9B803F49E70E4DC8/image-size/large?v=v2&amp;amp;px=999" role="button" title="y.JPG" alt="y.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st image Relay connection where PFC1 &amp;amp; PFC2 are controller GPIOs.&lt;/P&gt;&lt;P&gt;3rd image shows Led connections with controller GPIOs&lt;/P&gt;&lt;P&gt;2nd image shows Led Nets are extended to other board&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 10:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050708#M40705</guid>
      <dc:creator>gmk1</dc:creator>
      <dc:date>2020-06-05T10:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050709#M40706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gmk9,&lt;/P&gt;&lt;P&gt;How do you config the GPIOs that connect to LED?&lt;/P&gt;&lt;P&gt;How about&amp;nbsp; try the simple demo iap_eeprom under SDK package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 06:57:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050709#M40706</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-06-09T06:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050710#M40707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my GPIO configuration code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px; margin: 0px 0px 20px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;void alarm_fb_gpio_init(void)&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;{&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][4]= 0x00000120;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][5]= 0x00000120; // Mains out of range&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][6]= 0x00000120; // Emergency push button&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][7]= 0x00000120; // Mains fail&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][8]= 0x00000120;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][9]= 0x00000120;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][10]= 0x00000120;&amp;nbsp;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][11]= 0x00000120; // Backdoor-1 open&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][12]= 0x00000120; // Backdoor-2 open&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][14]= 0x00000120; // Spare-1&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[3][15]= 0x00000120; // Spare-2&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;// Set as input pins&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;GPIO-&amp;gt;DIRCLR[3] |= (1&amp;lt;&amp;lt;4) | (1&amp;lt;&amp;lt;5) | (1&amp;lt;&amp;lt;6) | (1&amp;lt;&amp;lt;7) \&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;| (1&amp;lt;&amp;lt;8) | (1&amp;lt;&amp;lt;9) | (1&amp;lt;&amp;lt;10)| (1&amp;lt;&amp;lt;11)\&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;| (1&amp;lt;&amp;lt;12)| (1&amp;lt;&amp;lt;14)| (1&amp;lt;&amp;lt;15);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;CLOCK_EnableClock(kCLOCK_Gpio5);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;// GPIO for Doors open buzzer indication&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[5][0]= 0x00000120;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;// Set as output pin&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;GPIO-&amp;gt;DIR[5] |= (1&amp;lt;&amp;lt;0);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;// GPIO for Doors open buzzer indication&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;IOCON-&amp;gt;PIO[5][1]= 0x00000120;&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;// Set as output pin&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;GPIO-&amp;gt;DIR[5] |= (1&amp;lt;&amp;lt;1);&lt;/EM&gt;&lt;BR /&gt;&lt;EM style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I didn't check with demo. I'll check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2020 10:58:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050710#M40707</guid>
      <dc:creator>gmk1</dc:creator>
      <dc:date>2020-06-09T10:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Q3. Using IAP_ReadEEPROMPage and EEPROM_WritePage</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050711#M40708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gmk9,&lt;/P&gt;&lt;P&gt;How about your this case now?&lt;/P&gt;&lt;P&gt;Please contact me without any hesitate if still have question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 06:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Q3-Using-IAP-ReadEEPROMPage-and-EEPROM-WritePage/m-p/1050711#M40708</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-07-02T06:36:36Z</dc:date>
    </item>
  </channel>
</rss>

