<?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: FXLS8967AF - read FIFO?</title>
    <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809955#M7939</link>
    <description>&lt;P&gt;I'm sorry, that doesn't answer the question at all.&lt;/P&gt;&lt;P&gt;The question is, to read the &lt;EM&gt;entire&lt;/EM&gt; FIFO:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;can I read the entire FIFO with a single burst read, or&lt;/LI&gt;&lt;LI&gt;must I do multiple burst reads - one for each (X,Y,Z) triplet ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In other words, what happens in a burst read after reading&amp;nbsp;BUF_Z_MSB (0x11):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;does it "loop-back" to&amp;nbsp;BUF_X_LSB (0x0C), or&lt;/LI&gt;&lt;LI&gt;does it carry on to&amp;nbsp;PROD_REV (0x12) ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have downloaded the drivers - they do not illustrate this.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 12:12:36 GMT</pubDate>
    <dc:creator>andrewneil</dc:creator>
    <dc:date>2024-02-16T12:12:36Z</dc:date>
    <item>
      <title>FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809116#M7936</link>
      <description>&lt;P&gt;I don't find the datasheet at all clear on how to read out the values from the FIFO.&lt;/P&gt;&lt;P&gt;Is it necessary to repeatedly read the individual triplets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;for each triplet
{
   sensor_comm_read( handle, FXLS896xAF_BUF_X_LSB, 6, data );
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or will a single burst read get all the triplets&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;sensor_comm_read( handle, FXLS896xAF_BUF_X_LSB, number_of_triplets*6, data );&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ie, does the auto-increment loop-back from &lt;FONT face="courier new,courier"&gt;BUF_Z_MSB&lt;/FONT&gt; to &lt;FONT face="courier new,courier"&gt;BUF_X_LSB&lt;/FONT&gt; so long as there is more data in the FIFO?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:26:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809116#M7936</guid>
      <dc:creator>andrewneil</dc:creator>
      <dc:date>2026-02-03T21:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809373#M7937</link>
      <description>&lt;P&gt;Hello &lt;A id="link_6" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/63776" target="_self" aria-label="View Profile of andrewneil"&gt;&lt;SPAN class=""&gt;andrewneil&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I hope all is great with you. Thank you for using the NXP communities.&lt;/P&gt;
&lt;P&gt;The byte order of the output data is programmable via SENS_CONFIG2[LE_BE], and defaults to little-endian mode.&lt;/P&gt;
&lt;P&gt;If SENS_CONFIG2[F_READ] = 1, the auto increment mechanism skips over the MSB registers. This operation shortens the output data size from 6 bytes to 3 bytes per XYZ sample.&lt;/P&gt;
&lt;P&gt;I do recommend downloading the driver example from the link below and using it as a reference for your design.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/development-boards/sensor-developer-resources/sensor-sw-component-library/sensor-drivers-for-nxp-sensors:SENSOR-DRIVERS" target="_blank"&gt;Sensor Drivers for NXP Sensors&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="diazmarin09_0-1708020777152.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/263366iD3CC2DE7C3583F1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="diazmarin09_0-1708020777152.png" alt="diazmarin09_0-1708020777152.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 18:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809373#M7937</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2024-02-15T18:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809955#M7939</link>
      <description>&lt;P&gt;I'm sorry, that doesn't answer the question at all.&lt;/P&gt;&lt;P&gt;The question is, to read the &lt;EM&gt;entire&lt;/EM&gt; FIFO:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;can I read the entire FIFO with a single burst read, or&lt;/LI&gt;&lt;LI&gt;must I do multiple burst reads - one for each (X,Y,Z) triplet ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;In other words, what happens in a burst read after reading&amp;nbsp;BUF_Z_MSB (0x11):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;does it "loop-back" to&amp;nbsp;BUF_X_LSB (0x0C), or&lt;/LI&gt;&lt;LI&gt;does it carry on to&amp;nbsp;PROD_REV (0x12) ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have downloaded the drivers - they do not illustrate this.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 12:12:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1809955#M7939</guid>
      <dc:creator>andrewneil</dc:creator>
      <dc:date>2024-02-16T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1811202#M7952</link>
      <description>&lt;P&gt;Hello &lt;A id="link_6" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/63776" target="_self" aria-label="View Profile of andrewneil"&gt;&lt;SPAN class=""&gt;andrewneil&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Please accept my apologies for the misunderstanding.&lt;/P&gt;
&lt;P&gt;You are correct, should perform multiple burst reading procedures to read the entire buffer. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 19:53:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1811202#M7952</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2024-02-19T19:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1812752#M7959</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194570"&gt;@diazmarin09&lt;/a&gt;&amp;nbsp;-&amp;nbsp;&lt;SPAN&gt;should perform multiple burst reading procedures&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Really?&lt;/P&gt;&lt;P&gt;As already noted, that Table 20 in the datasheet is very confusing:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Sensors/FXLS8967AF-Confused-by-quot-Auto-increment-Address-quot/m-p/1788318/highlight/true#M7840" target="_blank"&gt;https://community.nxp.com/t5/Sensors/FXLS8967AF-Confused-by-quot-Auto-increment-Address-quot/m-p/1788318/highlight/true#M7840&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I think I've now managed to figure it out:&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="andrewneil_0-1708511825039.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/264269i8F317293D4763CA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="andrewneil_0-1708511825039.png" alt="andrewneil_0-1708511825039.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So a Normal (F_READ=0) burst read of 13 bytes starting at 0x0B should get:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_STATUS (0Bh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_X_LSB&amp;nbsp; (0Ch)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_X_MSB&amp;nbsp; (0Dh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Y_LSB&amp;nbsp; (0Eh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Y_MSB&amp;nbsp; (0Fh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Z_LSB&amp;nbsp; (10h)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Z_MSB&amp;nbsp; (11h)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;BUF_X_LSB&amp;nbsp; (0Ch)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_X_MSB&amp;nbsp; (0Dh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Y_LSB&amp;nbsp; (0Eh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Y_MSB&amp;nbsp; (0Fh)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Z_LSB&amp;nbsp; (10h)&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;BUF_Z_MSB&amp;nbsp; (11h)&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Yes ?&lt;/P&gt;&lt;P&gt;Or have I still not understood&amp;nbsp;Table 20 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 10:46:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1812752#M7959</guid>
      <dc:creator>andrewneil</dc:creator>
      <dc:date>2024-02-21T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813023#M7961</link>
      <description>&lt;P&gt;Hello &lt;SPAN&gt;andrewneil&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;I know that Table 20 is indeed confusing, but your understanding is correct. I mean, that is the expected registers sequence with the auto-increment feature and F_READ=0.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 18:00:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813023#M7961</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2024-02-21T18:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813040#M7962</link>
      <description>&lt;P&gt;Good.&lt;/P&gt;&lt;P&gt;So it should require just &lt;EM&gt;one&lt;/EM&gt; burst to read the entire FIFO?&lt;/P&gt;&lt;P&gt;BUF_STATUS[BUF_CNT]&amp;nbsp; indicates the number of &lt;EM&gt;triplets&lt;/EM&gt; required, so the total burst length required would be six times the&amp;nbsp;BUF_STATUS[BUF_CNT] value ?&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;I know that Table 20 is indeed confusing&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It certainly is!&lt;/P&gt;&lt;P&gt;I will update the other thread on that topic:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Sensors/FXLS8967AF-Confused-by-quot-Auto-increment-Address-quot/m-p/1789702" target="_blank"&gt;https://community.nxp.com/t5/Sensors/FXLS8967AF-Confused-by-quot-Auto-increment-Address-quot/m-p/1789702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 18:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813040#M7962</guid>
      <dc:creator>andrewneil</dc:creator>
      <dc:date>2024-02-21T18:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: FXLS8967AF - read FIFO?</title>
      <link>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813168#M7974</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;andrewneil,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;BUF_STATUS[BUF_CNT]&amp;nbsp; indicates the number of&amp;nbsp;&lt;EM&gt;triplets&lt;/EM&gt;&amp;nbsp;required, so the total burst length required would be six times the&amp;nbsp;BUF_STATUS[BUF_CNT] value?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You are correct, my apologies for the confusion. I do appreciate your efforts.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;David&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 21:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXLS8967AF-read-FIFO/m-p/1813168#M7974</guid>
      <dc:creator>diazmarin09</dc:creator>
      <dc:date>2024-02-21T21:56:31Z</dc:date>
    </item>
  </channel>
</rss>

