<?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: Using J-link EDU on MCUXpresso in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Using-J-link-EDU-on-MCUXpresso/m-p/802172#M2840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend that you take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt; IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for any reason a 'bad' application is programmed into fash and the BootROM boots this&amp;nbsp;image, the resulting executed code may affect the part in such a way that prevents new&amp;nbsp;debug operations succeeding. Should this occur, the troubleshooting&amp;nbsp;section of the above document could help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2018 22:48:51 GMT</pubDate>
    <dc:creator>Carlos_Mendoza</dc:creator>
    <dc:date>2018-12-18T22:48:51Z</dc:date>
    <item>
      <title>Using J-link EDU on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Using-J-link-EDU-on-MCUXpresso/m-p/802171#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IMXRT1050-EVKB kit. I have problems with onboard LinkServer debugger. Sometimes it stop working and I am not abble to upload firmware anymore. In this situation, only thing that helps me is to reconfigure "BOOT_MODE" pins to serial downloader mode and then do "Mass erase" procedure using "GUI Flash Tool". Then reconfigure "BOOT_MODE" back to HyperFlash. I need to use all of GPIO pins in my future design. I also need to use "BOOT_MODE" pins as normal GPIO pins and set booting from HyperFlash by fuses. So, this behavior can be a real problem for me in the future.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What it reason for this behavior? Is there alternative method to unbrick not responding processor without using serial downloader?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I decide to try J-LINK EDU SWD debugger instead of onboard LinkServer because maybe this can solve problem describled above. But I have troubles to make J-LINK probe fully working. I am using tools:&lt;/P&gt;&lt;P&gt;MCUXpresso IDE v10.2.1 [Build 795] [2018-07-25]&lt;/P&gt;&lt;P&gt;SDK version 2.4.2 package for EVKB-IMXRT1050 board&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read somewhere that in this version of MCUExpresso should be default support of J-LINK and everythink should work without configuring.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I am not able to do a restart of processor using "Restart" button in IDE. There is Debugger console output:&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;tbreak main
Temporary breakpoint 3 at 0x600030e2: file ../source/csi_rgb565.c, line 350.
monitor reset
continue
Continuing.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;LI&gt;I am not able to do erase of Flash memory using "Erase Flash" button in IDE. There is Console output:&lt;/LI&gt;&lt;/OL&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Erasing device (MCIMXRT1052)...
J-Link: Flash download: Only internal flash banks will be erased.
To enable erasing of other flash banks like QSPI or CFI, it needs to be enabled via "exec EnableEraseAllFlashBanks"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I do not understand where exactly I should add command "exec EnableEraseAllFlashBanks". Is there some script file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2018 16:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Using-J-link-EDU-on-MCUXpresso/m-p/802171#M2839</guid>
      <dc:creator>pjanco</dc:creator>
      <dc:date>2018-11-26T16:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using J-link EDU on MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Using-J-link-EDU-on-MCUXpresso/m-p/802172#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend that you take a look at the following document:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/migration-blogpost/10894"&gt; IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for any reason a 'bad' application is programmed into fash and the BootROM boots this&amp;nbsp;image, the resulting executed code may affect the part in such a way that prevents new&amp;nbsp;debug operations succeeding. Should this occur, the troubleshooting&amp;nbsp;section of the above document could help.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 22:48:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Using-J-link-EDU-on-MCUXpresso/m-p/802172#M2840</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2018-12-18T22:48:51Z</dc:date>
    </item>
  </channel>
</rss>

