<?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: Damage?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656504#M52694</link>
    <description>&lt;P&gt;&lt;EM&gt;&amp;gt; I checked multiple times and i can confirm its not the issue with the IDE because previously it was working .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is not proof of anything.&lt;BR /&gt;Perhaps you have installed other software in the meantime, especially USB devices.&lt;BR /&gt;Assuming a Windows host OS, check the status in the device manager. Does the device(s) show up, and without issues/errors ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; I also noticed that the internal storage of the board which was normmally 8Mb is now 60Mb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sounds like a USB "combo" device, which registers as mass storage as well, and where you can "drop in" an application via file system copy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; Could it be a firmware issue?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect an issue with the firmware you flashed onto it. Probably crashes early on.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;As suggested, try a mass erase of th target, and revert to an application you definitely know is working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Most IDEs will set the initial breakpoint for debugging at main.&lt;BR /&gt;This does not work if there is an issue in the init code.&lt;BR /&gt;Change the initial breakpoint setting of your IDE to the reset vector, and step through the init code to main(), if necessary.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2023 09:26:33 GMT</pubDate>
    <dc:creator>frank_m</dc:creator>
    <dc:date>2023-05-24T09:26:33Z</dc:date>
    <item>
      <title>Damage?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1655503#M52675</link>
      <description>&lt;P&gt;Hello , I was wondering if someone else is experincing the same issue i am having with the LPC4088FET208 board. I was developing a small project for an assignment , at the time I was using the Keil Uvision IDE version 5.36 , to be more specific. When i connected the board with the Micro usb cable and resetted the board with the onboard switch , all of sudden keil did not begin to communicate with the board correctly . I checked multiple times and i can confirm its not the issue with the IDE because previously it was working . I also noticed that the internal storage of the board which was normmally 8Mb is now 60Mb . Can somebody explain what happened and how i can repair it on my end. Could it be a firmware issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 08:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1655503#M52675</guid>
      <dc:creator>DalS22</dc:creator>
      <dc:date>2023-05-23T08:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Damage?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656244#M52688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I do not know if your board is damaged or not.&lt;/P&gt;
&lt;P&gt;Anyway, I suggest you enter ISP mode for LPC4088, then try to use the tools to erase all the flash and reprogram your application code to flash.&lt;/P&gt;
&lt;P&gt;If you still can not communicate, pls check if the power supply is okay. If the power supply is okay, but you can not communicate, pls replace the lpc4088 with a new one.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 04:50:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656244#M52688</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2023-05-24T04:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Damage?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656504#M52694</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; I checked multiple times and i can confirm its not the issue with the IDE because previously it was working .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is not proof of anything.&lt;BR /&gt;Perhaps you have installed other software in the meantime, especially USB devices.&lt;BR /&gt;Assuming a Windows host OS, check the status in the device manager. Does the device(s) show up, and without issues/errors ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; I also noticed that the internal storage of the board which was normmally 8Mb is now 60Mb&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sounds like a USB "combo" device, which registers as mass storage as well, and where you can "drop in" an application via file system copy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt; Could it be a firmware issue?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I suspect an issue with the firmware you flashed onto it. Probably crashes early on.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;As suggested, try a mass erase of th target, and revert to an application you definitely know is working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Most IDEs will set the initial breakpoint for debugging at main.&lt;BR /&gt;This does not work if there is an issue in the init code.&lt;BR /&gt;Change the initial breakpoint setting of your IDE to the reset vector, and step through the init code to main(), if necessary.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 09:26:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656504#M52694</guid>
      <dc:creator>frank_m</dc:creator>
      <dc:date>2023-05-24T09:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Damage?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656618#M52703</link>
      <description>thank you for your comment frank_meyer , i will do as you suggested and try to mass erase the target and write an application that is guaranteed to work , maybe it will work.</description>
      <pubDate>Wed, 24 May 2023 11:50:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656618#M52703</guid>
      <dc:creator>DalS22</dc:creator>
      <dc:date>2023-05-24T11:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Damage?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656619#M52704</link>
      <description>i will try to erase all flash programs , thank you.</description>
      <pubDate>Wed, 24 May 2023 11:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Damage/m-p/1656619#M52704</guid>
      <dc:creator>DalS22</dc:creator>
      <dc:date>2023-05-24T11:51:47Z</dc:date>
    </item>
  </channel>
</rss>

