<?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: LPC Flash Target marked as not debuggable LPC1833</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512133#M33359</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did made a new project to flash. Same problems. the reason for LPC12XX in my logfile is becasue of a connect script.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jverscheure_0-1661495686071.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191369i739AE866624B4ABC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jverscheure_0-1661495686071.png" alt="jverscheure_0-1661495686071.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;jverscheure_0-1661495686071.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using following script in it. Should that be different for the LPC 1833? Again, I had no problems using LPC 1837 and suddenly, it worked after a lot of retry. But when I take a new board, same issue appaers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script I am using :&lt;/P&gt;&lt;P&gt;10 rem ---------------------------------&lt;BR /&gt;20 print "LPC12XX Connect Script"&lt;BR /&gt;30 rem ---------------------------------&lt;BR /&gt;40 rem probelist&lt;BR /&gt;50 p% = probefirstfound&lt;BR /&gt;60 rem probeopenbyindex p%&lt;BR /&gt;70 wireswdconnect p%&lt;BR /&gt;80 selectprobecore p% 0&lt;BR /&gt;90 cminitapdp this&lt;BR /&gt;100 cmhalt this&lt;BR /&gt;110 cmwatchset this 0 0x40048000 W&lt;BR /&gt;120 cmresetvectorcatchclear this&lt;BR /&gt;130 cmsysresetreq this&lt;BR /&gt;140 qpoke32 this 0x40004000 0x00&lt;BR /&gt;150 qpoke32 this 0x40004008 0xAA&lt;BR /&gt;160 qpoke32 this 0x40004008 0x55&lt;BR /&gt;170 qstarttransfers this 0&lt;BR /&gt;180 rem ---------------------------------&lt;BR /&gt;190 rem Watchdog MOD Register&lt;BR /&gt;200 rem ---------------------------------&lt;BR /&gt;210 rem m% = peek32 this 0x40004000&lt;BR /&gt;220 rem print "MOD = "; ~m%&lt;BR /&gt;230 cmwatchclear this 0&lt;BR /&gt;240 rem cmresetvectorcatchset this&lt;BR /&gt;250 rem ---------------------------------&lt;BR /&gt;260 end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using debug I got following error :&lt;/P&gt;&lt;P&gt;Error in final launch sequence&lt;BR /&gt;Failed to execute MI command:&lt;BR /&gt;-target-select extended-remote | crt_emu_cm_redlink -msg-port=51939 -g -mi -4 -pLPC1833 -vendor=NXP -ResetScript=LPC18LPC43InternalFLASHBootResetscript.scp -reset=VECTRESET -ProbeHandle=1 -CoreIndex=0 -flash-driver=LPC18x3_43x3_2x256_BootA.cfx&lt;BR /&gt;Error message from debugger back end:&lt;BR /&gt;Remote communication error. Target disconnected.: No error.&lt;BR /&gt;Remote communication error. Target disconnected.: No error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where can I change the used resetscript? Maybe that's an issue because I use now LPC 133 instead of LPC 1837 (more memory, but I do not need it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 06:48:45 GMT</pubDate>
    <dc:creator>jverscheure</dc:creator>
    <dc:date>2022-08-26T06:48:45Z</dc:date>
    <item>
      <title>LPC Flash Target marked as not debuggable LPC1833</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1511635#M33357</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am having trouble to flash my LPC 1833JET.&lt;/P&gt;&lt;P&gt;Due to chip availability, I had to use NXP1833 instead of NXP1837. My producer send me a test with new chip to test and this was working without changing anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I now received a new batch and I got following error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Program flash&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;crt_emu_cm_redlink -flash-load-exec "S:\RnD\ELEKTRONICA\#SYX\UIFE\FW\UIFE V3.xx\UIFEV3-72r.axf" -g -2 -vendor=NXP -&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pLPC1837 -ConnectScript=LPC12XXConnect.scp -reset=vectreset -flash-driver=LPC18x7_43x7_2x512_BootA.cfx&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Detailed info&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ni: LPCXpresso RedlinkMulti Driver v8.2 (Sep 5 2016 10:12:38 - crt_emu_cm_redlink.exe build 725)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 0) Reading remote configuration&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: ( 5) Remote configuration complete&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: ============= SCRIPT: LPC12XXConnect.scp =============&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: LPC12XX Connect Script&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: DpID = 2BA01477&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: APID = 0x24770011&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: Status fail&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: ============= END SCRIPT =============================&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Xe:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Probe Firmware: LPC-LINK2 CMSIS-DAP V5.182 (NXP Semiconductors)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Serial Number: JXBUN1AU&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: VID:PID: 1FC9:0090&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: USB Path: \\?\hid#vid_1fc9&amp;amp;pid_0090&amp;amp;mi_00#7&amp;amp;2a0728ba&amp;amp;0&amp;amp;0000#{4d1e55b2-f16f-11cf-88cb-001111000030}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: CM3/4 debug bus (DP 0x2BA01477 MemAP[0] 0x04770011) SWD connection failed - 'Em(01). Cannot find selected MEM-AP (check targ¼Ho÷Ð"&amp;#25;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: connection failed - Ep(01). Target marked as not debuggable. - retrying&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: CM3/4 debug bus (DP 0x2BA01477 MemAP[0] 0x04770011) SWD connection failed - 'Em(01). Cannot find selected MEM-AP (check targ¬Ho÷À"&amp;#25;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Wc: Vector catch on VECTRESET signal&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Debug bus check after stop (MemAP 0x4770011) FAILS - Em(02). MEM-AP is not selected.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Ed:02: Failed on connect: Ep(01). Target marked as not debuggable.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Et: Emu(0): Connected&amp;amp;Reset. Was: NotConnected. DpID: 00000000. CpuID: 00000000. Info: &amp;lt;None&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Last stub error 0: OK&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Last sticky error: 0x0 AIndex: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: No debug bus (MemAp) selected&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: DAP Speed test unexecuted or failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Nc: Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Pc: (100) Target Connection Failed&lt;/EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;is there something I can do about this?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 09:28:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1511635#M33357</guid>
      <dc:creator>jverscheure</dc:creator>
      <dc:date>2022-08-25T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC Flash Target marked as not debuggable LPC1833</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512121#M33358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;jverscheure&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You use LPC1833 board. But I see&amp;nbsp;&lt;EM&gt;LPC12XX&lt;/EM&gt;in your log file.&lt;/P&gt;
&lt;P&gt;Please create a new workspace to avoid old associations. then follow attached video to create a new LPC1833 project to test the connection again.&lt;/P&gt;
&lt;P&gt;Have a nice day,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:24:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512121#M33358</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-08-26T06:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC Flash Target marked as not debuggable LPC1833</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512133#M33359</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did made a new project to flash. Same problems. the reason for LPC12XX in my logfile is becasue of a connect script.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jverscheure_0-1661495686071.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/191369i739AE866624B4ABC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jverscheure_0-1661495686071.png" alt="jverscheure_0-1661495686071.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;jverscheure_0-1661495686071.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using following script in it. Should that be different for the LPC 1833? Again, I had no problems using LPC 1837 and suddenly, it worked after a lot of retry. But when I take a new board, same issue appaers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script I am using :&lt;/P&gt;&lt;P&gt;10 rem ---------------------------------&lt;BR /&gt;20 print "LPC12XX Connect Script"&lt;BR /&gt;30 rem ---------------------------------&lt;BR /&gt;40 rem probelist&lt;BR /&gt;50 p% = probefirstfound&lt;BR /&gt;60 rem probeopenbyindex p%&lt;BR /&gt;70 wireswdconnect p%&lt;BR /&gt;80 selectprobecore p% 0&lt;BR /&gt;90 cminitapdp this&lt;BR /&gt;100 cmhalt this&lt;BR /&gt;110 cmwatchset this 0 0x40048000 W&lt;BR /&gt;120 cmresetvectorcatchclear this&lt;BR /&gt;130 cmsysresetreq this&lt;BR /&gt;140 qpoke32 this 0x40004000 0x00&lt;BR /&gt;150 qpoke32 this 0x40004008 0xAA&lt;BR /&gt;160 qpoke32 this 0x40004008 0x55&lt;BR /&gt;170 qstarttransfers this 0&lt;BR /&gt;180 rem ---------------------------------&lt;BR /&gt;190 rem Watchdog MOD Register&lt;BR /&gt;200 rem ---------------------------------&lt;BR /&gt;210 rem m% = peek32 this 0x40004000&lt;BR /&gt;220 rem print "MOD = "; ~m%&lt;BR /&gt;230 cmwatchclear this 0&lt;BR /&gt;240 rem cmresetvectorcatchset this&lt;BR /&gt;250 rem ---------------------------------&lt;BR /&gt;260 end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When using debug I got following error :&lt;/P&gt;&lt;P&gt;Error in final launch sequence&lt;BR /&gt;Failed to execute MI command:&lt;BR /&gt;-target-select extended-remote | crt_emu_cm_redlink -msg-port=51939 -g -mi -4 -pLPC1833 -vendor=NXP -ResetScript=LPC18LPC43InternalFLASHBootResetscript.scp -reset=VECTRESET -ProbeHandle=1 -CoreIndex=0 -flash-driver=LPC18x3_43x3_2x256_BootA.cfx&lt;BR /&gt;Error message from debugger back end:&lt;BR /&gt;Remote communication error. Target disconnected.: No error.&lt;BR /&gt;Remote communication error. Target disconnected.: No error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where can I change the used resetscript? Maybe that's an issue because I use now LPC 133 instead of LPC 1837 (more memory, but I do not need it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512133#M33359</guid>
      <dc:creator>jverscheure</dc:creator>
      <dc:date>2022-08-26T06:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC Flash Target marked as not debuggable LPC1833</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512289#M33360</link>
      <description>&lt;P&gt;Do you use MCUXpresso IDE? Which version?&lt;/P&gt;
&lt;P&gt;This error is on a new created project setting without any modification?&lt;/P&gt;
&lt;P&gt;Could you please record a screen video of how to reproduce your problem?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jun Zhang&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 10:21:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC-Flash-Target-marked-as-not-debuggable-LPC1833/m-p/1512289#M33360</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2022-08-26T10:21:33Z</dc:date>
    </item>
  </channel>
</rss>

