<?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>Is it possible to configure nRF54L15 for SPI without SDI / MISO and use that pin for other functions?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123210/is-it-possible-to-configure-nrf54l15-for-spi-without-sdi-miso-and-use-that-pin-for-other-functions</link><description>We have previously used nRF52840 and for the latest iteration of our board design we are updating to use nRF54L15. 
 We are aware that for nRF52840 we could map any pin to any function however for nRF54L15 we must use specific pins for some function </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Aug 2025 12:06:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123210/is-it-possible-to-configure-nrf54l15-for-spi-without-sdi-miso-and-use-that-pin-for-other-functions" /><item><title>RE: Is it possible to configure nRF54L15 for SPI without SDI / MISO and use that pin for other functions?</title><link>https://devzone.nordicsemi.com/thread/545052?ContentTypeID=1</link><pubDate>Fri, 08 Aug 2025 12:06:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e39ae08-d8f4-4756-a192-cb99015e65c8</guid><dc:creator>AlexZander</dc:creator><description>&lt;p&gt;We have confirmed using the nRF54L15DK that it is indeed possible to configure SPI without MISO and use the remaining pin as a GPIO. Just require confirmation that we are using `NRF_PSEL_DISCONNECTED` correctly but this does seem to be the case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to configure nRF54L15 for SPI without SDI / MISO and use that pin for other functions?</title><link>https://devzone.nordicsemi.com/thread/544687?ContentTypeID=1</link><pubDate>Tue, 05 Aug 2025 16:29:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a19460cd-712f-4c16-b5b0-36db6fe977ab</guid><dc:creator>AlexZander</dc:creator><description>&lt;p&gt;Hi Susheel.&lt;/p&gt;
&lt;p&gt;I understand that&amp;nbsp;&lt;span&gt;NRF_SPI_PIN_NOT_CONNECTED&lt;/span&gt;&lt;span&gt;&amp;nbsp;is defined as&amp;nbsp;&lt;/span&gt;&lt;span&gt;0xFFFFFFFF however it is not clear how I would use this from the DTS file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I did find NRF_PSEL_DISCONNECTED so would appreciate if you would confirm if this is correct please?&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;pinctrl {
    spi21_default: spi21_default {
        group1 {
            psels = &amp;lt;NRF_PSEL(SPIM_SCK, 1, 8)&amp;gt;,
                    &amp;lt;NRF_PSEL(SPIM_MOSI, 1, 7)&amp;gt;,
                    &amp;lt;NRF_PSEL_DISCONNECTED(SPIM_MISO)&amp;gt;;
        };
    };
};&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to configure nRF54L15 for SPI without SDI / MISO and use that pin for other functions?</title><link>https://devzone.nordicsemi.com/thread/543864?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2025 07:43:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fd4535f-c2f6-40b3-98c2-6ff031ce5e3e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Alex,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks like you can omit SDI pin assignment to SPIM.&amp;nbsp; In the Nordic HAL you do this by passing the standard &lt;span&gt;NRF_PSEL_DISCONNECTED&amp;nbsp;&lt;/span&gt;constant for the MISO pin; under Zephyr you must explicitly set the devicetree’s miso-pin to 0xFFFFFFFF rather than dropping it altogether. Once that’s done, P1.10 (your would-be SDI pin) remains a free GPIO you can configure for your other signal. I have not tried this myself, but it seems very possible to do this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is it possible to configure nRF54L15 for SPI without SDI / MISO and use that pin for other functions?</title><link>https://devzone.nordicsemi.com/thread/543627?ContentTypeID=1</link><pubDate>Fri, 25 Jul 2025 14:16:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:caad2d27-8b2f-4200-ae8d-ed7e39878168</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Alex, Apologies for delays in response, I need to double check the specs to see if you can use the SPI pin on something else. I will try to come back to you with more info early next week.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>