<?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>S12 / MagniV Microcontrollersのトピックvalue mask filter   How to set &amp;quot;Receive cycle counter filter value&amp;quot; and  &amp;quot;Receive cycle counter filter mask&amp;quot; ? I had seen &amp;quot;CYCCNT^MBCCFRn[CCFMSK] = MB</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/value-mask-filter-How-to-set-quot-Receive-cycle-counter-filter/m-p/807176#M15794</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;&lt;/P&gt;&lt;P&gt;Thank you for your reply.  This is my first time asking question in NXP Community. I chose the wrong options. It is not a  i.MX Processors problem. It is about MC9S12XF512. I had seen the answers for "How to Calculate Cycle Counter Value/Mask ", but no one gave the answers. Someone even said " It's a freescale mystery...".  I will be very grateful if you can help me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Aug 2018 03:14:41 GMT</pubDate>
    <dc:creator>leidou</dc:creator>
    <dc:date>2018-08-18T03:14:41Z</dc:date>
    <item>
      <title>value mask filter   How to set "Receive cycle counter filter value" and  "Receive cycle counter filter mask" ? I had seen "CYCCNT^MBCCFRn[CCFMSK] = MB</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/value-mask-filter-How-to-set-quot-Receive-cycle-counter-filter/m-p/807176#M15794</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;&lt;/P&gt;&lt;P&gt;Thank you for your reply.  This is my first time asking question in NXP Community. I chose the wrong options. It is not a  i.MX Processors problem. It is about MC9S12XF512. I had seen the answers for "How to Calculate Cycle Counter Value/Mask ", but no one gave the answers. Someone even said " It's a freescale mystery...".  I will be very grateful if you can help me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Aug 2018 03:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/value-mask-filter-How-to-set-quot-Receive-cycle-counter-filter/m-p/807176#M15794</guid>
      <dc:creator>leidou</dc:creator>
      <dc:date>2018-08-18T03:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: value mask filter   How to set "Receive cycle counter filter value" and  "Receive cycle counter filter mask" ? I had seen "CYCCNT^MBCCFRn[CCFMSK] = MB</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/value-mask-filter-How-to-set-quot-Receive-cycle-counter-filter/m-p/807177#M15795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lei,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added here the received example from the application engineer.&lt;/P&gt;&lt;P&gt;Example: The application wants to receive a frame in every 4th cycle, start in cycle 1.&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: .25in;"&gt;The periodicity is configurable by the CCFMSK – cycle counter filtering mask&lt;/LI&gt;&lt;/OL&gt;&lt;P&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;&amp;nbsp;&amp;nbsp; CCFMSK = Perioda-1 = 4-1=3&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: .25in;"&gt;The start offset is done by configuring the CCFVAL – cycle counter filtering mask&lt;/LI&gt;&lt;/OL&gt;&lt;P&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;&amp;nbsp;&amp;nbsp; CCFVAL = in which cycle to start = 1&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI style="margin-left: .25in;"&gt;We need to enable the cycle filtering by set the CCFE bit&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 12px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 08:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/value-mask-filter-How-to-set-quot-Receive-cycle-counter-filter/m-p/807177#M15795</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2018-08-24T08:30:48Z</dc:date>
    </item>
  </channel>
</rss>

