<?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 Design StudioのトピックMKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489091#M5835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PEx, when I instantiate an Init_KBI component using KBI0, everything seems to work fine.&amp;nbsp; However, when I select KBI1 pins, setting them to have pullups enabled does not seem to generate the correct PORT_PUE1 initialization code in "Common_Init( )" in "Cpu.h"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want a KBI1 input pin (for example pin PTE3) to have its internal pullup enabled, I have to remember to manually add the config such as this:&lt;/P&gt;&lt;P&gt;PORT_PUE1 |= PORT_PUE1_PTEPE3_MASK; at the end of Common_Init( )&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone confirm this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike Stroven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2016 21:43:37 GMT</pubDate>
    <dc:creator>mstroven</dc:creator>
    <dc:date>2016-02-04T21:43:37Z</dc:date>
    <item>
      <title>MKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489091#M5835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In PEx, when I instantiate an Init_KBI component using KBI0, everything seems to work fine.&amp;nbsp; However, when I select KBI1 pins, setting them to have pullups enabled does not seem to generate the correct PORT_PUE1 initialization code in "Common_Init( )" in "Cpu.h"&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want a KBI1 input pin (for example pin PTE3) to have its internal pullup enabled, I have to remember to manually add the config such as this:&lt;/P&gt;&lt;P&gt;PORT_PUE1 |= PORT_PUE1_PTEPE3_MASK; at the end of Common_Init( )&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone confirm this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike Stroven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 21:43:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489091#M5835</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2016-02-04T21:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: MKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489092#M5836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;You can use the PinSettings component in your project to enable the pullup of the PTE3. Open the Component Inspector of the PinSettings component, select Functional Properties, select the PTE3 pin (you can use the Pin Filter) and enable the pullup, see the following screenshot:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/59388i56EC86518DF26163/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Processor Expert generates the pullup initialization code in the Common_init() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 11:20:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489092#M5836</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2016-02-05T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: MKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489093#M5837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marek.&amp;nbsp; This is a workaround, but I have two problems with it.&amp;nbsp; 1)&amp;nbsp; It is not required for KBI0 pins and 2) My computer hangs whenever I try to open the functional properties tab in the init component...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 12:42:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489093#M5837</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2016-02-05T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: MKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489094#M5838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;You are right the Init_KBI component does not work properly for KBI1 device (incorrect pull-ups are enabled for the KBI1 device). I have reported this issue to the Processor Expert development team (PEXMCU-4166).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marek Neuzil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 08:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489094#M5838</guid>
      <dc:creator>marek_neuzil</dc:creator>
      <dc:date>2016-02-09T08:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: MKE06Z Processor Expert KBI1:Init_KBI pullups not setup correctly.</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489095#M5839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marek!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 14:00:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/MKE06Z-Processor-Expert-KBI1-Init-KBI-pullups-not-setup/m-p/489095#M5839</guid>
      <dc:creator>mstroven</dc:creator>
      <dc:date>2016-02-09T14:00:06Z</dc:date>
    </item>
  </channel>
</rss>

