<?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: LPC1549 blink darn you, blink! in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-blink-darn-you-blink/m-p/2388734#M59631</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246820"&gt;@DanielLongo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find it in board.c&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1782879080472.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/390854i46A4EDF03CE15D9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1782879080472.png" alt="Harry_Zhang_0-1782879080472.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default pins "0" and "1" are 25 3&lt;BR /&gt;&lt;BR /&gt;If you want to change them to PIO0_22 and PIO0_23.&lt;BR /&gt;You just need to change to&lt;BR /&gt;#define MAXLEDS 3&lt;BR /&gt;static const uint8_t ledpins[MAXLEDS] = {22, 23, 1};&lt;BR /&gt;static const uint8_t ledports[MAXLEDS] = {0, 0, 1};&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jul 2026 04:11:45 GMT</pubDate>
    <dc:creator>Harry_Zhang</dc:creator>
    <dc:date>2026-07-01T04:11:45Z</dc:date>
    <item>
      <title>LPC1549 blink darn you, blink!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-blink-darn-you-blink/m-p/2067548#M57968</link>
      <description>&lt;P&gt;I have the LPC1549 on its own board and I am trying to get familiar with MCUExpresso by using the periph_blinky example. It builds and flashes successfully. Since it is not on the development board, I need to reassign the LED pins. It is clear in the systick.c file where the LED pins are set:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Board_LED_Set(0, false);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Board_LED_Set(1, &lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't find where the pins are defined. Where do I find where pins "0" and "1" are defined? I need to change them to PIO0_22 and PIO0_23.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2025 21:28:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-blink-darn-you-blink/m-p/2067548#M57968</guid>
      <dc:creator>DanielLongo</dc:creator>
      <dc:date>2025-03-24T21:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1549 blink darn you, blink!</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-blink-darn-you-blink/m-p/2388734#M59631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/246820"&gt;@DanielLongo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find it in board.c&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Harry_Zhang_0-1782879080472.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/390854i46A4EDF03CE15D9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Harry_Zhang_0-1782879080472.png" alt="Harry_Zhang_0-1782879080472.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default pins "0" and "1" are 25 3&lt;BR /&gt;&lt;BR /&gt;If you want to change them to PIO0_22 and PIO0_23.&lt;BR /&gt;You just need to change to&lt;BR /&gt;#define MAXLEDS 3&lt;BR /&gt;static const uint8_t ledpins[MAXLEDS] = {22, 23, 1};&lt;BR /&gt;static const uint8_t ledports[MAXLEDS] = {0, 0, 1};&lt;BR /&gt;&lt;BR /&gt;Hope this will help you.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Harry&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 04:11:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1549-blink-darn-you-blink/m-p/2388734#M59631</guid>
      <dc:creator>Harry_Zhang</dc:creator>
      <dc:date>2026-07-01T04:11:45Z</dc:date>
    </item>
  </channel>
</rss>

