<?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>SPI Configuration with CMSIS tool</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43097/spi-configuration-with-cmsis-tool</link><description>Hello, 
 I am developing a project based on combining two example projects; 
 \nRF5_SDK_15.2.0_9412b96\examples\peripheral\ spi 
 and 
 \nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ ble_app_uart 
 My question is regarding the configuration of sdk_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Jan 2019 07:27:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43097/spi-configuration-with-cmsis-tool" /><item><title>RE: SPI Configuration with CMSIS tool</title><link>https://devzone.nordicsemi.com/thread/168381?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 07:27:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:741e5800-291d-472a-9848-cb55686bc7c0</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The reason you can&amp;#39;t find the options is because &lt;strong&gt;CMSIS Configurator &lt;/strong&gt;&amp;quot;reads&amp;quot; the text of the &lt;strong&gt;sdk_config.h&lt;/strong&gt; for the project you have open, and presents a GUI version based on the text.&lt;/p&gt;
&lt;p&gt;For example, in the &lt;strong&gt;nRF5_SDK_15.2.0_9412b96\examples\peripheral\spi &lt;/strong&gt;example&amp;#39;s &lt;strong&gt;sdk_config.h file:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;h&amp;gt; Application 

//==========================================================
// &amp;lt;h&amp;gt; SPI_CONFIGURATION - Spi configuration

//==========================================================
// &amp;lt;o&amp;gt; SPI_SCK_PIN  - Pin number

// &amp;lt;o&amp;gt; SPI_MISO_PIN  - Pin number
 
// &amp;lt;o&amp;gt; SPI_MOSI_PIN  - Pin number

// &amp;lt;o&amp;gt; SPI_SS_PIN  - Pin number

// &amp;lt;o&amp;gt; SPI_IRQ_PRIORITY  - Interrupt priority
 
// &amp;lt;/h&amp;gt; 
//==========================================================

// &amp;lt;/h&amp;gt; 
//==========================================================

// &amp;lt;h&amp;gt; nRF_Drivers 

//==========================================================
// &amp;lt;e&amp;gt; GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver - legacy layer
//==========================================================
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can see that &lt;strong&gt;&amp;lt;h&amp;gt;&lt;/strong&gt; in represents a &lt;strong&gt;folder&lt;/strong&gt;, and&lt;strong&gt; &amp;lt;o&amp;gt;&lt;/strong&gt; represents an &lt;strong&gt;option&lt;/strong&gt; in the &lt;strong&gt;sdk_config.h&lt;/strong&gt; file&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-d8f8ee90f9ed4deb883e9e18f1e4114b/pastedimage1548746671031v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;So in order to find more options you have to either:&lt;/p&gt;
&lt;p&gt;1) Add the options you want to &lt;strong&gt;sdk_config.h&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2) Start with a &lt;strong&gt;sdk_config.h&lt;/strong&gt; file which has all the options found in one of the subfolders of &lt;strong&gt;nRF5_SDK_15.2.0_9412b96\config&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>