<?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: KL26Z SPI MOSI Idles high in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594252#M34864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Sorry, my comment posted before I finished the code and that typo in "DmaMasterTransferBlocking isn't in the actual code. Everything builds without error.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Also here are the settings I'm using in PE:&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37117i27D61E1DB2FEC973/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiTest[2]={0x80, 0x00};&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiReadTest[2]={0x00, 0x00};&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiTestBuffer[2]={0};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;spi_status_t spiReturnValue0=SPI_DRV_DmaMasterTransferBlocking(&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiTest,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; NULL,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1000&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;spi_status_t spiReturnValuea=SPI_DRV_DmaMasterTransferBlocking(&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiReadTest,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiTestBuffer,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1000&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; );&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 15:35:20 GMT</pubDate>
    <dc:creator>markmichael</dc:creator>
    <dc:date>2016-07-21T15:35:20Z</dc:date>
    <item>
      <title>KL26Z SPI MOSI Idles high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594249#M34861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to read/write data to a camera module using the SPI interface. The slave generates a response with an arduino but not with the frdm-KL26z. I used an oscilloscope to compare the MOSIs and I found that POL and PHA were 0 in both of them. The only difference was that the Arduino has the MOSI pulled down and the KL26z has it pulled up. I'm using Processor Expert and KSDK 1.3 and I can't find a way to change where the MOSI idles for the KL26z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Arduino SCK and MOSI (0x80, 0x55) (receives response)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Arduino.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36683i9C120C7A06EF0DD3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Arduino.jpg" alt="Arduino.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the Freescale sending the same bytes (no response)&lt;span class="lia-inline-image-display-wrapper" image-alt="Freescale.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/36729i43CB5CFF428361E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Freescale.jpg" alt="Freescale.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a quick attempt to validate my hypothesis, I wired the CS and and MOSI to digital inputs and output a CS XOR MOSI modified MOSI. The problem with that is that the bytes were shifted (maybe because the CPU had to process them after the original signal is sent?), but I ordered a XOR logic gate that should be here soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any suggestions on how to fix this. Although it isn't pictured, I verified that CS is pulled low for the transmission and pulled back up between transmissions. I also double checked that the slave was configured for POL 0 and PHA 0. I also made sure the frequency wasn't too high (it's set to 75khz; the slave can work with up to 8Mhz).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 00:15:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594249#M34861</guid>
      <dc:creator>markmichael</dc:creator>
      <dc:date>2016-07-21T00:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z SPI MOSI Idles high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594250#M34862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think the MOSI idle voltage level will affect the SPI communication.&lt;/P&gt;&lt;P&gt;Could you provide the external camera module datasheet? I will check that camera module requirement.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 08:18:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594250#M34862</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-07-21T08:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z SPI MOSI Idles high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594251#M34863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the documentation for the camera module: &lt;A href="http://www.arducam.com/downloads/shields/ArduCAM_Mini_2MP_Camera_Shield_Hardware_Application_Note.pdf" title="http://www.arducam.com/downloads/shields/ArduCAM_Mini_2MP_Camera_Shield_Hardware_Application_Note.pdf"&gt;http://www.arducam.com/downloads/shields/ArduCAM_Mini_2MP_Camera_Shield_Hardware_Application_Note.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should mention that there is an error where it describes the SPI mode as 0 with POL 0 and PHA 1. It has been addressed and corrected on github here: &lt;A href="https://github.com/ArduCAM/Arduino/issues/49" title="https://github.com/ArduCAM/Arduino/issues/49"&gt;SPI Interface error with CC3200 and ArduMini 2MP (OV2640) · Issue #49 · ArduCAM/Arduino · GitHub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Basically, its corrected to Mode 0, POL 0 PHA 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, to test the interface, I am sending {0x80, 0x55} in one transmission to write into the module's test register and then sending {0x00, 0x00}, to read it back and see if it matches. Here is the code for that part:&lt;/P&gt;&lt;P&gt;uint8_t spiTest[2]={0x80, 0x00};&lt;/P&gt;&lt;P&gt;uint8_t spiReadTest[2]={0x00, 0x00};&lt;/P&gt;&lt;P&gt;uint8_t spiTestBuffer[2]={0};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P&gt;spi_status_t spiReturnValue0=SPI_DRV_DmaMasterTransferBlocking(&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; spiTest,&lt;/P&gt;&lt;P&gt;&amp;nbsp; NULL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;P&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P&gt;spi_status_t spiReturnValuea=SPI_DRV_DmaMasterTransfeBlockingr(&lt;/P&gt;&lt;P&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P&gt;&amp;nbsp; spiReadTest,&lt;/P&gt;&lt;P&gt;&amp;nbsp; spiTestBuffer,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:28:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594251#M34863</guid>
      <dc:creator>markmichael</dc:creator>
      <dc:date>2016-07-21T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z SPI MOSI Idles high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594252#M34864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Sorry, my comment posted before I finished the code and that typo in "DmaMasterTransferBlocking isn't in the actual code. Everything builds without error.&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Also here are the settings I'm using in PE:&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37117i27D61E1DB2FEC973/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiTest[2]={0x80, 0x00};&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiReadTest[2]={0x00, 0x00};&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;uint8_t spiTestBuffer[2]={0};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;spi_status_t spiReturnValue0=SPI_DRV_DmaMasterTransferBlocking(&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiTest,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; NULL,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1000&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,0);&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;spi_status_t spiReturnValuea=SPI_DRV_DmaMasterTransferBlocking(&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; SPI1_IDX,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; &amp;amp;spiSensor2_MasterConfig0,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiReadTest,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; spiTestBuffer,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; 2,&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;1000&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&amp;nbsp; );&lt;/P&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;GPIO_DRV_WritePinOutput(J2_6,1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:35:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594252#M34864</guid>
      <dc:creator>markmichael</dc:creator>
      <dc:date>2016-07-21T15:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: KL26Z SPI MOSI Idles high</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594253#M34865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, sorry for my later reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the ArduCAM-M-2MP camera datasheet, the SPI communication using CPOL = 0 and CPHA = 0 mode.&lt;/P&gt;&lt;P&gt;I don't think the KL26 SPI module cause the problem if there with correct setting.&lt;/P&gt;&lt;P&gt;I am doubt the Processor Expert component customer generated code caused the issue.&lt;/P&gt;&lt;P&gt;Could you guide me which component you are using to generate the SPI code?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/37341i91608B1201682C15/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Have you tried to prot the KSDK V1.3 &amp;lt;spi_dma_blocking_example_master&amp;gt; demo with your application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the attention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 07:08:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/KL26Z-SPI-MOSI-Idles-high/m-p/594253#M34865</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-07-25T07:08:10Z</dc:date>
    </item>
  </channel>
</rss>

