<?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>topic Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853399#M51244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jan 2019 15:17:24 GMT</pubDate>
    <dc:creator>rajkumar_yerraj</dc:creator>
    <dc:date>2019-01-10T15:17:24Z</dc:date>
    <item>
      <title>How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853394#M51239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have made PTE2 (Pin3 of Controller MK60FN1M0VLQ12) as interrupt pin for ADXL peripheral connected via SPI. We had configured it to detect interrupt on rising edge. We are seeing Pin 3 going High. In Vector.c we had configured the interrupt function.&lt;/P&gt;&lt;P&gt;We are not getting the interrupt even though Pin 3 is high (checked via oscilloscope). We checked ISR function is not hitting by putting a breakpoint in the function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What could be the issue? Why ISR is not hitting even though in oscilloscope we see pin going HIGH?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your information, i have attached the screeshots of Vector table, ISR for interrupt and the Interrupt signal captured from the Oscilloscope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: we have checked PTE2 pin by polling method, so it is not continuously high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 09:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853394#M51239</guid>
      <dc:creator>rajkumar_yerraj</dc:creator>
      <dc:date>2019-01-04T09:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853395#M51240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the value of PORTE_PCR2 during debug:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="PORTx_PCRn.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72160iD2F2D6E611FF4329/image-size/large?v=v2&amp;amp;px=999" role="button" title="PORTx_PCRn.png" alt="PORTx_PCRn.png" /&gt;&lt;/span&gt;&lt;BR /&gt;This pin should be configured as input:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="GPIOx_PDDR.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/72202i1045E4E663D12540/image-size/large?v=v2&amp;amp;px=999" role="button" title="GPIOx_PDDR.png" alt="GPIOx_PDDR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 09:24:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853395#M51240</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-01-07T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853396#M51241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have configured below registers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.       IRQC as  0x09 for interrupt on rising edge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.       GPIOx_PDDR as 0 for input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.       GPIO functionality as MUX(0x01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see it in the following screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                 &lt;/P&gt;&lt;P&gt;We are not getting interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest what could be the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2019 07:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853396#M51241</guid>
      <dc:creator>rajkumar_yerraj</dc:creator>
      <dc:date>2019-01-09T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853397#M51242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you please attach your project here, so that I can direct test it?&lt;BR /&gt;I am using KDS3.2 configure the ExInt_LDD, I try to connect the PTE2 with PTE4 pin. If I toggle PTE4, the interrupt will happen.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ExInt_LDD.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/76338iEF804BCBCB8E8E7F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ExInt_LDD.png" alt="ExInt_LDD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 03:19:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853397#M51242</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-01-10T03:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853398#M51243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have configured the same way as you mentioned in the previous discussion and we are getting the interrupt only sometimes and sometimes it is not( i.e., Transition from low to high ) only when in debug mode by putting break point at that point in Events.c . When ISR is not called, interrupt pin remains HIGH.&lt;/P&gt;&lt;P&gt;So, what could be the issue that I am unable to get a continuous interrupt ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry, as per company’s policy we could not share you the whole project, I am attaching the files in which the External Interrupt is configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Rajkumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 14:46:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853398#M51243</guid>
      <dc:creator>rajkumar_yerraj</dc:creator>
      <dc:date>2019-01-10T14:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger the interrupt for SPI in MK60FN1M0VLQ12 controller ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853399#M51244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2019 15:17:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-trigger-the-interrupt-for-SPI-in-MK60FN1M0VLQ12/m-p/853399#M51244</guid>
      <dc:creator>rajkumar_yerraj</dc:creator>
      <dc:date>2019-01-10T15:17:24Z</dc:date>
    </item>
  </channel>
</rss>

