<?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: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
    <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1673940#M24270</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/3526"&gt;@carpenter&lt;/a&gt;&amp;nbsp;Were you able to use the same FTM channel as output and input for sending trigger and receiveing SENT frames?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 19:13:02 GMT</pubDate>
    <dc:creator>AVargh23</dc:creator>
    <dc:date>2023-06-21T19:13:02Z</dc:date>
    <item>
      <title>S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1198812#M9237</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm looking for some hints implementing the triggered SENT protocol.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the following document this is referred as SPC (Short PWM Code), which enhances the SENT protocol defined by SAE 2716. The receiver generates a trigger pulse on the communication line by pulling it low for a defined amount of time. This triggers the sensor to perform one SENT transmission.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4219.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN4219.pdf&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is this SENT receiver example for reference, which uses a FTM + DMA for receiving continues data. What would be a good approch to implement the synchronous mode instead?&lt;/P&gt;&lt;P&gt;Am I going to face problems when switching the FTM mode from output (Master trigger) to input capture (receive SENT transmission)? Using the DMA transaction for receiving data should be still possible, right?&lt;/P&gt;&lt;P&gt;I dont have a proper sensor to try it out yet. What are your thoughts about that SPC + S32K FTM.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 10:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1198812#M9237</guid>
      <dc:creator>carpenter</dc:creator>
      <dc:date>2020-12-14T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1199760#M9264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I think you are looking for something like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Uart-to-SENT-protocol-transmitter/ta-p/1129291" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Uart-to-SENT-protocol-transmitter/ta-p/1129291&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand what you mean by 'switching the FTM mode'.&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 16:05:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1199760#M9264</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-12-15T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1200149#M9271</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your reply. I've already integrated the SENT transmitter, thanks for this example.&lt;/P&gt;&lt;P&gt;But for the 'triggered SENT' I'll have to modify these reference projects.&amp;nbsp;The SENT receiver has to be transformed into a SENT master. While the SENT receiver is using the FTM with input capture function, the SENT master has to generate a short PWM on the communication line to trigger the sensor. After that, the master still has to use the input capture function, when receiving the message on the communication line.&lt;/P&gt;&lt;P&gt;Thats why my intention was to change the FTM mode: Generating a short PWM and receiving the nibbles via Input Capture has to be done with the same FTM channel in my opinion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 07:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1200149#M9271</guid>
      <dc:creator>carpenter</dc:creator>
      <dc:date>2020-12-16T07:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1200431#M9278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I see, thank you.&lt;/P&gt;
&lt;P&gt;If you want to reconfigure the FTM, take a look at Section 47.8 Initialization Procedure in the RM.&lt;/P&gt;
&lt;P&gt;I think there are other options to generate the trigger.&lt;/P&gt;
&lt;P&gt;Other modules can generate the pulse, even GPIO can be used.&lt;/P&gt;
&lt;P&gt;Or, for example, PTC1 can be changed between FTM0_CH1 and FTM1_CH7.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1608125240377.png" style="width: 563px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/132857i51A6AD956CF4E670/image-dimensions/563x109?v=v2" width="563" height="109" role="button" title="danielmartynek_0-1608125240377.png" alt="danielmartynek_0-1608125240377.png" /&gt;&lt;/span&gt;&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;</description>
      <pubDate>Wed, 16 Dec 2020 13:41:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1200431#M9278</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-12-16T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1673940#M24270</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/3526"&gt;@carpenter&lt;/a&gt;&amp;nbsp;Were you able to use the same FTM channel as output and input for sending trigger and receiveing SENT frames?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 19:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1673940#M24270</guid>
      <dc:creator>AVargh23</dc:creator>
      <dc:date>2023-06-21T19:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: S32K146 Master for triggered SENT protocol / Short PWM Code (SPC)</title>
      <link>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1674198#M24273</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219185"&gt;@AVargh23&lt;/a&gt;&amp;nbsp;,&amp;nbsp;no I decided to connect a separate GPIO to the SENT communication line. To generate the low-pulse trigger, I reconfigure this GPIO from INPUT to OUTPUT for a specific time.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2023 05:20:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K146-Master-for-triggered-SENT-protocol-Short-PWM-Code-SPC/m-p/1674198#M24273</guid>
      <dc:creator>carpenter</dc:creator>
      <dc:date>2023-06-22T05:20:05Z</dc:date>
    </item>
  </channel>
</rss>

