<?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: IOCON_FUNC0/1/2 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514011#M478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Mon May 11 17:58:04 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: sidheroor&lt;/STRONG&gt;&lt;BR /&gt;...can I safely ignore them as reserved?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, pin functions are set via Switch Matrix (SWM)&amp;nbsp; :) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:09:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:09:12Z</dc:date>
    <item>
      <title>IOCON_FUNC0/1/2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514010#M477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sidheroor on Mon May 11 17:19:08 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In iocon_15xx.h, I see the following&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;#define IOCON_FUNC0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0/*!&amp;lt; Selects pin function 0 */&lt;BR /&gt;#define IOCON_FUNC1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x1/*!&amp;lt; Selects pin function 1 */&lt;BR /&gt;#define IOCON_FUNC2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x2/*!&amp;lt; Selects pin function 2 */&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what these mean because the User Manual says that bits 2:0 for all digital pin control registers is reserved. Plus the UART RingBuffer Example sets the IOCON with IOCON_FUNC0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are these required to be set or can I safely ignore them as reserved? I'm presuming the example is a typo. I'm using lpcopen_2_08c and looking at User Manual Rev 1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sid&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514010#M477</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: IOCON_FUNC0/1/2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514011#M478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Mon May 11 17:58:04 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: sidheroor&lt;/STRONG&gt;&lt;BR /&gt;...can I safely ignore them as reserved?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, pin functions are set via Switch Matrix (SWM)&amp;nbsp; :) &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514011#M478</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: IOCON_FUNC0/1/2</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514012#M479</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 Tue May 12 12:42:23 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi sid,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;These bits are reserved. You should not write 1 to any of these bits. As mentioned by R2D2 you can ignore these bits.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:09:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/IOCON-FUNC0-1-2/m-p/514012#M479</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:09:12Z</dc:date>
    </item>
  </channel>
</rss>

