<?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のトピックthe difference between MK20DN512VMD10 and MK20DN512ZVM</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/the-difference-between-MK20DN512VMD10-and-MK20DN512ZVM/m-p/496500#M30873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MK20DN512ZVM and the sales told me MK20DN512VMD10 is a newer version and send me some samples. then I replace it on my board, but I found the MQX doesn't run! then I analyzed this problem and found out that MCU(MK20DN512VMD10) will reset when run this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void PE_low_level_init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the SIM module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SIM_SOPT6: RSTFLTEN=0,RSTFLTSEL=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SOPT6 = (uint32_t)0x00UL;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set reset pin filter */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the PMC module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_LVDSC1: LVDACK=1,LVDIE=0,LVDRE=1,LVDV=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_LVDSC1 = (uint8_t)((PMC_LVDSC1 &amp;amp; (uint8_t)~(uint8_t)0x23U) | (uint8_t)0x50U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_LVDSC2: LVWACK=1,LVWIE=0,LVWV=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_LVDSC2 = (uint8_t)((PMC_LVDSC2 &amp;amp; (uint8_t)~(uint8_t)0x23U) | (uint8_t)0x40U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_REGSC: TRAMPO=0,??=0,BGBE=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_REGSC &amp;amp;= (uint8_t)~(uint8_t)0x13U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SIM_SCGC4: LLWU=1 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SCGC4 |= (uint32_t)0x10000000UL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the LLWU module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE1: WUPE3=0,WUPE2=0,WUPE1=0,WUPE0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE1 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE2: WUPE7=0,WUPE6=0,WUPE5=0,WUPE4=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE2 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE3: WUPE11=0,WUPE10=0,WUPE9=0,WUPE8=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE3 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE4: WUPE15=0,WUPE14=0,WUPE13=0,WUPE12=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE4 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_ME: WUME7=0,WUME5=1,WUME4=0,WUME3=0,WUME2=0,WUME1=0,WUME0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_ME = (uint8_t)((LLWU_ME &amp;amp; (uint8_t)~(uint8_t)0x9FU) | (uint8_t)0x20U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_CS: ACKISO=1,??=1,FLTEP=0,FLTR=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_CS = (uint8_t)((LLWU_CS &amp;amp; (uint8_t)~(uint8_t)0x03U) | (uint8_t)0x84U);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I checked the newest ref manual. it confused me much！&lt;/P&gt;&lt;P&gt;&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/35768iE6F05153F7275549/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;&lt;/P&gt;&lt;P&gt;is there anyone could help to explain that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2015 07:12:30 GMT</pubDate>
    <dc:creator>davidsui</dc:creator>
    <dc:date>2015-12-21T07:12:30Z</dc:date>
    <item>
      <title>the difference between MK20DN512VMD10 and MK20DN512ZVM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/the-difference-between-MK20DN512VMD10-and-MK20DN512ZVM/m-p/496500#M30873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using MK20DN512ZVM and the sales told me MK20DN512VMD10 is a newer version and send me some samples. then I replace it on my board, but I found the MQX doesn't run! then I analyzed this problem and found out that MCU(MK20DN512VMD10) will reset when run this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void PE_low_level_init(void)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the SIM module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SIM_SOPT6: RSTFLTEN=0,RSTFLTSEL=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0,??=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SOPT6 = (uint32_t)0x00UL;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Set reset pin filter */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the PMC module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_LVDSC1: LVDACK=1,LVDIE=0,LVDRE=1,LVDV=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_LVDSC1 = (uint8_t)((PMC_LVDSC1 &amp;amp; (uint8_t)~(uint8_t)0x23U) | (uint8_t)0x50U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_LVDSC2: LVWACK=1,LVWIE=0,LVWV=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_LVDSC2 = (uint8_t)((PMC_LVDSC2 &amp;amp; (uint8_t)~(uint8_t)0x23U) | (uint8_t)0x40U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* PMC_REGSC: TRAMPO=0,??=0,BGBE=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; PMC_REGSC &amp;amp;= (uint8_t)~(uint8_t)0x13U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* SIM_SCGC4: LLWU=1 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; SIM_SCGC4 |= (uint32_t)0x10000000UL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Initialization of the LLWU module */&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE1: WUPE3=0,WUPE2=0,WUPE1=0,WUPE0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE1 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE2: WUPE7=0,WUPE6=0,WUPE5=0,WUPE4=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE2 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE3: WUPE11=0,WUPE10=0,WUPE9=0,WUPE8=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE3 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_PE4: WUPE15=0,WUPE14=0,WUPE13=0,WUPE12=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_PE4 = (uint8_t)0x00U;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_ME: WUME7=0,WUME5=1,WUME4=0,WUME3=0,WUME2=0,WUME1=0,WUME0=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_ME = (uint8_t)((LLWU_ME &amp;amp; (uint8_t)~(uint8_t)0x9FU) | (uint8_t)0x20U);&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* LLWU_CS: ACKISO=1,??=1,FLTEP=0,FLTR=0 */&lt;/P&gt;&lt;P&gt;&amp;nbsp; LLWU_CS = (uint8_t)((LLWU_CS &amp;amp; (uint8_t)~(uint8_t)0x03U) | (uint8_t)0x84U);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I checked the newest ref manual. it confused me much！&lt;/P&gt;&lt;P&gt;&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/35768iE6F05153F7275549/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;&lt;/P&gt;&lt;P&gt;is there anyone could help to explain that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2015 07:12:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/the-difference-between-MK20DN512VMD10-and-MK20DN512ZVM/m-p/496500#M30873</guid>
      <dc:creator>davidsui</dc:creator>
      <dc:date>2015-12-21T07:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: the difference between MK20DN512VMD10 and MK20DN512ZVM</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/the-difference-between-MK20DN512VMD10-and-MK20DN512ZVM/m-p/496501#M30874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this AN to get the full information of the changes between the two silicon versions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4445.pdf" title="http://cache.freescale.com/files/32bit/doc/app_note/AN4445.pdf"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4445.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 15:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/the-difference-between-MK20DN512VMD10-and-MK20DN512ZVM/m-p/496501#M30874</guid>
      <dc:creator>santiago_gonzal</dc:creator>
      <dc:date>2015-12-22T15:45:45Z</dc:date>
    </item>
  </channel>
</rss>

