<?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>S32KのトピックRe: S32K312 Power Error Notification</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1679566#M24630</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;McuErrorIsrNotification() just used for errors about voltage that cause interrupt.&lt;/P&gt;
&lt;P&gt;Seem that at IP layer, you need to defined error callback by yourself. You need to create input parameter for the function Power_Ip_InstallNotificationsCallback() to install callback that you want to get when have error. For example: I'll create the function&amp;nbsp;Power_ReportPowerErrorsCallback() that contains all callback functions for errors.&lt;/P&gt;
&lt;P&gt;You can install it before Power_Init() called by:&lt;/P&gt;
&lt;P&gt;Power_Ip_InstallNotificationsCallback(Power_ReportPowerErrorsCallback);&lt;/P&gt;
&lt;P&gt;with Power_ReportPowerErrorsCallback() defined as:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_1-1688120955086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230303i647F7D8BFE9752BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_1-1688120955086.png" alt="Nhi_Nguyen_1-1688120955086.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, you have as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_2-1688121188366.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230305i754B65A4BC56B548/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_2-1688121188366.png" alt="Nhi_Nguyen_2-1688121188366.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 10:40:14 GMT</pubDate>
    <dc:creator>Nhi_Nguyen</dc:creator>
    <dc:date>2023-06-30T10:40:14Z</dc:date>
    <item>
      <title>S32K312 Power Error Notification</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1669017#M23936</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;When using the Power component to configure StandBy mode, set the callback function in McuErrorIsrNotification in the [General] tab, and found that in the generated code, only the Error notification in the Power_Ip_PrepareSocStandby function called in the Power_Ip_SetMode function calls the configured callback function, but in other In the called function (such as Power_Ip_MC_ME_ConfigurePartitionClock) the Error notification does not call the configured callback function.&lt;BR /&gt;How to configure all error handling callback functions when switching Power mode?&lt;/P&gt;&lt;P&gt;(My purpose is that if an error occurs during the process of entering StandBy, I can be notified of the error and can make a corresponding recovery action)&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 07:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1669017#M23936</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-06-14T07:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Power Error Notification</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1679566#M24630</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/218611"&gt;@Simon-Liu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;McuErrorIsrNotification() just used for errors about voltage that cause interrupt.&lt;/P&gt;
&lt;P&gt;Seem that at IP layer, you need to defined error callback by yourself. You need to create input parameter for the function Power_Ip_InstallNotificationsCallback() to install callback that you want to get when have error. For example: I'll create the function&amp;nbsp;Power_ReportPowerErrorsCallback() that contains all callback functions for errors.&lt;/P&gt;
&lt;P&gt;You can install it before Power_Init() called by:&lt;/P&gt;
&lt;P&gt;Power_Ip_InstallNotificationsCallback(Power_ReportPowerErrorsCallback);&lt;/P&gt;
&lt;P&gt;with Power_ReportPowerErrorsCallback() defined as:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_1-1688120955086.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230303i647F7D8BFE9752BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_1-1688120955086.png" alt="Nhi_Nguyen_1-1688120955086.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, you have as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nhi_Nguyen_2-1688121188366.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/230305i754B65A4BC56B548/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nhi_Nguyen_2-1688121188366.png" alt="Nhi_Nguyen_2-1688121188366.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nhi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 10:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1679566#M24630</guid>
      <dc:creator>Nhi_Nguyen</dc:creator>
      <dc:date>2023-06-30T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Power Error Notification</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1680867#M24710</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/212522"&gt;@Nhi_Nguyen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&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>Tue, 04 Jul 2023 03:41:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-Power-Error-Notification/m-p/1680867#M24710</guid>
      <dc:creator>Simon-Liu</dc:creator>
      <dc:date>2023-07-04T03:41:48Z</dc:date>
    </item>
  </channel>
</rss>

