<?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: S32K344 SENT communication through interrupt in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012848#M44200</link>
    <description>&lt;P&gt;Hello Rita,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May you try to enable Expanding range mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;#define&lt;/STRONG&gt; FLEXIO_SENT_IP_EXPANDING_RANGE_MODE&amp;nbsp;&amp;nbsp; (STD_ON)&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 12:25:06 GMT</pubDate>
    <dc:creator>nxp52415</dc:creator>
    <dc:date>2024-12-12T12:25:06Z</dc:date>
    <item>
      <title>S32K344 SENT communication through interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2011209#M44101</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to communicate with a sensor through SENT protocol via interrupt mode. I'm using RTD's with the following configuration:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rmpr_0-1733848333399.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/315111i27D9BE935012EBB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rmpr_0-1733848333399.png" alt="Rmpr_0-1733848333399.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Rmpr_1-1733848360250.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/315112iB3A8EDD2D9622C0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Rmpr_1-1733848360250.png" alt="Rmpr_1-1733848360250.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The interrupt is defined and when debugging it enters inside the interrupt handler. But I can't seem to figure out how to actually get the message data. I'm using the following function&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Flexio_Sent_Ip_IrqHandler&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it's not working. What am I doing wrong?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 16:36:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2011209#M44101</guid>
      <dc:creator>Rmpr</dc:creator>
      <dc:date>2024-12-10T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 SENT communication through interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012844#M44198</link>
      <description>&lt;P&gt;Hello Mrs. Rodrigues,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am writing you because the ticket you created to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please check if following function is being called? That should be the one processing the message buffer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;void&lt;/STRONG&gt; &lt;STRONG&gt;Flexio_Sent_Ip_IRQMsgDataHandler&lt;/STRONG&gt;(&lt;STRONG&gt;const&lt;/STRONG&gt; uint8 Instance, &lt;STRONG&gt;const&lt;/STRONG&gt; uint8 HwChannel, uint32 TimerVal)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The buffer pointed by this pointer should contain the received messages:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Flexio_Sent_Ip_axFastData&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:24:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012844#M44198</guid>
      <dc:creator>nxp52415</dc:creator>
      <dc:date>2024-12-12T12:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 SENT communication through interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012846#M44199</link>
      <description>&lt;P&gt;Hello Hector,&lt;/P&gt;
&lt;P&gt;Yes that function is being called. Our problem seems to be in the Flexio_Sent_Ip_StartTransfer function, it enters the STATUS_SEBT_FAST_IDLE case and always fails the PulseWidthTick.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:24:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012846#M44199</guid>
      <dc:creator>nxp52415</dc:creator>
      <dc:date>2024-12-12T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 SENT communication through interrupt</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012848#M44200</link>
      <description>&lt;P&gt;Hello Rita,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank for your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May you try to enable Expanding range mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;#define&lt;/STRONG&gt; FLEXIO_SENT_IP_EXPANDING_RANGE_MODE&amp;nbsp;&amp;nbsp; (STD_ON)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 12:25:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-SENT-communication-through-interrupt/m-p/2012848#M44200</guid>
      <dc:creator>nxp52415</dc:creator>
      <dc:date>2024-12-12T12:25:06Z</dc:date>
    </item>
  </channel>
</rss>

