<?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 Does the L series support single cycle multiply?? tks in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225153#M4399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the L series support single cycle multiply?? tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Oct 2013 01:09:29 GMT</pubDate>
    <dc:creator>brucemcmillan</dc:creator>
    <dc:date>2013-10-23T01:09:29Z</dc:date>
    <item>
      <title>Does the L series support single cycle multiply?? tks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225153#M4399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the L series support single cycle multiply?? tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 01:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225153#M4399</guid>
      <dc:creator>brucemcmillan</dc:creator>
      <dc:date>2013-10-23T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does the L series support single cycle multiply?? tks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225154#M4400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;kinetis L is based on cotex M0+ core. so it can use&amp;nbsp; &lt;CODE class="aainlinemono"&gt;MULS&lt;/CODE&gt; instruction to execute multiply in a single cycle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 02:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225154#M4400</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2013-10-23T02:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does the L series support single cycle multiply?? tks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225155#M4401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, ARM have it as an option on the M0+, and I can't find it specified in the&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KL2x"&gt; KL25Z&lt;/A&gt; documentation, however there are plenty of references to the fast bit-banging, which is also an option.&lt;/P&gt;&lt;P&gt;tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 13:59:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225155#M4401</guid>
      <dc:creator>brucemcmillan</dc:creator>
      <dc:date>2013-10-23T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Does the L series support single cycle multiply?? tks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225156#M4402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bruce, the Freescale RM covers the MCU in detail, the core is only superficially documented there because there is already in-depth documentation for the core provided by ARM here:&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://www.arm.com/products/processors/cortex-m/cortex-m0plus.php" style="font-size: 10pt; line-height: 1.5em;"&gt;http://www.arm.com/products/processors/cortex-m/cortex-m0plus.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And in the ARM Infocenter:&lt;/P&gt;&lt;P&gt;&lt;A class="loading" href="http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439c/I1010015.html" style="font-size: 10pt; line-height: 1.5em;"&gt;http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439c/I1010015.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To your exact question:&lt;/P&gt;&lt;P&gt;Cortex M0+ cores have a 32 x 32 = 32 multiply that can be a single cycle or a 32-cycle implementation, Freescale uses the single-cycle implementation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 17:43:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225156#M4402</guid>
      <dc:creator>eduardo_viramon</dc:creator>
      <dc:date>2013-10-23T17:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does the L series support single cycle multiply?? tks</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225157#M4403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,I also have some problems in using the one cycle 32X32 multiplier of Cortex M0+.The MCU I'm using is MKE02Z16VLC2,and the bus clock is 20MHz,I have tested that &lt;/P&gt;&lt;P&gt;a int32Xint32 operation takes 10us,and a int32/int16 takes 14us,is there anything wrong or I haven't used it correctly?&lt;/P&gt;&lt;P&gt;When I use the DSC MC56F8013,there are many functions such as 'mult_r()' which can be used to optimize the program,is there something similar here?&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 15:37:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Does-the-L-series-support-single-cycle-multiply-tks/m-p/225157#M4403</guid>
      <dc:creator>MichaelWang</dc:creator>
      <dc:date>2014-06-18T15:37:32Z</dc:date>
    </item>
  </channel>
</rss>

