<?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>LPC Microcontrollers中的主题 Re: LPC55S69-EVK not flashing, Heating issue</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691932#M53566</link>
    <description>&lt;P&gt;As you applied 20V to the device, you have for sure destroyed the MCU, probably other parts of the EVK too.&lt;/P&gt;&lt;P&gt;You might be lucky and only the LPC55S69 MCU is damaged. In this case, you could unsolder the MCU and populate it with a new part.&lt;/P&gt;&lt;P&gt;You better get a board replacement.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2023 06:28:35 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2023-07-25T06:28:35Z</dc:date>
    <item>
      <title>LPC55S69-EVK not flashing, Heating issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691360#M53544</link>
      <description>&lt;P&gt;When running the internal ADC, the input voltage went out of range for 2-3 seconds (around 20V). After that, I am unable to flash the board. I am getting the error below:&lt;/P&gt;&lt;P&gt;Unable to connect wire for probe index 1.&lt;BR /&gt;Error: Wire Ack Fault - target connected?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unable to connect wire for probe index 1.&lt;BR /&gt;Error: Wire Ack Fault - target connected?&lt;/P&gt;&lt;P&gt;Error: Wire Ack Fault - target connected?&lt;BR /&gt;&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.checkServerReply(RedlinkServerClient.java:227)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.redlink.client.RedlinkServerClient.wireConnect(RedlinkServerClient.java:1281)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.ideConnect(AbstractJtagDiscovery.java:240)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.connect(AbstractJtagDiscovery.java:196)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.jtag.AbstractJtagDiscovery.discover(AbstractJtagDiscovery.java:155)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.jtagDiscovery(TargetDiscovery.java:454)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.emulators.TargetDiscovery.configureEmulator(TargetDiscovery.java:155)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.support.linkserver.flash.LinkServerFlashWorkItem.buildCommand(LinkServerFlashWorkItem.java:256)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.launch.AbstractNXPLaunchConfigHandler.scheduleOperation(AbstractNXPLaunchConfigHandler.java:879)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.launch.AbstractNXPLaunchConfigHandler.openFlashDialog(AbstractNXPLaunchConfigHandler.java:593)&lt;BR /&gt;at com.nxp.mcuxpresso.core.debug.ui.FlashToolMenuDelegate.execute(FlashToolMenuDelegate.java:146)&lt;BR /&gt;at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)&lt;BR /&gt;at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)&lt;BR /&gt;at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:317)&lt;BR /&gt;at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:251)&lt;BR /&gt;at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)&lt;BR /&gt;at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)&lt;BR /&gt;at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)&lt;BR /&gt;at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:485)&lt;BR /&gt;at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)&lt;BR /&gt;at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:438)&lt;BR /&gt;at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:449)&lt;BR /&gt;at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.lambda$2(AbstractContributionItem.java:475)&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4251)&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1066)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4068)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3645)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)&lt;BR /&gt;at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.base/java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1467)&lt;/P&gt;&lt;P&gt;Also, the board is heating near the USB ports when connected to debug port or the +5V power supply port. Does this mean that there is some component failure on board or is there some other issue?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 11:35:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691360#M53544</guid>
      <dc:creator>rkulkarni</dc:creator>
      <dc:date>2023-07-24T11:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69-EVK not flashing, Heating issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691892#M53563</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220564"&gt;@rkulkarni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The input voltage is too high to damage the chip.&lt;/P&gt;
&lt;P&gt;It is better for input voltage is lower than 3.6V.&lt;/P&gt;
&lt;P&gt;For your this board, you can try to enter ISP mode, use blhost, check whether can connect.&lt;/P&gt;
&lt;P&gt;If failed, the chip is broken.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 05:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691892#M53563</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2023-07-25T05:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69-EVK not flashing, Heating issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691932#M53566</link>
      <description>&lt;P&gt;As you applied 20V to the device, you have for sure destroyed the MCU, probably other parts of the EVK too.&lt;/P&gt;&lt;P&gt;You might be lucky and only the LPC55S69 MCU is damaged. In this case, you could unsolder the MCU and populate it with a new part.&lt;/P&gt;&lt;P&gt;You better get a board replacement.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 06:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1691932#M53566</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2023-07-25T06:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69-EVK not flashing, Heating issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1692052#M53569</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; Also, the board is heating near the USB ports when connected to debug port or the +5V power supply port.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect the overvoltage has fused protective elements/diodes at the affected MCU GPIOs.&lt;BR /&gt;This usually creates a short circuit, pushing the power supply to the limits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As said, perhaps you could get away with unsoldering the MCU, and replace it with a new one.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2023 08:19:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-EVK-not-flashing-Heating-issue/m-p/1692052#M53569</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2023-07-25T08:19:51Z</dc:date>
    </item>
  </channel>
</rss>

