<?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>S32 Design StudioのトピックRe: library selection when creating S32R274 project</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721422#M2076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Many thanks for your detailed description. It is clear to me for this question.&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 01:57:15 GMT</pubDate>
    <dc:creator>guangyuanh</dc:creator>
    <dc:date>2017-11-28T01:57:15Z</dc:date>
    <item>
      <title>library selection when creating S32R274 project</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721420#M2074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; would anyone help me about the differences between the EWL/EWL Nano/NewLib/NewLib Nano as below？&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I used to select the EWL library in MPC5775K project by default. I'd like to know if it is the most suitable selection for radar signal processing?&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&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/33480iBB4D15FF8ABED405/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>Mon, 20 Nov 2017 06:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721420#M2074</guid>
      <dc:creator>guangyuanh</dc:creator>
      <dc:date>2017-11-20T06:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: library selection when creating S32R274 project</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721421#M2075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are basically two main Ansi C/C++ libs familes supported by S32DS: Newlib and EWL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Newlib&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;is an open-source project -&amp;nbsp;&lt;SPAN style="color: black;"&gt;&lt;A href="https://sourceware.org/newlib/"&gt;https://sourceware.org/newlib/&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;maintained by community&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Newlib-nano&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Newlib variant that is targeting memory constrained devices (e.g. no floating point support for std. I/O)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EWL (Embedded Warrior Library)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;proprietary libraries created by NXP (source code available and distributed with S32DS/CodeWarrior)&lt;/LI&gt;&lt;LI&gt;maintained by NXP&lt;/LI&gt;&lt;LI&gt;easy migration from CodeWarrior projects&lt;/LI&gt;&lt;LI&gt;good scalability via&amp;nbsp;config macros&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EWL-nano&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;EWL variant that is targeting memory constrained devices (currently smaller footprint then Newlib-nano)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S32R274 is a device with enough memory ~2MB internal Flash/ &amp;gt;1 MB of onchip SRAM. So you can choose between EWL and Newlib.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 16:36:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721421#M2075</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2017-11-27T16:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: library selection when creating S32R274 project</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721422#M2076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanislav:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Many thanks for your detailed description. It is clear to me for this question.&lt;/P&gt;&lt;P&gt;Jimmy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 01:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/library-selection-when-creating-S32R274-project/m-p/721422#M2076</guid>
      <dc:creator>guangyuanh</dc:creator>
      <dc:date>2017-11-28T01:57:15Z</dc:date>
    </item>
  </channel>
</rss>

