<?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: S32K312-Reset interface problem in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1700183#M25813</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm sorry for the delay.&lt;/P&gt;
&lt;P&gt;Please refer to the excerpt from the RM I posted in my last response.&lt;/P&gt;
&lt;P&gt;There are examples of clock configurations in the RM, Section 24.7.2.&lt;/P&gt;
&lt;P&gt;I would recommend using just the examples of clock configuration without any modifications.&lt;/P&gt;
&lt;P&gt;If the examples are modified, it must be in a way where the ratios between the clock frequencies are maintained.&lt;/P&gt;
&lt;P&gt;As I wrote beofre, I could not compile your project that seems to be rather complex.&lt;/P&gt;
&lt;P&gt;If the recommended clock configuration does help, can you remove components from the project one by one to identify the root cause?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
    <pubDate>Mon, 07 Aug 2023 10:56:18 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-08-07T10:56:18Z</dc:date>
    <item>
      <title>S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1682894#M24837</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;When I use two interfaces to reset the K312, I found that the reset reasons read by the interface Power_Ip_GetResetReason are different:&lt;BR /&gt;1. When using the Power_Ip_PerformReset interface, the reset reason can be read as 13 or 26 (depending on whether the configuration is DestructiveReset or FunctionalReset).&lt;BR /&gt;2. When using the Power_Ip_SetMode interface, when the mode is configured as DEST_RESET, the reset reason can be read as 13 after reset, but when the mode is configured as FUNC_RESET, the reset reason read after reset is 0 instead of 26.&lt;/P&gt;&lt;P&gt;What is the reason why the reset reason is 0 instead of 26 after using Power_Ip_SetMode to reset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 07:34:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1682894#M24837</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-07-06T07:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1683997#M24897</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Reason 0 is the power-on reset.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1688739380139.png" style="width: 636px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231328iCBEBF844A7EE4A97/image-dimensions/636x229?v=v2" width="636" height="229" role="button" title="danielmartynek_0-1688739380139.png" alt="danielmartynek_0-1688739380139.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;These are the sources:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1688739447188.png" style="width: 595px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231329i80B16843EF2FF041/image-dimensions/595x296?v=v2" width="595" height="296" role="button" title="danielmartynek_1-1688739447188.png" alt="danielmartynek_1-1688739447188.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can you read the DCM_GPR[DCMROPP1] register?&lt;/P&gt;
&lt;P&gt;More information about POR_WDG in the RM rev.6, Chapter 34&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 14:23:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1683997#M24897</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-07-07T14:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1684506#M24914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;After my test, the value of IP_DCM_GPR-&amp;gt;DCMROPP1 read after reset is 0x30000013.&lt;/P&gt;&lt;P&gt;The interface used for reset is Power_Ip_SetMode(&amp;amp;Power_Ip_aModeConfigPB[2]), and the configuration of DS is as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonLiu_0-1688968553267.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/231469i5BFA660FD5A08CB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimonLiu_0-1688968553267.png" alt="SimonLiu_0-1688968553267.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2023 05:56:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1684506#M24914</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-07-10T05:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1685728#M24996</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you share the whole project so that I can test it on my side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 10:47:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1685728#M24996</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-07-11T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1688960#M25186</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer, the attachment is the project I used, please check it.&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1688960#M25186</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-07-20T06:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1691441#M25353</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;
&lt;P&gt;I have difficulties to compile the project, probably becasue incompatible RTD versions.&lt;/P&gt;
&lt;P&gt;Anyway, can you clear the DCMROPP1 register before the reset, just to make sure the register is updated correctly. It reports in which FUNCn the counter overflowed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be becasue of the Clock configuration:&lt;/P&gt;
&lt;P&gt;31.3.6 Functional reset sequence descriptions&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1690210190633.png" style="width: 632px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/233293iAA1F7DE5F1885A16/image-dimensions/632x338?v=v2" width="632" height="338" role="button" title="danielmartynek_0-1690210190633.png" alt="danielmartynek_0-1690210190633.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 14:51:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1691441#M25353</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-07-24T14:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1694542#M25537</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I cleared the register DCMROPP1 before Reset (writing all Bits to 1), and the value of DCMROPP1 after Reset is 0x00000013。&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonLiu_0-1690507370473.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234009iDA6D061C7DB9E15E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimonLiu_0-1690507370473.jpeg" alt="SimonLiu_0-1690507370473.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2023 01:23:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1694542#M25537</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-07-28T01:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1695910#M25622</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you tried changing the clock?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1690806222725.png" style="width: 693px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234369iBF578259B941F5E8/image-dimensions/693x219?v=v2" width="693" height="219" role="button" title="danielmartynek_0-1690806222725.png" alt="danielmartynek_0-1690806222725.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 12:24:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1695910#M25622</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-07-31T12:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1697128#M25679</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;Does the modification clock you mentioned above refer to the clock of the PLL?&lt;BR /&gt;At present, the clock frequency of PLL0 I configured is 120MHz, how much does it need to be changed?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SimonLiu_1-1690946903330.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/234647iA641ECD6C19AE394/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SimonLiu_1-1690946903330.png" alt="SimonLiu_1-1690946903330.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 03:30:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1697128#M25679</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-02T03:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1700183#M25813</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm sorry for the delay.&lt;/P&gt;
&lt;P&gt;Please refer to the excerpt from the RM I posted in my last response.&lt;/P&gt;
&lt;P&gt;There are examples of clock configurations in the RM, Section 24.7.2.&lt;/P&gt;
&lt;P&gt;I would recommend using just the examples of clock configuration without any modifications.&lt;/P&gt;
&lt;P&gt;If the examples are modified, it must be in a way where the ratios between the clock frequencies are maintained.&lt;/P&gt;
&lt;P&gt;As I wrote beofre, I could not compile your project that seems to be rather complex.&lt;/P&gt;
&lt;P&gt;If the recommended clock configuration does help, can you remove components from the project one by one to identify the root cause?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 10:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1700183#M25813</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-07T10:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1702864#M25943</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I used a sample project that I have used before to test, without modifying the clock configuration in the sample, the result is the same: the ResetReson read after using the Power_Ip_SetMode interface to perform a destructive reset is still 0.&lt;BR /&gt;After the code is powered on, the ResetReson is read and output through the UART, and the reset is performed after a period of delay.&lt;BR /&gt;Please refer to the attachment for the project used, this should be able to be compiled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 09:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1702864#M25943</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-10T09:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1703560#M25985</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the project.&lt;/P&gt;
&lt;P&gt;I'm testig it now and if I comment this function out, it works.&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;Clock_Ip_Init(&amp;amp;Clock_Ip_aClockConfig[0]);&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1691757003716.png" style="width: 526px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236100i9BB894A12B544F45/image-dimensions/526x70?v=v2" width="526" height="70" role="button" title="danielmartynek_0-1691757003716.png" alt="danielmartynek_0-1691757003716.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The clock configuration is clearly not correct.&lt;/P&gt;
&lt;P&gt;Please have a look at the RM:&lt;/P&gt;
&lt;P&gt;Table 145. System clock frequency limitations&lt;/P&gt;
&lt;P&gt;Table 148. Option B - Reduced Speed mode (CORE_CLK @ 120 MHz)&lt;/P&gt;
&lt;P&gt;Table 153. Option F - Operation in 1:1 mode with CORE_CLK and AXBS_CLK at same speed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 12:30:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1703560#M25985</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-11T12:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1703779#M25997</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I commented out the function Clock_Ip_Init according to your method, and the reset reason can indeed be read. Then I modified the configuration items according to the content in the [Option B - Reduced Speed mode (CORE_CLK @ 120 MHz)] table, but after testing, I found that there are still problems. Please help me to see where my configuration items are incorrect? Please see the attachment for my project, thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 02:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1703779#M25997</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-12T02:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1705602#M26115</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Can you enable this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1692175688464.png" style="width: 524px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/236655i8441FB245F25DC8D/image-dimensions/524x794?v=v2" width="524" height="794" role="button" title="danielmartynek_0-1692175688464.png" alt="danielmartynek_0-1692175688464.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 08:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1705602#M26115</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-16T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707124#M26200</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;In my previous project, SXOSC and FXOSC were enabled, but the PLL was not enabled. After I enabled the PLL according to your method, I can read the reset reason as 22. The problem is solved. Thank you very much. If possible, could you please tell me the reason for this problem? And why can FunctionalReset be read out when PLL is enabled? And why is DestructiveReset unaffected?&lt;/P&gt;&lt;P&gt;Thank you again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simmon&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 02:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707124#M26200</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-18T02:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707581#M26228</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The POR_WDG overflow was reported in FUNC4, which is the Functional reset sequence not Destructive.&lt;/P&gt;
&lt;P&gt;Out of reset, PRTN1_CONFB1_CLKEN[REQ56] = 0, it is set by the Clock_Ip_Init() function and it should stay enabled as long as the PLL is enabled.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1692364897954.png" style="width: 674px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/237086i550997F7DF4DBF87/image-dimensions/674x583?v=v2" width="674" height="583" role="button" title="danielmartynek_0-1692364897954.png" alt="danielmartynek_0-1692364897954.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2023 13:31:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707581#M26228</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-18T13:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707906#M26241</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;Why is there no such problem when using the interface Power_Ip_PerformReset for FunctionalReset?&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 02:01:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1707906#M26241</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-21T02:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1708329#M26276</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This function does not change the power mode, it just triggers the reset.&lt;/P&gt;
&lt;P&gt;Compare the source code of the two functions in Power_Ip.c&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 12:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1708329#M26276</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-08-21T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1708352#M26278</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/160001"&gt;@danielmartynek&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I probably understand that it is because the function Power_Ip_PerformReset does not perform mode switching and does not set PRTN1_COFB1_CLKEN, so this problem will not occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BestRegards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 12:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1708352#M26278</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-08-21T12:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312-Reset interface problem</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1858224#M34877</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the microprocessor S32K344 and the evaluation board called&amp;nbsp;&lt;SPAN&gt;MR-CANHUBK344. I am using the project "S32K344_CAN_bootlloader_RTD2d0" and I have achieved the jump from this project to some application. To send the different services I have used the application "ECUBUS" but I have problems when I try to send the "ECURESET" service. I receive an error (In the next picture you can see the error) and I don´t know the reason of this mixtake. Although the program reset correctly, I don´t want to receive this message and I want to receive the positive reply. I need the reply as soon as possible as I have to send the project very soon.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_0-1714630713108.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276880i19F4B6D4CA925873/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_0-1714630713108.png" alt="JonAnder_Amante_0-1714630713108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonAnder_Amante_1-1714630712965.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/276879i5A97D0B88438BE08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonAnder_Amante_1-1714630712965.png" alt="JonAnder_Amante_1-1714630712965.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 06:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Reset-interface-problem/m-p/1858224#M34877</guid>
      <dc:creator>JonAnder_Amante</dc:creator>
      <dc:date>2024-05-02T06:18:40Z</dc:date>
    </item>
  </channel>
</rss>

