<?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>promlems with configurating SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58620/promlems-with-configurating-spi</link><description>I tried to add spi driver to existing BLE project but I&amp;#39;ve got this error: 
 ../nRF5_SDK_current/integration/nrfx/legacy/nrf_drv_spi.h:120:37: error: &amp;#39;NRF_DRV_SPI_INSTANCE_0&amp;#39; undeclared here (not in a function); did you mean &amp;#39;NRF_DRV_SPI_INSTANCE_&amp;#39;?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2020 13:34:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58620/promlems-with-configurating-spi" /><item><title>RE: promlems with configurating SPI</title><link>https://devzone.nordicsemi.com/thread/237773?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:34:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8f812600-38e9-408f-9e28-6c636a7a342e</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;I was just about to suggest this solution, but you beat me to it.&lt;br /&gt;Glad you were able to solve the issue!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: promlems with configurating SPI</title><link>https://devzone.nordicsemi.com/thread/237772?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:33:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e99fddc-466f-4b90-bc25-d85576e37a9d</guid><dc:creator>OLEG_T</dc:creator><description>&lt;p&gt;Fixed by adding&amp;nbsp;&amp;nbsp;nrfx_spi.c and&amp;nbsp;nrfx_spim.c to nRF_Drivers folder&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: promlems with configurating SPI</title><link>https://devzone.nordicsemi.com/thread/237754?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 13:13:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bfac7627-d740-4dcc-ad33-f2a17ba4007a</guid><dc:creator>OLEG_T</dc:creator><description>&lt;p&gt;Fixed by enabling SPI0 INSTANCE&lt;/p&gt;
&lt;p&gt;by now I&amp;#39;ve got another error:&lt;/p&gt;
&lt;p&gt;in function `nrf_drv_spi_init&amp;#39;:&lt;br /&gt;nRF5_SDK_Current\integration\nrfx\legacy/nrf_drv_spi.c:121: undefined reference to `nrfx_spim_init&amp;#39;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>