<?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 Set MQX_ENABLE_LOW_POWER  make ittya does not work? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290226#M11519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to enable the low power mode and measure the current on MK60FN1M0VLQ12 using CW10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set MQX_ENABLE_LOW_POWER to 1 in user_config.h and rebuild the bsp and psp.&amp;nbsp; When I try to open the "ittya:", it failed. &lt;/P&gt;&lt;P&gt;Then I change MQX_ENABLE_LOW_POWER back to 0 and try the same code to open the "ittya:". This time it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the MQX_ENABLE_LOW_POWER disable the "ittya:" or conflict with "ittya:"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Sep 2013 13:37:05 GMT</pubDate>
    <dc:creator>danielchai</dc:creator>
    <dc:date>2013-09-04T13:37:05Z</dc:date>
    <item>
      <title>Set MQX_ENABLE_LOW_POWER  make ittya does not work?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290226#M11519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to enable the low power mode and measure the current on MK60FN1M0VLQ12 using CW10.4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set MQX_ENABLE_LOW_POWER to 1 in user_config.h and rebuild the bsp and psp.&amp;nbsp; When I try to open the "ittya:", it failed. &lt;/P&gt;&lt;P&gt;Then I change MQX_ENABLE_LOW_POWER back to 0 and try the same code to open the "ittya:". This time it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the MQX_ENABLE_LOW_POWER disable the "ittya:" or conflict with "ittya:"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 13:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290226#M11519</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-09-04T13:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set MQX_ENABLE_LOW_POWER  make ittya does not work?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290227#M11520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is due to the UART driver settings for the LPM.&amp;nbsp; The file \Freescale_MQX_4_0_2\mqx\source\bsp\twrk60f120m\init_sci.c defines the state of the UART peripherals in the different LPM operating modes.&amp;nbsp; This file disables UART0 peripheral for ITTYA.&amp;nbsp; If you want the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MQX_ENABLE_LOW_POWER&lt;/SPAN&gt; feature, then you will need to modify this file to keep UART0 enabled in the different power modes.&amp;nbsp; You can refer to UART2 and UART5 in the same file to see an example for an enabled UART.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to appnote AN4447 for more details on using LPM with peripheral drivers in MQX&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4447.pdf?fsrch=1&amp;amp;sr=1"&gt;http://cache.freescale.com/files/32bit/doc/app_note/AN4447.pdf?fsrch=1&amp;amp;sr=1&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 15:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290227#M11520</guid>
      <dc:creator>dereksnell</dc:creator>
      <dc:date>2013-09-04T15:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set MQX_ENABLE_LOW_POWER  make ittya does not work?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290228#M11521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed it and now it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you gives some points how could I use PTD0 for LLWU in MQX?&lt;/P&gt;&lt;P&gt;I read AN4447 and AN4503, but they are not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 15:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Set-MQX-ENABLE-LOW-POWER-make-ittya-does-not-work/m-p/290228#M11521</guid>
      <dc:creator>danielchai</dc:creator>
      <dc:date>2013-09-04T15:33:33Z</dc:date>
    </item>
  </channel>
</rss>

