<?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>custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126079/custom-board-nrf54l-use-spim00</link><description>I have designed a custom board using the nrf54l10 chip (similar to nrf54l15). I want to use SPI to communicate with a sensor. So I assigned the pins P2.6 for SCK, P2.4 for MOSI and P2.2 for MISO. So, the commun SPI channel on the board is the SPIM00.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Dec 2025 09:54:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126079/custom-board-nrf54l-use-spim00" /><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556840?ContentTypeID=1</link><pubDate>Fri, 12 Dec 2025 09:54:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d19fc788-e13d-4044-87a7-a32d2bb678cf</guid><dc:creator>Alexandra L</dc:creator><description>&lt;p&gt;Thank you, that is true. I changed it to:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;spi-max-frequency&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;lt;&lt;/span&gt;&lt;span&gt;1015873&lt;/span&gt;&lt;span&gt;&amp;gt;; &amp;nbsp;&lt;/span&gt;&lt;span&gt;/* 128MHz/126 &amp;asymp; 1,015,873 Hz */&lt;br /&gt;&lt;br /&gt;And now it works!&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556739?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 21:00:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5abdf2d4-3e68-4555-882e-c1f5e17ed97f</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Note SPIM00 uses 128MHz peripheral core frequency and the Prescaler Divisor range for SPIM00 is 4..126 so the 1MHz clock you specify will cause an error and not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556738?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 20:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4667464-31c6-4134-9dff-53b71c6e091d</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Extra High Drive E0 E1 just add to both spi00 psels; only needed for SCK and MOSI but is benign on MISO I think:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;			nordic,drive-mode = &amp;lt;NRF_DRIVE_E0E1&amp;gt;;
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556727?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 17:20:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099bf7c7-13f3-4087-9599-c17cff9b9bfc</guid><dc:creator>Alexandra L</dc:creator><description>&lt;p&gt;Thank you, I have tested both ways. It is only working when i use SPIM20 and change SCK to P2.01. If i use SPIM00 I can&amp;#39;t have any signal.. I don&amp;#39;t know if I need to add any configuration to use SPIM00 or not...&lt;br /&gt;&lt;br /&gt;But is important for me to use the P2.06 pin SCK since I don&amp;#39;t want to change my hardware...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I have found this but I don&amp;#39;t understand what is suppose to configure or if it is required in this case.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/spim00.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556724?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 16:47:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ecc9306d-397c-4bf5-9516-103ab69edae9</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;P2.04 is SPIM00 SDI, which is actually MISO (Master Input Slave Output); that differs I think from the above overlay. Ditto P2.02 SPIM00 SDO is MOSI (Master Out Slave In). Perhaps try reversing these two pin definitions in the overlay.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556722?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 16:37:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53417ad3-9cef-43b5-b49e-99c0cd511584</guid><dc:creator>Alexandra L</dc:creator><description>&lt;p&gt;Thank you for your attention,&lt;br /&gt;However on the datasheet it mention these pins i am using.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/spim.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom board NRF54L use SPIM00</title><link>https://devzone.nordicsemi.com/thread/556721?ContentTypeID=1</link><pubDate>Wed, 10 Dec 2025 16:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f74b8351-82af-4bdd-9a43-a5144e92bd78</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;Have a look at this link; SPIM00 uses dedicated pins which I think are different to those shown in the overlay above:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/125222/spim00-failed-to-initialize-nrfx-driver-0bad0004-on-nrf54l15-dk"&gt;spim00-failed&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>