<?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>nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57416/nrf52832-external-spi-flash-pin-select</link><description>HI, 
 i have made 3 customer board 
 they all use the same spi flash mx25v8006e 
 and the first two board have the spi pin : sck 3, miso 1,mosi 0,ss 2 
 but i change the design in the third board to sck 8, miso 5,mosi 7,ss 6 
 my code works fine on the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Feb 2020 02:27:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57416/nrf52832-external-spi-flash-pin-select" /><item><title>RE: nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/thread/233419?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2020 02:27:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29648664-afb6-4faa-8a81-a4f8958ebfd3</guid><dc:creator>Aku</dc:creator><description>&lt;p&gt;It works suddenly today&lt;/p&gt;
&lt;p&gt;I am so confused&lt;/p&gt;
&lt;p&gt;No matter how, thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/thread/233176?ContentTypeID=1</link><pubDate>Fri, 07 Feb 2020 02:23:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d83dd5a9-63ac-470e-af0c-44b5a4dded53</guid><dc:creator>Aku</dc:creator><description>&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1581041718848v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I change the default pins(8675--&amp;gt;3102) in pca10040.h&lt;/p&gt;
&lt;p&gt;but my spi still cant work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/thread/232961?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 08:07:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fef8f664-3e02-4b98-8b65-abf316a7a9a4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Typically this is in the board file (boards.h), in your case I expect you can find it in pca10040.h.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/thread/232933?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 01:55:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b4b6217-6f2c-4bfc-aa57-b4e7b243bc8a</guid><dc:creator>Aku</dc:creator><description>&lt;p&gt;thank, i flipped over my DK and see&lt;/p&gt;
&lt;p&gt;and&amp;nbsp; follow&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/55367/disable-uart-of-nrf52"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/55367/disable-uart-of-nrf52&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;after disable all&amp;nbsp; uart-relateds in the sdk_config.h and Exclude nrf_drv_uart.c from build it works&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but now i&amp;nbsp;want to use uart for other function&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I change the HCI_UART_ PINS in&amp;nbsp;&lt;span&gt;sdk_config.h and also&amp;nbsp;PIN_NUMBERs in pca10040.h&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but my spi dont work this time&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;do you know how to change the default uart pins?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 external SPI flash pin select</title><link>https://devzone.nordicsemi.com/thread/232921?ContentTypeID=1</link><pubDate>Wed, 05 Feb 2020 18:20:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff3e30d4-9572-4ddf-87aa-578919ab9021</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;If you flip over an nRF52-DK you can see the default connection and usage for GPIO&amp;#39;s, for instance pins 5-6-7-8 are by default setup to be used as UART pins. Likely you have exported your project from the nRF52-DK, and these pins are still assigned to be UART pins.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>