<?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>Kinetis Software Development KitのトピックRe: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404006#M1622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, with a pull-down no glitch, but it's really not advisable to use the pull-down (in this case modify the hardware config of the CLEV663 Blue Board).&lt;/P&gt;&lt;P&gt;What should be &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; done at driver level is the disable/enable of the SPI interface (thus no hi-Z state), so flushing SPI FIFO buffer differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Luca O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 11:13:58 GMT</pubDate>
    <dc:creator>lucaognibene</dc:creator>
    <dc:date>2015-11-04T11:13:58Z</dc:date>
    <item>
      <title>SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/403998#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a project using the FRDM-KL25Z dev board and a CLEV663B Blue Board (with a NXP CLRC663 RFID transponder).&lt;/P&gt;&lt;P&gt;I configured the latter for an SPI connection.&lt;/P&gt;&lt;P&gt;All the development is done under KDS V3.0 and SDK V1.2.0, so the lastest available versions at this moment (AFAIK).&lt;/P&gt;&lt;P&gt;I setup/configured an SPI interface at driver level (DRV calls - speaking about KSDK): SPI clock, MISO, MOSI and &lt;STRONG&gt;Slave Select&lt;/STRONG&gt; pins, bit rate 1MHz, polarity active high, phase on first edge, Msb first.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After two days struggling for make it work, I managed to find the problem.&lt;/P&gt;&lt;P&gt;Right at the beginning, after the first negative results, checking the SPI signals with an oscilloscope, revealed a glitch just before the SPI clock start (see Image_1.bmp).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="88211_88211.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120714iB3675DBA4B82BD0D/image-size/large?v=v2&amp;amp;px=999" role="button" title="88211_88211.bmp" alt="88211_88211.bmp" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image_1.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23108i4E4A1DF2BFD108C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_1.bmp" alt="Image_1.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Yellow track&lt;/SPAN&gt;: &lt;EM&gt;SPI clock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Violet track&lt;/SPAN&gt;: &lt;EM&gt;MISO&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Blue track&lt;/SPAN&gt;: &lt;EM&gt;SPI slave select&lt;/EM&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I didn't care that much since the SPI select goes active (low) at the beginning of the SPI clock period.&lt;/P&gt;&lt;P&gt;The CLRC663 responded bad things in this situation, so after pin checking and other stuff, I decided not to use the hardware SPI slave select, but using the same pin as a GPIO, and controlling it manually in my SPI routines.&lt;/P&gt;&lt;P&gt;So I went in this other situation (see Image_2.bmp).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="88212_88212.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120715i884A9DDD4EFE5BF8/image-size/large?v=v2&amp;amp;px=999" role="button" title="88212_88212.bmp" alt="88212_88212.bmp" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image_2.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1344i0575AAC2BBB17F7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_2.bmp" alt="Image_2.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see the glitch is located in the same position, but this time slave select goes low far before the SPI clock starting.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In fact my code is doing like this:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;GPIO_DRV_ClearPinOutput(SPI_EN_663);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;retval = SPI_DRV_MasterTransferBlocking(FSL_SPICOM1, NULL, buffer_ptr, &amp;amp;spi_rx_buf[0], length, SPI_TIMEOUT);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;As you can guess also in this case SPI data is not correct because glitch occurs when the slave select is already active (low).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, who's doing that glitch???&lt;/P&gt;&lt;P&gt;By going step by step I discovered (thanks also to my colleague Stefano) that is due to the lines into the file '&lt;STRONG&gt;fsl_spi_master_driver.c&lt;/STRONG&gt;':&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SPI_HAL_Disable(base);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SPI_HAL_Enable(base);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For preventing this glitch I commented the first line ( SPI_HAL_Disable(base) ), but since the important comment just above in the code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;/* In order to flush any remaining data in the shift register, disable then enable the SPI */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the two lines above in my SPI routines:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SPI_HAL_Disable(base);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;SPI_HAL_Enable(base);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;GPIO_DRV_ClearPinOutput(SPI_EN_663);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;retval = SPI_DRV_MasterTransferBlocking(FSL_SPICOM1, NULL, buffer_ptr, &amp;amp;spi_rx_buf[0], length, SPI_TIMEOUT);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this way the glitch appears &lt;SPAN style="text-decoration: underline;"&gt;but before the slave select goes low&lt;/SPAN&gt;, and &lt;SPAN style="text-decoration: underline;"&gt;the CLRC663 has all the time to know I'm going to communicate with SPI&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;The results are here in Image_3.bmp:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="88213_88213.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120716iEE2F3AC0C8371B7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="88213_88213.bmp" alt="88213_88213.bmp" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image_3.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/1394i69082D2E03D9F800/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image_3.bmp" alt="Image_3.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this way &lt;SPAN style="text-decoration: underline;"&gt;using GPIO I can easily select which SPI peripheral to use for communication&lt;/SPAN&gt; (&lt;STRONG&gt;if I have more than one on the same bus&lt;/STRONG&gt;), and &lt;SPAN style="text-decoration: underline;"&gt;can also cope with devices not so fast recognizing SPI clock&lt;/SPAN&gt;, when enabled it its proximity.&lt;/P&gt;&lt;P&gt;But all of this has been achieved in a quite "dirty way", by modifying the SDK code at driver level (see line commented).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I suggest to add a couple of functions/methods in next SDK updates, for providing the option to enable/disable SPI &lt;STRONG&gt;slaves &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;manually.&lt;/P&gt;&lt;P&gt;Let me know what you think.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luca O.&amp;nbsp;&amp;nbsp; \8^)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:27:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/403998#M1614</guid>
      <dc:creator>lucaognibene</dc:creator>
      <dc:date>2015-10-16T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/403999#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;Another post mentions about glitch with GPIO:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/577145?et=watches.email.thread#577145" title="https://community.freescale.com/message/577145?et=watches.email.thread#577145"&gt;https://community.freescale.com/message/577145?et=watches.email.thread#577145&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I submitted request to our KSDK Developers to look into it.&amp;nbsp; Maybe this is your issue too???&lt;/P&gt;&lt;P&gt;I am pointing them to this post too.&amp;nbsp; Will report back when I hear something.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:51:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/403999#M1615</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-16T16:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404000#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the suggested post, but I think it regards a similar problem into GPIO setup, while "my" glitch appears on SPI clock (either you use the hardware SPI enable signal, or GPIO).&lt;/P&gt;&lt;P&gt;The glitch problem is crucial if you want to use more than one peripheral on the same SPI bus: you have to use GPIO lines as enable for each peripheral on the bus, and select them "manually" before starting SPI communication.&lt;/P&gt;&lt;P&gt;Beside this using a GPIO line for SPI enable is mandatory if your peripheral isn't fast enough to get the SPI clock just half period after enabling it (as my case with CLRC663).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I think you should open a different ticket for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luca O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 07:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404000#M1616</guid>
      <dc:creator>lucaognibene</dc:creator>
      <dc:date>2015-10-19T07:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404001#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;I will mention to developers this may be separate issue.&lt;/P&gt;&lt;P&gt;Have you tried KSDK_1.3?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 15:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404001#M1617</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-19T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404002#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment our project is using KDS V3.0 and SDK V1.2.0, and I would not like to update the IDE on-the-fly, since this would mean jumping on a new version without knowing the exact effects (adding other variables to problem), and being almost sure about no benefits (by reading changes into the SDK release notes).&lt;/P&gt;&lt;P&gt;Anyway I got the KSDK V1.3.0. and I analyzed the sources for the relevant functions with WinMerge and they are absolutely the same code (&lt;EM&gt;SPI_HAL_Enable()&lt;/EM&gt;, &lt;EM&gt;SPI_HAL_Disable()&lt;/EM&gt; into &lt;EM&gt;fsl_spi_hal.h&lt;/EM&gt; and &lt;EM&gt;MKL25Z4_extension.h&lt;/EM&gt; for pointed macros).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried, somehow, to set the SPI clock pin to ground level when SPI is not enabled, to prevent the glitch, but with no results: in this case I configured GPIO output to the pin PTC5 (by code), and set 0 the startup value.&lt;/P&gt;&lt;P&gt;It didn't work: the SPI clock pin was kept to zero all the time, even after SPI enabling.&lt;/P&gt;&lt;P&gt;With KDS+SDK+ Processor Expert it seems I can't share a pin between different peripherals: eg. using a pin as GPIO for a certain time, and using it as SPI clock for another time slice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I think this issue should be solved somehow in a "clean" way, without touching the SDK: I'd like to notice that it appears on KL25Z128, but it may not on different architectures (eg. M4). I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luca O.&amp;nbsp;&amp;nbsp; \8^)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:54:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404002#M1618</guid>
      <dc:creator>lucaognibene</dc:creator>
      <dc:date>2015-10-21T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404003#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;Have you checked to ensure there is not a pull-up enabled for the SPI Clock signal either on board, in the PCR register, or somehow with the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;CLEV663B Blue Board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;If no pull-up found, could you try enabling the PCR pull-down for that pin to see how it affects the glitch?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;David &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 16:32:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404003#M1619</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-21T16:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404004#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello again David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the CLEV663B Blue Board schematic and I noticed that there's a pull-up resistor (1kohm) on the SPI clock.&lt;/P&gt;&lt;P&gt;This line on the dev board is also shared by the I2C bus clock so it's natural to have this connection.&lt;/P&gt;&lt;P&gt;But even for a SPI clock input, the pull-up it's advisable to be sure about what we get if the master SPI device is disabled for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the PCR register I checked the one related to the PTC port, and I noticed that the pull type selection is not available on the KL25Z (in fact the function PORT_HAL_SetPullMode() is ghosted since the #define FSL_FEATURE_PORT_HAS_PULL_SELECTION is 0.&lt;/P&gt;&lt;P&gt;This has been confirmed by KL25 reference manual (page 160, PS symbol in table, except for PTA0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway I tried 2 things:&lt;/P&gt;&lt;P&gt;- just set the pull-enable on PTC5 (the SPI0 CLK) editing the PE generated file &lt;EM&gt;pin_init.c&lt;/EM&gt;: (not really advisable, but just a try...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;void init_gpio_pins(uint32_t instance)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; switch(instance) {&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case GPIOA_IDX:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GPIOA_IDX */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Affects PORTA_PCR16 register */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetMuxMode(PORTA,16UL,kPortMuxAsGpio);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case GPIOB_IDX:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GPIOB_IDX */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Affects PORTB_PCR18 register */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetMuxMode(PORTB,18UL,kPortMuxAsGpio);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Affects PORTB_PCR19 register */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetMuxMode(PORTB,19UL,kPortMuxAsGpio);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case GPIOC_IDX:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GPIOC_IDX */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Affects PORTC_PCR4 register */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetMuxMode(PORTC,4UL,kPortMuxAsGpio);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetPullCmd(PORTC,5UL,true);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; case GPIOD_IDX:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GPIOD_IDX */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Affects PORTD_PCR1 register */&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PORT_HAL_SetMuxMode(PORTD,1UL,kPortMuxAsGpio);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; default:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; }&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course no differences in behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- used EmbSys RegEdit to modify registers on-the-fly (very cool :-)&amp;nbsp; )&lt;/P&gt;&lt;P&gt;I manged to modify the PCR5 register of PORTC: mux from SPI to GPIO, set the GPIO pin from 1 to 0 and viceversa, and going back to SPI clock, but the glitch is always there when muxing to SPI clock selection again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "bad" thing at the end is that it seems to be necessary to disable/enable the SPI interface to flush its buffer.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To prevent this glitch it would be sufficient to find a way to flush SPI buffers securely without disabling the interface at all&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As written in the first post at the moment we solved the problem by modifying the SDK file &lt;EM&gt;fsl_spi_master.c&lt;/EM&gt;, but it's not quite correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luca O.&amp;nbsp;&amp;nbsp; \8^)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 17:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404004#M1620</guid>
      <dc:creator>lucaognibene</dc:creator>
      <dc:date>2015-10-26T17:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404005#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luca,&lt;/P&gt;&lt;P&gt;Thank you for the update and results.&lt;/P&gt;&lt;P&gt;What happens if you replace the pull-up with a pull-down?&amp;nbsp; Do you still see the glitch?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:27:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404005#M1621</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-28T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404006#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, with a pull-down no glitch, but it's really not advisable to use the pull-down (in this case modify the hardware config of the CLEV663 Blue Board).&lt;/P&gt;&lt;P&gt;What should be &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; done at driver level is the disable/enable of the SPI interface (thus no hi-Z state), so flushing SPI FIFO buffer differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Luca O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 11:13:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404006#M1622</guid>
      <dc:creator>lucaognibene</dc:creator>
      <dc:date>2015-11-04T11:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404007#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Hello &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;I have a similar&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;much&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;worse problem&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SPI&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;driver&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt; &lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;glitches&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;are&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;not only&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;clock&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but also&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;MOSI&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Since I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;first&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;examined the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;problem in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my application&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;found nothing&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;I have&lt;/SPAN&gt; &lt;SPAN class="hps alt-edited"&gt;then&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;tried the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;spi_loopback_example_frdmkl25z&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="spi_loopback_demo.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52126iEC3B76F05C2D3994/image-size/large?v=v2&amp;amp;px=999" role="button" title="spi_loopback_demo.jpg" alt="spi_loopback_demo.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The execution&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Success!&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;data&lt;/SPAN&gt; &lt;SPAN class="hps alt-edited"&gt;push themselves&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;despite the extremely&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;bad timing&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the register&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jan 2016 17:47:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404007#M1623</guid>
      <dc:creator>damarco</dc:creator>
      <dc:date>2016-01-07T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404008#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been trying to get something on the MISO line, however I am unable to see anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in parallel I have got the LDD working on the same board with almost same SPI register settings working properly as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was having a thread here on that issue here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/383083"&gt;SPI driver read not functioning with KSDK 1.2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, I was wondering if there is any way to put LDD on my project, because the issue doesnt seem to exist with it and is only seen with the driver coming along with KSDK 1.2.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done pin settings for SCLK with pull down and other ping settings as shown here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="PinsettingsClk.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55962i561A883040A65676/image-size/large?v=v2&amp;amp;px=999" role="button" title="PinsettingsClk.JPG" alt="PinsettingsClk.JPG" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="Pinsettings.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/55920iD0CED91890B90DC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pinsettings.JPG" alt="Pinsettings.JPG" /&gt;&lt;/span&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;Thanks,&lt;/P&gt;&lt;P&gt;Kewal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 19:52:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404008#M1624</guid>
      <dc:creator>Kewal</dc:creator>
      <dc:date>2016-01-08T19:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: SPI issue on KSDK V1.2.0 (at least on FRDM-KL25Z board)</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404009#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a similar problem where MISO is not able to communicate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below screen shot is the communication established through the LDD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="tek00000.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57571iDCE256BCFA106B16/image-size/large?v=v2&amp;amp;px=999" role="button" title="tek00000.png" alt="tek00000.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I am trying to use the PDD now along with safeRTOS and I believe i have done the right pin settings as well but still unable to see any response from the slave chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="tek00003.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/30475i3CD39AF46AF3F2E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="tek00003.png" alt="tek00003.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could have gone wrong also my pin settings looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="PinsettingsCurrent.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/57640iBBBF20DF128B78F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="PinsettingsCurrent.JPG" alt="PinsettingsCurrent.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything like busconfiguration init required before starting the communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Kewal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2016 17:28:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SPI-issue-on-KSDK-V1-2-0-at-least-on-FRDM-KL25Z-board/m-p/404009#M1625</guid>
      <dc:creator>Kewal</dc:creator>
      <dc:date>2016-01-09T17:28:03Z</dc:date>
    </item>
  </channel>
</rss>

