<?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: GPIO CONFIGURATOIN IN LPC845 BREAKBOARD</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-CONFIGURATOIN-IN-LPC845-BREAKBOARD/m-p/1856985#M55946</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227782"&gt;@DHARSAN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;There is a demo that you can take as reference in the SDK of lpc845breakout.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pablo_Ramos_0-1714422662757.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276509iFC241FA7C9D2A69B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pablo_Ramos_0-1714422662757.png" alt="Pablo_Ramos_0-1714422662757.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps you!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 20:31:30 GMT</pubDate>
    <dc:creator>Pablo_Ramos</dc:creator>
    <dc:date>2024-04-29T20:31:30Z</dc:date>
    <item>
      <title>GPIO CONFIGURATOIN IN LPC845 BREAKBOARD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-CONFIGURATOIN-IN-LPC845-BREAKBOARD/m-p/1855662#M55936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; How to configure GPIO in LPC845 to toggle LED?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; As I already work with existing configuration in 2 ways that I have mentioned below which gives error as undeclared. The first configuration didn't gave any error but led not toggling. The second configuration gave error. Kindly send the correct one.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;1.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SYSAHBCLKCTRL1&lt;/SPAN&gt;&lt;SPAN&gt; |=(1&amp;lt;&amp;lt;20);&amp;nbsp;//CLOCK FOR GPIO PORT 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;DIR&lt;/SPAN&gt;&lt;SPAN&gt;[1] |=(1&amp;lt;&amp;lt;2);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//DIR PIN FOR GPIO PORT 1 PIN 2 (RED LED)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GPIO-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt;&lt;SPAN&gt;[1] |=(1&amp;lt;&amp;lt;2);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//TOGGLING&amp;nbsp; PORT 1 PIN 2 (RED LED)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;LPC_SYSCON-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;SYSAHBCLKCTRL1&lt;/SPAN&gt;&lt;SPAN&gt; |=(1&amp;lt;&amp;lt;20);&amp;nbsp; //CLOCK FOR GPIO PORT 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LPC_GPIO_PORT-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;DIR&lt;/SPAN&gt;&lt;SPAN&gt;[1] |=(1&amp;lt;&amp;lt;2);&amp;nbsp; &amp;nbsp; //DIR FOR GPIO PORT 1 PIN 2 (RED LED)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;LPC_GPIO_PORT-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;NOT&lt;/SPAN&gt;&lt;SPAN&gt;[1] |=(1&amp;lt;&amp;lt;2);&amp;nbsp; &amp;nbsp; &amp;nbsp;//TOGGLING&amp;nbsp; PORT 1 PIN 2 (RED LED)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Apr 2024 12:03:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-CONFIGURATOIN-IN-LPC845-BREAKBOARD/m-p/1855662#M55936</guid>
      <dc:creator>DHARSAN</dc:creator>
      <dc:date>2024-04-26T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO CONFIGURATOIN IN LPC845 BREAKBOARD</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-CONFIGURATOIN-IN-LPC845-BREAKBOARD/m-p/1856985#M55946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/227782"&gt;@DHARSAN&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;There is a demo that you can take as reference in the SDK of lpc845breakout.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pablo_Ramos_0-1714422662757.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276509iFC241FA7C9D2A69B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pablo_Ramos_0-1714422662757.png" alt="Pablo_Ramos_0-1714422662757.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 20:31:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-CONFIGURATOIN-IN-LPC845-BREAKBOARD/m-p/1856985#M55946</guid>
      <dc:creator>Pablo_Ramos</dc:creator>
      <dc:date>2024-04-29T20:31:30Z</dc:date>
    </item>
  </channel>
</rss>

