<?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>SD Card Communication on nRF54LM20A High Speed SPIM Bus (SPI00) Fails to Initialize</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127943/sd-card-communication-on-nrf54lm20a-high-speed-spim-bus-spi00-fails-to-initialize</link><description>Good day, 
 I have been making use of the nRF54LM20A SoC with ncs v3.2.0. I am currently trying to use the high-speed SPI (SPIM00) lines on Port 2 to communicate with an SD card. I intend to mount it and be able to write to and read from the card. I am</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 May 2026 06:45:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127943/sd-card-communication-on-nrf54lm20a-high-speed-spim-bus-spi00-fails-to-initialize" /><item><title>RE: SD Card Communication on nRF54LM20A High Speed SPIM Bus (SPI00) Fails to Initialize</title><link>https://devzone.nordicsemi.com/thread/565800?ContentTypeID=1</link><pubDate>Mon, 04 May 2026 06:45:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14f597a7-a0e4-4c5f-8324-0d66f3807a13</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Sorry for late reply Damola,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As you have already calculated, SPI00 has minimal speed of around 1 MHz due to its prescalar so requesting 400KHz with this instance is not possible directly with the Zephyr&amp;#39;s layer. The options are either to&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;move the SD card wiring to Port 1 and use SPIM20/21/22&lt;/li&gt;
&lt;li&gt;Stay on Port 2, use spi-bitbang only,&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can technically manually init SD over GPIO bit bang and then use SPIM00 transfers but it is a bit chaotic and risky to do so. A lot of things can go wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>