<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GPIO P1.02 on nRF54L15 doesn&amp;#39;t work.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124217/gpio-p1-02-on-nrf54l15-doesn-t-work</link><description>Hi. 
 I made a board with nRF54L15. I would like to use P0.01 on nRF54L15 as GPIO output., but I failed to confirm P0.01 turn high. 
 Then, I asked nordic AI anything to solve this problem. AI recommended to add below in prj.conf, because nRF54L15DK use</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Sep 2025 19:10:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124217/gpio-p1-02-on-nrf54l15-doesn-t-work" /><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548537?ContentTypeID=1</link><pubDate>Thu, 11 Sep 2025 19:10:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8f04148-7233-4882-b65d-179d29b94185</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;I am glad that you have solved the issue. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548424?ContentTypeID=1</link><pubDate>Thu, 11 Sep 2025 02:32:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c6d8aa4-9ca5-479b-a267-5d08bf289f04</guid><dc:creator>shibuta</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I saw the problem with a custom board first, which no other peripheral assigned as P1.02.&lt;br /&gt;Backing to my application, I missed the assignment of P1.02 as &amp;amp;led1 and &amp;amp;led0.&lt;br /&gt;Fixing it, I confirmed the GPIO function with my application.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548240?ContentTypeID=1</link><pubDate>Tue, 09 Sep 2025 13:16:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:822d82d7-3d18-421f-b8af-f8dc49dff5ec</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Is this your custom board? Is any other peripheral assigned as the same pin as P1.02? Somewhere in the project is LED0 defined as other pin number?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want can share me the application file or at least the board file of your application?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548121?ContentTypeID=1</link><pubDate>Tue, 09 Sep 2025 02:11:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bae50927-b1ba-420c-b9ea-a2aea75ac1dd</guid><dc:creator>shibuta</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Your explanatiom seemes correct too.&lt;br /&gt;But, I could confirm with minimum configuration project based on a blinky sample project.&lt;br /&gt;I altered the blinky project to add&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NFCT_PINS_AS_GPIOS=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;in prj.conf and&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;led0 {
	gpios = &amp;lt;&amp;amp;gpio1 2 0&amp;gt;;
};

&amp;amp;uicr {
    nfct-pins-as-gpios;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;in devicetree.overlay&lt;/p&gt;
&lt;p&gt;But, I couldn&amp;#39;t confirm&amp;nbsp; with quoted one.&lt;/p&gt;
[quote userid="135839" url="~/f/nordic-q-a/124217/gpio-p1-02-on-nrf54l15-doesn-t-work/548012"]&amp;#39;ll put prj.conf in my application below.[/quote]
&lt;p&gt;I&amp;#39;ll put two hex file, the minimum(blinky based)&amp;nbsp; and current application .&lt;/p&gt;
&lt;p&gt;minimum&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6232.merged.hex"&gt;devzone.nordicsemi.com/.../6232.merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;current app (prj.conf and overlay in first comment)&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2526.app.hex"&gt;devzone.nordicsemi.com/.../2526.app.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Would you tell me anything to help&amp;nbsp;&lt;br /&gt;(For example, the output file of port assignment,&lt;br /&gt;the comparison between minimum and app) ?&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548066?ContentTypeID=1</link><pubDate>Mon, 08 Sep 2025 13:05:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88d52937-dad1-4e6d-91ab-aee722f8fb64</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Your approach seems correct. I think you need to rework on hardware also. On the board you are using, R21 and R22 should not be connected; and R33 and R34 must be shorted with 0 ohm resistors.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1757335875677v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;h4&gt;&lt;/h4&gt;
&lt;p&gt;This will physically reassign the pins from NFC to GPIO.&lt;/p&gt;
&lt;p&gt;source:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf54l15_dk/page/UG/nRF54L15_DK/hw_desription/nfc_if.html"&gt;NFC antenna interface&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPIO P1.02 on nRF54L15 doesn't work.</title><link>https://devzone.nordicsemi.com/thread/548012?ContentTypeID=1</link><pubDate>Mon, 08 Sep 2025 06:24:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63fec41a-1c91-4881-a5e2-145f76e046f9</guid><dc:creator>shibuta</dc:creator><description>&lt;p&gt;I&amp;#39;ll put prj.conf in my application below.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

# Step 1 - Enable nrfx drivers #
CONFIG_NRFX_GRTC=y
#CONFIG_NRFX_SAADC=y
#CONFIG_NRFX_GPPI=y
#CONFIG_NRFX_TIMER2=y
CONFIG_NRFX_TIMER22=y

CONFIG_GPIO=y
CONFIG_I2C=y


CONFIG_COMPILER_OPT=&amp;quot;-DARM_TABLE_TWIDDLECOEF_F32_64 -DARM_TABLE_BITREVIDX_FLT_64 -DARM_TABLE_TWIDDLECOEF_F32_64 -DARM_TABLE_TWIDDLECOEF_RFFT_F32_128 -DARM_MATH_CM4&amp;quot;
CONFIG_CMSIS_DSP=y
CONFIG_DSP=y
CONFIG_CMSIS_DSP_FASTMATH=y
CONFIG_CMSIS_DSP_STATISTICS=y
CONFIG_CMSIS_DSP_MATRIX=y
#CONFIG_NEWLIB_LIBC=y
#CONFIG_CMSIS_DSP_BAYES=y
CONFIG_CMSIS_DSP_TRANSFORM=y
CONFIG_CMSIS_DSP_SUPPORT=y
CONFIG_CMSIS_DSP_COMPLEXMATH=y
CONFIG_CMSIS_DSP_CONTROLLER=y
CONFIG_DSP_BACKEND_CMSIS=y
CONFIG_FPU=y

CONFIG_LOG=y

#added in order to get the thread name printed in the assertion log.
CONFIG_THREAD_NAME=y
CONFIG_MAIN_STACK_SIZE=2048

CONFIG_ADC=y

# Step 2 - Enable Bluetooth #
CONFIG_BT=y
CONFIG_BT_DEVICE_NAME=&amp;quot;sample&amp;quot;
CONFIG_BT_PERIPHERAL=y
CONFIG_BT_EXT_ADV=y
CONFIG_BT_BROADCASTER=y
CONFIG_BT_OBSERVER=y

# Step 3 - Enable Coded PHY for Bluetooth LE #
CONFIG_BT_USER_PHY_UPDATE=y
CONFIG_BT_CTLR_PHY_CODED=y

# Step 4 - Enable Bluetooth LE Extended Advertising #
CONFIG_BT_EXT_ADV=y
CONFIG_BT_CTLR_ADV_EXT=y
CONFIG_BT_EXT_ADV_MAX_ADV_SET=2
CONFIG_BT_CTLR_ADV_DATA_LEN_MAX=251

# STEP 2.2 - Enable FOTA over Bluetooth LE
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y
CONFIG_MCUBOOT_BOOTUTIL_LIB=y
CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE=y
CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS=&amp;quot;--confirm&amp;quot;

CONFIG_WATCHDOG=n
CONFIG_FLASH=n
CONFIG_PM=n
CONFIG_DYNAMIC_INTERRUPTS=n
CONFIG_IRQ_OFFLOAD=n
CONFIG_THREAD_STACK_INFO=n
CONFIG_THREAD_CUSTOM_DATA=n
CONFIG_BOOT_BANNER=n
CONFIG_BOOT_DELAY=0
#CONFIG_CONSOLE=n
#CONFIG_UART_CONSOLE=n
#CONFIG_STDOUT_CONSOLE=n
#CONFIG_PRINTK=n
CONFIG_EARLY_CONSOLE=n
CONFIG_SIZE_OPTIMIZATIONS=y

CONFIG_BT_HCI_CORE_LOG_LEVEL_OFF=y

CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_500PPM=y
CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=n
CONFIG_MPSL_HFCLK_LATENCY=1600

# Step 6 - disable NFC for out-of-band pairing #
CONFIG_NFCT_PINS_AS_GPIOS=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>