<?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: LPC84x GPIO registers in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573576#M51074</link>
    <description>&lt;P&gt;Hai&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210324"&gt;@tomato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GPIO Toggle&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Initialize the Switch matrix CLK. (SYSCON-&amp;gt;SYSAHBCLKCTRL0 |= (0x01 &amp;lt;&amp;lt; 7);)&lt;/P&gt;&lt;P&gt;2. Initialize the GPIO Direction (GPIO-&amp;gt;DIR[0] |=(1&amp;lt;&amp;lt;1);)&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. DE initialize&amp;nbsp;the Switch matrix CLK. (SYSCON-&amp;gt;SYSAHBCLKCTRL0 &amp;amp;=~ (0x01 &amp;lt;&amp;lt; 7);)&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; in While (1)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;delay(500) // Some delay of 500ms&lt;/P&gt;&lt;P&gt;GPIO-&amp;gt;PIN[0] ^=(1&amp;lt;&amp;lt;1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;B PAVAN KUMAR&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 07:54:17 GMT</pubDate>
    <dc:creator>PK_1114</dc:creator>
    <dc:date>2022-12-22T07:54:17Z</dc:date>
    <item>
      <title>LPC84x GPIO registers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573174#M51067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to learn how to toggle a GPIO in the LPC845-brk without high-level sw.&lt;/P&gt;&lt;P&gt;Can you tell me how to know where each pin is mapped in this port register?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tomato_0-1671630443534.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205152i69F3BA85AD76A921/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tomato_0-1671630443534.png" alt="tomato_0-1671630443534.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For instance which bit i have to set to 1 to put the PIO1_0 pin high?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 13:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573174#M51067</guid>
      <dc:creator>tomato</dc:creator>
      <dc:date>2022-12-21T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC84x GPIO registers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573576#M51074</link>
      <description>&lt;P&gt;Hai&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210324"&gt;@tomato&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GPIO Toggle&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Initialize the Switch matrix CLK. (SYSCON-&amp;gt;SYSAHBCLKCTRL0 |= (0x01 &amp;lt;&amp;lt; 7);)&lt;/P&gt;&lt;P&gt;2. Initialize the GPIO Direction (GPIO-&amp;gt;DIR[0] |=(1&amp;lt;&amp;lt;1);)&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. DE initialize&amp;nbsp;the Switch matrix CLK. (SYSCON-&amp;gt;SYSAHBCLKCTRL0 &amp;amp;=~ (0x01 &amp;lt;&amp;lt; 7);)&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; in While (1)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;delay(500) // Some delay of 500ms&lt;/P&gt;&lt;P&gt;GPIO-&amp;gt;PIN[0] ^=(1&amp;lt;&amp;lt;1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;B PAVAN KUMAR&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 07:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573576#M51074</guid>
      <dc:creator>PK_1114</dc:creator>
      <dc:date>2022-12-22T07:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC84x GPIO registers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573721#M51075</link>
      <description>&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Can you tell me also how to modify a single bit of a register while debugging in MCUxpresso?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tomato_0-1671710192115.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205258iFBF1C3EE5AB28ED2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tomato_0-1671710192115.png" alt="tomato_0-1671710192115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 11:57:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1573721#M51075</guid>
      <dc:creator>tomato</dc:creator>
      <dc:date>2022-12-22T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC84x GPIO registers</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1574220#M51093</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/210324"&gt;@tomato&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Click on the View Menu and Select the Routing Details in that drop down. In that you can select the&amp;nbsp; GPIO state mauvely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;&amp;nbsp;B Pavan Kumar&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PK_1114_1-1671803173788.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/205374i0A791E92EF2CAAE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PK_1114_1-1671803173788.png" alt="PK_1114_1-1671803173788.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 13:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC84x-GPIO-registers/m-p/1574220#M51093</guid>
      <dc:creator>PK_1114</dc:creator>
      <dc:date>2022-12-23T13:46:21Z</dc:date>
    </item>
  </channel>
</rss>

