<?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: How to have acces to code size using MC toolbox for kinetis ? in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889070#M3059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/m.benderradji@outlook.fr"&gt;m.benderradji@outlook.fr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the code that is generated is based on the NXP S32K SDK drivers - hence the need for additional program space. You can easily see which drivers are used and how much program/data memory space it takes by checking the map file generated for each model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even for a simple Simulink model you have pointed out, there are a lot of initializations that happen under the hood in order to startup the MCU.&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/65675i5AE64A508BAC8601/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;/P&gt;&lt;P&gt;Fortunately, Simulink comes with a set of optimization features that may help you to reduce the code size or improve the execution speed of the program.&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/65759i4AAA58DEC73FB614/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;P&gt;&lt;/P&gt;&lt;P&gt;The ugly truth is that those optimization works for the Simulink model part (user application) and not the "mcu startup code" which is injected by the NXP toolbox in order to bring the MCU up to life.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To reduce the code size even further, you may use the cross-compiler optimization flags. In case of GCC you can enable the -Os flag instead of -O1 (&lt;A href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html"&gt;GCC flags are described here&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66037i90366301EB25A2D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow,&amp;nbsp; keep in mind that there is a minimum size that is required for SDK driver initialization that can't be reduced further since it is absolutely necessary for the MCU startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this address your concerns!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2019 15:21:26 GMT</pubDate>
    <dc:creator>Daniel_Popa</dc:creator>
    <dc:date>2019-02-05T15:21:26Z</dc:date>
    <item>
      <title>How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889060#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, i am using MC toolbox for kinetis and i work especially with KV10 family for my application.&lt;/P&gt;&lt;P&gt;I would like to know how to have access to the "code size of my application". For information, i am using GCC compiler. &lt;/P&gt;&lt;P&gt;Thanks in advance for your support&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 13:06:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889060#M3049</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-21T13:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889061#M3050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/m.benderradji@outlook.fr"&gt;m.benderradji@outlook.fr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your application code size is larger than the board size flash, or you want to see how large is the generated elf size?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 13:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889061#M3050</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2019-01-21T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889062#M3051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to see how large is the generated elf size &lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2019 15:09:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889062#M3051</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-21T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889063#M3052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;any feedback please ?&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 08:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889063#M3052</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-25T08:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889064#M3053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/m.benderradji@outlook.fr"&gt;m.benderradji@outlook.fr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many ways to see information about the generated elf file, one of them being the &lt;STRONG&gt;readelf&lt;/STRONG&gt; utility. This is available if you have a UNIX OS or cygwin or something similar. You can see details about all the sections by using this line:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;readelf&lt;/STRONG&gt; --section-details &amp;lt;name_of_elf&amp;gt;.elf&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can also use &lt;STRONG&gt;grep&lt;/STRONG&gt; to filter the output to what you want to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of these utilities however is part of what we develop - these can be used for every file that is of ELF type, so nothing particular to ones generated by our toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 09:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889064#M3053</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2019-01-25T09:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889065#M3054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi Razvan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks for your support &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;First, i&amp;nbsp;&lt;SPAN style="font-size: 11pt;"&gt; wish to inform you that i don't have UNIKS OS. Secondely, I did not &lt;SPAN class=""&gt;&lt;SPAN class="" title=""&gt;completely understand how to have acces to the size of my application using readelf utility or grep.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11pt; "&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" title=""&gt;Is it possible with &amp;lt;name_of_application&amp;gt;.map we can have some information or summery about the code size (especially for flash).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11pt; "&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 11pt; "&gt;&lt;SPAN class=""&gt;&lt;SPAN class="" title=""&gt;rEGARDS&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 10:17:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889065#M3054</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-25T10:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889066#M3055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Any feedback please ?&lt;/P&gt;&lt;P&gt;Tanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2019 16:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889066#M3055</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-29T16:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889067#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/m.benderradji@outlook.fr"&gt;m.benderradji@outlook.fr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it is possible by analyzing the .map file. But it easier to use the&amp;nbsp;&lt;STRONG&gt;arm-none-eabi-size&lt;/STRONG&gt; tool. Please check the link [1] to see how to use it and to understand the values please read [2]. Also the same question has been discussed on [3].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1]&amp;nbsp;&lt;A class="link-titled" href="https://mcuoneclipse.com/2012/09/24/code-size-information-with-gcc-for-armkinetis/" title="https://mcuoneclipse.com/2012/09/24/code-size-information-with-gcc-for-armkinetis/"&gt;Code Size Information with gcc for ARM/Kinetis | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[2]&amp;nbsp;&lt;A class="link-titled" href="https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/" title="https://mcuoneclipse.com/2013/04/14/text-data-and-bss-code-and-data-size-explained/"&gt;text, data and bss: Code and Data Size Explained | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[3]&amp;nbsp;&lt;A href="https://community.nxp.com/thread/301618"&gt;How to check the code size and memory use in codewarrior V10.3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you!&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2019 07:33:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889067#M3056</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2019-01-30T07:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889068#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marius,&lt;/P&gt;&lt;P&gt;Thank you very match for your support, i succeeded to identify the code size (refer to the following):&amp;nbsp;&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/63892iA80DB845485CB6C6/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;However, i'm a little bit surprised to see that a simple application like LED toggling (gpio_s32k144 exemple below) costs almost 27 kByte. Is there any explanation ? is there a way to reduce the size ? thanks in advance&lt;/P&gt;&lt;P&gt;Best regards&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/63933i4BB96027F70D3007/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>Wed, 30 Jan 2019 13:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889068#M3057</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-01-30T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889069#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello NXP team,&lt;/P&gt;&lt;P&gt;Any feedback please ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 11:00:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889069#M3058</guid>
      <dc:creator>m_benderradji</dc:creator>
      <dc:date>2019-02-05T11:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to have acces to code size using MC toolbox for kinetis ?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889070#M3059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/m.benderradji@outlook.fr"&gt;m.benderradji@outlook.fr&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the code that is generated is based on the NXP S32K SDK drivers - hence the need for additional program space. You can easily see which drivers are used and how much program/data memory space it takes by checking the map file generated for each model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even for a simple Simulink model you have pointed out, there are a lot of initializations that happen under the hood in order to startup the MCU.&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/65675i5AE64A508BAC8601/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;/P&gt;&lt;P&gt;Fortunately, Simulink comes with a set of optimization features that may help you to reduce the code size or improve the execution speed of the program.&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/65759i4AAA58DEC73FB614/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;P&gt;&lt;/P&gt;&lt;P&gt;The ugly truth is that those optimization works for the Simulink model part (user application) and not the "mcu startup code" which is injected by the NXP toolbox in order to bring the MCU up to life.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To reduce the code size even further, you may use the cross-compiler optimization flags. In case of GCC you can enable the -Os flag instead of -O1 (&lt;A href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html"&gt;GCC flags are described here&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66037i90366301EB25A2D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyhow,&amp;nbsp; keep in mind that there is a minimum size that is required for SDK driver initialization that can't be reduced further since it is absolutely necessary for the MCU startup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this address your concerns!&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 15:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-have-acces-to-code-size-using-MC-toolbox-for-kinetis/m-p/889070#M3059</guid>
      <dc:creator>Daniel_Popa</dc:creator>
      <dc:date>2019-02-05T15:21:26Z</dc:date>
    </item>
  </channel>
</rss>

