<?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: Custom Pin Configuration Using LPC55S69-EVK in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Custom-Pin-Configuration-Using-LPC55S69-EVK/m-p/1987485#M57208</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the LPC55S69-EVK pin name, as you know that the Port pin is unique and map to only one pin. For example, for the pin 1 of P17, it is FC4_I2C_SCL_ARD, you can search on the schematics with pdf format,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1730770526888.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308557i3B634370FDCF3ECC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1730770526888.png" alt="xiangjun_rong_0-1730770526888.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By searching the key word "FC4_I2C_SCL_ARD", you can see that the the node corresponds PIO1_20 or pin 4 of LPC5569.&lt;/P&gt;
&lt;P&gt;You can configure the PIO1_20 as FC4_I2C_SCLK, it is okay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1730770852613.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308558i8BE2BF8F78F039BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1730770852613.png" alt="xiangjun_rong_1-1730770852613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From hardware register configuration, each GPIO pin corresponds to a IOCON register, you can set up the FUNC bit to determine the pin function.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_2-1730771311190.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308562i3495A3EB530D0B89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_2-1730771311190.png" alt="xiangjun_rong_2-1730771311190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is not doc which describes the map between the signal name and pin map for the EVK board.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2024 01:50:59 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2024-11-05T01:50:59Z</dc:date>
    <item>
      <title>Custom Pin Configuration Using LPC55S69-EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Custom-Pin-Configuration-Using-LPC55S69-EVK/m-p/1987399#M57207</link>
      <description>&lt;P&gt;I'm working with a LPC55S69-EVK to integrate a number of custom sensors utilizing various communication protocols. I'll be writing custom software that references the generated code from Pins and Peripherals. In other words, I won't be using LPC examples or their configurations.&lt;/P&gt;&lt;P&gt;Looking at the LPC55S69-EVK Board Schematic, the pinouts from P16-P19 look promising. However, I'm struggling to identify the actual routing of each pin on the board. It's possible for me to go through and run a continuity check on every pin and map it out myself, but also thought that a document or something similar has to exist that shows the pin-level routing for custom applications.&lt;/P&gt;&lt;P&gt;For example, P17 pin 1 is mapped to FC4_I2C_SCL_ARD. Referencing the images below, does that map to pin 88 or pin 30 in the MCUXpresso Pins Tool? I have a similar question for a lot of the pins that are shown in the schematic and having some kind of document to reference would drastically reduce the work of checking continuity of every LPC pin.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="P17.jpg" style="width: 305px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308524i965638221EC77511/image-dimensions/305x164?v=v2" width="305" height="164" role="button" title="P17.jpg" alt="P17.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pins.JPG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308523i3BC51D316B74BE4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pins.JPG" alt="pins.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 22:10:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Custom-Pin-Configuration-Using-LPC55S69-EVK/m-p/1987399#M57207</guid>
      <dc:creator>tkukowski</dc:creator>
      <dc:date>2024-11-04T22:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Pin Configuration Using LPC55S69-EVK</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Custom-Pin-Configuration-Using-LPC55S69-EVK/m-p/1987485#M57208</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;For the LPC55S69-EVK pin name, as you know that the Port pin is unique and map to only one pin. For example, for the pin 1 of P17, it is FC4_I2C_SCL_ARD, you can search on the schematics with pdf format,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_0-1730770526888.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308557i3B634370FDCF3ECC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_0-1730770526888.png" alt="xiangjun_rong_0-1730770526888.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By searching the key word "FC4_I2C_SCL_ARD", you can see that the the node corresponds PIO1_20 or pin 4 of LPC5569.&lt;/P&gt;
&lt;P&gt;You can configure the PIO1_20 as FC4_I2C_SCLK, it is okay.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_1-1730770852613.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308558i8BE2BF8F78F039BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_1-1730770852613.png" alt="xiangjun_rong_1-1730770852613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;From hardware register configuration, each GPIO pin corresponds to a IOCON register, you can set up the FUNC bit to determine the pin function.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xiangjun_rong_2-1730771311190.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308562i3495A3EB530D0B89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="xiangjun_rong_2-1730771311190.png" alt="xiangjun_rong_2-1730771311190.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There is not doc which describes the map between the signal name and pin map for the EVK board.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 01:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Custom-Pin-Configuration-Using-LPC55S69-EVK/m-p/1987485#M57208</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-11-05T01:50:59Z</dc:date>
    </item>
  </channel>
</rss>

