<?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: LPC1830 Hang-up after Reset with RESET_CTRL0 register in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-Hang-up-after-Reset-with-RESET-CTRL0-register/m-p/772409#M31057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="293120" data-username="kensu" href="https://community.nxp.com/people/kensu"&gt;Ken Su&lt;/A&gt;,&lt;/P&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;for the opportunity to serve you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;I was wondering if you can introduce the testing process in details and the probability percent of hang-up after reset during the testing.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;Whether you can share the demo code, as I want to replicate the phenomenon on my site.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;I'm looking forward to your reply.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jan 2018 06:31:00 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2018-01-10T06:31:00Z</dc:date>
    <item>
      <title>LPC1830 Hang-up after Reset with RESET_CTRL0 register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-Hang-up-after-Reset-with-RESET-CTRL0-register/m-p/772408#M31056</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 reset LPC1830 with&amp;nbsp;RESET_CTRL0 register, I use CORE_RST or&amp;nbsp;MASTER_RST to reset.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56506i96291C6707144E6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But sometimes LPC1830 will hang up after Reset.&lt;/P&gt;&lt;P&gt;Before I reset LPC1830, I will reset another IC by I2C interface.&lt;/P&gt;&lt;P&gt;It's hard to debug why LPC1830 hang up after reset, but I did some experiment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add some delay before LPC1830 SW reset. It will not hang up.&lt;/P&gt;&lt;P&gt;Or I use&amp;nbsp;__DSB() before LPC1830 SW reset. I will not hang up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that LPC1830 is unstable before reset if I didn't call&amp;nbsp;&lt;SPAN&gt;__DSB() or add some delay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I search some forum "NVIC_SystemReset(void" is suggest method, but it will cause LPC1830 hang up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does the&amp;nbsp;__DSB() be suggested function&amp;nbsp;before SW reset?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 02:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-Hang-up-after-Reset-with-RESET-CTRL0-register/m-p/772408#M31056</guid>
      <dc:creator>kensu</dc:creator>
      <dc:date>2018-01-09T02:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1830 Hang-up after Reset with RESET_CTRL0 register</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-Hang-up-after-Reset-with-RESET-CTRL0-register/m-p/772409#M31057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="293120" data-username="kensu" href="https://community.nxp.com/people/kensu"&gt;Ken Su&lt;/A&gt;,&lt;/P&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;Thank you for your interest in NXP Semiconductor products and&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;for the opportunity to serve you.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;I was wondering if you can introduce the testing process in details and the probability percent of hang-up after reset during the testing.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;Whether you can share the demo code, as I want to replicate the phenomenon on my site.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;SPAN style="font-family: Arial;"&gt;I'm looking forward to your reply.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="white-space: pre-wrap; text-align: left; line-height: 1.75; font-size: 14px;"&gt;&lt;P&gt;TIC&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 06:31:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC1830-Hang-up-after-Reset-with-RESET-CTRL0-register/m-p/772409#M31057</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-01-10T06:31:00Z</dc:date>
    </item>
  </channel>
</rss>

