<?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>Problems with SPI on NRF52, no signal</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9837/problems-with-spi-on-nrf52-no-signal</link><description>We are running tests using the spi_master_with_spi_slave example and using an oscilloscope to see if we are getting any signal from the clock or the MOSI but we have not received any signal, we also tried the spi_master example and got nothing. No waveform</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Oct 2015 18:26:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9837/problems-with-spi-on-nrf52-no-signal" /><item><title>RE: Problems with SPI on NRF52, no signal</title><link>https://devzone.nordicsemi.com/thread/36515?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2015 18:26:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23a9e58e-a4e6-4ed8-abe5-92df9d57cfc7</guid><dc:creator>Abhi</dc:creator><description>&lt;p&gt;Thank you for your answer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with SPI on NRF52, no signal</title><link>https://devzone.nordicsemi.com/thread/36514?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2015 09:12:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab3bc64a-e65e-46ce-8fe1-5416857d92ae</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;I think you have misunderstood the pin numbering convention. The pin number defines in the pca10028.h file are referring to the GPIO pin numbers, not the sequential numbering of the physical pins around the chip. I.e. with the connections shown in your image use these pin defines:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define SPIM0_SCK_PIN       25     /**&amp;lt; SPI clock GPIO pin number. */
#define SPIM0_MOSI_PIN      23     /**&amp;lt; SPI Master Out Slave In GPIO pin number. */
#define SPIM0_MISO_PIN      24     /**&amp;lt; SPI Master In Slave Out GPIO pin number. */
#define SPIM0_SS_PIN        22     /**&amp;lt; SPI Slave Select GPIO pin number. */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;given that you are using SPIM0 as your image suggest.&lt;/p&gt;
&lt;p&gt;This numbering convention is used to make it easier to manipulate multiple GPIO pins at the same time without having to worry about where the VDD pins, VSS pins, etc are.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>