<?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: MK22FX512VLK12 API in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FX512VLK12-API/m-p/630792#M37951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jace,&lt;/P&gt;&lt;P&gt;About this "&lt;/P&gt;&lt;P&gt;in main() &amp;gt; PE_low_level_init()&lt;/P&gt;&lt;P&gt;there is a function PTA_Init()&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;DO you meaning the GPIO1_Init(NULL):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12529i5A291945192E21BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If yes, you just need disable "Auto initialization" of the GPIO1_LDD component , it will disappear:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12574iCF1C9C3071BF4BB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If no,&amp;nbsp; do you meanint the PTA4 ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12618i8B944FC34261B6E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is initialize the PTA4 to NMI_b function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If neither of these , please take a screenshot tell me , thank!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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>Sun, 22 Jan 2017 03:24:36 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2017-01-22T03:24:36Z</dc:date>
    <item>
      <title>MK22FX512VLK12 API</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FX512VLK12-API/m-p/630791#M37950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on the&amp;nbsp;MK22FX512VLK12&lt;/P&gt;&lt;P&gt;I have noticed that Even though I have PTA:Init_GPIO when I use GPIO1:GPIO_LDD I need to use an Init function even though an Init function already exits in the PE_LOW_level_init(); function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to elaorate&lt;/P&gt;&lt;P&gt;in main() &amp;gt; PE_low_level_init()&lt;/P&gt;&lt;P&gt;there is a function PTA_Init()&lt;/P&gt;&lt;P&gt;and when I used GPIO1:GPIO_LDD&amp;nbsp;&lt;/P&gt;&lt;P&gt;(under typical usage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that I need another init function?&lt;/P&gt;&lt;P&gt;Component documentation - Typical Usage&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="left" style="padding-left: 15px; padding-right: 10px;" valign="top" width="100%"&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE class=""&gt;LDD_TDeviceData *MyGPIO1Ptr;&amp;nbsp; void main(void) {&amp;nbsp;&amp;nbsp; ...&amp;nbsp;&amp;nbsp; MyGPIO1Ptr = GPIO1_Init((LDD_TUserData *)NULL);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialize the pins */&amp;nbsp;&amp;nbsp; GPIO1_SetFieldValue(MyGPIO1Ptr, Bus, 0b1100U);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Configure the output value */&amp;nbsp;&amp;nbsp; /* Output values: PTA12 = 0, PTA13 = 0, PTA14 = 1, PTA15 = 1 */ }&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Why are there two init functons? could I use GPIO as well as the other periphrials without the LDD device?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:51:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FX512VLK12-API/m-p/630791#M37950</guid>
      <dc:creator>jacewalton</dc:creator>
      <dc:date>2017-01-19T22:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: MK22FX512VLK12 API</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FX512VLK12-API/m-p/630792#M37951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jace,&lt;/P&gt;&lt;P&gt;About this "&lt;/P&gt;&lt;P&gt;in main() &amp;gt; PE_low_level_init()&lt;/P&gt;&lt;P&gt;there is a function PTA_Init()&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;DO you meaning the GPIO1_Init(NULL):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12529i5A291945192E21BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If yes, you just need disable "Auto initialization" of the GPIO1_LDD component , it will disappear:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12574iCF1C9C3071BF4BB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If no,&amp;nbsp; do you meanint the PTA4 ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12618i8B944FC34261B6E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is initialize the PTA4 to NMI_b function .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If neither of these , please take a screenshot tell me , thank!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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>Sun, 22 Jan 2017 03:24:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22FX512VLK12-API/m-p/630792#M37951</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2017-01-22T03:24:36Z</dc:date>
    </item>
  </channel>
</rss>

