<?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>ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28519/ask-about-this-bug-the-spim-an-additional-byte-is-clocked-out-when-rxd-maxcnt-1</link><description>Dear nordic employee 
 when I use the spim to send 1 byte address to read it&amp;#39;s value(4 bytes) 
 nrf_drv_spi_transfer(&amp;amp;spi,headerBuffer,(uint8_t)headerLength,readBuffer,(uint8_t)readlength); headerLength=1; readlength=4;
 
 I get the problem like the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 15 Apr 2018 17:20:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28519/ask-about-this-bug-the-spim-an-additional-byte-is-clocked-out-when-rxd-maxcnt-1" /><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/128362?ContentTypeID=1</link><pubDate>Sun, 15 Apr 2018 17:20:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd951ab9-5e54-42b9-bf05-dd71c09c5ccd</guid><dc:creator>leonhart88</dc:creator><description>&lt;p&gt;I just want to add here that if you&amp;#39;re just trying to send a single byte out to a peripheral in order to set a register or something, you can just do the following:&lt;br /&gt;&lt;br /&gt;nrf_drv_spi_transfer(&amp;amp;m_spi_master_0, spiTransmitBuffer, 1, NULL, 0);&lt;br /&gt;&lt;br /&gt;Not sure why this isn&amp;#39;t documented well anywhere.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112904?ContentTypeID=1</link><pubDate>Wed, 03 Jan 2018 19:42:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c31dd252-0b62-4c35-9e6e-18e3a775fbef</guid><dc:creator>Chitrang Talaviya</dc:creator><description>&lt;p&gt;I am also facing the same issue. I added the workaround code in SDK 14. Iam using nrf52840. I am sending 0x8F to read the WHO_AM_I and I am receiving 0x00 instead of 0x6A.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112902?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2017 15:07:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f70e8fd-952d-41e1-8e85-77a3ddeb730e</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;hello Sigurd&lt;/p&gt;
&lt;p&gt;12 02 33 44 is the slave device ID（&lt;strong&gt;which is fixed&lt;/strong&gt;）&lt;/p&gt;
&lt;p&gt;1、now ，I cannot gei the right result yet &lt;strong&gt;after add the ppi and gpiote&lt;/strong&gt;（MY sdk is 13.1，and I &lt;strong&gt;add the code according to the  spi_pan58_workaround_sdk12.zip&lt;/strong&gt;，all code between ### Workaround Section Start and ### Workaround Section end in &lt;strong&gt;mian.c&lt;/strong&gt;）&lt;/p&gt;
&lt;p&gt;so do you have a project  which is spi ok（with soft device is better ）？&lt;/p&gt;
&lt;p&gt;I have the  《spi_pan58_workaround_sdk12.zip》&lt;/p&gt;
&lt;p&gt;but I cannot build it successfully ，it  has some mistake&lt;/p&gt;
&lt;p&gt;2、I saw here （when send one byte）
&lt;code&gt;nrf_drv_gpiote_in_event_enable(SPI_SCK_PIN, false);// Enable the GPIOTE output pin task.&lt;/code&gt;
the false is right ？should I change it to be ture？&lt;/p&gt;
&lt;p&gt;best regards for you！&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112903?ContentTypeID=1</link><pubDate>Sun, 10 Dec 2017 22:50:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32f1f0c7-1e34-4fce-874d-cd35809eb159</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Ok. Great that you no longer are getting  00 00 00 00 after changing to the correct frequency .&lt;/p&gt;
&lt;p&gt;So you are now getting  FF 12 02 33 , but it should be 12 02 33 44 ?&lt;/p&gt;
&lt;p&gt;What device is the spi-slave? How do you know that you should get 12 02 33 44 instead?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112901?ContentTypeID=1</link><pubDate>Sat, 09 Dec 2017 15:40:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:566775f5-4fb0-45e6-8b20-cd2490a01238</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;Hi Sigurd&lt;/p&gt;
&lt;p&gt;today I tried&lt;/p&gt;
&lt;p&gt;the reason why I just add the spi handle（even is NULL） the result turn to be 00 00 00 00&lt;/p&gt;
&lt;p&gt;maybe is because of the frequency&lt;/p&gt;
&lt;p&gt;my spi frequency is 500khz before，when I change the frequency to be 1MHZ，even if I add the spi
handle ，the result is FF 12 02 33  not 00 00 00 00&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112891?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:52:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fcfd2382-de74-455d-8126-736dbd291449</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;You mean It is because I have not set the spi _xfer_done true maybe?&lt;/p&gt;
&lt;p&gt;I will try the example handle without change tomorrow,thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112899?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47df2c8a-ff76-4d6a-8fed-699b897f7f56</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;In the example in the SDK, the spi_event_handler is used to set the &lt;code&gt;spi_xfer_done&lt;/code&gt; flag to true.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112898?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:30:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0cb3817-915c-4fdc-b7dd-bc6cd0ea08ce</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;Sorry&lt;/p&gt;
&lt;p&gt;The SDK I tried spi handle is 13.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112897?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:29:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8430280d-b03f-4786-97b5-951d31ca7b33</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;May be it is because I have not clear some flag in the handle?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112896?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:26:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee00edfe-af89-45ba-bdae-c848bbe8352e</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;like this&lt;/p&gt;
&lt;p&gt;void spi_event_handler(nrf_drv_spi_evt_t const * p_event,void * p_context) { //do nothing }&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112895?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62311ec6-5fc9-4975-b381-f3d5bde03cde</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;How does your spi_event_handler function looks like ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112894?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:449f86d5-4814-46ed-abb9-548bccb1206d</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;and now my mainly question is :why I just add a spi handle function,the result is turn to be 00 00 00 00&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112893?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 15:00:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa91cebc-cd34-487e-9e66-5d42e12e17d0</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;thanks
1、I know that，I will not put the example to the sdk 14 dirictly&lt;/p&gt;
&lt;p&gt;2、this problem is that I tryed in the spi example (sdk14)&lt;/p&gt;
&lt;p&gt;I only add the spi handle，with out ppi and gpiote&lt;/p&gt;
&lt;p&gt;I think this problem is important，It may be the reason why spi out 00 00 00 00 when I add the ppi and gpiote code&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112892?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2017 14:51:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b66b1209-b14d-4630-85d8-d28fbad59ffb</guid><dc:creator>Sigurd</dc:creator><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The example project was for SDK 12. I.e. if you just copy the example to SDK 14, it will not compile. So you need to port the code to the SDK 14 SPI example.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Your init function looks correct. &lt;strong&gt;You need to add the PPI and GPIOTE code for the fix to work&lt;/strong&gt;. In the example project with the fix, we disable the PPI and GPIOTE in the spi_event_handler when we get the event  NRF_DRV_SPI_EVENT_DONE.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112900?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 13:56:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9fa1f68-0869-4b6f-9e63-a083b08a7697</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;@Sigurd。   hi,can you hear me? I need your help ,thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112890?ContentTypeID=1</link><pubDate>Thu, 07 Dec 2017 10:37:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e4e1070-8ea5-4a71-bbb7-1484195f7e65</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;thank you for your code&lt;/p&gt;
&lt;p&gt;but I have two more questions&lt;/p&gt;
&lt;p&gt;1、I haven&amp;#39;t see any difference between your code and the spi_pan58_workaround_sdk12.zip（about the spi），so what do you mean spi_pan58_workaround_sdk12.zip is just for sdk12？&lt;/p&gt;
&lt;p&gt;what is the difference between  the spi_pan58_workaround_sdk12.zip and you code above？&lt;/p&gt;
&lt;p&gt;2、today I just try init like this :
&lt;code&gt;nrf_drv_spi_init(&amp;amp;spi, &amp;amp;spi_config, spi_event_handler, NULL);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;haven&amp;#39;t added the PPI and gpiote code yet&lt;/p&gt;
&lt;p&gt;only add the spi_event_handler&lt;/p&gt;
&lt;p&gt;the result turn to be ：00 00 00 00（right is 12 02 33 44）,even the spi_event_handler is NULL Like&lt;/p&gt;
&lt;p&gt;this:&lt;code&gt;void spi_event_handler(nrf_drv_spi_evt_t const * p_event,void * p_context) { //do nothing }&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;when I remove the spi_event_handler,like this :&lt;code&gt;nrf_drv_spi_init(&amp;amp;spi, &amp;amp;spi_config, NULL, NULL)&lt;/code&gt;，the result is turn to be FF 12 02 33&lt;/p&gt;
&lt;p&gt;my question is：why the spi_event_handler can influence the result&lt;/p&gt;
&lt;p&gt;thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112885?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 16:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c593b333-5056-4c05-8d7b-fae754723cb2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;It should be shown in the &lt;code&gt;main.c&lt;/code&gt; file in the &lt;code&gt;spi_pan58_workaround_sdk12.zip&lt;/code&gt; in the post you linked to. Please take a look at that file.&lt;/p&gt;
&lt;p&gt;I.e.&lt;/p&gt;
&lt;p&gt;Add this with the other defines:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// ### Workaround Section Start ###
#include &amp;quot;nrf_drv_ppi.h&amp;quot;
#include &amp;quot;nrf_drv_gpiote.h&amp;quot;
// ### Workaround Section End   ###

// ### Workaround Section Start ###
static nrf_ppi_channel_t ppi_channel;
//Dummy handler
void in_pin_handler( nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
    //Do nothing
}
// ### Workaround Section End   ###
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in spi_event_handler, add this at right after &lt;code&gt;NRF_DRV_SPI_EVENT_DONE&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; // ### Workaround Section Start ###

// Disable the PPI channel
err_code = nrf_drv_ppi_channel_disable(ppi_channel);
APP_ERROR_CHECK(err_code);

// Disable a GPIOTE output pin task.
nrf_drv_gpiote_in_event_disable(SPI_SCK_PIN);

// ### Workaround Section End   ###
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;after  &lt;code&gt;APP_ERROR_CHECK(nrf_drv_spi_init(&amp;amp;spi, &amp;amp;spi_config, spi_event_handler, NULL));&lt;/code&gt; in main(), you add this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// ### Workaround Section Start ###
    
     uint32_t err_code;
    
     NRF_SPIM_Type * p_spim = spi.p_registers;
    
    //Initialize GPIOTE and PPI drivers for the workaround
    
    err_code = nrf_drv_gpiote_init();
    APP_ERROR_CHECK(err_code);
    
    // Initializes the GPIOTE channel so that SCK toggles generates events
    nrf_drv_gpiote_in_config_t config = GPIOTE_CONFIG_IN_SENSE_TOGGLE(true);
            err_code = nrf_drv_gpiote_in_init(SPI_SCK_PIN, &amp;amp;config, in_pin_handler);
            APP_ERROR_CHECK(err_code); 
        
    err_code = nrf_drv_ppi_init();
    APP_ERROR_CHECK(err_code);
    
    // Allocate first unused PPI channel 
    err_code = nrf_drv_ppi_channel_alloc(&amp;amp;ppi_channel);
    APP_ERROR_CHECK(err_code);
    
    // Assign the PPI channel to the SCK pin
    err_code = nrf_drv_ppi_channel_assign(ppi_channel,
                                        nrf_drv_gpiote_in_event_addr_get(SPI_SCK_PIN),
                                        (uint32_t)&amp;amp;p_spim-&amp;gt;TASKS_STOP);
    APP_ERROR_CHECK(err_code);


// ### Workaround Section End   ###    
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then use the function spi_send_recv when you want to send 1 byte data&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112887?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 15:28:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e61ecd0-8211-4f57-841b-e97cd8e810d0</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;should I put the code between the start and end？&lt;/p&gt;
&lt;p&gt;and where should I put these all source code？&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112886?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 15:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a8f7ec2-460e-4721-8ac3-944af7fe8d92</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;I saw the workaround code in the nordic error document，but I donot know where should I put these code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112889?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 14:55:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1c9b639-bbdc-4fb0-b831-9eb8a34124c4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The example with the fix is for SDK 12. Did you add the relevant fix to the SDK 14 SPI example ?&lt;/p&gt;
&lt;p&gt;You need to add the &lt;code&gt;### Workaround Section Start ###&lt;/code&gt; and&lt;code&gt;### Workaround Section End ###&lt;/code&gt;  code to the correct places.&lt;/p&gt;
&lt;p&gt;Then use &lt;code&gt;spi_send_recv()&lt;/code&gt; function when you want to send single byte.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112888?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 14:40:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a3ff48-1a2f-4d7b-ab7c-76390e370878</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;hello？
can you answer me？ thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112883?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 09:02:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c15d8729-fbea-4368-b94b-1f20fd784f04</guid><dc:creator>victor_CHINA</dc:creator><description>&lt;p&gt;SDK 14.2.0
I get 00 12 02 33 before I added the workaround
thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ask about this BUG the SPIM: An additional byte is clocked out when RXD.MAXCNT = 1</title><link>https://devzone.nordicsemi.com/thread/112884?ContentTypeID=1</link><pubDate>Wed, 06 Dec 2017 09:00:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61cf1f71-75e5-46e6-9c1c-04ed0eae2e42</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;What SDK version are you using ?&lt;/li&gt;
&lt;li&gt;What was the result of the read operation before you added the workaround ? Did you get  00 00 00 00 before you added the workaround also? or did you get something else?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>