<?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: Communication with SPI slave (Kinetis MKW24D512) in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460387#M27552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is already answered in the thread &lt;A href="https://community.nxp.com/thread/384604"&gt;Forming a ZigBee network by ZigBee Test Client (ZTC)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Feb 2016 02:48:13 GMT</pubDate>
    <dc:creator>EarlOrlando</dc:creator>
    <dc:date>2016-02-03T02:48:13Z</dc:date>
    <item>
      <title>Communication with SPI slave (Kinetis MKW24D512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460384#M27549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a newbie here, and my English is not very good. Sorry about that.&lt;/P&gt;&lt;P&gt;I have a SPI slave (Kinetis MKW24D512VHA5) connected to a MIPS host processor via SPI.&lt;/P&gt;&lt;P&gt;I would like to access and control the SPI slave by ZigBee Test Client (ZTC) protocol on host.&lt;/P&gt;&lt;P&gt;How can I drive and communicate with the SPI slave?&lt;/P&gt;&lt;P&gt;Does anyone have any example project on Linux host to communicate the SPI slave via SPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 13:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460384#M27549</guid>
      <dc:creator>diaskuo</dc:creator>
      <dc:date>2016-01-24T13:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Communication with SPI slave (Kinetis MKW24D512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460385#M27550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to modify some macros to configure the ZTC over SPI in a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, enable the SPI interface by modifying the macros commented as &lt;STRONG&gt;/* Stub functions*/ &lt;/STRONG&gt; in the &lt;STRONG&gt;PLM/Interface/SPI_Interface.h&lt;/STRONG&gt; file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, define the &lt;STRONG&gt;gZtcCommInterfaceType_d&lt;/STRONG&gt; macro as &lt;STRONG&gt;gCfgSPIInterface_d&lt;/STRONG&gt; in the &lt;STRONG&gt;ZTC/Interface/&lt;/STRONG&gt;&lt;STRONG&gt;ZTCInterface.h &lt;/STRONG&gt;file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 16:41:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460385#M27550</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2016-01-27T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Communication with SPI slave (Kinetis MKW24D512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460386#M27551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Earl, thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found below descriptions on page 59, Chapter 5, ZTC Frame Format, BeeStack BlackBox ZigBee Test Client (ZTC), BSBBZTCRM.pdf.&lt;/P&gt;&lt;P&gt;All communication with the ZTC protocol can be accomplished using two interface&lt;/P&gt;&lt;P&gt;- A three wire UART connection (...)&lt;/P&gt;&lt;P&gt;- A three wire I2C connect (...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please tell me can ZTC support over SPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BeeKit shows a warning message window when I export my project enabled both Keyboard (KB) and SPI modules.&lt;/P&gt;&lt;P&gt;Do I need the KB for a ZigBee coordinator device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An open system (no security) Wi-Fi connection flow between a wireless client and an access point (AP) is probe request (req)/response (rsp), authentication req/rsp and association req/rsp.&lt;/P&gt;&lt;P&gt;Where can I find a ZigBee connection flow between a coordinator and a end device?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know which ZTC commands do I need to send out from host to the coordinator to communicate with ZigBee end device via SPI?&lt;/P&gt;&lt;P&gt;In my case, would you please give me some examples for forming a ZigBee network and toggling a light using ZigBee technology?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for taking your time to read my questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 11:53:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460386#M27551</guid>
      <dc:creator>diaskuo</dc:creator>
      <dc:date>2016-01-28T11:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Communication with SPI slave (Kinetis MKW24D512)</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460387#M27552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is already answered in the thread &lt;A href="https://community.nxp.com/thread/384604"&gt;Forming a ZigBee network by ZigBee Test Client (ZTC)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Earl.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 02:48:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communication-with-SPI-slave-Kinetis-MKW24D512/m-p/460387#M27552</guid>
      <dc:creator>EarlOrlando</dc:creator>
      <dc:date>2016-02-03T02:48:13Z</dc:date>
    </item>
  </channel>
</rss>

