<?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>Embedded Software and Tools ClinicのトピックRe: RCM_SRS is not updating</title>
    <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/RCM-SRS-is-not-updating/m-p/1661905#M385</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215516"&gt;@Sudhir_n&lt;/a&gt;&amp;nbsp; !&lt;BR /&gt;I'm never worked with IAR, but I could try to help you.&lt;/P&gt;&lt;P&gt;Please, could you have a look in this topic:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K146-RCM-SRS-Register-value-for-SWD-reset/m-p/998710" target="_blank"&gt;https://community.nxp.com/t5/S32K/S32K146-RCM-SRS-Register-value-for-SWD-reset/m-p/998710&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And there is another topic here, but I think it isn't the same microcontroller are you using. Sometimes it make sense for your project:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/WatchDog-reset-Issues-with-S32DS-2018-R1-build-id-180815/m-p/1188571" target="_blank"&gt;https://community.nxp.com/t5/S32K/WatchDog-reset-Issues-with-S32DS-2018-R1-build-id-180815/m-p/1188571&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 12:54:36 GMT</pubDate>
    <dc:creator>FFOXZ</dc:creator>
    <dc:date>2023-06-01T12:54:36Z</dc:date>
    <item>
      <title>RCM_SRS is not updating</title>
      <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/RCM-SRS-is-not-updating/m-p/1630275#M365</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I am using MKE15Z series controller in my project.&lt;BR /&gt;Currently I am using 128kb micro MKE15Z128VLH7 which is working fine, but due to it's memory limitations needs to change it with 256kb micro&amp;nbsp;MKE15Z256VLH7.&amp;nbsp;I have updated required settings in IAR IED and also updated linker file.&lt;/P&gt;&lt;P&gt;In my code I have a condition to reset micro controller by watchdog on the basis of RCM_SRS register.&amp;nbsp; initial value for RCM_SRS = 0x00000400. due to which below condition is true and reset the&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_POR_MASK) == RCM_SRS_POR_MASK) ||&lt;BR /&gt;((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_LVD_MASK) == RCM_SRS_LVD_MASK) ||&lt;BR /&gt;((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_LOCKUP_MASK) == RCM_SRS_LOCKUP_MASK) ||&lt;BR /&gt;((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_SW_MASK) == RCM_SRS_SW_MASK) ||&lt;BR /&gt;((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_PIN_MASK) == RCM_SRS_PIN_MASK) ||&lt;BR /&gt;((RCM-&amp;gt;SRS &amp;amp; RCM_SRS_LOC_MASK) == RCM_SRS_LOC_MASK))&lt;BR /&gt;{&lt;BR /&gt;watchdog_test_setup_ke1x(); // this will rest the micro&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;when controller is reset, bit 5 in RCM_SRS register is not updating. This is the problem which I am facing. after reset due to watchdog time out&amp;nbsp;RCM_SRS value should be = 0x00000020.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 05:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Embedded-Software-and-Tools/RCM-SRS-is-not-updating/m-p/1630275#M365</guid>
      <dc:creator>Sudhir_n</dc:creator>
      <dc:date>2023-04-10T05:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: RCM_SRS is not updating</title>
      <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/RCM-SRS-is-not-updating/m-p/1661905#M385</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215516"&gt;@Sudhir_n&lt;/a&gt;&amp;nbsp; !&lt;BR /&gt;I'm never worked with IAR, but I could try to help you.&lt;/P&gt;&lt;P&gt;Please, could you have a look in this topic:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/S32K146-RCM-SRS-Register-value-for-SWD-reset/m-p/998710" target="_blank"&gt;https://community.nxp.com/t5/S32K/S32K146-RCM-SRS-Register-value-for-SWD-reset/m-p/998710&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And there is another topic here, but I think it isn't the same microcontroller are you using. Sometimes it make sense for your project:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K/WatchDog-reset-Issues-with-S32DS-2018-R1-build-id-180815/m-p/1188571" target="_blank"&gt;https://community.nxp.com/t5/S32K/WatchDog-reset-Issues-with-S32DS-2018-R1-build-id-180815/m-p/1188571&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 12:54:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Embedded-Software-and-Tools/RCM-SRS-is-not-updating/m-p/1661905#M385</guid>
      <dc:creator>FFOXZ</dc:creator>
      <dc:date>2023-06-01T12:54:36Z</dc:date>
    </item>
  </channel>
</rss>

