<?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>Kinetis MicrocontrollersのトピックMK64FN1M0VLL12 reset causes</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870754#M51871</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'm working with&amp;nbsp;MK64FN1M0VLL12 microcontroller and I want to know what´s the cause of the reset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forced the reset for different reasons and I always read the same values in RCM_SRS0 and RCM_SRS1 registers.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2019 08:58:38 GMT</pubDate>
    <dc:creator>carmenartamendi</dc:creator>
    <dc:date>2019-02-18T08:58:38Z</dc:date>
    <item>
      <title>MK64FN1M0VLL12 reset causes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870754#M51871</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'm working with&amp;nbsp;MK64FN1M0VLL12 microcontroller and I want to know what´s the cause of the reset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forced the reset for different reasons and I always read the same values in RCM_SRS0 and RCM_SRS1 registers.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2019 08:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870754#M51871</guid>
      <dc:creator>carmenartamendi</dc:creator>
      <dc:date>2019-02-18T08:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FN1M0VLL12 reset causes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870755#M51872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you give more detail of your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 03:36:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870755#M51872</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-02-19T03:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FN1M0VLL12 reset causes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870756#M51873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the cause of the reset, and when the microcontroller starts working I read RCM_SRS0 and RCM_SRS1 registers.&lt;/P&gt;&lt;P&gt;When a&amp;nbsp;reset is caused&amp;nbsp;by some reprogramation, I read in the RCM_SRS0 register the value of 0x40, which makes sense because I connect the reset pin of the JTAG connector in this pin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the microcontroller is reset because I switch off the power supply, I expect to read the value of 0x80 in RCM_SRS0 register, which indicates the reset has been caused by the power-on detection logic. However, I read in RCM_SRS1 register the value of 0x2, which indicates the reset has been caused by the ARM core indication of a LOCKUP event... I read the same value in RCM_SRS1 register when I force a watchdog reset, and in this case I expect to read the value of 0x2 in RCM_SRS0 register, which indicates the reset has been caused by watchdog reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carmen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 09:00:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870756#M51873</guid>
      <dc:creator>carmenartamendi</dc:creator>
      <dc:date>2019-02-19T09:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: MK64FN1M0VLL12 reset causes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870757#M51874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tested your problem on my frdm-k64f board. But I didn't see neither of the problem. It is very clear that when power on, SRS0=0x82 and SRS1=0.&lt;/P&gt;&lt;P&gt;You said that LOCKUP bit is 1 and SRS0=0. Yes, The reset value of this SRS1 depends on SRS0=0. Is it means after power on, another reset happen? If yes, I think you may need to check power on sequence. Especially the &lt;SPAN lang="EN-US" style="font-size: 11.0pt;"&gt;waveforms of RESET_b and VDD. Voltage of reset pin should not greater than VDD +0.3V during power on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt;"&gt;As to the watchdog bit, can you try the wdog example in SDK?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11.0pt;"&gt;Jing&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 10:39:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK64FN1M0VLL12-reset-causes/m-p/870757#M51874</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-02-21T10:39:37Z</dc:date>
    </item>
  </channel>
</rss>

