<?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: LPC54628 sometimes fails to boot in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371871#M47017</link>
    <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Answer 1:&lt;BR /&gt;The SDK LVGL demo needs to be modified with a black background, or the boot issue will not occur.&lt;BR /&gt;I guess the sharing of pins for the EMC and ISP boot function is causing this issue.&lt;BR /&gt;I see the same problem when I execute an application from the external SDRAM.&lt;BR /&gt;The randomness of this issue makes it difficult to track down.&lt;/P&gt;&lt;P&gt;Anwer 2:&lt;BR /&gt;Ok, we will patch in pull-up resistors to the OM13098 tomorrow. Will let you know of the result.&lt;BR /&gt;We will also add pull-up resistors to our own board design (which is under construction).&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Anders&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 09:30:48 GMT</pubDate>
    <dc:creator>anders_erlandss</dc:creator>
    <dc:date>2021-11-16T09:30:48Z</dc:date>
    <item>
      <title>LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371312#M47003</link>
      <description>&lt;P&gt;Hi. I'm using the very nice LPC54628 dev board (OM13098) for development of an LVGL application.&lt;BR /&gt;I see problems with warm reset (ie. either pressing "Target reset" or calling NVIC_SystemReset())&lt;BR /&gt;After a reset, execution sometimes gets stuck in ROM boot code at address 0x30012C2 (forever loop).&lt;/P&gt;&lt;P&gt;How to repeat:&lt;BR /&gt;1.Import the lvgl demo example using MCUXpresso (I use version 11.4.0 with SDK version 2.10.0).&lt;BR /&gt;2.Replace the source line containg "lv_demo_widgets()" with the following code:&lt;/P&gt;&lt;P&gt;#if 0&lt;BR /&gt;/* LVGL example */&lt;BR /&gt;lv_demo_widgets();&lt;BR /&gt;#else&lt;BR /&gt;/* LVGL simple test */&lt;BR /&gt;lv_obj_t *screen = lv_obj_create(NULL, NULL);&lt;BR /&gt;lv_obj_set_style_local_bg_color(screen, LV_OBJ_PART_MAIN, LV_STATE_DEFAULT, LV_COLOR_BLACK);&lt;BR /&gt;lv_obj_t *label = lv_label_create(screen, NULL);&lt;BR /&gt;lv_label_set_text(label, "hello, world");&lt;BR /&gt;lv_obj_align(label, NULL, LV_ALIGN_CENTER, 0, 0);&lt;BR /&gt;lv_scr_load(screen);&lt;BR /&gt;#endif&lt;/P&gt;&lt;P&gt;3.Build, load and detach the debug connection (to let it run whithout the debugger)&lt;BR /&gt;4.The LCD panel should become dark and show the message "hello, world"&lt;BR /&gt;5.Now press "Target Reset" button until reset fails (indicated with a white screen)&lt;BR /&gt;6.Reattach the debugger, press stop and the break address will be "0x30012c2".&lt;/P&gt;&lt;P&gt;Single stepping shows that the execution is stuck in a forever loop inside the Boot ROM.&lt;BR /&gt;Further reset attemts will fail. A power cycle is the only way to recover.&lt;/P&gt;&lt;P&gt;The problem seems similar to another issue reported in the NXP Community forum.&lt;BR /&gt;See "LPC54628 sometimes hangs in ROM boot loader after software reset".&lt;/P&gt;&lt;P&gt;-Is this a known issue?&lt;BR /&gt;-I have board rev "E", does the ISP pins on my board need pullup resistors?&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Anders Erlandsson&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 11:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371312#M47003</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-15T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371717#M47011</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;anders_erlandss,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1) How about&amp;nbsp; run simple SDK demo?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2) Recommend pull up ISP pins to bypass ISP mode, check whether the problem persists.&lt;/SPAN&gt;&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;</description>
      <pubDate>Tue, 16 Nov 2021 07:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371717#M47011</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-11-16T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371871#M47017</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;Answer 1:&lt;BR /&gt;The SDK LVGL demo needs to be modified with a black background, or the boot issue will not occur.&lt;BR /&gt;I guess the sharing of pins for the EMC and ISP boot function is causing this issue.&lt;BR /&gt;I see the same problem when I execute an application from the external SDRAM.&lt;BR /&gt;The randomness of this issue makes it difficult to track down.&lt;/P&gt;&lt;P&gt;Anwer 2:&lt;BR /&gt;Ok, we will patch in pull-up resistors to the OM13098 tomorrow. Will let you know of the result.&lt;BR /&gt;We will also add pull-up resistors to our own board design (which is under construction).&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 09:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1371871#M47017</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-16T09:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1372725#M47035</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;We have patched the ISP pins with pull-up resistors as you recommended.&lt;BR /&gt;We used 10k resistors for this. The problem is still there.&lt;BR /&gt;Perhaps a reset of the MCU in the middle of a SDRAM read/write operation could cause this issue.&lt;BR /&gt;In that case pull-up resistors will not help. But I'm just guessing.&lt;/P&gt;&lt;P&gt;You should be able to repeat the problem at your side. Can you confirm this?&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 11:36:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1372725#M47035</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-17T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373230#M47047</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Anders,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I test your code, it can work well after Target Reset. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See my attachment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 07:25:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373230#M47047</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-11-18T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373282#M47049</link>
      <description>&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;Thanks for performing the test!&lt;BR /&gt;The boot failure occurs randomly, with a 13% failure rate.&lt;BR /&gt;Sometimes it happens directly, but sometimes I need to press "Target Reset" many times before the failure occurs.&lt;/P&gt;&lt;P&gt;-Could you please try again and press "Target Reset" at least 50 times?&lt;/P&gt;&lt;P&gt;Sorry for the trouble.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 08:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373282#M47049</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-18T08:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373533#M47052</link>
      <description>&lt;P&gt;Hello Alice,&lt;/P&gt;&lt;P&gt;We have now verified that the boot failure exists on two different OM13098 boards.&lt;BR /&gt;One of them is patched with 10k pull-up resistors on the ISP pins as suggested.&lt;BR /&gt;I have also refined my code that provokes the problem.&lt;/P&gt;&lt;P&gt;Simplified instructions to repeat the problem:&lt;BR /&gt;1) Install the emc_sdram driver example from the SDK.&lt;BR /&gt;2) Insert the code below just before the while loop at the end of main():&lt;/P&gt;&lt;P&gt;/* Boot failure code */&lt;BR /&gt;{&lt;BR /&gt;/* Indicate successful boot by switching backlight off */&lt;BR /&gt;GPIO_PinInit(GPIO, 3, 31, &amp;amp;(gpio_pin_config_t){kGPIO_DigitalOutput, (0)});&lt;BR /&gt;GPIO_PortClear(GPIO, 3, 1U &amp;lt;&amp;lt; 31);&lt;/P&gt;&lt;P&gt;memset(sdram, 0, SDRAM_EXAMPLE_DATALEN * 4);&lt;BR /&gt;&lt;BR /&gt;/* Read from SDRAM while waiting for "Target Reset" */&lt;BR /&gt;while (1) {&lt;BR /&gt;for (int tmp = 0, index = 0; index &amp;lt; SDRAM_EXAMPLE_DATALEN; index++) {&lt;BR /&gt;tmp += *(uint32_t *)(sdram + index);&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;3) Detatch the debugger&lt;BR /&gt;4) Press "Target Reset" after the screen&amp;nbsp;backlight is switched off.&lt;/P&gt;&lt;P&gt;Failure rate (on both our boards) is about 1:6, ie there is a 16% chance of failure every time we press "Target Reset".&lt;/P&gt;&lt;P&gt;If you change the memset line so that bit D2, D3 and D4 in the SDRAM is 111 the problem will dissapear.&lt;BR /&gt;It seems that the problem is related to the shared pins for the external SDRAM and ISP boot function.&lt;/P&gt;&lt;P&gt;-Do you see the same behaviour?&lt;BR /&gt;-Any suggestions for a workaround?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 13:52:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1373533#M47052</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-18T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1375513#M47083</link>
      <description>&lt;P&gt;Hello Anders,&lt;/P&gt;
&lt;P&gt;I have reproduce the issue on my side, lpcxpresso54628 board without&amp;nbsp; pull-up, it is hard to modify on my side.&lt;/P&gt;
&lt;P&gt;Could you please take a picture about how do you "patched with 10k pull-up resistors on the ISP pins",&lt;/P&gt;
&lt;P&gt;and also use &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0" data-number-of-phrases="1"&gt;&lt;SPAN&gt;Oscilloscope&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; monitor those ISP pins when reset , are they high at the whole time?&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;</description>
      <pubDate>Tue, 23 Nov 2021 09:16:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1375513#M47083</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-11-23T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1375651#M47085</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;I have attached a picture of the patch.&lt;/P&gt;&lt;P&gt;We think we understand the problem now and that the oscilloscope measurement is not needed.&lt;BR /&gt;-An ongoing read operation from the SDRAM is not disabled fast enough when pressing "Target Reset".&lt;BR /&gt;-The MCU boot procedure sometimes fails since the ISP boot pins are shared with D2, D3 and D4 from the SDRAM.&lt;/P&gt;&lt;P&gt;In our own board design we will simply add some components to disable the signal paths for D2, D3 and D4 during boot.&lt;BR /&gt;We think it's a fast and easy solution (also, we are in a bit of a hurry).&lt;/P&gt;&lt;P&gt;If you have a better ideas, please let me know.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 13:02:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1375651#M47085</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-23T13:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376103#M47096</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Anders,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I think your solution is good, and also you can disable&amp;nbsp; enter ISP mode using the ISP pin through config &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CRP_ISP_DISABLE_PIN in OTP, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1637743323982.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163061i3B2927EFEB03F84E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1637743323982.png" alt="Alice_Yang_0-1637743323982.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;while be careful:&amp;nbsp;&lt;SPAN&gt;OPT is a non-volatile and&lt;FONT color="#FF0000"&gt; write-once register&lt;/FONT&gt;. OTP is not FLASH and it can be ONLY written by IAP function. Once disable, we never can enter isp though ISP pins.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just one suggestion, your solution is more safe than OTP.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:44:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376103#M47096</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-11-24T08:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376120#M47098</link>
      <description>&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;BR /&gt;I will close this issue now.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Anders&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 08:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376120#M47098</guid>
      <dc:creator>anders_erlandss</dc:creator>
      <dc:date>2021-11-24T08:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376133#M47099</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Anders,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Add, OTP is dangerous to test, you can just config the flash ECRP, please see P1051 of UM10912:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1637744445885.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163065i911EB6B6D61F9899/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1637744445885.png" alt="Alice_Yang_0-1637744445885.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;directly config the data in startup_lpc54628.c file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_1-1637744536382.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/163066iFB46AC1EC3F39A98/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_1-1637744536382.png" alt="Alice_Yang_1-1637744536382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this configuration won't limited your chip.&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>Wed, 24 Nov 2021 09:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1376133#M47099</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-11-24T09:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54628 sometimes fails to boot</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1459244#M48791</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;In our own board design we will simply add some components to disable the signal paths for D2, D3 and D4 during boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We think it's a fast and easy solution (also, we are in a bit of a hurry).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I encountered exactly the same problem. I'm using SDRAM too and it sometimes happens the boot process hangs erroneously in the Boot ROM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Event to me it seems the problem is caused by sharing ISP pins with SDRAM, so pull-up can't help. When the reset happens exactly when SDRAM has configured one of D2/D3/D4 pins as low-level output, pufff... MCU hangs in the Boot ROM.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So what is the best solution to this problem? Could you share your schematics? Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 09:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54628-sometimes-fails-to-boot/m-p/1459244#M48791</guid>
      <dc:creator>giusloq</dc:creator>
      <dc:date>2022-05-17T09:23:29Z</dc:date>
    </item>
  </channel>
</rss>

