<?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>Other NXP ProductsのトピックRe: SC18IM704 interrupts</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1465286#M14181</link>
    <description>&lt;P&gt;Hello&amp;nbsp;Joshua,&lt;/P&gt;
&lt;P&gt;yes, that is correct. You need to poll for checking if the !INT was asserted low by reading the&amp;nbsp;&lt;SPAN&gt;IOState register.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
    <pubDate>Fri, 27 May 2022 05:11:59 GMT</pubDate>
    <dc:creator>JozefKozon</dc:creator>
    <dc:date>2022-05-27T05:11:59Z</dc:date>
    <item>
      <title>SC18IM704 interrupts</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1464654#M14169</link>
      <description>&lt;P&gt;Hello, I have a SC18IM704-EVB and I want to pair it with PCF8575, is there a way for the SC18 to accomodate the INT pin of the PCF? How does the host get the interrupt?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1464654#M14169</guid>
      <dc:creator>jj100126</dc:creator>
      <dc:date>2022-05-26T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: SC18IM704 interrupts</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1464783#M14174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Joshua,&lt;/P&gt;
&lt;P&gt;you can connect the !INT pin to one of the GPIOs pin in the&amp;nbsp;SC18IM704. The GPIO pins are configured as inputs after reset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_0-1653567634125.png" style="width: 583px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181233iB160C674A311ED7D/image-dimensions/583x32?v=v2" width="583" height="32" role="button" title="JozefKozon_0-1653567634125.png" alt="JozefKozon_0-1653567634125.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can make sure, that the used GPIO is set as input only by setting the PortConfx registers to 00 or 01.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_5-1653568371693.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181238i0780EBB9EE076CF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_5-1653568371693.png" alt="JozefKozon_5-1653568371693.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_1-1653567691836.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181234i89B7E2FA16CEBFF4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_1-1653567691836.png" alt="JozefKozon_1-1653567691836.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_2-1653567727380.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181235iEDA41A52988938A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_2-1653567727380.png" alt="JozefKozon_2-1653567727380.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then you by reading the IOState register of the GPIO pin, you can check if the !INT pin is asserted (LOW).&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_3-1653567851782.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181236i85257458FDB7CC9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_3-1653567851782.png" alt="JozefKozon_3-1653567851782.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JozefKozon_4-1653568149213.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/181237i0951480683100FCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JozefKozon_4-1653568149213.png" alt="JozefKozon_4-1653568149213.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:33:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1464783#M14174</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2022-05-26T12:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: SC18IM704 interrupts</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1465189#M14179</link>
      <description>&lt;P&gt;i have thought of this as well, setting the GPIO as input, but how about on the host side? Should the host poll everytime for the input from the INT pin, and if there's one, the host then read the inputs from the PCF?&lt;BR /&gt;&lt;BR /&gt;I am also thinking of ditching the INT pin and just let the host poll for the PCF inputs directly&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 01:50:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1465189#M14179</guid>
      <dc:creator>jj100126</dc:creator>
      <dc:date>2022-05-27T01:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: SC18IM704 interrupts</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1465286#M14181</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Joshua,&lt;/P&gt;
&lt;P&gt;yes, that is correct. You need to poll for checking if the !INT was asserted low by reading the&amp;nbsp;&lt;SPAN&gt;IOState register.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;With Best Regards,&lt;/P&gt;
&lt;P&gt;Jozef&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 05:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/SC18IM704-interrupts/m-p/1465286#M14181</guid>
      <dc:creator>JozefKozon</dc:creator>
      <dc:date>2022-05-27T05:11:59Z</dc:date>
    </item>
  </channel>
</rss>

