<?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: connect interrupt to gpio in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263075#M1645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this can be easily handled by ExtInt_LDD component with Processor Expert where you configure which pins do you want to use and its parameters. Processor Expert generates for you a driver code and a skeleton of an event routine (into the events.c) that you can fill with your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you are not familiar with Processor Expert and are using CodeWarrior 10.5 :&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Select the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Help &amp;gt; Cheat sheets…&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; from the CodeWarrior menu. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Unfold the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;CodeWarrior Processor Expert Features&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; and select &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Processor Expert Basics for CodeWarrior for MCUs. &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Click OK&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Click the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Go to Creating Project&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; link in the Processor Expert Basics and follow the shown steps.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jan 2014 14:44:16 GMT</pubDate>
    <dc:creator>Petr_H</dc:creator>
    <dc:date>2014-01-29T14:44:16Z</dc:date>
    <item>
      <title>connect interrupt to gpio</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263074#M1644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a K10 (MK10DN512ZVLL10) chip. I would like to know how I can enable interrupts, so that whenever my PTC7 goes high, my chip interrupts trigger?&lt;/P&gt;&lt;P&gt;I am doing a bareboard project for this with using PE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTC7 = interrupt()&amp;nbsp; -------&amp;gt; interrupt () { do something when interrupt happens}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please let me know how to do this, either by using PE or without using it, whichever is better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 20:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263074#M1644</guid>
      <dc:creator>mehdikarimibiuk</dc:creator>
      <dc:date>2014-01-28T20:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: connect interrupt to gpio</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263075#M1645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this can be easily handled by ExtInt_LDD component with Processor Expert where you configure which pins do you want to use and its parameters. Processor Expert generates for you a driver code and a skeleton of an event routine (into the events.c) that you can fill with your code. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you are not familiar with Processor Expert and are using CodeWarrior 10.5 :&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Select the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Help &amp;gt; Cheat sheets…&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; from the CodeWarrior menu. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Unfold the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;CodeWarrior Processor Expert Features&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; and select &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Processor Expert Basics for CodeWarrior for MCUs. &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Click OK&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Click the &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Go to Creating Project&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; link in the Processor Expert Basics and follow the shown steps.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 14:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263075#M1645</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2014-01-29T14:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: connect interrupt to gpio</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263076#M1646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it. Thanks for your support.&lt;/P&gt;&lt;P&gt;Mehdi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 17:31:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/connect-interrupt-to-gpio/m-p/263076#M1646</guid>
      <dc:creator>mehdikarimibiuk</dc:creator>
      <dc:date>2014-01-29T17:31:07Z</dc:date>
    </item>
  </channel>
</rss>

