<?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: why this is happen in kea128? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1771668#M65770</link>
    <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226769"&gt;@D_pengF&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;According to the KEA128 Sub-Family Reference Manual the KBI assignment is as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaRo_1-1702054508667.png" style="width: 425px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253625i592077E2669EA65D/image-dimensions/425x86?v=v2" width="425" height="86" role="button" title="RaRo_1-1702054508667.png" alt="RaRo_1-1702054508667.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RaRo_1-1702054508667.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;[Excerpt of Table 3-45. KBI port assignment]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Now, let's check the line of your code:&lt;/P&gt;
&lt;UL class="lia-align-justify" type="disc"&gt;
&lt;LI&gt;KBI1_PE |= KBI_PE_KBIPE(0x10);&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;Remember that 0x10 means 0001 0000b which would indeed enable the CH4 (PTE4) as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaRo_2-1702054508670.png" style="width: 435px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253626i288BDD98397E5EF3/image-dimensions/435x151?v=v2" width="435" height="151" role="button" title="RaRo_2-1702054508670.png" alt="RaRo_2-1702054508670.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RaRo_2-1702054508670.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;[Section 35.4.1 KBI Pin Enable Register (KBIx_PE)]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;You might find useful to take a look at the following information to help you with your development of KBI and KEA128:&lt;/P&gt;
&lt;UL class="lia-align-justify" type="disc"&gt;
&lt;LI&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/automotive-mcus/ultra-reliable-kea-automotive-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KEA" target="_blank"&gt;KEA128 Sub-Family Reference Manual&lt;/A&gt; and,&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4942.pdf" target="_blank"&gt;AN4942: Getting Started with Kinetis EA series MCUs – Application Note&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;Warm regards, Raul.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 16:56:34 GMT</pubDate>
    <dc:creator>RaRo</dc:creator>
    <dc:date>2023-12-08T16:56:34Z</dc:date>
    <item>
      <title>why this is happen in kea128?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1770675#M65767</link>
      <description>&lt;P&gt;#define KBI_PE_KBIPE(x) (((uint32_t)(((uint32_t)(x))&amp;lt;&amp;lt;KBI_PE_KBIPE_SHIFT))&amp;amp;KBI_PE_KBIPE_MASK)&lt;BR /&gt;KBI1_PE |= KBI_PE_KBIPE(0x10);&lt;BR /&gt;why can&amp;nbsp;Enable KBI1 channel 4(PTE4)?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 10:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1770675#M65767</guid>
      <dc:creator>D_pengF</dc:creator>
      <dc:date>2023-12-07T10:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: why this is happen in kea128?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1771668#M65770</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/226769"&gt;@D_pengF&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;According to the KEA128 Sub-Family Reference Manual the KBI assignment is as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaRo_1-1702054508667.png" style="width: 425px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253625i592077E2669EA65D/image-dimensions/425x86?v=v2" width="425" height="86" role="button" title="RaRo_1-1702054508667.png" alt="RaRo_1-1702054508667.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RaRo_1-1702054508667.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;[Excerpt of Table 3-45. KBI port assignment]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Now, let's check the line of your code:&lt;/P&gt;
&lt;UL class="lia-align-justify" type="disc"&gt;
&lt;LI&gt;KBI1_PE |= KBI_PE_KBIPE(0x10);&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;Remember that 0x10 means 0001 0000b which would indeed enable the CH4 (PTE4) as follows:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RaRo_2-1702054508670.png" style="width: 435px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/253626i288BDD98397E5EF3/image-dimensions/435x151?v=v2" width="435" height="151" role="button" title="RaRo_2-1702054508670.png" alt="RaRo_2-1702054508670.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;RaRo_2-1702054508670.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;[Section 35.4.1 KBI Pin Enable Register (KBIx_PE)]&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;You might find useful to take a look at the following information to help you with your development of KBI and KEA128:&lt;/P&gt;
&lt;UL class="lia-align-justify" type="disc"&gt;
&lt;LI&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/automotive-mcus/ultra-reliable-kea-automotive-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KEA" target="_blank"&gt;KEA128 Sub-Family Reference Manual&lt;/A&gt; and,&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN4942.pdf" target="_blank"&gt;AN4942: Getting Started with Kinetis EA series MCUs – Application Note&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;Warm regards, Raul.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 16:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1771668#M65770</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2023-12-08T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: why this is happen in kea128?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1791510#M65955</link>
      <description>&lt;P&gt;Dear &lt;SPAN&gt;Raul，thanks a lot&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 03:19:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/why-this-is-happen-in-kea128/m-p/1791510#M65955</guid>
      <dc:creator>D_pengF</dc:creator>
      <dc:date>2024-01-19T03:19:34Z</dc:date>
    </item>
  </channel>
</rss>

