<?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: Z2_2 core is sleeping when receiving data from UART USB composite in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643026#M23486</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Here the result :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1683030845053.png" style="width: 881px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221414i7B20F26A54F4854E/image-dimensions/881x251?v=v2" width="881" height="251" role="button" title="developer_newbie_0-1683030845053.png" alt="developer_newbie_0-1683030845053.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1683030845053.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;startup_MPC5748G.S:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_1-1683030991186.png" style="width: 778px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221415i42B24C5B0F4BAA6B/image-dimensions/778x338?v=v2" width="778" height="338" role="button" title="developer_newbie_1-1683030991186.png" alt="developer_newbie_1-1683030991186.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_1-1683030991186.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to interept this result ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2023 12:37:03 GMT</pubDate>
    <dc:creator>developer_newbie</dc:creator>
    <dc:date>2023-05-02T12:37:03Z</dc:date>
    <item>
      <title>Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1639859#M23440</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have developed a USB UART composite in order to receive data from Linux PC using USB connection.&lt;/P&gt;&lt;P&gt;The link is up and I can receive data in Linux PC from Z2_2 using uart (/dev/ttyACM0 is detected)&lt;/P&gt;&lt;P&gt;but when I sent data from PC to Z2_2 core (MPC5748G), I received for a moment but after that Z2_2 is blocked seems it slept.&lt;/P&gt;&lt;P&gt;When I have made a pause of execution using PE Micro debugger I have seen this&amp;nbsp; handler&amp;nbsp; that it blocks "&lt;STRONG&gt;WKPU_31_24_IRQHandler() at 0x1402bc8&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1682433908290.png" style="width: 560px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221327i6C88A16C49C7D968/image-dimensions/560x141?v=v2" width="560" height="141" role="button" title="developer_newbie_0-1682433908290.png" alt="developer_newbie_0-1682433908290.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1682433908290.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My startup_MPC5748G.s contains this config:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_1-1682433964428.png" style="width: 608px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/220788i27323632E4A8DE52/image-dimensions/608x120?v=v2" width="608" height="120" role="button" title="developer_newbie_1-1682433964428.png" alt="developer_newbie_1-1682433964428.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_1-1682433964428.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;NOTE:&lt;/U&gt;&lt;/STRONG&gt; There are no C implementation for the function&amp;nbsp;&lt;STRONG&gt;WKPU_31_24_IRQHandler()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Why I had this kind of issue and how can I fix it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 12:56:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1639859#M23440</guid>
      <dc:creator>developer_newbie</dc:creator>
      <dc:date>2023-05-01T12:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1641706#M23454</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208286"&gt;@developer_newbie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as a first step, I would check WKPU registers if an interrupt or wake up event is enabled in WKPU (accidentally or intentionally). If not, it's some kind of runaway and more debugging will be necessary.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1641706#M23454</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-04-27T15:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1642666#M23469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have tried to disable WKPU IRQ but I still have a block of Core Z2_2 but in another WKPU handler "&lt;STRONG&gt;WKPU_23_16_IRQHandler() at 0x1402bc8&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_1-1682945237937.png" style="width: 642px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221324iFCF740B16BB037CB/image-dimensions/642x175?v=v2" width="642" height="175" role="button" title="developer_newbie_1-1682945237937.png" alt="developer_newbie_1-1682945237937.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_1-1682945237937.png&lt;/span&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="developer_newbie_3-1682945517142.png" style="width: 651px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221326i7FF1AAA7E0D03AE3/image-dimensions/651x135?v=v2" width="651" height="135" role="button" title="developer_newbie_3-1682945517142.png" alt="developer_newbie_3-1682945517142.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_3-1682945517142.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here the status of WKPU registers &lt;U&gt;&lt;STRONG&gt;before&lt;/STRONG&gt; &lt;/U&gt;disabling IRQ:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1682951780769.png" style="width: 956px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221333i9BED72D168A08B1C/image-dimensions/956x240?v=v2" width="956" height="240" role="button" title="developer_newbie_0-1682951780769.png" alt="developer_newbie_0-1682951780769.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1682951780769.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here the status of WKPU registers &lt;U&gt;&lt;STRONG&gt;after&lt;/STRONG&gt; &lt;/U&gt;disabling IRQ:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1682945169948.png" style="width: 909px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221323i51F20809DB2D3F02/image-dimensions/909x175?v=v2" width="909" height="175" role="button" title="developer_newbie_0-1682945169948.png" alt="developer_newbie_0-1682945169948.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1682945169948.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 14:37:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1642666#M23469</guid>
      <dc:creator>developer_newbie</dc:creator>
      <dc:date>2023-05-01T14:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1642898#M23479</link>
      <description>&lt;P&gt;I missed that IVOR1 was triggered before that according to call stack. Core register MCSRR0 should contain address of instruction which caused the error / IVOR1 and MCSR should contain the reason of this error. Could you check these two registers?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 06:28:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1642898#M23479</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-05-02T06:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643026#M23486</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Here the result :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1683030845053.png" style="width: 881px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221414i7B20F26A54F4854E/image-dimensions/881x251?v=v2" width="881" height="251" role="button" title="developer_newbie_0-1683030845053.png" alt="developer_newbie_0-1683030845053.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1683030845053.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;startup_MPC5748G.S:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_1-1683030991186.png" style="width: 778px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221415i42B24C5B0F4BAA6B/image-dimensions/778x338?v=v2" width="778" height="338" role="button" title="developer_newbie_1-1683030991186.png" alt="developer_newbie_1-1683030991186.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_1-1683030991186.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to interept this result ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643026#M23486</guid>
      <dc:creator>developer_newbie</dc:creator>
      <dc:date>2023-05-02T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643086#M23488</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I have added this function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;void IVOR1_Exception_Handler(void)
{
	while(1);
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="developer_newbie_0-1683034027219.png" style="width: 853px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221417i75099007586C3BC5/image-dimensions/853x527?v=v2" width="853" height="527" role="button" title="developer_newbie_0-1683034027219.png" alt="developer_newbie_0-1683034027219.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1683034027219.png&lt;/span&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="developer_newbie_0-1683052448718.png" style="width: 770px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221437iB0DBAF44526A5673/image-dimensions/770x668?v=v2" width="770" height="668" role="button" title="developer_newbie_0-1683052448718.png" alt="developer_newbie_0-1683052448718.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1683052448718.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="developer_newbie_0-1683056517222.png" style="width: 755px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221449iA7067D1F2B1200DC/image-dimensions/755x621?v=v2" width="755" height="621" role="button" title="developer_newbie_0-1683056517222.png" alt="developer_newbie_0-1683056517222.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;developer_newbie_0-1683056517222.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I know the root cause of this kind of errors / exceptions ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can I fix IVOR even with a workarround in the exception Handler function ?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 19:42:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643086#M23488</guid>
      <dc:creator>developer_newbie</dc:creator>
      <dc:date>2023-05-02T19:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643412#M23495</link>
      <description>&lt;P&gt;Ok, if SPR registers are not already visible, you can enabled them in:&lt;/P&gt;
&lt;P&gt;Window -&amp;gt; Show View -&amp;gt; Other&lt;/P&gt;
&lt;P&gt;Here select:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1683093112195.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221492iD67AF8C322D9D1F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1683093112195.png" alt="lukaszadrapa_0-1683093112195.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_0-1683093112195.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;And then you will see:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_1-1683093122940.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221493i705AA852A4AA7094/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_1-1683093122940.png" alt="lukaszadrapa_1-1683093122940.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_1-1683093122940.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you reach the IVOR1 handler, you need to check the content of MCSRR0 here. It will contain address of instruction which caused the error. Then you need to find this instruction in your code. An option is to go to Diassembly window and put address there like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_2-1683093655172.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221494i7E41E4C87D2DE592/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_2-1683093655172.png" alt="lukaszadrapa_2-1683093655172.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_2-1683093655172.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Based on the content, next investigation will be needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 06:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643412#M23495</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-05-03T06:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643749#M23507</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37795"&gt;@lukaszadrapa&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your support.&lt;/P&gt;&lt;P&gt;I have tried to read registers when I have IVOR1 but no addresses are displayed.&lt;/P&gt;&lt;P&gt;You can see below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="registers.PNG" style="width: 832px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221564i5639F1C96D89E43D/image-size/large?v=v2&amp;amp;px=999" role="button" title="registers.PNG" alt="registers.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;registers.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="code.PNG" style="width: 414px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221565iF500FAE4539B6B1F/image-size/large?v=v2&amp;amp;px=999" role="button" title="code.PNG" alt="code.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;code.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ivor.PNG" style="width: 601px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221566i62DC483E3438405B/image-size/large?v=v2&amp;amp;px=999" role="button" title="ivor.PNG" alt="ivor.PNG" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ivor.PNG&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How should I proceed in this case.&lt;/P&gt;&lt;P&gt;Thanks in advance of your support.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 17:10:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1643749#M23507</guid>
      <dc:creator>developer_newbie</dc:creator>
      <dc:date>2023-05-03T17:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Z2_2 core is sleeping when receiving data from UART USB composite</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1644374#M23514</link>
      <description>&lt;P&gt;This is copied from the user manual:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_0-1683184200908.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221675iCC39AB1AF2553C11/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_0-1683184200908.png" alt="lukaszadrapa_0-1683184200908.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_0-1683184200908.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lukaszadrapa_1-1683184206594.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/221676iCCAF860D9A3224C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lukaszadrapa_1-1683184206594.png" alt="lukaszadrapa_1-1683184206594.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lukaszadrapa_1-1683184206594.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:10:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Z2-2-core-is-sleeping-when-receiving-data-from-UART-USB/m-p/1644374#M23514</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-05-04T07:10:52Z</dc:date>
    </item>
  </channel>
</rss>

