<?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: Disable VLE assembly in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1279987#M18271</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Adding just my two cents...&lt;/P&gt;
&lt;P&gt;see the example below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/Example-MPC5644A-BookE-PinToggle-S32DS-Power-2017-R1/ta-p/1116976" target="_blank"&gt;https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/Example-MPC5644A-BookE-PinToggle-S32DS-Power-2017-R1/ta-p/1116976&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 22:57:24 GMT</pubDate>
    <dc:creator>stanish</dc:creator>
    <dc:date>2021-05-20T22:57:24Z</dc:date>
    <item>
      <title>Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278266#M18251</link>
      <description>&lt;P&gt;I'm trying to find a way to disable VLE instructions when compiling my program.&amp;nbsp; I found this thread and tried the solution but it didn't work.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio/S32DS-How-to-force-non-vle-build-for-the-entire-project-MPC5644A/m-p/761102/highlight/true" target="_blank"&gt;S32DS: How to force non-vle build for the entire p... - NXP Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My command line pattern&amp;nbsp; looks like this: `${COMMAND} ${FLAGS}-mno-vle ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}`&lt;BR /&gt;&lt;BR /&gt;I've attached what my assembly looks like.&lt;BR /&gt;&lt;BR /&gt;I'm really new at all of this so i ask you patience if I don't understand right away.&amp;nbsp; End goal is to use only non-VLE instructions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 13:28:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278266#M18251</guid>
      <dc:creator>jordancyre</dc:creator>
      <dc:date>2021-05-18T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278296#M18252</link>
      <description>&lt;P&gt;Hi, could you specify version of S32 Design Studio?&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 14:25:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278296#M18252</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2021-05-18T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278316#M18254</link>
      <description>&lt;P&gt;I have tried this and it works to me.&lt;/P&gt;
&lt;P&gt;${COMMAND} ${FLAGS} -c -mno-vle ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the DS, you may see example code:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="davidtosenovjan_0-1621349263652.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/144975iB4816851FD7AA3BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="davidtosenovjan_0-1621349263652.png" alt="davidtosenovjan_0-1621349263652.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;davidtosenovjan_0-1621349263652.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 14:47:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278316#M18254</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2021-05-18T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278318#M18255</link>
      <description>&lt;P&gt;Turns out my devkit likely doesn't support non-VLE instructions.&lt;/P&gt;&lt;P&gt;I'm using the MPC5748G and the most recent version of S32DS.&lt;BR /&gt;&lt;BR /&gt;Here's a link to the reply about VLE on the MPC5748G:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.nxp.com/t5/MPC5xxx/I-don-nt-know-how-to-enter-debugging-mode-on-MPC5748G/m-p/652322" target="_blank"&gt;I don'nt know how to enter debugging mode on MPC57... - NXP Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 14:53:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278318#M18255</guid>
      <dc:creator>jordancyre</dc:creator>
      <dc:date>2021-05-18T14:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278428#M18256</link>
      <description>&lt;P&gt;Sure, you haven't specify the used MCU.&lt;/P&gt;
&lt;P&gt;The only MPC57xx devices supporting BookE instruction set is MPC5777C or MPC5775B/E. All others are VLE only.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 19:27:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1278428#M18256</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2021-05-18T19:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disable VLE assembly</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1279987#M18271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Adding just my two cents...&lt;/P&gt;
&lt;P&gt;see the example below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/Example-MPC5644A-BookE-PinToggle-S32DS-Power-2017-R1/ta-p/1116976" target="_blank"&gt;https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/Example-MPC5644A-BookE-PinToggle-S32DS-Power-2017-R1/ta-p/1116976&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 22:57:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Disable-VLE-assembly/m-p/1279987#M18271</guid>
      <dc:creator>stanish</dc:creator>
      <dc:date>2021-05-20T22:57:24Z</dc:date>
    </item>
  </channel>
</rss>

