<?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: reception not possible in uart</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263257#M8239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  Zhe Tian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Even I am doing with the same code with port A 2 and port A 1&lt;/P&gt;&lt;P&gt;pins and given the same baudrate (#define TERMINAL_BAUD      115200) but it&lt;/P&gt;&lt;P&gt;is pointing to Default_Handler() (attached image 2) when it reaches printf&lt;/P&gt;&lt;P&gt;statement in the beginning of code(attached image 2)&lt;/P&gt;&lt;P&gt;         I test the code in following steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - Build the selected code&lt;/P&gt;&lt;P&gt;   - connecting the board with pc and open the tera term with selecting&lt;/P&gt;&lt;P&gt;   particular com port with baud 115200&lt;/P&gt;&lt;P&gt;   - debug and run the code step by step(F6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will halt(suspend) pointing to default handler.  can I know where my&lt;/P&gt;&lt;P&gt;fault is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manvitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 06:23:20 GMT</pubDate>
    <dc:creator>manvitha</dc:creator>
    <dc:date>2013-05-30T06:23:20Z</dc:date>
    <item>
      <title>reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263255#M8237</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;&amp;nbsp; Why does only transmission happens in UART communication (Using sample code LQRUG_uart_ex1 for KL25Z128 MCU) where data is not receiving instead it reaches to default handler function given below and suspends?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void Default_Handler()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt; __asm("bkpt");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;can anyone please help me in this? &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 11:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263255#M8237</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-05-29T11:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263256#M8238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Manvitha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested project from path \Kinetis L Sample Code\kl25_sc_rev6\klxx-sc-baremetal\build\iar\LQRUG_uart_ex1. It can work well. Please reference following picture. As you can see, I use HyperTerminal and press character q, then c get the value of q.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119425i70B010148C795A42/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.bmp" alt="1.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think your project might not be newest one, would you please help to download and test again. And also pay attention to baudrate is 115200.&lt;/P&gt;&lt;P&gt;Hope my reply can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 04:10:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263256#M8238</guid>
      <dc:creator>Paul_Tian</dc:creator>
      <dc:date>2013-05-30T04:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263257#M8239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  Zhe Tian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Even I am doing with the same code with port A 2 and port A 1&lt;/P&gt;&lt;P&gt;pins and given the same baudrate (#define TERMINAL_BAUD      115200) but it&lt;/P&gt;&lt;P&gt;is pointing to Default_Handler() (attached image 2) when it reaches printf&lt;/P&gt;&lt;P&gt;statement in the beginning of code(attached image 2)&lt;/P&gt;&lt;P&gt;         I test the code in following steps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   - Build the selected code&lt;/P&gt;&lt;P&gt;   - connecting the board with pc and open the tera term with selecting&lt;/P&gt;&lt;P&gt;   particular com port with baud 115200&lt;/P&gt;&lt;P&gt;   - debug and run the code step by step(F6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will halt(suspend) pointing to default handler.  can I know where my&lt;/P&gt;&lt;P&gt;fault is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manvitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 06:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263257#M8239</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-05-30T06:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263258#M8240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manvitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post screen shots of your register values before you enter the Default_Handler for the following registers: SIM_SOPT2, SIM_SCGC4, UART0_BDL, UART0_C4, PORTA_PCR1 &amp;amp; PORTA_PCR2?&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;Martyn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 15:45:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263258#M8240</guid>
      <dc:creator>martynhunt</dc:creator>
      <dc:date>2013-05-30T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263259#M8241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       attached is the screenshot of register initialisation(image 1). it&lt;/P&gt;&lt;P&gt;will enter this initialisation register(during step by step execution)&lt;/P&gt;&lt;P&gt;while printf statement in the beginning is disabled.(image 2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manvitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Thu, May 30, 2013 at 7:46 AM, Martyn Hunt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 05:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263259#M8241</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-05-31T05:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263260#M8242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times; font-size: 12pt;"&gt;From the attachment, seems you are using the CW , but I am confused as there is no CW based &lt;SPAN style="background-color: #ffffff;"&gt;LQRUG_uart_ex1&lt;/SPAN&gt; project in the latest &lt;SPAN style="background-color: #ffffff;"&gt;Kinetis L Sample Code&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a1.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119426iC675688DDC6B000C/image-size/large?v=v2&amp;amp;px=999" role="button" title="a1.JPG" alt="a1.JPG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times; background-color: #ffffff; font-size: 12pt;"&gt;so are you referring to your custom CW project which is ported from the IAR based &lt;SPAN style="background-color: #ffffff;"&gt;LQRUG_uart_ex1&lt;/SPAN&gt; project? would you please help to clarify? Thanks for your patience!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times; background-color: #ffffff; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times; background-color: #ffffff; font-size: 12pt;"&gt;BTW, if you are doing the porting, there is one thing to notice: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; background-color: #ffffff; font-family: 'times new roman', times;"&gt;UART port is initialized in sysinit.c, for FRDM-KL25Z, PTA1 and PTA2 are used as UART0, but if the PORT_Init() in the main() configures another set of UART0 port, &lt;SPAN style="font-family: 'times new roman', times; font-size: 16px; background-color: #ffffff;"&gt;RX function might have problem, though &lt;/SPAN&gt;TX should still be fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; background-color: #ffffff; font-family: 'times new roman', times;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'times new roman', times; font-size: 12pt;"&gt;Transmit works just fine if you accidentally configure two pins for the same function, because they are both driven by the same module, but if you configure the input function on two pins then you get undefined behavior, &lt;SPAN style="font-family: 'times new roman', times; font-size: 16px; background-color: #ffffff;"&gt;because they are both&lt;/SPAN&gt; driving the same thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 07:51:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263260#M8242</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-05-31T07:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263261#M8243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kan Li,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        yes I  referred to  custom CW project which is ported from the IAR&lt;/P&gt;&lt;P&gt;based LQRUG_uart_ex1 project I mean to say that i just imported the code with&lt;/P&gt;&lt;P&gt;all source files(common, cpu, drivers, platform and sysint). from the path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*..\Kinetis L Sample&lt;/P&gt;&lt;P&gt;Code\kl25_sc\klxx-sc-baremetal\src\projects\LQRUG_uart_ex1** *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any problem in doing that? please clear me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And coming back to porting by configuring the input function on two pins we&lt;/P&gt;&lt;P&gt;will get undefined behavior then can we configure two different port pins&lt;/P&gt;&lt;P&gt;for Tx and Rx or is there any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manvitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 12:00:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263261#M8243</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-05-31T12:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263262#M8244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Manvitha&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IAR and CW are different IDE tools , and the main difference is the compiler. So you can not directly import the source code for a IAR project into CW workspace, some definitions might be different and some might miss, To creat the CW based project, please run "make_new_cw_project.exe" in "Kinetis L Sample Code\kl25_sc_rev6\klxx-sc-baremetal\build\cw". Please kindly refer to FRDM_KL25ZSCG_CW.pdf in "Kinetis L Sample Code\kl25_sc_rev6" for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we configure two different port pins for Tx and Rx or is there any other way?&lt;/P&gt;&lt;P&gt;-Yes, you can do that. just remember don't enable two sets of TX and RX for the same UARTx module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 14:41:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263262#M8244</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-05-31T14:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263263#M8245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, make sure that NO_PLL_INIT is defined. If it is, make sure that the following section in sysinit.c looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="_jivemacro_uid_13700123078587446 jive_text_macro jive_macro_code" jivemacro_uid="_13700123078587446" modifiedtitle="true"&gt;
&lt;P&gt;#if defined(NO_PLL_INIT)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mcg_clk_hz = 21000000; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SIM_SOPT2 &amp;amp;= ~SIM_SOPT2_PLLFLLSEL_MASK;&amp;nbsp; // clear PLLFLLSEL to select the FLL for this clock source&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uart0_clk_khz = (mcg_clk_hz / 1000);&amp;nbsp; // the uart0 clock frequency will equal the FLL frequency&lt;/P&gt;
&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition, make sure that UART0 is being re-initialized to the correct baud rate (115200). The UART0 register settings in the UART0_Init function should look like so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13700125683139509" jivemacro_uid="_13700125683139509" modifiedtitle="true"&gt;
&lt;P&gt;UART0_BDH = 0x00;&lt;/P&gt;
&lt;P&gt;UART0_BDL = 0x1A;&lt;/P&gt;
&lt;P&gt;UART0_C4 = 0x06;&lt;/P&gt;
&lt;P&gt;UART0_C1 = 0x00;&lt;/P&gt;
&lt;P&gt;UART0_C3 = 0x00;&lt;/P&gt;
&lt;P&gt;UART0_MA1 = 0x00;&lt;/P&gt;
&lt;P&gt;UART0_MA1 = 0x00;&lt;/P&gt;
&lt;P&gt;UART0_S1 |= 0x1F;&lt;/P&gt;
&lt;P&gt;UART0_S2 |= 0xC0;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For future reference, the UART baud rate is defined as such:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13700128780963365" jivemacro_uid="_13700128780963365" modifiedtitle="true"&gt;
&lt;P&gt;/*&lt;/P&gt;
&lt;P&gt;* baud rate = CLK / [(OSR + 1) x BR]&lt;/P&gt;
&lt;P&gt;* Where CLK is the bus clock speed in hz,&lt;/P&gt;
&lt;P&gt; * OSR is over sampling ratio (UARTx_C4 bits 0-4),&lt;/P&gt;
&lt;P&gt;* and BR is baud rate modulo divisor (UARTx_BDL bits 0-7).&lt;/P&gt;
&lt;P&gt;*/&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further explanation can be found in Chapter 39 of the KL25 Reference Manual. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/KL25P80M48SF0RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/KL25P80M48SF0RM.pdf?fpsp=1&amp;amp;WT_TYPE=Reference%20Manuals&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 15:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263263#M8245</guid>
      <dc:creator>martynhunt</dc:creator>
      <dc:date>2013-05-31T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263264#M8246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I had no idea about IAR IDE compiler  hope I will do good now. thank&lt;/P&gt;&lt;P&gt;you for the guidance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt;Manvitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2013 05:41:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263264#M8246</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-06-01T05:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263265#M8247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I came to know that I had imported IAR project  to CW workspace.&lt;/P&gt;&lt;P&gt;Only with this changes will it work fine?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Manvitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Fri, May 31, 2013 at 7:16 AM, Martyn Hunt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Jun 2013 05:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263265#M8247</guid>
      <dc:creator>manvitha</dc:creator>
      <dc:date>2013-06-01T05:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263266#M8248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why write to UART_MA1 twice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-cpp" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; background-color: #ffffff; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;UART0_MA1 = &lt;SPAN class="number" style="font-style: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;0x00&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;UART0_MA1 = &lt;SPAN class="number" style="font-style: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;0x00&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 21:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263266#M8248</guid>
      <dc:creator>markosiponen</dc:creator>
      <dc:date>2013-06-05T21:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: reception not possible in uart</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263267#M8249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markosiponen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should be a typo issue, and it should be like that:&lt;/P&gt;&lt;OL class="dp-cpp" start="1" style="padding: 0 0 0 2em; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; background-color: #ffffff; color: #5c5c5c; margin: 0 0 1px 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;UART0_MA1 = &lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;0x00&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; background-color: inherit; font-size: 9pt !important;"&gt;; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;UART0_MA2 = &lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;0x00&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;Please kindly let me know if you have any further question.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;B.R&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-family: helvetica, arial; color: black; background-color: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="number" style="font-style: inherit; font-family: inherit; color: green; background-color: inherit; font-size: 9pt !important;"&gt;Kan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 01:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/reception-not-possible-in-uart/m-p/263267#M8249</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2013-06-06T01:59:19Z</dc:date>
    </item>
  </channel>
</rss>

