<?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 56f8367 chip using USB ONCE to debug, in some places when I place a break point, I will see (AsmSection)() 0x00xxxx (xxx is some address).  How can I stop this from happening? in CodeWarrior Development Tools</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359494#M1829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've moved over to a new Eclipse version of CodeWarrior and, I have to say, it has given me a ton of headaches.&amp;nbsp; Things that worked perfectly fine in the classic version now break all the time in this new version.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current problem is that I need to view the value of some variables in a certain function.&amp;nbsp; If I put a break point in the function and try to step through (or at the end of the function), my stack will often be pointing to (AsmSection)() 0x(some address). . .and if you click on that, the source window will say "No source available for (AsmSection)()"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I continually step through it, eventually I will pop out somewhere back into the code, but it will be far away from what I wanted to view.&amp;nbsp; It will often jump out to the AsmSection after an addition!&amp;nbsp; It's really frustrating not being able to see what I need to see and having to constantly fight with the IDE.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2014 21:35:59 GMT</pubDate>
    <dc:creator>Charlie</dc:creator>
    <dc:date>2014-10-28T21:35:59Z</dc:date>
    <item>
      <title>56f8367 chip using USB ONCE to debug, in some places when I place a break point, I will see (AsmSection)() 0x00xxxx (xxx is some address).  How can I stop this from happening?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359494#M1829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've moved over to a new Eclipse version of CodeWarrior and, I have to say, it has given me a ton of headaches.&amp;nbsp; Things that worked perfectly fine in the classic version now break all the time in this new version.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current problem is that I need to view the value of some variables in a certain function.&amp;nbsp; If I put a break point in the function and try to step through (or at the end of the function), my stack will often be pointing to (AsmSection)() 0x(some address). . .and if you click on that, the source window will say "No source available for (AsmSection)()"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I continually step through it, eventually I will pop out somewhere back into the code, but it will be far away from what I wanted to view.&amp;nbsp; It will often jump out to the AsmSection after an addition!&amp;nbsp; It's really frustrating not being able to see what I need to see and having to constantly fight with the IDE.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 21:35:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359494#M1829</guid>
      <dc:creator>Charlie</dc:creator>
      <dc:date>2014-10-28T21:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: 56f8367 chip using USB ONCE to debug, in some places when I place a break point, I will see (AsmSection)() 0x00xxxx (xxx is some address).  How can I stop this from happening?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359495#M1830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Please delete .metadata folder of workspace of your CodeWarrior.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Then reopen the project in CodeWarrior, and click on 'Project' menu-&amp;gt; Clean to remove the old object file, and then rebuild the project. Is the problem fixed? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;What is your CodeWarrior version, the latest version is v10.6.2. Please install&amp;nbsp; the update in CW10.6 from CodeWarrior "Help" Menu-&amp;gt;Check for Updates.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;If this does not work, could you please attach an example project to help us reproduce the problem? Thank you very much! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 07:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359495#M1830</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2014-10-29T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: 56f8367 chip using USB ONCE to debug, in some places when I place a break point, I will see (AsmSection)() 0x00xxxx (xxx is some address).  How can I stop this from happening?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359496#M1831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was working with 10.5, tried the workspace fix in that.&amp;nbsp; It didn't work.&amp;nbsp; Upgraded to 10.6, and installed the updates, it still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't just attach my project because I don't want the code just anywhere not to mention it requires a bunch of peripherals to run at all.&amp;nbsp; I will see what I can do about reproducing it or narrow down what is actually causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick question: How can I determine which version I am using?&amp;nbsp; If I go about it doesn't say 10.6.2, but &lt;/P&gt;&lt;P&gt;CodeWarrior for MCU&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Version: 10.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Build Id:140329&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and licenses just says 10.6 too.&amp;nbsp; It says there are no updates when I check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 15:05:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/56f8367-chip-using-USB-ONCE-to-debug-in-some-places-when-I-place/m-p/359496#M1831</guid>
      <dc:creator>Charlie</dc:creator>
      <dc:date>2014-10-29T15:05:52Z</dc:date>
    </item>
  </channel>
</rss>

