<?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 read ADXL362 chip id</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27131/nrf52832-read-adxl362-chip-id</link><description>I am working on reading ADXL362 through SPI on PCA10040.I used demo spi in nRF5_SDK_13.1.0.
here is my main code: 
 bsp_board_leds_init();

APP_ERROR_CHECK(NRF_LOG_INIT(NULL));

NRF_LOG_INFO(&amp;quot;SPI example\r\n&amp;quot;);

nrf_drv_spi_config_t spi_config</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Aug 2017 02:50:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27131/nrf52832-read-adxl362-chip-id" /><item><title>RE: nRF52832 read ADXL362 chip id</title><link>https://devzone.nordicsemi.com/thread/106800?ContentTypeID=1</link><pubDate>Fri, 25 Aug 2017 02:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d85d345-3589-41a1-99ed-67af66ad0d00</guid><dc:creator>airshaven</dc:creator><description>&lt;p&gt;I get it!!!
I used to connect MISO to pin 28 same as spi demo of SDK 13.1.0.my colleague remind me that there is something difference between the pins.then I found this in nRF52 Product Specification
&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/0878.image.png" alt="image description" /&gt;
it said that pin 22~31&amp;#39;s recommended usage is low drive and low frequency only.then i slow the spi&amp;#39;s frequency to 125K,but problem remain.i changed MISO&amp;#39;s pin to pin 2. things changed!!!everything gone well.I tried pin 30 and 31 later.the fault appeared again.
now although problem solved,but i don&amp;#39;t know the reasons.I want to make it clear.so i still need your helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 read ADXL362 chip id</title><link>https://devzone.nordicsemi.com/thread/106799?ContentTypeID=1</link><pubDate>Tue, 22 Aug 2017 04:02:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f8f5afa4-2d11-4654-a0a3-2d95c8bd85b5</guid><dc:creator>airshaven</dc:creator><description>&lt;p&gt;the demo code you given belongs to nrf51.and also,i can&amp;#39;t see how to do the associated pins&amp;#39; configuration.
besides,I used other MCU&amp;#39;s SPI to read adxl362&amp;#39;s registers.this problem never happened&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 read ADXL362 chip id</title><link>https://devzone.nordicsemi.com/thread/106797?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 15:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe75b269-16b8-4865-b76f-ebb0b646e1f7</guid><dc:creator>Daniel Wang</dc:creator><description>&lt;p&gt;Take a look the drivers used here: &lt;a href="https://devzone.nordicsemi.com/question/65703/spi-with-adxl345/?answer=65756#post-id-65756"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 read ADXL362 chip id</title><link>https://devzone.nordicsemi.com/thread/106798?ContentTypeID=1</link><pubDate>Mon, 21 Aug 2017 09:03:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:460c66bb-e675-4b5b-8939-45c017f85e13</guid><dc:creator>airshaven</dc:creator><description>&lt;p&gt;IS there any faults in nRF52832&amp;#39;s SPI? I am exhausted&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>