<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SPI deadlock on SKEAZ1284 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495558#M30783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0805,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't what the bus frequent you are using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am try to use the 24Mhz Bus clock, and configure the SPIMaster_LDD, use the same polling code which you are using, I am not blocking in the 1Mhz, and the CS can be higher.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Following is my test wave, I didn't connect the slaver, because you said your master have problem:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="90.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57054i2E73EDB74854F455/image-size/large?v=v2&amp;amp;px=999" role="button" title="90.jpg" alt="90.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attached is my test project, you can use it can check whether it blocks on your side, I test it on our TRK-KEA128 board.&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact with me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jan 2016 05:08:19 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2016-01-25T05:08:19Z</dc:date>
    <item>
      <title>SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495549#M30774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I have an strange deadlock in the SPI driver for my custom SKEAZ1284 board: &lt;/P&gt;&lt;P&gt;I'm using the Processor Expert SPIMaster_LDD component, the same unchanged configuration was working flawlessly for weeks before. Also, before it deadlocks the code is working for a few calls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the interesting part of my communication driver, nothing special but SPI is used in polling mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1453132516359980" data-renderedposition="134_8_1232_112" jivemacro_uid="_1453132516359980" modifiedtitle="true" style="padding-left: 60px;"&gt;while(ERR_BUSY == SM_SPI_ReceiveBlock(SM_SPI_DeviceData, receive, 2));
while(ERR_BUSY == SM_SPI_SendBlock(SM_SPI_DeviceData, transmit, 2));
while (!SM_SPI_GetBlockReceivedStatus(SM_SPI_DeviceData))
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SM_SPI_Main(SM_SPI_DeviceData);
}

&lt;/PRE&gt;&lt;P&gt;If the problem occurs, it is deadlocked in the last while loop. At this point, the content of the SPI registers is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="register2.PNG"&gt;&lt;IMG alt="register2.PNG" src="https://community.nxp.com/t5/image/serverpage/image-id/34178iF21FC16358000FD8/image-size/large?v=v2&amp;amp;px=999" title="register2.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the same time the device data structure of the SPI component is this:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper" image-alt="devicedata.PNG"&gt;&lt;IMG alt="devicedata.PNG" src="https://community.nxp.com/t5/image/serverpage/image-id/34237i4EF9AC32F5056889/image-size/large?v=v2&amp;amp;px=999" title="devicedata.PNG" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for me it seems, everything is transferred the right way (also confirmed by logic analyzer) but afterwards something happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm grateful for any help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 13:27:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495549#M30774</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2020-11-02T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495550#M30775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0815,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please upload your test project, I need to check your code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Besides, tell me what the IDE you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply!&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 05:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495550#M30775</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-19T05:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495551#M30776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply. I'm using S32 Design Studio for this project.&lt;/P&gt;&lt;P&gt;But I can't upload the whole project to a public forum, could I send it directly to you (maybe via email)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 07:22:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495551#M30776</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2016-01-19T07:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495552#M30777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0815,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Our email won't give out directly, If you are not convenient, you don't need to upload it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actually, I am not suggest you use so many while in your code, the while may caused the deadlock easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt; About the SPIMaster_LDD code, we have a codewarrior sample code for &lt;BR /&gt;KL25, you can refer to it, you can refer to this code write your KEA &lt;BR /&gt;code, this use the SPI interrupt code, it will not easily &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enter in the deadlock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt; Attached is the spi_demo code for KL25, but it is nearly the same as &lt;BR /&gt;the KEA128, please refer to the PE configuration and the code in the &lt;BR /&gt;main function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Project path:klxx-SPI_PE\projects\spi_demo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have question, please contact with me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 07:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495552#M30777</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-20T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495553#M30778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK - I changed my code so that it is interrupt driven. But I'm still running into a deadlock where it waits for the flag which will be set normally within the interrupt function (Events.c - SM_SPI_OnBlockReceived):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="_jivemacro_uid_14532768512591776 jive_macro_code jive_text_macro" data-renderedposition="71_8_1232_64" jivemacro_uid="_14532768512591776"&gt;&lt;P&gt;SpiReceived = FALSE;&lt;/P&gt;&lt;P&gt;SM_SPI_ReceiveBlock(SM_SPI_DeviceData, receive, 2);&lt;/P&gt;&lt;P&gt;SM_SPI_SendBlock(SM_SPI_DeviceData, transmit, 2);&lt;/P&gt;&lt;P&gt;while(!SpiReceived);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14532770300519674 jive_text_macro" data-renderedposition="177_8_1232_80" jivemacro_uid="_14532770300519674"&gt;&lt;P&gt;void SM_SPI_OnBlockReceived(LDD_TUserData *UserDataPtr)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* Write your code here ... */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SpiReceived = TRUE;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not much surprised, as there is basically the same code of the SPI component behind this.&lt;/P&gt;&lt;P&gt;Also as with the polling code, the deadlock occurs after the code worked flawless a few times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:20:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495553#M30778</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2016-01-20T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495554#M30779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0815,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; it seems, you didn't receive the SPI data from the slave, did you check the SPI communication wave?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you have the SPI communication wave, please post some wave when the SPI code is blocking, I need to check it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Besides, what the baud rate you are using now? Try cut down the baud rate and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 03:11:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495554#M30779</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-21T03:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495555#M30780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a little mistake - it seems the version with interrupts enabled is working now. :smileywink: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I tried to use lower bitrates with the polling variant. I found if I change the clock from 1MHz to 0.5MHz it is working too.&lt;/P&gt;&lt;P&gt;But this is no solution for me, at least if I don't know the reason behind.&lt;/P&gt;&lt;P&gt;As you asked, here is a plot of the communication:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52757iF148A7D87B9A946F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see the deadlock on the right side where the CS signal will not be released because of this (CS is controlled by software).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 09:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495555#M30780</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2016-01-21T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495556#M30781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0815,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thank you for your information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If your baud rate is higher, I suggest you use the interrupt methods to process the SPI communication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Because as you know, the PE code is really complicate, not simple, the execute time is long, if you still use the polling in the main while, it may easily enter in the dead blocking with higher communication baud rate. Now there two ways:&lt;/P&gt;&lt;P&gt;1. use interrupt method&lt;/P&gt;&lt;P&gt;2. don't choose PE code, just use the bare bone code with register control, it will shorten the code process time in polling mode.&lt;/P&gt;&lt;P&gt;This post is for your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-104505"&gt;External flash control via kinetis M series SPI module&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt; If you still have question, please contact with me!&lt;/P&gt;&lt;P&gt; Have a great day,&lt;/P&gt;&lt;P&gt; Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 02:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495556#M30781</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-22T02:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495557#M30782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, for now I will use the interrupt variant.&lt;/P&gt;&lt;P&gt;However, I have seen the PE code as kind of reference implementation. If there are unaddressed issues then some kind of an uncomfortable feeling remains...&lt;/P&gt;&lt;P&gt;I would really prefer to know the technical reason behind such 'behavior'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your effort!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 07:25:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495557#M30782</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2016-01-22T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495558#M30783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0805,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't what the bus frequent you are using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am try to use the 24Mhz Bus clock, and configure the SPIMaster_LDD, use the same polling code which you are using, I am not blocking in the 1Mhz, and the CS can be higher.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Following is my test wave, I didn't connect the slaver, because you said your master have problem:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="90.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57054i2E73EDB74854F455/image-size/large?v=v2&amp;amp;px=999" role="button" title="90.jpg" alt="90.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Attached is my test project, you can use it can check whether it blocks on your side, I test it on our TRK-KEA128 board.&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact with me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 05:08:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495558#M30783</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-25T05:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495559#M30784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for creating a test project. However I didn't use it directly as you used a few different settings (also 20MHz bus clock at my site).&lt;/P&gt;&lt;P&gt;So I created my own demo project with my original settings. Unfortunately I couldn't reproduce the issue with such simple project. I suppose there are other dependencies or conditions I don't see actually...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 12:12:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495559#M30784</guid>
      <dc:creator>0815</dc:creator>
      <dc:date>2016-01-25T12:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: SPI deadlock on SKEAZ1284</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495560#M30785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 0815,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If the simple project can't reproduce the issue, your problem should relate to other codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I suggest you add part of your code and test again, then it may helps you to find the root problem!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If you find any relative codes, please let me know!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt; Jingjing&lt;/P&gt;&lt;P&gt; -----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 03:05:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/SPI-deadlock-on-SKEAZ1284/m-p/495560#M30785</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2016-01-26T03:05:50Z</dc:date>
    </item>
  </channel>
</rss>

