<?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: MK22DX128VLK5 definitions  in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479135#M29293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viktors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this document, you can find characteristics for every Part number &lt;A href="http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf" title="http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf"&gt;http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf&lt;/A&gt; , you can compare them and will notice that effectively they have almost the same peripherals, however, MK22 has 1 DAC instance (and MK21 does not have), MK21 does not have MMCAU, RNG and DryIce modules (and MK21 has), MK22 has internal VREF configuration (MK21 does not have).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, these are the differences between them, but you can take a deeper look to their reference manual if something is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2016 14:42:04 GMT</pubDate>
    <dc:creator>isaacavila</dc:creator>
    <dc:date>2016-03-16T14:42:04Z</dc:date>
    <item>
      <title>MK22DX128VLK5 definitions</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479132#M29290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using TWR-K21D50M board with MK21DN512AVMC5 and I am looking into making a custom board with MK22DX128VLK5 on it. However this processor is not listed in fsl_device_registers.h as well as any others MK22D5 series devices. Should I use register definitions for MK21DA5 devices instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Viktor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479132#M29290</guid>
      <dc:creator>v_snicarevs</dc:creator>
      <dc:date>2016-03-15T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: MK22DX128VLK5 definitions</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479133#M29291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viktors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, MK21DA5 derivative is the most compatible derivative with MK22DX128VLK5 MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to modify fsl_device_registers.h in order to include MK21DA5 header files when CPU_MK22DX128VLK5 is used in the project:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_1458082697779542 jive_text_macro" data-renderedposition="138_8_1192_160" jivemacro_uid="_1458082697779542" modifiedtitle="true"&gt;&lt;P&gt;#elif (defined(CPU_MK21DX128AVLK5) || defined(CPU_MK21DX256AVLK5) || defined(CPU_MK21DN512AVLK5) || \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; defined(CPU_MK21DX128AVMC5) || defined(CPU_MK21DX256AVMC5) || defined(CPU_MK21DN512AVMC5)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;|| defined(CPU_MK22DX128VLK5)&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define K21DA5_SERIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* CMSIS-style register definitions */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include "MK21DA5/include/MK21DA5.h"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Extension register definitions */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include "MK21DA5/include/MK21DA5_extension.h"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* CPU specific feature definitions */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #include "MK21DA5/include/MK21DA5_features.h"&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, remember to enable features in MK21DA5_features.h according to peripherals for MK22 MCU part:&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="_jivemacro_uid_14580823796182633 jive_macro_code jive_text_macro" data-renderedposition="350_8_1192_80" jivemacro_uid="_14580823796182633" modifiedtitle="true"&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;#elif defined(CPU_MK22DX128VLK5)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* @brief ACMP availability on the SoC. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define FSL_FEATURE_SOC_ACMP_COUNT (0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* @brief ADC16 availability on the SoC. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define FSL_FEATURE_SOC_ADC16_COUNT (1)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Isaac Avila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 22:59:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479133#M29291</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-03-15T22:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: MK22DX128VLK5 definitions</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479134#M29292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Isaac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;Is there somewhere full list of features available for &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;MK22DX128VLK5? Or any way to highlight differences from MK21DX128AVLK5 (as they seems almost identical), if it is any different at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks, Viktor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 10:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479134#M29292</guid>
      <dc:creator>v_snicarevs</dc:creator>
      <dc:date>2016-03-16T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: MK22DX128VLK5 definitions</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479135#M29293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Viktors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this document, you can find characteristics for every Part number &lt;A href="http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf" title="http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf"&gt;http://cache.nxp.com/files/microcontrollers/doc/selector_guide/KINETISKMCUSELGD.pdf&lt;/A&gt; , you can compare them and will notice that effectively they have almost the same peripherals, however, MK22 has 1 DAC instance (and MK21 does not have), MK21 does not have MMCAU, RNG and DryIce modules (and MK21 has), MK22 has internal VREF configuration (MK21 does not have).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, these are the differences between them, but you can take a deeper look to their reference manual if something is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this can help you!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Isaac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2016 14:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MK22DX128VLK5-definitions/m-p/479135#M29293</guid>
      <dc:creator>isaacavila</dc:creator>
      <dc:date>2016-03-16T14:42:04Z</dc:date>
    </item>
  </channel>
</rss>

