<?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 Problem with nRF24l01+ on KL25Z with STATUS Register in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755611#M46074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I got problem with nRF24l01 modul. The SPI communications works, but when I&amp;nbsp; send payload (I only use transmmiter)I check the STATUS register and the value should be 0x10 for max retransmit payload, but it always set on 0x0E. What can be the problem ? Iam using KL25Z&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Code is below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Apr 2018 12:36:06 GMT</pubDate>
    <dc:creator>peteros</dc:creator>
    <dc:date>2018-04-21T12:36:06Z</dc:date>
    <item>
      <title>Problem with nRF24l01+ on KL25Z with STATUS Register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755611#M46074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hello,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I got problem with nRF24l01 modul. The SPI communications works, but when I&amp;nbsp; send payload (I only use transmmiter)I check the STATUS register and the value should be 0x10 for max retransmit payload, but it always set on 0x0E. What can be the problem ? Iam using KL25Z&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Code is below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2018 12:36:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755611#M46074</guid>
      <dc:creator>peteros</dc:creator>
      <dc:date>2018-04-21T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nRF24l01+ on KL25Z with STATUS Register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755612#M46075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi customer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; When you send payload, whether the SPI bus wave received data is the same as the KL25 code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If yes, it means the slave feedback is wrong, please check the SPI bus wave.&lt;/P&gt;&lt;P&gt;&amp;nbsp; If the SPI bus wave data is correct, then it should be the KL25 code's problem, your master need to select same SPI mode, CHPA and CPOL as your slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 23 Apr 2018 06:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755612#M46075</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-04-23T06:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nRF24l01+ on KL25Z with STATUS Register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755613#M46076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Kerry&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes i change CPHA and CPOL and it works :smileyhappy:&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 17:02:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755613#M46076</guid>
      <dc:creator>peteros</dc:creator>
      <dc:date>2018-04-23T17:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with nRF24l01+ on KL25Z with STATUS Register</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755614#M46077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi h h,&lt;/P&gt;&lt;P&gt;&amp;nbsp; That's very good!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If your problem is solved, please help me mark the correct answer, just to close this case, thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 11 May 2018 02:36:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Problem-with-nRF24l01-on-KL25Z-with-STATUS-Register/m-p/755614#M46077</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-05-11T02:36:22Z</dc:date>
    </item>
  </channel>
</rss>

