<?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>S32K中的主题 Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
    <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087366#M7813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;抱歉让你久等了，我刚得到AE的答复：&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Please double check and confirm the S32K142 and S32K144/6 project using the same C compiler&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;optimization level&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;setting. You can find the detailed compilation configurations for a certain C file from its&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;.arg&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file located in the same location under the project build target folder(here is&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Debug_FLASH&lt;/STRONG&gt;, which is generated after build the project) as below for example:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107386iC2114FC9F0897B79/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;In general, -o1 runs faster than -o0 due to less instructions generated for the same function in C code.&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;&lt;EM style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;Tips&lt;/STRONG&gt;&lt;/EM&gt;: the S32DS example project is default set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;-o1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;optimization level, while a new created project has&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;-o0&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;optimization level&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Robin&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&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>Tue, 19 May 2020 07:47:26 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2020-05-19T07:47:26Z</dc:date>
    <item>
      <title>S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087363#M7810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;community，&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;最近发现一个比较奇怪的问题:S32K142运算速度比S32K144和S32K146慢。同样主频配置条件下，运行同样的代码，S32K142速度会慢一些。测试代码如下。测试结果是S32K142执行时间3.78ms，S32K144和S32K146执行时间是3.55ms。从芯片上看，都是M4内核，主频也设置来一样的，应该运行速度一样才对的，为什么会出现这样的差异的？&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106652i5974197F2D592982/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/106696i3EA2763FD8703504/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 03:21:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087363#M7810</guid>
      <dc:creator>zhengjianfei1</dc:creator>
      <dc:date>2020-04-28T03:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087364#M7811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;jianfei,&lt;/P&gt;&lt;P&gt;是否使用CLKOUT功能引出内部HCLK或者BUS_CLK，使用示波器观察其频率是否一致？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;如果使用IO口反转方式来测代码执行时间其实是不准确的，因为从MCU执行反转IO代码到实际IO口反转电平还需要一段时间。（当然对你这个测试目的来说是没有问题的，因为如果频率配置相同IO口翻转消耗的时间应该也是相同的）&lt;/P&gt;&lt;P&gt;这篇文章&lt;A href="https://mcuoneclipse.com/2017/01/30/cycle-counting-on-arm-cortex-m-with-dwt/"&gt;Cycle Counting on ARM Cortex-M with DWT&lt;/A&gt;提到的DWT模块可以用来测代码执行时间。（你也可以使用SysTick观察test函数前后的counter差值）&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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>Wed, 29 Apr 2020 09:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087364#M7811</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-04-29T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087365#M7812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin，&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;按照您的方法测试，CLOCK OUT将bus CLK输出，S32K142和S32K146的结果是：&lt;SPAN&gt;S32K142 23.99MHZ，S32K146 23.98MHZ，两者几乎无差异。&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;此外，代码里面增加SYSTICK部分代码，通过寄存器查看每次执行后SYSTICK的差值，代码如下。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60566i3A8AF9E762D28AB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;测试情况是：S32K142执行test函数SYSTICK差值为：90475。S32K146执行test函数的SYSTICK差值为85388。可以看出，S32K146确实是比S32K142快一些，不知道为什么？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 02:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087365#M7812</guid>
      <dc:creator>zhengjianfei1</dc:creator>
      <dc:date>2020-04-30T02:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087366#M7813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;抱歉让你久等了，我刚得到AE的答复：&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Please double check and confirm the S32K142 and S32K144/6 project using the same C compiler&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;optimization level&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;setting. You can find the detailed compilation configurations for a certain C file from its&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;.arg&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file located in the same location under the project build target folder(here is&lt;STRONG style="border: 0px; font-weight: bold;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Debug_FLASH&lt;/STRONG&gt;, which is generated after build the project) as below for example:&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/107386iC2114FC9F0897B79/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;In general, -o1 runs faster than -o0 due to less instructions generated for the same function in C code.&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;&lt;EM style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;Tips&lt;/STRONG&gt;&lt;/EM&gt;: the S32DS example project is default set to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;-o1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;optimization level, while a new created project has&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;-o0&lt;/STRONG&gt;&amp;nbsp;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt;optimization level&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Robin&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&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>Tue, 19 May 2020 07:47:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087366#M7813</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-05-19T07:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087367#M7814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;我这边是新建的工程，确认了是没有开优化的，O0等级。如下。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/100510i4713DEF46796F70B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 14:13:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087367#M7814</guid>
      <dc:creator>zhengjianfei1</dc:creator>
      <dc:date>2020-05-20T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087368#M7815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;对了，还有一个信息。当我开启了指令缓存后，S32K142和S32K144两者速度就一样了，从&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;SYSTICK差值可以看出，完全是一样的。从示波器的测试结果也一样的。我觉得会不会是S32K142和S32K144的flash读取速率有差异呢？&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2020 14:33:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087368#M7815</guid>
      <dc:creator>zhengjianfei1</dc:creator>
      <dc:date>2020-05-20T14:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: S32K142 &amp; S32K144 &amp; S32K146运算速度</title>
      <link>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087369#M7816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Hi&amp;nbsp;jianfei,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;Yes, you are right, this can be caused by the P-Flash port width difference between S32K142 and S32K144:&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;EM&gt;36.1.2 Flash memory sizes&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;S32K144 has two 256KB P-Flash&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;interleave&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;block and form a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;128&lt;/STRONG&gt;&lt;/SPAN&gt;-&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;bit&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;port width for data access. while S32K142 has a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;non-interleave&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;256KB P-Flash block and its access port width is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;64-bit&lt;/STRONG&gt;&lt;/SPAN&gt;. This feature is very useful for Instruction and Data&amp;nbsp;Speculation &amp;amp; Prefech implemented on S32K1xx Flash controller(detailed configurations can be refered to&amp;nbsp;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;OCMDR0~OCMDR2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;register of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="border: 0px currentColor; font-weight: bold;"&gt;&lt;STRONG&gt;MSCM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;module), and it is enabled by default.&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;EM&gt;34.4.2.18 On-Chip Memory Descriptor Register (OCMDR0).png&lt;/EM&gt;&lt;/P&gt;&lt;P style="border: 0px currentColor; color: #51626f; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="border: 0px;"&gt;Robin&lt;/P&gt;&lt;P style="border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px;"&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>Tue, 26 May 2020 07:02:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K142-S32K144-S32K146%E8%BF%90%E7%AE%97%E9%80%9F%E5%BA%A6/m-p/1087369#M7816</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2020-05-26T07:02:03Z</dc:date>
    </item>
  </channel>
</rss>

