<?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: JN5169 MAC PIB Attributes (Missing) in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958147#M7746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matt!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jun 2019 18:16:13 GMT</pubDate>
    <dc:creator>mferrari1</dc:creator>
    <dc:date>2019-06-19T18:16:13Z</dc:date>
    <item>
      <title>JN5169 MAC PIB Attributes (Missing)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958144#M7743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The MAC PIB Attributes are documented in the NXP IEEE802.15.4 Stack User Guide (JN-UG-3024) Chapter 8.&lt;/P&gt;&lt;P&gt;Some of the Attributes are not mentioned in this document.&lt;/P&gt;&lt;P&gt;Of particular interest to me are:&amp;nbsp; u8MaxFrameRetries &amp;amp; u16MaxTotalFrameTxTime&lt;/P&gt;&lt;P&gt;Why do these attributes not appear in the User Guide MAC PIB documentation?&lt;/P&gt;&lt;P&gt;Can anyone point me to NXP documentation which discusses the usage of these attributes as they are implemented in the NXP 802.15.4 Stack?&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 18:14:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958144#M7743</guid>
      <dc:creator>mferrari1</dc:creator>
      <dc:date>2019-06-06T18:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: JN5169 MAC PIB Attributes (Missing)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958145#M7744</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 looked in my available files and was not able to locate anything as well, I'll check if we have the information available to share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Estephania&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 16:03:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958145#M7744</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-06-07T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: JN5169 MAC PIB Attributes (Missing)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958146#M7745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The document is not up to date as these attributes were added later, but I&amp;nbsp;do have&amp;nbsp;the following information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;u8MaxFrameRetries&lt;/STRONG&gt; is the number of retry attempts if a frame transmission is not acknowledged. So if u8MaxFrameRetries = 2, the frame will be retransmitted up to 2 times (hence 3 transmits in total).&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;STRONG&gt;u16MaxTotalFrameTxTime&lt;/STRONG&gt; is the time that the device will stay in RX waiting for a frame when it expects one, e.g. after a data request where the acknowledge has indicated that a frame is pending. The value should be determined from the values of minBE, maxBE and maxCSMAbackoffs using a slightly complicated formula that is in the 802.15.4 spec (for 802.15.4-2011 it is in section 6.4.3, but in any version just search for macMaxFrameTotalWaitTime).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="MaxFrameTotalWaitTime.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/88338iCCBE2A8FA748C1D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="MaxFrameTotalWaitTime.png" alt="MaxFrameTotalWaitTime.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value is correct for the defaults of the other values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Note:&lt;/STRONG&gt; There are 2 MAC stacks&amp;nbsp;released in the JN5169 SDK. The full MAC is a complete implementation of all the functionality in the 15.4 specification. We also release the MiniMac that is used in the Zigbee applications as it is a much smaller implementation and only includes the functionality required by Zigbee and has a smaller footprint of both flash and RAM.&amp;nbsp;In the&amp;nbsp;MiniMac implementation, this PIB variable changed name to &lt;STRONG&gt;u16MaxFrameTotalWaitTime&lt;/STRONG&gt; to better match the name used by the 15.4 specification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 10:46:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958146#M7745</guid>
      <dc:creator>MattGillespie</dc:creator>
      <dc:date>2019-06-19T10:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: JN5169 MAC PIB Attributes (Missing)</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958147#M7746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Matt!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 18:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/JN5169-MAC-PIB-Attributes-Missing/m-p/958147#M7746</guid>
      <dc:creator>mferrari1</dc:creator>
      <dc:date>2019-06-19T18:16:13Z</dc:date>
    </item>
  </channel>
</rss>

