<?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 How To keep personal code with Processor Expert in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390796#M13058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;I need to keep my personal code in file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uartCom1.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is auto generate by Processor Expert.&lt;/P&gt;&lt;P&gt;Because there is a BUG I need to NOT autoinitialize my UART code and initialize it in another place.&lt;/P&gt;&lt;P&gt;But I need to keep the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uart_state_t uartCom1_State;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and other things that I write in uartCom1.c... but evry time I generate code with processor expert it delete all my uart_state_t uartCom1_State; so it is very boring ALL time rewrite it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can keep my personal code inside Processor-Expert's managed .c files?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 08:57:54 GMT</pubDate>
    <dc:creator>holyhope</dc:creator>
    <dc:date>2014-10-15T08:57:54Z</dc:date>
    <item>
      <title>How To keep personal code with Processor Expert</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390796#M13058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to All,&lt;/P&gt;&lt;P&gt;I need to keep my personal code in file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uartCom1.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is auto generate by Processor Expert.&lt;/P&gt;&lt;P&gt;Because there is a BUG I need to NOT autoinitialize my UART code and initialize it in another place.&lt;/P&gt;&lt;P&gt;But I need to keep the variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uart_state_t uartCom1_State;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and other things that I write in uartCom1.c... but evry time I generate code with processor expert it delete all my uart_state_t uartCom1_State; so it is very boring ALL time rewrite it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can keep my personal code inside Processor-Expert's managed .c files?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:57:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390796#M13058</guid>
      <dc:creator>holyhope</dc:creator>
      <dc:date>2014-10-15T08:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: How To keep personal code with Processor Expert</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390797#M13059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Massimiliano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using MQX? If you are using MQX please check the MQX_CW10_Getting_Started document (page 42) that you can find at the path: C:\Freescale\Freescale_MQX_4_1\doc\tools &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol&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>Wed, 15 Oct 2014 21:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390797#M13059</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2014-10-15T21:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: How To keep personal code with Processor Expert</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390798#M13060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Massimiliano:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next tutorial by colleague Erich Styger might answer your question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2012/03/23/disable-my-code-generation/" title="http://mcuoneclipse.com/2012/03/23/disable-my-code-generation/"&gt;Disable my Code Generation | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to disable code generation for UART so that your changes are preserved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Thu, 16 Oct 2014 00:53:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390798#M13060</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-10-16T00:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How To keep personal code with Processor Expert</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390799#M13061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;I'm using MQX on KDS, your answer explain me how to retain my code. Many thanks&lt;/P&gt;&lt;P&gt;Massimiliano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 06:55:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/How-To-keep-personal-code-with-Processor-Expert/m-p/390799#M13061</guid>
      <dc:creator>holyhope</dc:creator>
      <dc:date>2014-10-16T06:55:29Z</dc:date>
    </item>
  </channel>
</rss>

