<?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: Where is MLIB_Conv_F32f in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740042#M321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;I have checked&amp;nbsp; the RTCESL lib for CM4F, there only are two functions in the file&amp;nbsp; "MLIB_Conv_F32.h":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23871i33CEAE968D9D3363/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will tell you after confirm whether it lost other functions .&lt;/P&gt;&lt;P&gt;Sorry for the inconvenient to you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2018 03:42:10 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2018-06-07T03:42:10Z</dc:date>
    <item>
      <title>Where is MLIB_Conv_F32f</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740039#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the Math Library (MLIB) for Cortex M4F, specifically the MLIB_Conv_F32f function, which accepts a float_t and returns a frac32_t in the range &amp;lt;-1; 1). This functionality is described in the MLIB User Guide. However, the function seems to be missing from the actual library, as when I #include "mlib.h", I end up with the compilation error "undefined reference to 'MLIB_Conv_F32f'. Furthermore, digging around in "mlib.h" and "MLIB_Conv_F32.h" reveals no references or definitions for this function. What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 22:32:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740039#M318</guid>
      <dc:creator>aberger</dc:creator>
      <dc:date>2018-05-31T22:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MLIB_Conv_F32f</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740040#M319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;I haven't find the function "MLIB_Conv_F32f "of in " MLIB User Guide for ARM Cortex M4",&lt;/P&gt;&lt;P&gt;only two convert functions:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4148iEA4E4AF18CE65B1F/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can find the guide :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/CM4MLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1" title="https://www.nxp.com/docs/en/user-guide/CM4MLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1"&gt;https://www.nxp.com/docs/en/user-guide/CM4MLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It also describe how to use it on MCUXpresso IDE, KDS, IAR or KEIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&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>Tue, 05 Jun 2018 06:46:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740040#M319</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-06-05T06:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MLIB_Conv_F32f</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740041#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am speaking in reference to the CM4F library (for processors with an FPU) from "MLIB User's Guide: ARM® Cortex® M4F".&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/docs/en/user-guide/CM4FMLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1" title="https://www.nxp.com/docs/en/user-guide/CM4FMLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1"&gt;https://www.nxp.com/docs/en/user-guide/CM4FMLIBUG.pdf?fsrch=1&amp;amp;sr=3&amp;amp;pageNum=1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12444iA25261B570094704/image-size/large?v=v2&amp;amp;px=999" title="CM4FMLIB Table 2-8.png" alt="CM4FMLIB Table 2-8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Even though these function versions are listed in the table, they do not seem available when I include the MLIB library.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 17:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740041#M320</guid>
      <dc:creator>aberger</dc:creator>
      <dc:date>2018-06-05T17:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MLIB_Conv_F32f</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740042#M321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;I have checked&amp;nbsp; the RTCESL lib for CM4F, there only are two functions in the file&amp;nbsp; "MLIB_Conv_F32.h":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/23871i33CEAE968D9D3363/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will tell you after confirm whether it lost other functions .&lt;/P&gt;&lt;P&gt;Sorry for the inconvenient to you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 03:42:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740042#M321</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-06-07T03:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Where is MLIB_Conv_F32f</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740043#M322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry to reply you late.&lt;/P&gt;&lt;P&gt;The float conv function is in the&amp;nbsp;MLIB_Conv_FLT_Asmi.h file. So, if you want to use the functions with floating-point types you must include the mlib_FP.h file. The mlib.h only includes the frac/integer functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&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>Mon, 25 Jun 2018 06:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Where-is-MLIB-Conv-F32f/m-p/740043#M322</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-06-25T06:56:37Z</dc:date>
    </item>
  </channel>
</rss>

