<?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のトピックRe: MKM34 Clock Intialization</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605447#M35682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to run the&amp;nbsp;&lt;STRONG&gt;irtc_test&lt;/STRONG&gt; example. But this example is also not running on the custom board. I have connected the external 32 .768 KHx clock also same as in the MKM34 Tower board.&lt;/P&gt;&lt;P&gt;What&amp;nbsp;is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the Clock out also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Druv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2017 10:03:24 GMT</pubDate>
    <dc:creator>dhruvonline</dc:creator>
    <dc:date>2017-02-08T10:03:24Z</dc:date>
    <item>
      <title>MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605441#M35676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;I have&amp;nbsp;designed a custom board with MKM device. I have to use external 32KHz Oscillator for RTC and System Clock. I am unable to run the ADC and UART with External 32.768 KHz Clock. Could someone please suggest the configuration and initialization&amp;nbsp;sequence for this issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;I am able to run the peripherals with Internal Clock &amp;amp; when &lt;/SPAN&gt;I&lt;SPAN style="font-family: 'andale mono', monospace;"&gt; enable the external Clock Macro. The program is not running. I have connected the 32.768 KHz Xtal on XTAL32 &amp;amp; EXTAL32.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;Please suggest the&amp;nbsp;&lt;/SPAN&gt;solution to&lt;SPAN style="font-family: 'andale mono', monospace;"&gt; resolve this issue. Here &lt;/SPAN&gt;I&lt;SPAN style="font-family: 'andale mono', monospace;"&gt; am giving the &lt;/SPAN&gt;initialization&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;&amp;nbsp;sequence with the &lt;/SPAN&gt;external&lt;SPAN style="font-family: 'andale mono', monospace;"&gt; clock source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;SIM_SelClkout (CLKOUT_SRC2);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;PORT_Init (PORTF,PORT_MODULE_ALT3_MODE,PIN7);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;/* clock mode 1:1:1, 24MHz */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;SIM_SetClkMode (SYSCLK_MODE0);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;SIM_SetClkDiv (SYSCLK_DIV1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;FLL_Init (FLL_MODULE_FEE_24MHZ_CONFIG);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;/* UART1 init 9600bd */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;PORT_Init (PORTI, PORT_MODULE_ALT2_MODE, PIN0|PIN1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;UART_Init (UART1, UART_MODULE_INTRMODE_CONFIG(9600,24e6));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'andale mono', monospace;"&gt;Druv&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 18:02:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605441#M35676</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-02-06T18:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605442#M35677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Druv,&lt;/P&gt;&lt;P&gt;I just run &lt;EM&gt;uart_test&lt;/EM&gt; example on TWR-KM34Z75M and it works just fine. &lt;STRONG&gt;What device part number are you using?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12px;"&gt;/* uart_test example */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;#include "drivers.h"&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;char c;&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;void main (void)&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;{&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; /* enable clocks to all on chip peripherals */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; SIM_Init (SIM_MODULE_ALL_PERIPH_ON_CONFIG);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; /* route core clock to PTF7 for monitoring */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; SIM_SelClkout (CLKOUT_SRC1);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; PORT_Init (PORTF,PORT_MODULE_ALT3_MODE,PIN7);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; /* clock mode 1:1:1, 24MHz */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; SIM_SetClkMode (SYSCLK_MODE0);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; SIM_SetClkDiv (SYSCLK_DIV1);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; FLL_Init (FLL_MODULE_FEE_24MHZ_CONFIG);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; /* UART1 init 9600bd */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; PORT_Init (PORTI, PORT_MODULE_ALT2_MODE, PIN6|PIN7);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; UART_Init (UART2, UART_MODULE_POLLMODE_CONFIG(9600,24e6));&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; UART_PutStr (UART2,"\n\rCharacters will be echoed on the screen:\n");&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; while(1)&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt; {&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; /* read and echo character */&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; while (!UART_RxFull(UART2));&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; c = UART_GetChar (UART2);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; while (!UART_TxIdle(UART2));&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; UART_PutChar (UART2,c);&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt; }&lt;/SPAN&gt;
&lt;SPAN style="font-size: 12px;"&gt;}&lt;/SPAN&gt;
&lt;SPAN&gt;
&lt;/SPAN&gt;Kind regards,
Martin M.&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 08:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605442#M35677</guid>
      <dc:creator>MarMi</dc:creator>
      <dc:date>2017-02-07T08:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605443#M35678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the part number for the device used. &lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 14px;"&gt;MKM33Z128ACLH5. I have tried above code on two custom boards. But no success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Druv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 14:21:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605443#M35678</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-02-07T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605444#M35679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Druv,&lt;/P&gt;&lt;P&gt;my example was tested on TWR-KM34Z75 and hence UART pin setting to respective pins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you route core clock to CLKOUT pin and see whether right frequency is generated by FLL?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep in mind that some UARTs are clocked by system and some by bus clock:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE class="params"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center"&gt;&lt;CODE&gt;UART0 &lt;/CODE&gt;&lt;/TH&gt;&lt;TH align="center"&gt;&lt;CODE&gt;UART1 &lt;/CODE&gt;&lt;/TH&gt;&lt;TH align="center"&gt;&lt;CODE&gt;UART2&lt;/CODE&gt;&lt;/TH&gt;&lt;TH align="center"&gt;&lt;CODE&gt;UART3&lt;/CODE&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="center"&gt;&lt;CODE&gt;Bus clock&lt;/CODE&gt;&lt;/TD&gt;&lt;TD align="center"&gt;&lt;CODE&gt;System clock&lt;/CODE&gt;&lt;/TD&gt;&lt;TD align="center"&gt;&lt;CODE&gt;Bus clock&lt;/CODE&gt;&lt;/TD&gt;&lt;TD align="center"&gt;&lt;CODE&gt;System clock&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Martin M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 15:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605444#M35679</guid>
      <dc:creator>MarMi</dc:creator>
      <dc:date>2017-02-07T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605445#M35680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;Hi Martin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;Below is the code for my test program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;#include "drivers.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;char c;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;void main (void)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;SIM_Init (SIM_MODULE_ALL_PERIPH_ON_CONFIG);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;/* route core clock to PTF7 */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;SIM_SelClkout (CLKOUT_SRC1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;PORT_Init (PORTF,PORT_MODULE_ALT3_MODE,PIN7);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;/* clock mode 1:1:1, 24MHz */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;SIM_SetClkMode (SYSCLK_MODE0);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;SIM_SetClkDiv (SYSCLK_DIV1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;FLL_Init (FLL_MODULE_FEE_24MHZ_CONFIG);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;/* UART3 init 9600bd */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;PORT_Init (PORTC, PORT_MODULE_ALT2_MODE, PIN2|PIN3);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;UART_Init (UART3, UART_MODULE_POLLMODE_CONFIG(9600,24e6));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt; UART_PutStr (UART3,"\n\rCharacters will be echoed on the screen:\n");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 11px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt; while(1)&lt;/SPAN&gt;&lt;SPAN style="border: 0px; font-weight: inherit;"&gt; {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; /* read and echo character */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; while (!UART_RxFull(UART3));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; c = UART_GetChar (UART3);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; while (!UART_TxIdle(UART3));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&amp;nbsp; UART_PutChar (UART3,c);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Druv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 16:38:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605445#M35680</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-02-07T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605446#M35681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Druv,&lt;/P&gt;&lt;P&gt;I don't see any issue in your code. &lt;SPAN&gt;You said with internal clock source UART works, right?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, measure system clock frequency on pin. You can either use CLKOUT (PTF7) or any XBAR output pin to&amp;nbsp;&lt;SPAN&gt;route clock out. Use&amp;nbsp;&lt;/SPAN&gt;SelClkout(), XBAR_Path() and PORT_Init() macros for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 19:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605446#M35681</guid>
      <dc:creator>MarMi</dc:creator>
      <dc:date>2017-02-07T19:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605447#M35682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to run the&amp;nbsp;&lt;STRONG&gt;irtc_test&lt;/STRONG&gt; example. But this example is also not running on the custom board. I have connected the external 32 .768 KHx clock also same as in the MKM34 Tower board.&lt;/P&gt;&lt;P&gt;What&amp;nbsp;is the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check the Clock out also.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Druv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 10:03:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605447#M35682</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-02-08T10:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605448#M35683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Druv,&lt;/P&gt;&lt;P&gt;Have you try to test the example using KDS?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KM128SWDRV_R4_1_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13922i597623208725758E/image-size/large?v=v2&amp;amp;px=999" role="button" title="KM128SWDRV_R4_1_6.png" alt="KM128SWDRV_R4_1_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I test the uart_test example on TWR-KM34Z50MV3 board using KDS and IAR.&lt;/P&gt;&lt;P&gt;It doesn't work when using IAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I download the KM128SWDRV_R4_1_6 from &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-333437"&gt;Kinetis M bare-metal drivers and software examples released - REV 4.1.6&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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>Fri, 10 Feb 2017 04:53:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605448#M35683</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-02-10T04:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605449#M35684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured the&amp;nbsp;CLKOUT (PTF7) as the clock out functionality. We are not getting any output&amp;nbsp;on that pin. Surprisingly we are not getting any crystal oscillations across crystal pins also. Could you please suggest the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 06:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605449#M35684</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-02-24T06:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605450#M35685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Druv,&lt;/P&gt;&lt;P&gt;make sure you supply also VBAT pin.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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/14228i6B641F38E722FA4F/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;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Martin M.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 08:13:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605450#M35685</guid>
      <dc:creator>MarMi</dc:creator>
      <dc:date>2017-02-24T08:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: MKM34 Clock Intialization</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605451#M35686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have replaced the crystal. Now the issue is cleared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Druv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2017 09:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKM34-Clock-Intialization/m-p/605451#M35686</guid>
      <dc:creator>dhruvonline</dc:creator>
      <dc:date>2017-03-03T09:49:37Z</dc:date>
    </item>
  </channel>
</rss>

