<?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 can I provide project settings (memory configuration) while building a MCUXpresso through Command Line in MCUXpresso General</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068816#M3586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to do this from the command line. if you want a different memory configuration you have to change your project, or have 2 projects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2020 16:05:42 GMT</pubDate>
    <dc:creator>converse</dc:creator>
    <dc:date>2020-07-07T16:05:42Z</dc:date>
    <item>
      <title>How can I provide project settings (memory configuration) while building a MCUXpresso through Command Line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068815#M3585</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;To build a MCUXpresso project through command line in windows, I am using the .bat file from &lt;A class="jivelink1" href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/CmdLineBuild" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/CmdLineBuild"&gt;https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/CmdLineBuild&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am able to build the project.&lt;/P&gt;&lt;P&gt;Now i want to add memory configuration as parameter while building the project.&lt;/P&gt;&lt;P&gt;I MCUXpresso IDE the default setting for &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;MKV56F1M0xxx24 is as below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114711i8A4A2C2F103194C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I want to change the Program memory setting to as below&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114712iE765DA732820A845/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;While this is possible in the IDE, I want to provide this setting as a parameter while building the project through command line, which in my case is a batch file. Is it possible to do so??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 10:49:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068815#M3585</guid>
      <dc:creator>dattathreya_adi</dc:creator>
      <dc:date>2020-07-06T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I provide project settings (memory configuration) while building a MCUXpresso through Command Line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068816#M3586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to do this from the command line. if you want a different memory configuration you have to change your project, or have 2 projects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 16:05:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068816#M3586</guid>
      <dc:creator>converse</dc:creator>
      <dc:date>2020-07-07T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I provide project settings (memory configuration) while building a MCUXpresso through Command Line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068817#M3587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the Reply.&lt;/P&gt;&lt;P&gt;If I create two Projects, when I do a change i source code, i need to replicate the same for other project as well.&lt;/P&gt;&lt;P&gt;So, is there an option that i change the memory configuration of a project without using the MCUXpresso IDE. I mean, what are the files that store the project settings, mainly memory configuration.&lt;/P&gt;&lt;P&gt;By this, i can use a script to trigger two builds. Before triggering the second build, the script shall modify the project setting or configuration file for new memory configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 16:40:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068817#M3587</guid>
      <dc:creator>dattathreya_adi</dc:creator>
      <dc:date>2020-07-07T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I provide project settings (memory configuration) while building a MCUXpresso through Command Line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068818#M3588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="361541" data-username="dattathreya.adithya@in.bosch.com" href="https://community.nxp.com/people/dattathreya.adithya@in.bosch.com"&gt;Adithya Y D&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;have a look at the .cproject file: here all the options and settings for the compiler/linker/etc are stored.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 04:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068818#M3588</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2020-07-08T04:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I provide project settings (memory configuration) while building a MCUXpresso through Command Line</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068819#M3589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That helped...&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 16:57:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/How-can-I-provide-project-settings-memory-configuration-while/m-p/1068819#M3589</guid>
      <dc:creator>dattathreya_adi</dc:creator>
      <dc:date>2020-07-09T16:57:42Z</dc:date>
    </item>
  </channel>
</rss>

