<?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>LPCXpresso IDEのトピックRe: IDE 5.2.2 Additional Debugger Hassles</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570669#M20239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Apr 24 10:30:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;[FONT=Tahoma][SIZE=2][COLOR=Red]OOPS! I updated the wrong post!&lt;BR /&gt;Please read this in the context of&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=4445&lt;/A&gt;&lt;BR /&gt;[/COLOR] &lt;BR /&gt;Things just got worse!&lt;BR /&gt;&lt;BR /&gt;I exited LPCXpresso, unplugged the USB of the LPC-Link, repowered my PCB.&lt;BR /&gt;I used Process Explorer to verify the LPCXpresso and the debug components&lt;BR /&gt;were gone.&lt;BR /&gt;&lt;BR /&gt;Restart LPCXpresso and plug LPC-Link back in.&lt;BR /&gt;&lt;BR /&gt;Now I can't run/set bp/step etc.&lt;BR /&gt;The only thing it lets me do is single step in instruction trace mode.&lt;BR /&gt;&lt;BR /&gt;Memory Views still work; this is the FPB register area.&lt;BR /&gt;Where these bp's came from after restarting everything is a mystery to me.&lt;BR /&gt;Perhaps you could explain.&lt;BR /&gt;&lt;BR /&gt;Oh, the debug profile is set to load false, attach true.&lt;BR /&gt;&lt;BR /&gt;[SIZE=1][Code]&lt;BR /&gt;61020000 00000020 B19A0140 E99D0180 999E0180&lt;BR /&gt;CD9E0180 F99E0180 7D9F0140 00000000 00000000&lt;BR /&gt;00000000 00000000 00000000 00000000 00000000&lt;BR /&gt;[/Code][SIZE=2]&lt;BR /&gt;Actually I think the memory export has endian swapped these numbers!&lt;BR /&gt;&lt;BR /&gt;[/SIZE][/SIZE] TTFN, Mike&lt;BR /&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leave the "Load Image" debug configuration option set to 'True'. The plan is to remove this by the next release. If you want to attach to a running target, use only the 'attach' option. This option ensures the image does not get loaded, and the execution state of the target is unaffected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&amp;nbsp; Be certain you update the flash contents after any project/source change if you use a debug configuration that attaches to a running system. It's easy to forget the symbol/line information gets out-of-sync with the flashed image.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:04:50 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:04:50Z</dc:date>
    <item>
      <title>IDE 5.2.2 Additional Debugger Hassles</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570667#M20237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Wed Apr 24 06:37:29 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Tahoma][SIZE=2][XP Pro/SP3 32 Bit]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In no particular order.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Memory view still defaults to hex rather than traditional&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and still does not remember either settings or addresses&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Scrolling the disassembly window up over a function start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;often (as in nearly always) sets the address column to [I]odd[/I] addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is nonsense as Cortex opcodes are always on even addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) The espr part of the processor status register (when in an IT block)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;always seems to show a condition of 'EQ' regardless of the actual code&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Definitely seen this when it should have been 'NE']&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Breakpoints/Move to Line/Run to Line often stop at the instruction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[I]after[/I] the one chosen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT][FONT=Tahoma][SIZE=2]5) Selecting (or not) opcode bytes in the disassembly window does add&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and remove a column to the list view -- unfortunately it is only about 5 pixels&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wide (and blank) and there does not seem to be any way to widen it (by hand).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This one is particularly disappointing. :(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT][FONT=Tahoma][SIZE=2]6) There doesn't see, to be any way of getting the PC address of a breakpoint&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Properties doesn't help). Neither can I find a way to set an arbitrary bp at a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hex address (via a dialog box).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7) In one case, the debugger was 'suspended:step' but F5/F6/F8 would not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;move on. Had to kill the debug session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Sorry, but I haven't been able to repoduce this one yet.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT][FONT=Tahoma][SIZE=2]For the record, the part is LPC1778 which, as you know, is Cortex-M3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; [/SIZE][/FONT][FONT=Tahoma][SIZE=2]Cheers, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570667#M20237</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: IDE 5.2.2 Additional Debugger Hassles</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570668#M20238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by MikeSimmonds on Wed Apr 24 07:15:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[FONT=Tahoma][SIZE=2][COLOR=Red]OOPS! I updated the wrong post!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please read this in the context of&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=4445&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Things just got worse!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I exited LPCXpresso, unplugged the USB of the LPC-Link, repowered my PCB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I used Process Explorer to verify the LPCXpresso and the debug components&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;were gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart LPCXpresso and plug LPC-Link back in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I can't run/set bp/step etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing it lets me do is single step in instruction trace mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Memory Views still work; this is the FPB register area.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where these bp's came from after restarting everything is a mystery to me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could explain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh, the debug profile is set to load false, attach true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=1][Code]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;61020000 00000020 B19A0140 E99D0180 999E0180&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CD9E0180 F99E0180 7D9F0140 00000000 00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;00000000 00000000 00000000 00000000 00000000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/Code][SIZE=2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I think the memory export has endian swapped these numbers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/SIZE] TTFN, Mike&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570668#M20238</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: IDE 5.2.2 Additional Debugger Hassles</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570669#M20239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Apr 24 10:30:22 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: MikeSimmonds&lt;/STRONG&gt;&lt;BR /&gt;[FONT=Tahoma][SIZE=2][COLOR=Red]OOPS! I updated the wrong post!&lt;BR /&gt;Please read this in the context of&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=4445&lt;/A&gt;&lt;BR /&gt;[/COLOR] &lt;BR /&gt;Things just got worse!&lt;BR /&gt;&lt;BR /&gt;I exited LPCXpresso, unplugged the USB of the LPC-Link, repowered my PCB.&lt;BR /&gt;I used Process Explorer to verify the LPCXpresso and the debug components&lt;BR /&gt;were gone.&lt;BR /&gt;&lt;BR /&gt;Restart LPCXpresso and plug LPC-Link back in.&lt;BR /&gt;&lt;BR /&gt;Now I can't run/set bp/step etc.&lt;BR /&gt;The only thing it lets me do is single step in instruction trace mode.&lt;BR /&gt;&lt;BR /&gt;Memory Views still work; this is the FPB register area.&lt;BR /&gt;Where these bp's came from after restarting everything is a mystery to me.&lt;BR /&gt;Perhaps you could explain.&lt;BR /&gt;&lt;BR /&gt;Oh, the debug profile is set to load false, attach true.&lt;BR /&gt;&lt;BR /&gt;[SIZE=1][Code]&lt;BR /&gt;61020000 00000020 B19A0140 E99D0180 999E0180&lt;BR /&gt;CD9E0180 F99E0180 7D9F0140 00000000 00000000&lt;BR /&gt;00000000 00000000 00000000 00000000 00000000&lt;BR /&gt;[/Code][SIZE=2]&lt;BR /&gt;Actually I think the memory export has endian swapped these numbers!&lt;BR /&gt;&lt;BR /&gt;[/SIZE][/SIZE] TTFN, Mike&lt;BR /&gt;[/SIZE][/FONT]&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leave the "Load Image" debug configuration option set to 'True'. The plan is to remove this by the next release. If you want to attach to a running target, use only the 'attach' option. This option ensures the image does not get loaded, and the execution state of the target is unaffected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&amp;nbsp; Be certain you update the flash contents after any project/source change if you use a debug configuration that attaches to a running system. It's easy to forget the symbol/line information gets out-of-sync with the flashed image.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:04:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/IDE-5-2-2-Additional-Debugger-Hassles/m-p/570669#M20239</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:04:50Z</dc:date>
    </item>
  </channel>
</rss>

