<?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: GPIO EG20T in Embedded Intel Atom® Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258959#M2799</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was facing similiar issue and found something on this ftp server:&lt;/P&gt;&lt;P&gt;&lt;A href="ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/"&gt;ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/&lt;/A&gt; &lt;A href="ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/"&gt;ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The folder IOH_Win7_Drivers_V110_110620.zip\IOH_Win7_Drivers_V110_110620\Develop\driver\General\TESTAPP&lt;/P&gt;&lt;P&gt;contains a test application which makes use of all EG20T functions (CAN controller, GPIO etc).&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2013 16:19:36 GMT</pubDate>
    <dc:creator>TNowa2</dc:creator>
    <dc:date>2013-07-04T16:19:36Z</dc:date>
    <item>
      <title>GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258955#M2795</link>
      <description>&lt;P&gt;I have a Intel Atom Board with a GPIO Connector available (&lt;A href="http://www.intel.com/content/www/us/en/intelligent-systems/queens-bay/embedded-intel-atom-e6xx-series-with-intel-platform-controller-hub-eg20t.html"&gt;http://www.intel.com/content/www/us/en/intelligent-systems/queens-bay/embedded-intel-atom-e6xx-series-with-intel-platform-controller-hub-eg20t.html&lt;/A&gt; Embedded Intel® Atom™ Processor E6xx Series with Intel® PCH EG20T). Can anyone provide guidance on how I would go about using these GPIO pins in a managed language (C#  preferred)- I would like to set the pins on/off or read values from the pins (use for both input and output). Is there any easy way to do this without having to write my own driver/recreate the wheel? Ive read the programming guide, but with no samples/working code to start with, Ive been scratching my head. Only threads Ive found online have been unanswered.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2013 23:06:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258955#M2795</guid>
      <dc:creator>DFitc</dc:creator>
      <dc:date>2013-06-23T23:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258956#M2796</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For windows OS,  please search for Intel document 324257 &lt;/P&gt;&lt;P&gt;General Purpose Input Output (GPIO) Driver for Windows* &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:47:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258956#M2796</guid>
      <dc:creator>LTurc</dc:creator>
      <dc:date>2013-06-24T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258957#M2797</link>
      <description>&lt;P&gt;The document mentioned is the programming guide I had mentioned in my question. Are there any other resources out there to facilitate working with the GPIO driver (samples/working code, etc)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2013 23:32:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258957#M2797</guid>
      <dc:creator>DFitc</dc:creator>
      <dc:date>2013-06-25T23:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258958#M2798</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Win32, the only info i have is the prog guides and the .h files included with the drivers. &lt;/P&gt;&lt;P&gt;but you can have a look at the linux drivers, located at &lt;A href="http://sourceforge.net"&gt;sourceforge.net&lt;/A&gt;. search for eg20t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2013 00:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258958#M2798</guid>
      <dc:creator>LTurc</dc:creator>
      <dc:date>2013-06-26T00:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258959#M2799</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was facing similiar issue and found something on this ftp server:&lt;/P&gt;&lt;P&gt;&lt;A href="ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/"&gt;ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/&lt;/A&gt; &lt;A href="ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/"&gt;ftp://ftp.spectra.de/manufacturer-CD-DVD/Nexcom/NISE90%20Driver/IOH-EG20T/EG20T_Win7_Wes7_Package_110/EG20T_Win7_Wes7_Package_110/archive/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The folder IOH_Win7_Drivers_V110_110620.zip\IOH_Win7_Drivers_V110_110620\Develop\driver\General\TESTAPP&lt;/P&gt;&lt;P&gt;contains a test application which makes use of all EG20T functions (CAN controller, GPIO etc).&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2013 16:19:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258959#M2799</guid>
      <dc:creator>TNowa2</dc:creator>
      <dc:date>2013-07-04T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258960#M2800</link>
      <description>&lt;P&gt;The server is asking for a login... How / where can I access the information?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2015 11:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258960#M2800</guid>
      <dc:creator>EShem1</dc:creator>
      <dc:date>2015-04-21T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258961#M2801</link>
      <description>&lt;P&gt;Hi, Ely!  We will be addressing this in another thread: /message/11589?et=watches.email.thread# 11589 &lt;A href="https://embedded.communities.intel.com/message/11589?et=watches.email.thread#"&gt;https://embedded.communities.intel.com/message/11589?et=watches.email.thread#&lt;/A&gt; 11589&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 14:56:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258961#M2801</guid>
      <dc:creator>Natalie_Z_Intel</dc:creator>
      <dc:date>2015-04-22T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258962#M2802</link>
      <description>&lt;P&gt;That other thread was created by me and I'm not getting answers there as well...&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:44:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258962#M2802</guid>
      <dc:creator>EShem1</dc:creator>
      <dc:date>2015-04-27T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO EG20T</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258963#M2803</link>
      <description>&lt;P&gt;Hi, Ely.  The information you requested in classified as Intel Confidential.  I am following up on your application and will keep you posted in the other thread.   Thanks!  LynnZ.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:25:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/GPIO-EG20T/m-p/258963#M2803</guid>
      <dc:creator>Natalie_Z_Intel</dc:creator>
      <dc:date>2015-04-27T15:25:28Z</dc:date>
    </item>
  </channel>
</rss>

