<?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 driver under MQX (alternative) in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172080#M2016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lord Mark. I will try it.&amp;nbsp;&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jan 2011 17:27:11 GMT</pubDate>
    <dc:creator>Kafre</dc:creator>
    <dc:date>2011-01-10T17:27:11Z</dc:date>
    <item>
      <title>GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172076#M2012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a Ethernet bootloader for a MCF54455, using CW10 and MQX 3.6.1 Right now I'm reading the MQX Drivers Users Guide and I realized that my MCU doesn't have MQX GPIO Driver. I don`t really now how does this&amp;nbsp;affect&amp;nbsp;to the MCF54455&amp;nbsp;ability&amp;nbsp;to access directly to it's pins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is possible to use other alternatives to access to my MCUs pins under MQX? Witch ones? Maybe MCF54455_GPIO.h? Surely there is a way to do so, but what happens to the MQX tasks then? I mean, is the Real Time Broken? Does the MQX hang?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 17:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172076#M2012</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2010-12-23T17:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172077#M2013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can still use the generic GPIO driver to access to the pins. &lt;IMG alt=":smileyvery-happy:" class="emoticon emoticon-smileyvery-happy" id="smileyvery-happy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 18:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172077#M2013</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2010-12-23T18:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172078#M2014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just read the io_gpio.h and I can't use the Generic Driver if I don't have the specific hw driver, so the problem is still open. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Dec 2010 18:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172078#M2014</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2010-12-23T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172079#M2015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on CW 7.2 and MCF52259. Once I turned the board leds on and off using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;VMCF5225_STRUCT_PTR reg_ptr = (VMCF5225_STRUCT_PTR)BSP_IPSBAR;&lt;/PRE&gt;&lt;P&gt;and then accessing the GPIO registers whose data structure is defined in MQX. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;reg_ptr-&amp;gt;GPIO.PORTTC = 0x00; reg_ptr-&amp;gt;GPIO.DDRTC = 0x00;&lt;/PRE&gt;&lt;P&gt;Hope it helps, regards,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2020 09:20:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172079#M2015</guid>
      <dc:creator>LordMark</dc:creator>
      <dc:date>2020-10-29T09:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172080#M2016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Lord Mark. I will try it.&amp;nbsp;&lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 17:27:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172080#M2016</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2011-01-10T17:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172081#M2017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please show me where can I find the GPIO registers data structures defined in MQX?&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 16:57:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172081#M2017</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2011-01-17T16:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172082#M2018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The processor register definitions are in the mcf5225.h header file contained in the PSP project.&lt;/P&gt;&lt;P&gt;Specifically for the MCF52259 it is located in the default install path of:&lt;/P&gt;&lt;P&gt;C:\Program Files\Freescale\Freescale MQX 3.6\mqx\source\psp\coldfire\mcf5225.h&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 01:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172082#M2018</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2011-01-18T01:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: GPIO driver under MQX (alternative)</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172083#M2019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that will do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 23:37:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/GPIO-driver-under-MQX-alternative/m-p/172083#M2019</guid>
      <dc:creator>Kafre</dc:creator>
      <dc:date>2011-01-25T23:37:37Z</dc:date>
    </item>
  </channel>
</rss>

