<?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 Re: PNEV7462C examples don't debug in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432264#M7950</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/197811"&gt;@Juergen_Abel&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you update the firmware image.&lt;/P&gt;
&lt;P&gt;Available firmware images include:&lt;/P&gt;
&lt;P&gt;J-LINK On-board by Segger&lt;/P&gt;
&lt;P&gt;CMSIS-DAP&lt;/P&gt;
&lt;P&gt;Please try with J-LINK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to below link for more details&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpc-link2:OM13054" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpc-link2:OM13054&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 01:51:03 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2022-03-23T01:51:03Z</dc:date>
    <item>
      <title>PNEV7462C examples don't debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1431307#M7942</link>
      <description>&lt;P&gt;As a new developer in the field of NXP boards, I would like to test some sample programs for DESFire.&lt;BR /&gt;For the development board PNEV7462C I have added the examples from SW3683.zip to a new workspace, having "copy projects into workspace" unchecked during import.&lt;BR /&gt;The examples can be compiled without any error for debug configuration ReleasePN7462AU and for debug configuration DebugPN7462AU.&lt;BR /&gt;The PNEV7462C board is connected with the LPC-Link2 as shown in fig. 34 p. 32 of UM10883, both boards are connected via USB cables to a WINDOWS 10 pc.&lt;BR /&gt;VCOM drivers are installed, board is recognized as VCOM_PN7462AU.&lt;/P&gt;&lt;P&gt;The problem is, that when trying to debug a sample program, e.g. PN7462AU_exphExMain with debug configuration DebugPN7462AU, the process stops with errors listed below.&lt;/P&gt;&lt;P&gt;Is there any more config to be set in order to debug a sample program?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Juergen&lt;/P&gt;&lt;P&gt;#########################################################&lt;BR /&gt;Error message in "MCUXpresso IDE: Exception" dialog:&lt;BR /&gt;-----------------------------&lt;BR /&gt;IOExeption&lt;/P&gt;&lt;P&gt;Read timed out&lt;/P&gt;&lt;P&gt;Read timed out&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.receive(RedlinkServerClient.java:978)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1068)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1053)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.sendReceive(RedlinkServerClient.java:1040)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.wireConnect(RedlinkServerClient.java:1189)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.ideConnect(AbstractJtagDiscovery.java:207)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.connect(AbstractJtagDiscovery.java:187)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.discover(AbstractJtagDiscovery.java:146)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.jtagDiscovery(TargetDiscovery.java:445)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.getEmulatorInfo(LaunchScriptUtils.java:248)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.init(LaunchScriptUtils.java:488)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:156)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.launch.LaunchScriptUtils.&amp;lt;init&amp;gt;(LaunchScriptUtils.java:143)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.services.TargetDiscoveryService.getTargetDiscovery(TargetDiscoveryService.java:138)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.override.LSFinalLaunchSequence$TargetDiscoveryJob.run(LSFinalLaunchSequence.java:124)&lt;BR /&gt;at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)&lt;/P&gt;&lt;P&gt;#########################################################&lt;BR /&gt;Error message in console log:&lt;BR /&gt;-----------------------------&lt;/P&gt;&lt;P&gt;MCUXpresso IDE RedlinkMulti Driver v11.5 (Dec 16 2021 12:38:31 - crt_emu_cm_redlink build 2)&lt;BR /&gt;Found part description in XML file PN74xxAU.xml&lt;BR /&gt;( 5) Remote configuration complete&lt;BR /&gt;Reconnected to existing LinkServer process.&lt;BR /&gt;Connecting to probe 1 core 0 (using server started externally) reports:&lt;BR /&gt;'Ee(42). Could not connect to core.'&lt;BR /&gt;Retrying...&lt;BR /&gt;Reconnected to existing LinkServer process.&lt;BR /&gt;Server OK but no connection to probe 1 core 0 (after 3 attempts) - Ee(42). Could not connect to core.&lt;BR /&gt;============= SCRIPT: PN7xxxxx_Connect.scp =============&lt;BR /&gt;============= END SCRIPT ===============================&lt;BR /&gt;Failed on connect: Ee(42). Could not connect to core.&lt;BR /&gt;No connection to chip's debug port&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:07:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1431307#M7942</guid>
      <dc:creator>Juergen_Abel</dc:creator>
      <dc:date>2022-03-21T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: PNEV7462C examples don't debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432264#M7950</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/197811"&gt;@Juergen_Abel&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest you update the firmware image.&lt;/P&gt;
&lt;P&gt;Available firmware images include:&lt;/P&gt;
&lt;P&gt;J-LINK On-board by Segger&lt;/P&gt;
&lt;P&gt;CMSIS-DAP&lt;/P&gt;
&lt;P&gt;Please try with J-LINK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to below link for more details&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpc-link2:OM13054" target="_blank"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpc-link2:OM13054&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 01:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432264#M7950</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-23T01:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: PNEV7462C examples don't debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432466#M7952</link>
      <description>&lt;P&gt;Hello Daniel,&lt;BR /&gt;thanks for the hint, after programming the LPC-Link2 with Segger J-Link firmware, the sample programs run and debug.&lt;BR /&gt;Before, I have used the CMSIS-DAP firmware, which didn't work.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Juergen&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 08:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432466#M7952</guid>
      <dc:creator>Juergen_Abel</dc:creator>
      <dc:date>2022-03-23T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: PNEV7462C examples don't debug</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432513#M7953</link>
      <description>&lt;P&gt;thank you for your good news.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 09:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/PNEV7462C-examples-don-t-debug/m-p/1432513#M7953</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2022-03-23T09:33:25Z</dc:date>
    </item>
  </channel>
</rss>

