<?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のトピックFXOS8700 PL interrupt sometimes does not clear</title>
    <link>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477219#M2758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've worked in a project based on STM32 and FXOS8700. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some information:&lt;/P&gt;&lt;P&gt;I2C @400kHz&lt;/P&gt;&lt;P&gt;auto-sleep enable (but not interrupt)&lt;/P&gt;&lt;P&gt;Hybrid mode&lt;/P&gt;&lt;P&gt;Just int_en_lndprt is enable in CTRL_REG4 and&amp;nbsp; int_cfg_lndprt in CTRL_REG5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sensor is set to generate interrupt (INT1) when orientation is changed. In interrupt code I read&amp;nbsp; PL_STATUS and I can check which (Portait/Landscape/front/back) movement happened.&lt;/P&gt;&lt;P&gt;However, sometimes after read PL_STATUS the pin INT1 is not clear. As this interrupt can not be "unlatched" like freefall or vectormag interrupt, when this happens I can not restore the idle state anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody used this function and worked well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2026 22:33:29 GMT</pubDate>
    <dc:creator>robertogomes</dc:creator>
    <dc:date>2026-02-03T22:33:29Z</dc:date>
    <item>
      <title>FXOS8700 PL interrupt sometimes does not clear</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477219#M2758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've worked in a project based on STM32 and FXOS8700. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some information:&lt;/P&gt;&lt;P&gt;I2C @400kHz&lt;/P&gt;&lt;P&gt;auto-sleep enable (but not interrupt)&lt;/P&gt;&lt;P&gt;Hybrid mode&lt;/P&gt;&lt;P&gt;Just int_en_lndprt is enable in CTRL_REG4 and&amp;nbsp; int_cfg_lndprt in CTRL_REG5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sensor is set to generate interrupt (INT1) when orientation is changed. In interrupt code I read&amp;nbsp; PL_STATUS and I can check which (Portait/Landscape/front/back) movement happened.&lt;/P&gt;&lt;P&gt;However, sometimes after read PL_STATUS the pin INT1 is not clear. As this interrupt can not be "unlatched" like freefall or vectormag interrupt, when this happens I can not restore the idle state anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody used this function and worked well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2026 22:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477219#M2758</guid>
      <dc:creator>robertogomes</dc:creator>
      <dc:date>2026-02-03T22:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: FXOS8700 PL interrupt sometimes does not clear</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477220#M2759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robertos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to use the debounce counter just to be sure that the INT1 is not setted again due to another event. (use a big value to add a dead time before the next event).&lt;/P&gt;&lt;P&gt;If the interrupt is still high, there is an issue to clear the flag. If it goes down a time (debounce time), it is a threshold problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it and let-me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477220#M2759</guid>
      <dc:creator>anthonyduhamel</dc:creator>
      <dc:date>2016-02-01T14:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: FXOS8700 PL interrupt sometimes does not clear</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477221#M2760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anthony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did what you said and it seems work. But I will wait some days more because the problem was random. It was very hard to reproduce. whether everything to be fine until tomorrow , i'll need reduce the debounce counter because the response time to orientation movement increase a lot( almost 1.5 s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will let you know about my tests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 00:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477221#M2760</guid>
      <dc:creator>robertogomes</dc:creator>
      <dc:date>2016-02-03T00:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: FXOS8700 PL interrupt sometimes does not clear</title>
      <link>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477222#M2761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Increasing the debounce counter is not really the solution. It was just to be sure there is not a quasi-permanent interrupt. It allows to filter a bit the interrupt. But if the trigger condition is still valid, the interrupt will came back to high level after clearing the flag + debounce time.&lt;/P&gt;&lt;P&gt;You can take a look at the application note &lt;A href="http://cache.nxp.com/files/sensors/doc/app_note/AN4068.pdf?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1"&gt;AN4068&lt;/A&gt;​.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm waiting your tests. Let me know your progress!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anthony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 08:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/FXOS8700-PL-interrupt-sometimes-does-not-clear/m-p/477222#M2761</guid>
      <dc:creator>anthonyduhamel</dc:creator>
      <dc:date>2016-02-03T08:00:54Z</dc:date>
    </item>
  </channel>
</rss>

