<?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>CodeWarrior Development ToolsのトピックCCA - SMAC</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930346#M7740</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;I was studying the SMAC protocol and i had some doubts about CCA - Clear Channel Assessment. I would like to know if it's a manual that explain its functions in a more detailed way or someone can explain me how it functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 14:44:47 GMT</pubDate>
    <dc:creator>vitorgabriel100</dc:creator>
    <dc:date>2019-10-16T14:44:47Z</dc:date>
    <item>
      <title>CCA - SMAC</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930346#M7740</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;I was studying the SMAC protocol and i had some doubts about CCA - Clear Channel Assessment. I would like to know if it's a manual that explain its functions in a more detailed way or someone can explain me how it functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 14:44:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930346#M7740</guid>
      <dc:creator>vitorgabriel100</dc:creator>
      <dc:date>2019-10-16T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: CCA - SMAC</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930347#M7741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vítor, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SMAC is mounted on top of an 802.15.4 physical layer. This means that Clear Channel Assessment can be done by a request from the upper layers to the PHY layer, by creating a message to the lower layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the way that it's implemented in our Stack, the CCA is done automatically by the PHY layer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can read more about SMAC and 802.15.4 in the documentation included with the KW41Z's SDK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation can be found in the SDK's path, here:&lt;/P&gt;&lt;P&gt;&amp;lt;…\SDK_SDK_2.2.1_FRDM-KW41Z\docs\wireless&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 16:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930347#M7741</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-10-18T16:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: CCA - SMAC</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930348#M7742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I can not understand the real purpose of CCA, what is its function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vítor Caitité&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 18:00:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930348#M7742</guid>
      <dc:creator>vitorgabriel100</dc:creator>
      <dc:date>2019-10-18T18:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: CCA - SMAC</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930349#M7743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitor,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CCA is a necessary process for the 802.15.4 communications protocol to make sure that no other message is being sent at the same time as a new message, so, when trying to transmit data, the PHY layer checks the transmission medium to see if the channel is clear and no other data is being transmitted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If no data is being transmitted, and the channel is clear, then, a new message can be transmitted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can get more information about the 802.15.4 wireless communication standard and the NXP implementation of the stack in the documentation included with the KW41Z's SDK, in the following path:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;…\SDK_SDK_2.2.1_FRDM-KW41Z\docs\wireless\IEEE 802.15.4&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2019 15:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/CCA-SMAC/m-p/930349#M7743</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2019-10-21T15:28:24Z</dc:date>
    </item>
  </channel>
</rss>

