<?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: LPUART RX callback doesn't work in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037744#M6115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we are using SDK 3.0.0.&lt;/P&gt;&lt;P&gt;Are there any changes regarding the UART?&lt;/P&gt;&lt;P&gt;I will check it and give feedback, if it works then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2020 12:53:27 GMT</pubDate>
    <dc:creator>EE_CW</dc:creator>
    <dc:date>2020-03-30T12:53:27Z</dc:date>
    <item>
      <title>LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037738#M6109</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 try to use UART Communication together with an RS-485 IC (SN65HVD72DGKR).&lt;/P&gt;&lt;P&gt;Sending Text to an PC work correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm not able to receive some Text from the PC.&lt;/P&gt;&lt;P&gt;I checked out the lpuart example and also this topic in community: &lt;A href="https://community.nxp.com/thread/498302"&gt;S32k uart RX interrupt handler problem&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the callback function never gets called.&lt;/P&gt;&lt;P&gt;Even if I take out the RS485 Transceiver and connect RX and TX to a loopback, the Callback never gets called.&lt;/P&gt;&lt;P&gt;I use LPUART component from Processor Expert (see attached project).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be wrong here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanky for any hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2020 09:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037738#M6109</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-03-17T09:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037739#M6110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you, please try again the example lpuart_echo_S32K148?&lt;/P&gt;&lt;P&gt;This example expects LF at the end of the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested it on the S32K148EVB:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104515i0AC48F5175F21BD1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2020 10:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037739#M6110</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-03-19T10:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037740#M6111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported the lpuart_echo_S32K148 example and changed the IOs to for my board. I also changed the clock settings according to my prototype board (Same settings as the attached project from the original question).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could noticed, that the function &lt;STRONG&gt;LPUART_DRV_SendDataBlocking()&lt;/STRONG&gt; doesn't work for me.&lt;/P&gt;&lt;P&gt;In my previous tests I used a function from ADC example where the function &lt;STRONG&gt;LPUART_DRV_SendData()&lt;/STRONG&gt; is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I did not receive any data on the PC with this sample programm. The programm also run in the part where the it will exit and stop:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/103602iF97697A70AF86627/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached you the adjusted sample project. Maybe you find a mistake there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 08:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037740#M6111</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-03-23T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037741#M6112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tested both your projects. Do you use your own bord?&lt;/P&gt;&lt;P&gt;With lpuart_echo_s32k148_2.zip I'm able to receive and transmit data without any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Test_UART.zip I'm able to get into rxCallback with code used from example mentioned above (just for test if it is working)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104137i9264A67154172477/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="rxCallback.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/104076iD3C54D93CC6DEADF/image-size/large?v=v2&amp;amp;px=999" role="button" title="rxCallback.png" alt="rxCallback.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2020 17:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037741#M6112</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-03-23T17:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037742#M6113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&lt;/P&gt;&lt;P&gt;Yes I use a prototype board with an S32K148_144 on it. From this point of view it should work as well.&lt;/P&gt;&lt;P&gt;As mentioned in the original question, I try to use UART Communication together with an RS-485 IC (SN65HVD72DGKR).&lt;/P&gt;&lt;P&gt;I think this should not influence the sending process. I don't have any idea why the function &lt;STRONG&gt;LPUART_DRV_SendDataBlocking()&lt;/STRONG&gt; doesn't work for me. Do you have any hint what can be checked?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2020 06:40:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037742#M6113</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-03-24T06:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037743#M6114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you, please, check the SDK version?&lt;/P&gt;&lt;P&gt;The newest one is 3.0.2. However, there is a new S32 Design Studio for ARM version 2.2 (you can try it).&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-for-arm:S32DS-ARM?&amp;amp;tab=Design_Tools_Tab"&gt;https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-for-arm:S32DS-ARM?&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 08:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037743#M6114</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-03-26T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037744#M6115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment we are using SDK 3.0.0.&lt;/P&gt;&lt;P&gt;Are there any changes regarding the UART?&lt;/P&gt;&lt;P&gt;I will check it and give feedback, if it works then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 12:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037744#M6115</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-03-30T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037745#M6116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the release notes of version 3.0.1 and 3.0.2 and I have not seen changes regarding UART.&lt;/P&gt;&lt;P&gt;However, I just want to be sure, that you have the newest version.&lt;/P&gt;&lt;P&gt;Have you tried it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:32:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037745#M6116</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-04-01T13:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037746#M6117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 3.0.2 should be installed.&lt;/P&gt;&lt;P&gt;In the menu "Help - Install new Software" there are no more updates available.&lt;/P&gt;&lt;P&gt;But I can't choose SDK 3.0.2 if I want to create a new project.&lt;/P&gt;&lt;P&gt;Is it then updated correctly anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, after the update, the see the same errors as described in the previous messages:&lt;/P&gt;&lt;P&gt;- Callback doesn^t get called&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- LPUART_DRV_SendDataBlocking()&lt;/STRONG&gt; doesn't work for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2020 08:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037746#M6117</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-04-06T08:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037747#M6118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK&amp;nbsp;&amp;nbsp;3.0.2 is a patch for&amp;nbsp;3.0.0.&lt;/P&gt;&lt;P&gt;So, it should be installed correctly.&lt;/P&gt;&lt;P&gt;I have discussed your issue with an application engineer and his advice is to&amp;nbsp;check the signals before that transceiver which can alternate signals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2020 10:49:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037747#M6118</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2020-04-07T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037748#M6119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late answer. At the moment our debugger is not working and we are waiting for a new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to your advise:&lt;/P&gt;&lt;P&gt;I wrote in the original question the following remark:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Even if I take out the RS485 Transceiver and connect RX and TX to a loopback, the Callback never gets called."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I do not think that the transceiver is the problem here.&lt;/P&gt;&lt;P&gt;But as soon I get the new debugger, I will test this again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your patience :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 06:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037748#M6119</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-04-16T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037749#M6120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the test setup. Therefore no more transceiver is involded.&lt;/P&gt;&lt;P&gt;But also with this I have still the same problem that the Callback never get called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found another thread where someone has the same problem (&lt;A href="https://community.nxp.com/thread/472573"&gt;s32k144 UART Callback&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;The solution nearly worked also for me.&lt;/P&gt;&lt;P&gt;I attached the adjusted sample programm. There is a file with the code that worked for me.&lt;/P&gt;&lt;P&gt;It is strange that I always have to call LPUART_DRV_ReceiveData after sending some data, that I'm able to receive some data.&lt;/P&gt;&lt;P&gt;Makes this sense for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2020 12:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037749#M6120</guid>
      <dc:creator>EE_CW</dc:creator>
      <dc:date>2020-05-07T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPUART RX callback doesn't work</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037750#M6121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario. Yes, you have to call&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;LPUART_DRV_ReceiveData constantly when receiving a new frame. This is how the SDK is designed.&amp;nbsp;An alternate way is to call the set RX buffer function in the receive callback function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 May 2020 14:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/LPUART-RX-callback-doesn-t-work/m-p/1037750#M6121</guid>
      <dc:creator>Jeremy_He</dc:creator>
      <dc:date>2020-05-17T14:20:35Z</dc:date>
    </item>
  </channel>
</rss>

