<?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: TWR_K70120MHz and MK10FX512VLQ12 compatibility in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384011#M20522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nesrine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, it doesn't sound like you're even getting into a low power mode.&amp;nbsp; So are you sure that you are getting to your low power code and executing the WFI instruction properly?&amp;nbsp; Is your debugger connected (because it shouldn't be to get the proper low power mode currents)?&amp;nbsp; If the debugger is connected and a session is active (or has been active since the last power-on reset) you might only be entering a psuedo low power mode.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other things to check would include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your code isn't trying to configure pins that do not exist on the K10.&amp;nbsp; Unexpected things could happen when doing this (including possibly causing an interrupt that prevents you from entering a low power mode).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that modules that don't exist on the K10 aren't being initialized in your code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that none of your pins are floating at a mid-level voltage.&amp;nbsp; If the external hardware forces a pin to mid-level voltage this could be a source of extra current draw.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's about all I can think of to check.&amp;nbsp; An experiment you could run is to put a pin toggle at the point where you would exit the low power mode and see if you get there without your expected wakeup event occurring.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 19:06:26 GMT</pubDate>
    <dc:creator>chris_brown</dc:creator>
    <dc:date>2014-10-10T19:06:26Z</dc:date>
    <item>
      <title>TWR_K70120MHz and MK10FX512VLQ12 compatibility</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384010#M20521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;whould like to measure current consumption in low power mode.&lt;/P&gt;&lt;P&gt;as it clear that the MK10FX512vlq12 have note a board so no schematics,but is compatible with K70 so with the TWR-K70120MHz.&lt;/P&gt;&lt;P&gt;I do for my chip K10 a generic board and it work well,&lt;/P&gt;&lt;P&gt;the problem is in low power mode ,my code work well with TWR-K70 but does not give good result with K10,i have all time Idd_lowpowermode (VLLs,stop;LLs)=21mA !!!&lt;/P&gt;&lt;P&gt;so i can say that the problem is &lt;STRONG&gt;hardware&lt;/STRONG&gt; ,is there a wakeup pin in the MK10FX512VLQ12 that should be active or other thing like this?&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Nesrine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384010#M20521</guid>
      <dc:creator>nesrinemhiri</dc:creator>
      <dc:date>2014-10-10T14:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: TWR_K70120MHz and MK10FX512VLQ12 compatibility</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384011#M20522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nesrine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, it doesn't sound like you're even getting into a low power mode.&amp;nbsp; So are you sure that you are getting to your low power code and executing the WFI instruction properly?&amp;nbsp; Is your debugger connected (because it shouldn't be to get the proper low power mode currents)?&amp;nbsp; If the debugger is connected and a session is active (or has been active since the last power-on reset) you might only be entering a psuedo low power mode.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other things to check would include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure your code isn't trying to configure pins that do not exist on the K10.&amp;nbsp; Unexpected things could happen when doing this (including possibly causing an interrupt that prevents you from entering a low power mode).&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that modules that don't exist on the K10 aren't being initialized in your code.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that none of your pins are floating at a mid-level voltage.&amp;nbsp; If the external hardware forces a pin to mid-level voltage this could be a source of extra current draw.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's about all I can think of to check.&amp;nbsp; An experiment you could run is to put a pin toggle at the point where you would exit the low power mode and see if you get there without your expected wakeup event occurring.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 19:06:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384011#M20522</guid>
      <dc:creator>chris_brown</dc:creator>
      <dc:date>2014-10-10T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: TWR_K70120MHz and MK10FX512VLQ12 compatibility</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384012#M20523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;1/When I measure current consumption my &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;debugger is not connected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2/My code work well with the TWR_K70 120MHz borad &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3/ For my K10 I do a generic bord with the minimal hardware (VDD,VSS,EXATL0,XATL0,Reset,Vbat,VSSA,VDDA ,VrefH,vrefL,pin GTAG) and my borad work well with the coreMark code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;4/ in the freesacle website it says that K10_120 is compatible with K70.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I can not find the problem.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nesrine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:24:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384012#M20523</guid>
      <dc:creator>nesrinemhiri</dc:creator>
      <dc:date>2014-10-13T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: TWR_K70120MHz and MK10FX512VLQ12 compatibility</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384013#M20524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I arrived to resolve the problem,I have one pin floating&lt;/P&gt;&lt;P&gt;Thank you chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 10:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70120MHz-and-MK10FX512VLQ12-compatibility/m-p/384013#M20524</guid>
      <dc:creator>nesrinemhiri</dc:creator>
      <dc:date>2014-10-13T10:13:19Z</dc:date>
    </item>
  </channel>
</rss>

