<?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 Configuration Issue on LPC1768 Microcontroller with Keil IDE</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-Configuration-Issue-on-LPC1768-Microcontroller-with-Keil/m-p/1849460#M55890</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232349"&gt;@joshmarripudi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer the led_blinky demo.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/software-library/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX" target="_blank"&gt;LPCOpen Software for LPC17XX | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_0-1713410124550.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274373i78F55A821FBC5D3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_0-1713410124550.png" alt="HangZhang_0-1713410124550.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_1-1713410192072.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274374i197649F4A2A5606E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_1-1713410192072.png" alt="HangZhang_1-1713410192072.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 03:17:03 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2024-04-18T03:17:03Z</dc:date>
    <item>
      <title>GPIO Configuration Issue on LPC1768 Microcontroller with Keil IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-Configuration-Issue-on-LPC1768-Microcontroller-with-Keil/m-p/1848708#M55874</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am working on the LPC1768 microcontroller through Keil IDE. I am just trying to set the pin P1.14 high which is connected to an LED on the development board which I am using. This is my code:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#include &amp;lt;lpc17xx.h&amp;gt;

int main(void) {
    SystemInit();
    SystemCoreClockUpdate();

    LPC_PINCON-&amp;gt;PINSEL2 &amp;amp;= ~((1 &amp;lt;&amp;lt; 29) | (1 &amp;lt;&amp;lt; 28));  
    LPC_GPIO1-&amp;gt;FIODIR |= (1 &amp;lt;&amp;lt; 14);                  
    LPC_GPIO1-&amp;gt;FIOSET = (1 &amp;lt;&amp;lt; 14);                  

    while (1) {}
}&lt;/LI-CODE&gt;&lt;P&gt;I generated the .hex file and loaded it onto the microcontroller's flash memory using the Flash Magic tool. However, I am unable to turn on the LED with the above code. Instead of the LED, I tried setting a different pin as a GPIO pin and setting the output high, but that didn't work either. What am I missing?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 05:22:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-Configuration-Issue-on-LPC1768-Microcontroller-with-Keil/m-p/1848708#M55874</guid>
      <dc:creator>joshmarripudi</dc:creator>
      <dc:date>2024-04-17T05:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO Configuration Issue on LPC1768 Microcontroller with Keil IDE</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-Configuration-Issue-on-LPC1768-Microcontroller-with-Keil/m-p/1849460#M55890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/232349"&gt;@joshmarripudi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can refer the led_blinky demo.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/software-library/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX" target="_blank"&gt;LPCOpen Software for LPC17XX | NXP Semiconductors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_0-1713410124550.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274373i78F55A821FBC5D3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_0-1713410124550.png" alt="HangZhang_0-1713410124550.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HangZhang_1-1713410192072.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274374i197649F4A2A5606E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HangZhang_1-1713410192072.png" alt="HangZhang_1-1713410192072.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Hang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 03:17:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/GPIO-Configuration-Issue-on-LPC1768-Microcontroller-with-Keil/m-p/1849460#M55890</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2024-04-18T03:17:03Z</dc:date>
    </item>
  </channel>
</rss>

