<?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 library routine for 82726 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478853#M12445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear Sir,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For dsc 56F827xx , is there any library function for calculating modulus value.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Selvakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 06:25:24 GMT</pubDate>
    <dc:creator>selvakumarm</dc:creator>
    <dc:date>2016-03-15T06:25:24Z</dc:date>
    <item>
      <title>library routine for 82726</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478853#M12445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear Sir,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For dsc 56F827xx , is there any library function for calculating modulus value.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Selvakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 06:25:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478853#M12445</guid>
      <dc:creator>selvakumarm</dc:creator>
      <dc:date>2016-03-15T06:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: library routine for 82726</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478854#M12446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Selvakumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell us which CodeWarrior version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 15:47:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478854#M12446</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2016-03-15T15:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: library routine for 82726</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478855#M12447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CW MCU v10.6 (eclipse)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with Regards,&lt;/P&gt;&lt;P&gt;Selvakumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:22:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478855#M12447</guid>
      <dc:creator>selvakumarm</dc:creator>
      <dc:date>2016-03-16T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: library routine for 82726</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478856#M12448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Selvakumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;Are you looking for a library function to get the modulus value of a complex number? Sorry that CodeWarrior for DSC does not include such library function, but it supports sqrt() function for both fixed-point and floating-point. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;The fixed-point math functions are supplied by Processor Expert.&amp;nbsp; The component DSP_Func_TFR and DSP_Func_MFR implement trigonometric functions. Please refer to the Processor Expert help pages for the use of this component.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;The functions for sqrt() in component DSP_Func_MFR is mfr16Sqrt() and mfr32Sqrt(). The description for PE's math functions are contained in the file "DspFunc.pdf", you can find this file under the directory:&lt;BR /&gt; &lt;BR /&gt; C:\Freescale\CW MCU v10.6.4\MCU\ProcessorExpert\DOCs\FreescaleSDK\Beans\DspFunc&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;For floating point math functions, C compiler library has support for C99 functions, including trigonometric,&amp;nbsp; hyperbolic, power, absolute value functions, exponential and logarithmic functions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;In order to use double precision function versions, one has to make use of&amp;nbsp;&amp;nbsp; libraries that support long long and double data types (name includes SLLD) and use slld on option to compile the project in CodeWarrior v10.6, for details, please see below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;(1)&amp;nbsp; Add the '-flag slld' in 'Other Flags' field on the panel &amp;lt; DSP Compiler-&amp;gt;Language &amp;gt;. You have found this in the project settings. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;(2) make use of precompiled MSL and runtime support libraries suffixed with _SLLD (e.g. use "MSL C 56800E smm_SLLD.lib" instead "MSL C 56800E smm.lib" and "runtime 56800E smm_SLLD.lib" instead"runtime 56800E smm.lib")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;(3) add&amp;nbsp; * (ll_engine.text) to code section in linker command file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: black;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 07:53:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/library-routine-for-82726/m-p/478856#M12448</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-03-16T07:53:39Z</dc:date>
    </item>
  </channel>
</rss>

