<?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のトピックHow to set PIO0_8 as GPIO output on LPC11C24 MCU</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-set-PIO0-8-as-GPIO-output-on-LPC11C24-MCU/m-p/883511#M35361</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 am trying to set Pin PIO0_8 as GPIO output with state 0. I am able to do so for pin PIO0_7 but not for PIO0_8 &amp;amp; 9.&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;// for PIO0_7 pin&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt; Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,7);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt; Chip_GPIO_SetPinState(LPC_GPIO, 0, 7, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;//for PIO0_8 &amp;amp; 9&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,8);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinState(LPC_GPIO, 0, 8, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,9);&lt;BR /&gt;Chip_GPIO_SetPinState(LPC_GPIO, 0, 9, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ajay Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Apr 2019 13:44:13 GMT</pubDate>
    <dc:creator>ajay_6094</dc:creator>
    <dc:date>2019-04-06T13:44:13Z</dc:date>
    <item>
      <title>How to set PIO0_8 as GPIO output on LPC11C24 MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-set-PIO0-8-as-GPIO-output-on-LPC11C24-MCU/m-p/883511#M35361</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 am trying to set Pin PIO0_8 as GPIO output with state 0. I am able to do so for pin PIO0_7 but not for PIO0_8 &amp;amp; 9.&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;// for PIO0_7 pin&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt; Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,7);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt; Chip_GPIO_SetPinState(LPC_GPIO, 0, 7, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;//for PIO0_8 &amp;amp; 9&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,8);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinState(LPC_GPIO, 0, 8, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0,9);&lt;BR /&gt;Chip_GPIO_SetPinState(LPC_GPIO, 0, 9, 0);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ajay Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2019 13:44:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-set-PIO0-8-as-GPIO-output-on-LPC11C24-MCU/m-p/883511#M35361</guid>
      <dc:creator>ajay_6094</dc:creator>
      <dc:date>2019-04-06T13:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to set PIO0_8 as GPIO output on LPC11C24 MCU</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-set-PIO0-8-as-GPIO-output-on-LPC11C24-MCU/m-p/883512#M35362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="339060" data-username="ajay_6094" href="https://community.nxp.com/people/ajay_6094"&gt;Ajay Kumar&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;I've answered the question in the thread, please check it.&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/499768"&gt;https://community.nxp.com/thread/499768&lt;/A&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2019 01:46:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-set-PIO0-8-as-GPIO-output-on-LPC11C24-MCU/m-p/883512#M35362</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2019-04-08T01:46:16Z</dc:date>
    </item>
  </channel>
</rss>

