<?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 LPC1114 PIO1_0 function in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572796#M21171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 04:21:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to cortex M0 controllers and have some problems from the beginning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't change the function of the PIO1_0 pin. My code is following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_SYSCON-&amp;gt;SYSAHBCLKCTRL |= (1 &amp;lt;&amp;lt; 6);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_IOCON-&amp;gt;R_PIO1_0 = 0xC9;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Function PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DIR |= (1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // PIO1_0 output&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DATA |= (1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DATA &amp;amp;= ~(1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Clear PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I debug this code, the function is still set to "TMS" and did not changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there some debugger setting should be set? Or what is wrong with this code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:49:16 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:49:16Z</dc:date>
    <item>
      <title>LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572796#M21171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 04:21:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm new to cortex M0 controllers and have some problems from the beginning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't change the function of the PIO1_0 pin. My code is following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_SYSCON-&amp;gt;SYSAHBCLKCTRL |= (1 &amp;lt;&amp;lt; 6);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_IOCON-&amp;gt;R_PIO1_0 = 0xC9;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Function PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DIR |= (1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // PIO1_0 output&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DATA |= (1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_GPIO1-&amp;gt;DATA &amp;amp;= ~(1 &amp;lt;&amp;lt; 0);&amp;nbsp;&amp;nbsp;&amp;nbsp; // Clear PIO1_0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I debug this code, the function is still set to "TMS" and did not changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there some debugger setting should be set? Or what is wrong with this code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572796#M21171</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572797#M21172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed May 25 04:58:25 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Your setting is valid&amp;nbsp; :), so changing to PIO1_0 should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you set a breakpoint before and behind?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572797#M21172</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572798#M21173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 12:24:31 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I set one before the LPC_IOCON-&amp;gt;R_PIO1_0 = 0xC9&amp;nbsp; instruction and then just did step debugging.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572798#M21173</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572799#M21174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed May 25 12:29:22 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, can't believe that :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This line is working without problems here :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you zip and post your project?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: which LPCXpresso are you working with?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572799#M21174</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572800#M21175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed May 25 13:08:10 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;To test the right register address you can also define an address:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#define D_RPIO1_0 (*(volatile unsigned int*)0x40044078)

 D_RPIO1_0 = 0xC9;
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572800#M21175</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572801#M21176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 22:31:14 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;there it is :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested it also with the new address define, but still the same problem :-(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. I'm working with LPCXpresso LPC1768 REV A&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572801#M21176</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572802#M21177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jharwood on Wed May 25 22:45:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Freefly&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;P.S. I'm working with LPCXpresso LPC1768 REV A&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;?? You started this thread with a LPC1114&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572802#M21177</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572803#M21178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 22:51:23 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It is connected via SWD to my Testboard :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572803#M21178</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572804#M21179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 23:01:06 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the schematic of the testboard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572804#M21179</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572805#M21180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Wed May 25 23:15:38 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt;BTW: which LPCXpresso are you working with?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I'm wrong, but I think Zero might have been asking about which version of the LPCXpresso IDE you are using.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572805#M21180</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572806#M21181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Wed May 25 23:40:04 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hm,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Freefly is asking about the lpc1114 PIO 1.0 pin and then tells us he is working with an lpc1768 :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Furthermore there is no TMS pin according to the user manual.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I know the schematics of the LPCXpresso board show that the pin is also TMS but this function cannot be programmed using the iocon registers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm currently traveling and have no access to an lpc1114/LPCXpresso environment but this surely is strange. How could the LPCXpresso IDE tell us the pin is in TMS mode where this is not specified by NXP ???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And how did freefly connect his 1114 board via SWD to the 1768 board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Im either using my 1114 or 1768 connected to an LPC-Link but never two LPC boards connected together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572806#M21181</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572807#M21182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Wed May 25 23:46:59 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I was wrong, the LPCXpresso LPC 1768 Board is disconnected from the LPC Link (which is on the same PCB) and instead of it my Testboard with LPC1114 is connected to LPC-Link now&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572807#M21182</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572808#M21183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Freefly on Thu May 26 00:01:24 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;So it looks in my IDE:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572808#M21183</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1114 PIO1_0 function</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572809#M21184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by larryvc on Thu May 26 00:02:43 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Rob65&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Furthermore there is no TMS pin according to the user manual.&lt;BR /&gt;Yes, I know the schematics of the LPCXpresso board show that the pin is also TMS but this function cannot be programmed using the iocon registers.&lt;BR /&gt; &lt;BR /&gt;How could the LPCXpresso IDE tell us the pin is in TMS mode where this is not specified by NXP ???&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It shows up as TMS in debug peripheral view in the IDE.:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm a little late with this.:) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I confirmed that his code does not change to GPIO mode.&amp;nbsp; I do not know why yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It does work like Zero said earlier when just the few lines of code are entered into a new project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:49:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1114-PIO1-0-function/m-p/572809#M21184</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:49:24Z</dc:date>
    </item>
  </channel>
</rss>

