<?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>There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126390/there-is-a-bug-in-spim-init-in-ncs-sdk-3-21</link><description>After initialization, pin 0 will be configured as the ss_pin by default</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 08 Jan 2026 02:21:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126390/there-is-a-bug-in-spim-init-in-ncs-sdk-3-21" /><item><title>RE: There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/thread/558219?ContentTypeID=1</link><pubDate>Thu, 08 Jan 2026 02:21:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67d1e236-7061-4d56-ab0c-68c6d25508e1</guid><dc:creator>12345678</dc:creator><description>&lt;p&gt;&lt;span&gt;Issue resolved. After switching from SDK 3.11 to 3.21, the original struct required the const modifier. In 3.21, const can no longer be used, and using it causes ss_pin to default to 0 and become unmodifiable.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/thread/558128?ContentTypeID=1</link><pubDate>Wed, 07 Jan 2026 10:28:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15181fbc-3f4a-4edf-8fd8-bed6ddf884a8</guid><dc:creator>12345678</dc:creator><description>&lt;p&gt;&lt;span&gt;My P0.0 pin is being used by other peripherals, so after calling nrfx_spim_uninit(&amp;amp;spi_ws2812), it causes issues with the other peripherals.&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/thread/558127?ContentTypeID=1</link><pubDate>Wed, 07 Jan 2026 10:27:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed71f89b-8af0-4566-851f-952ac91f599b</guid><dc:creator>12345678</dc:creator><description>&lt;p&gt;&lt;span&gt;Using the nRF low-level driver SPIM to drive the WS2818 lights, initializing only with the .mosi_pin pin, which is P0.17. The ss_pin is set to NRF_SPIM_PIN_NOT_CONNECTED to indicate it is not used. After initialization, as shown in Figures 1.2 above, P0.0 is used as the default ss_pin. When using nrfx_spim_uninit(&amp;amp;spi_ws2812), it will call this function for P0.0:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;static void spim_pin_uninit(uint32_t pin)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span&gt; if (pin == NRF_SPIM_PIN_NOT_CONNECTED ||&lt;/span&gt;&lt;br /&gt;&lt;span&gt;#if defined(SPIM_DCX_DISCONNECTED_READBACK)&lt;/span&gt;&lt;br /&gt;&lt;span&gt; pin == SPIM_DCX_DISCONNECTED_READBACK ||&lt;/span&gt;&lt;br /&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;br /&gt;&lt;span&gt; 0)&lt;/span&gt;&lt;br /&gt;&lt;span&gt; {&lt;/span&gt;&lt;br /&gt;&lt;span&gt; return;&lt;/span&gt;&lt;br /&gt;&lt;span&gt; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt; nrfy_gpio_cfg_default(pin);&lt;/span&gt;&lt;br /&gt;&lt;span&gt;}&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/thread/558126?ContentTypeID=1</link><pubDate>Wed, 07 Jan 2026 10:27:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:445080d7-4be6-4aee-9898-52599690c391</guid><dc:creator>12345678</dc:creator><description>&lt;p&gt;1.NRF CONNECT SDK 3.21&amp;nbsp;&amp;nbsp;&lt;br /&gt;2.nrf52833 qdaa&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: There is a bug in spim init in NCS SDK 3.21</title><link>https://devzone.nordicsemi.com/thread/558024?ContentTypeID=1</link><pubDate>Tue, 06 Jan 2026 12:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d324d0a-e824-416d-b4b3-db2e9b96213e</guid><dc:creator>Kazi Afroza Sultana</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;Can you tell a bit detail about your issue? Which application you are trying to use? What is the NCS version and SoC?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>