<?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 SPI bug</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15761/nrf52832-spi-bug</link><description>HI: 
 i use SPI is ok when i set frequency = NRF_DRV_SPI_FREQ_1M,but SPI will work abnormal when i set frequency = NRF_DRV_SPI_FREQ_500K/NRF_DRV_SPI_FREQ_250K/NRF_DRV_SPI_FREQ_125K, 
 error code=NRF_ERROR_BUSY,why??,frequency&amp;gt;=1M is ok,frequency&amp;lt;1M</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Aug 2016 07:00:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15761/nrf52832-spi-bug" /><item><title>RE: NRF52832 SPI bug</title><link>https://devzone.nordicsemi.com/thread/60156?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2016 07:00:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdb53010-5fc2-421d-9fb8-a8c9ca305e11</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;it seems possible, maybe we hear something from @larry.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SPI bug</title><link>https://devzone.nordicsemi.com/thread/60158?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 07:27:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:486ada1d-337b-44c7-b193-5230e993f5d4</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;my guess would be he&amp;#39;s sending something at a fixed rate or using a fixed delay or something like that. At the high speed 1Mb/s the data is sent before the next packet is ready, but as the speed is lowered, it takes too long to send the data and he tries the next packet and gets the BUSY error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 SPI bug</title><link>https://devzone.nordicsemi.com/thread/60157?ContentTypeID=1</link><pubDate>Tue, 16 Aug 2016 06:59:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d5e05cb-1963-4767-a4d0-3cb3588ab6af</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;NRF_ERROR_BUSY is not abnormal, it is the error generated when you are asking the module to do  something when the module(hardware/driver/library) is busy. It means that you can retry the same request after sometime.&lt;/p&gt;
&lt;p&gt;I am not sure why you are getting this error for slower frequencies, you could debug and see.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>