<?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: Any example for Accessing GPIO of Intel Atom c3000 through MMIO? in Embedded Intel Atom® Processors</title>
    <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660115#M3600</link>
    <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/LW000"&gt;@LW000&lt;/A&gt;​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important to let you know that the reference code is only provide to BIOS vendor. Due to this fact, in order to have access to the BIOS reference code you should contact your Intel Bios Vendor (IBV).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​. &lt;/P&gt;</description>
    <pubDate>Sat, 04 May 2019 01:16:12 GMT</pubDate>
    <dc:creator>CarlosAM_INTEL</dc:creator>
    <dc:date>2019-05-04T01:16:12Z</dc:date>
    <item>
      <title>Any example for Accessing GPIO of Intel Atom c3000 through MMIO?</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660111#M3596</link>
      <description>&lt;P&gt;I want to read/write the high/low of GPIO pins of Intel Atom c3558 in Windows driver code. I have found some information about GPIO MMIO access for in the datasheet. But I don't have enough background knowledge to understand it clearly. So I wonder if there is a complete example of GPIO MMIO access, including how to set control registers and where to the high/low of pins. &lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 16:35:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660111#M3596</guid>
      <dc:creator>LW000</dc:creator>
      <dc:date>2019-04-18T16:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any example for Accessing GPIO of Intel Atom c3000 through MMIO?</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660112#M3597</link>
      <description>Hello LW000,

Thank you for posting on the Intel Community.

Since your question is related to the Intel Atom® Processor C3558. I will transfer your case to the Embedded Products Community for further assistance. 

Regards,

Oscar A. 
Intel Customer Support Technician
Under Contract to Intel Corporation</description>
      <pubDate>Fri, 19 Apr 2019 04:38:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660112#M3597</guid>
      <dc:creator>Oscar_A_Intel1</dc:creator>
      <dc:date>2019-04-19T04:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Any example for Accessing GPIO of Intel Atom c3000 through MMIO?</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660113#M3598</link>
      <description>&lt;P&gt;​Hello, &lt;A href="https://community.intel.com/sfdc-users/LW000"&gt;@LW000&lt;/A&gt;​:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for contacting Intel Embedded Community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please clarify if the design related to this thread has been developed by you or by a third-party company? In case that it is a third-party implementation please give us the part number. model, manufacturer name , and where is stated the information related to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for your clarification.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2019 04:06:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660113#M3598</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-04-25T04:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Any example for Accessing GPIO of Intel Atom c3000 through MMIO?</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660114#M3599</link>
      <description>&lt;P&gt;It is a design of our own company. The IoT OS we use is Windows 10 Enterprise LTSC 10.0.17763. The CPU is Intel Atom C3558.  We want to read the level(high/low) of some GPIO pins. The GPIO controller driver from Intel (iagpio.sys) which installed with OS didn't work. So we plan to develop a Windows driver to access GPIO via MMIO. Since we have no experience with it, we are looking for sample codes for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 19:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660114#M3599</guid>
      <dc:creator>LW000</dc:creator>
      <dc:date>2019-05-01T19:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Any example for Accessing GPIO of Intel Atom c3000 through MMIO?</title>
      <link>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660115#M3600</link>
      <description>&lt;P&gt;Hello, &lt;A href="https://community.intel.com/sfdc-users/LW000"&gt;@LW000&lt;/A&gt;​&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is important to let you know that the reference code is only provide to BIOS vendor. Due to this fact, in order to have access to the BIOS reference code you should contact your Intel Bios Vendor (IBV).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.intel.com/sfdc-users/Mæcenas_INTEL"&gt;@Mæcenas_INTEL&lt;/A&gt;​. &lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2019 01:16:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Embedded-Intel-Atom-Processors/Any-example-for-Accessing-GPIO-of-Intel-Atom-c3000-through-MMIO/m-p/660115#M3600</guid>
      <dc:creator>CarlosAM_INTEL</dc:creator>
      <dc:date>2019-05-04T01:16:12Z</dc:date>
    </item>
  </channel>
</rss>

