<?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>Kinetis Microcontrollers中的主题 Re: MKM34 problem   GPIO PTH5..7</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437049#M25504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For KM34 doesn't provide FGPIO register definition, it need to use GPIOH instead of FGPIOH:&lt;/P&gt;&lt;P&gt;GPIO_Tgl(GPIOH, 0xFF);&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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>Fri, 09 Oct 2015 06:18:46 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2015-10-09T06:18:46Z</dc:date>
    <item>
      <title>MKM34 problem   GPIO PTH5..7</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437048#M25503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, i´m working with KMK34 , i use Kinetis-M Peripheral Bare-Metal Drivers, but output PORT PTH GPIO&amp;nbsp; not work PTH5, PTH6, and PTH7&amp;nbsp;&amp;nbsp; but pins PTH0 ..... to PTH4 ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;im use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PORT_Init (PORTH, PORT_MODULE_LED_MODE, 0xFF);&lt;/P&gt;&lt;P&gt;GPIO_Init (GPIOH, GPIO_OUT_LOGIC1_MODE, 0xFF);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GPIO_Tgl(FGPIOH, 0xFF);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 22:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437048#M25503</guid>
      <dc:creator>eduardomoretti</dc:creator>
      <dc:date>2015-10-06T22:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 problem   GPIO PTH5..7</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437049#M25504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For KM34 doesn't provide FGPIO register definition, it need to use GPIOH instead of FGPIOH:&lt;/P&gt;&lt;P&gt;GPIO_Tgl(GPIOH, 0xFF);&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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>Fri, 09 Oct 2015 06:18:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437049#M25504</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2015-10-09T06:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 problem   GPIO PTH5..7</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437050#M25505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;both GPIOH and FGPIOH arguments for GPIO_Tgl/Set/Clr macros shall work and perform identical tasks in Kinetis-M bare metal drivers. Note however that on 128kB versions of Kinetis-M devices PORT H6, PORT H7 and PORT I1 are open drain and therefore you might have problems seeing these pins toggling unless external pull-ups are added into your design. I cannot explain why PORT H5 wasn't working in your case because this one is architectured to operate in push-pull&amp;nbsp; mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin M.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:28:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-problem-GPIO-PTH5-7/m-p/437050#M25505</guid>
      <dc:creator>MarMi</dc:creator>
      <dc:date>2015-10-30T14:28:51Z</dc:date>
    </item>
  </channel>
</rss>

