<?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>Sensors中的主题 Re: FXLS8471Q Transient</title>
    <link>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1139579#M6273</link>
    <description>&lt;P&gt;Thank you Tomas, I think I got it working.&amp;nbsp; I don't think it liked the software reset from the app note, I think it stopped talking SPI when I did that because I couldn't even read the ID byte.&amp;nbsp; I took out the software reset and I get the interrupt now.&amp;nbsp; Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 20:14:00 GMT</pubDate>
    <dc:creator>davidsherman</dc:creator>
    <dc:date>2020-09-03T20:14:00Z</dc:date>
    <item>
      <title>FXLS8471Q Transient</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1136458#M6271</link>
      <description>&lt;P&gt;I am trying to create a transient event using the FXLS8417Q.&amp;nbsp; I have been following the AN4461, and although it is written for a different chip, it seems to be similar.&lt;/P&gt;&lt;P&gt;I have this code:&lt;/P&gt;&lt;P&gt;AccelWriteByte(ACCEL_CTRL_REG2_REG, ACCEL_CTRL_REG2_RST_BIT); // reset chip&lt;BR /&gt;while(AccelReadByte(ACCEL_CTRL_REG2_REG) &amp;amp; ACCEL_CTRL_REG2_RST_BIT);&lt;BR /&gt;AccelWriteByte(ACCEL_TRANSIENT_THS_REG, 0x8f); // should trigger on &amp;gt;0.945g&lt;BR /&gt;AccelWriteByte(ACCEL_TRANSIENT_COUNT_REG, 0x1); // debounce of 1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AccelWriteByte(ACCEL_TRANSIENT_CFG_REG, (ACCEL_TRANSIENT_CFG_ELE_BIT | ACCEL_TRANSIENT_CFG_ZEFE_BIT | ACCEL_TRANSIENT_CFG_YEFE_BIT | ACCEL_TRANSIENT_CFG_XEFE_BIT | ACCEL_TRANSIENT_CFG_HPF_BYP_BIT)); // trigger on any axis, high pass bypassed&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AccelWriteByte(ACCEL_CTRL_REG4_REG, ACCEL_CTRL_REG4_INT_EN_TRANS_BIT); // enable transient interrupt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AccelWriteByte(ACCEL_CTRL_REG5_REG, ACCEL_CTRL_REG5_INT_CFG_TRANS_BIT);&amp;nbsp; // route transient interrupt to INT1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AccelWriteByte(ACCEL_CTRL_REG1_REG, (ACCEL_CTRL_REG1_DATA_RATE_50HZ | ACCEL_CTRL_REG1_ACTIVE_BIT)); // set for 50 Hz ODR, set to active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't get any event to happen, even if I enable the high pass filter.&amp;nbsp; No interrupt occurs, and no event is ever reported in the TRANSIENT_SRC_REG when shaking or bumping the board.&amp;nbsp; I have even tried adjusting the threshold to the minimum, but nothing ever happens.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I know the accelerometer is working because with this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;byDummy = AccelReadByte(ACCEL_WHO_AM_I_REG);&lt;BR /&gt;AccelWriteByte(ACCEL_CTRL_REG1_REG, 0x0); // set to standby&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;AccelWriteByte(ACCEL_XYZ_DATA_CFG_REG, byFSRange); // set full scale range&lt;BR /&gt;AccelWriteByte(ACCEL_CTRL_REG1_REG, (ACCEL_CTRL_REG1_DR(ACCEL_CTRL_REG1_DATA_RATE_200HZ) | ACCEL_CTRL_REG1_LNOISE_BIT | ACCEL_CTRL_REG1_ACTIVE_BIT)); // set for 200Hz ODR, set active&lt;/P&gt;&lt;P&gt;I can read live accelrometer data from the FIFO that is reporting correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 20:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1136458#M6271</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2026-02-03T20:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8471Q Transient</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1138361#M6272</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please have a look at my simple &lt;A href="https://freescale.jiveon.com/docs/DOC-329684" target="_self"&gt;example code&lt;/A&gt;&amp;nbsp;and let me know if it works on your side or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Tomas&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 18:38:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1138361#M6272</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2020-09-03T18:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8471Q Transient</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1139579#M6273</link>
      <description>&lt;P&gt;Thank you Tomas, I think I got it working.&amp;nbsp; I don't think it liked the software reset from the app note, I think it stopped talking SPI when I did that because I couldn't even read the ID byte.&amp;nbsp; I took out the software reset and I get the interrupt now.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 20:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8471Q-Transient/m-p/1139579#M6273</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2020-09-03T20:14:00Z</dc:date>
    </item>
  </channel>
</rss>

