<?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 Difference between debug, release builds in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Difference-between-debug-release-builds/m-p/1797052#M55252</link>
    <description>&lt;P&gt;There are four scenarios:&lt;/P&gt;&lt;P&gt;Run a debug session using the 'PE Debug' build&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run a board that has been flashed with a 'PE Debug' build, not in debugger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Run a debug session using the 'PE Release' build&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run a board that has been flashed with a 'PE Release' build, not in debugger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know RTFM is the right answer here, but I would appreciate a brief explanation of what is occurring in each of these 4 scenarios, as each leads to different behaviors.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Also, to prove code correctness, I assume the code should work properly under a 'PE Release' non-debug session.&amp;nbsp; As of now only a 'PE Debug' debug session works correctly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jan 2024 17:45:34 GMT</pubDate>
    <dc:creator>YaronAlexandrovich</dc:creator>
    <dc:date>2024-01-29T17:45:34Z</dc:date>
    <item>
      <title>Difference between debug, release builds</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Difference-between-debug-release-builds/m-p/1797052#M55252</link>
      <description>&lt;P&gt;There are four scenarios:&lt;/P&gt;&lt;P&gt;Run a debug session using the 'PE Debug' build&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Run a board that has been flashed with a 'PE Debug' build, not in debugger&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Run a debug session using the 'PE Release' build&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run a board that has been flashed with a 'PE Release' build, not in debugger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know RTFM is the right answer here, but I would appreciate a brief explanation of what is occurring in each of these 4 scenarios, as each leads to different behaviors.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;Also, to prove code correctness, I assume the code should work properly under a 'PE Release' non-debug session.&amp;nbsp; As of now only a 'PE Debug' debug session works correctly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 17:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Difference-between-debug-release-builds/m-p/1797052#M55252</guid>
      <dc:creator>YaronAlexandrovich</dc:creator>
      <dc:date>2024-01-29T17:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between debug, release builds</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Difference-between-debug-release-builds/m-p/1798357#M55283</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/228440"&gt;@YaronAlexandrovich&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean MCUXpresso IDE? If yes, please see &amp;lt;MCUXpresso_IDE_User_Guide.pdf&amp;gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;MCUXpresso IDE creates projects with two build configurations, Debug and Release (but you can also add more if required). These differ in the default level of compiler optimization.&lt;BR /&gt;Debug projects default to None (-O0), and Release projects default to (-Os). For more information&lt;BR /&gt;on switching between build configurations, see How do I switch between Debug and Release&lt;BR /&gt;builds?&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 06:37:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Difference-between-debug-release-builds/m-p/1798357#M55283</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2024-01-31T06:37:02Z</dc:date>
    </item>
  </channel>
</rss>

