<?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>CodeWarrior for MCUのトピックRe: QE128 Breakpoint Problem</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184386#M6372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Are you downloading the code without error? Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is the project one that stores the code into RAM or flash? Flash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Is the compiler set to generate banked code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interrupts defined in the non banked area, whereas other functions are defined in banked area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) Can you debug one of the example programs provided in the (CodeWarrior Examples) folder?&lt;/P&gt;&lt;P&gt;Yes, I can debug anything that is within the non banked area. As soon as I move the same functions to banked area,&lt;/P&gt;&lt;P&gt;I cannot debug it. I feel that all the uc's that support banking would be facing the same problem.&lt;/P&gt;&lt;P&gt;So, is there a work around for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your reply.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Mar 2010 10:21:07 GMT</pubDate>
    <dc:creator>uGeek</dc:creator>
    <dc:date>2010-03-20T10:21:07Z</dc:date>
    <item>
      <title>QE128 Breakpoint Problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184384#M6370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some code in the banked (or paged) memory location. I cannot put a breakpoint on this part of the code. It would be great if you can you suggest any work around for this problem. Also, the watchpoint option does not work at all for me &lt;A href="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif"&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated. Looking forward to your suggestions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 08:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184384#M6370</guid>
      <dc:creator>uGeek</dc:creator>
      <dc:date>2010-03-19T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: QE128 Breakpoint Problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184385#M6371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need some more information here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Are you downloading the code without error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is the project one that stores the code into RAM or flash?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Is the compiler set to generate banked code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) Can you debug one of the example programs provided in the (CodeWarrior Examples) folder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 19:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184385#M6371</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2010-03-19T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: QE128 Breakpoint Problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184386#M6372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Are you downloading the code without error? Yes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is the project one that stores the code into RAM or flash? Flash&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Is the compiler set to generate banked code?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interrupts defined in the non banked area, whereas other functions are defined in banked area&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) Can you debug one of the example programs provided in the (CodeWarrior Examples) folder?&lt;/P&gt;&lt;P&gt;Yes, I can debug anything that is within the non banked area. As soon as I move the same functions to banked area,&lt;/P&gt;&lt;P&gt;I cannot debug it. I feel that all the uc's that support banking would be facing the same problem.&lt;/P&gt;&lt;P&gt;So, is there a work around for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your reply.&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;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Mar 2010 10:21:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184386#M6372</guid>
      <dc:creator>uGeek</dc:creator>
      <dc:date>2010-03-20T10:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: QE128 Breakpoint Problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184387#M6373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional things I would mention for this kind of problem.&lt;/P&gt;&lt;P&gt;Which CW version (the latest and greatest?)&lt;/P&gt;&lt;P&gt;Important but rarely mentioned: Which debug connection? (P&amp;amp;E, SoftTec,...)&lt;/P&gt;&lt;P&gt;Also try a wizard generated project for the banked memory model.&lt;/P&gt;&lt;P&gt;Ah, and you let the debugger control the dbg module?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try CW 10.0 Beta? (it uses a different debugger than 6.X versions)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 07:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184387#M6373</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2010-03-22T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: QE128 Breakpoint Problem</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184388#M6374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional things I would mention for this kind of problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which CW version (the latest and greatest?) I am using 6.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Important but rarely mentioned: Which debug connection? (P&amp;amp;E, SoftTec,...) P&amp;amp;E&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also try a wizard generated project for the banked memory model.&lt;/P&gt;&lt;P&gt;Does not work. As long as the code is in banked memory section, I am not able to debug it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah, and you let the debugger control the dbg module?&lt;/P&gt;&lt;P&gt;I am not very sure about it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try CW 10.0 Beta? (it uses a different debugger than 6.X versions)&lt;/P&gt;&lt;P&gt;I will try this and let you know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your suggestions. Let me know if you have any other suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 09:11:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/QE128-Breakpoint-Problem/m-p/184388#M6374</guid>
      <dc:creator>uGeek</dc:creator>
      <dc:date>2010-03-23T09:11:01Z</dc:date>
    </item>
  </channel>
</rss>

