<?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 Interrupt not working in UART after power up in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483561#M29610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written a simple application in freescale kinetis TRK-KEA128 MCU for UART loop back.&lt;/P&gt;&lt;P&gt;I have enabled receive interrupt and in the ISR i will transmit back the recieved char.&lt;/P&gt;&lt;P&gt;I am using Putty to test the behaviour. Everything works fine until I switch off the board.&lt;/P&gt;&lt;P&gt;Later when I switch on and transmit a character via Putty, no data is written back to the Putty terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason behind it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 14:29:13 GMT</pubDate>
    <dc:creator>ddpd</dc:creator>
    <dc:date>2016-01-12T14:29:13Z</dc:date>
    <item>
      <title>Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483561#M29610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have written a simple application in freescale kinetis TRK-KEA128 MCU for UART loop back.&lt;/P&gt;&lt;P&gt;I have enabled receive interrupt and in the ISR i will transmit back the recieved char.&lt;/P&gt;&lt;P&gt;I am using Putty to test the behaviour. Everything works fine until I switch off the board.&lt;/P&gt;&lt;P&gt;Later when I switch on and transmit a character via Putty, no data is written back to the Putty terminal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason behind it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 14:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483561#M29610</guid>
      <dc:creator>ddpd</dc:creator>
      <dc:date>2016-01-12T14:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483562#M29611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dino,&lt;/P&gt;&lt;P&gt;Download the project again , does it can work well ?&lt;/P&gt;&lt;P&gt;I think you can send your project to me , i will test and check it on my side .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;ALice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 02:11:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483562#M29611</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-13T02:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483563#M29612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It got resolved when I created a new project. But I don't understand what was the problem with my previous project even though it was working until I switch off the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I have one more problem. Currently I am using code warrior 10.6.&lt;/P&gt;&lt;P&gt;I am supposed to work on Kinetis Design Studio since my serial application is dependent on Linux machine.&lt;/P&gt;&lt;P&gt;Could you please provide a working KDS project??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 07:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483563#M29612</guid>
      <dc:creator>ddpd</dc:creator>
      <dc:date>2016-01-13T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483564#M29613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dino,&lt;/P&gt;&lt;P&gt;Sorry i have not the Linux system , so i can not create one project to you.&lt;/P&gt;&lt;P&gt;While there is TRK-KEA128 demo , it include UART demo , you can simple&lt;/P&gt;&lt;P&gt;create one project on KDS , then copy the file into your project .Please see&lt;/P&gt;&lt;P&gt;the attachment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:01:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483564#M29613</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-13T08:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483565#M29614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason is KDS doesn't support the board TRK-KEA128 instead it only supports the SKEAZ128xxxx4 processor.&lt;/P&gt;&lt;P&gt;Also I tried importing/converting the Code warrior project to KDS project but was unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even KSDK support is not available for TRK-KEA128..Could you please direct this question or should I create another blog?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I need to set the UART baud rate to 115200. I tried the changing the BDL &amp;amp; BDH&amp;nbsp; values, but the values seems to be uncorrect. &lt;/P&gt;&lt;P&gt;For 115200, I&amp;nbsp; assigned BDL= 7 and BDH = 0.. Some of the characters displayed in putty is not correct???&lt;/P&gt;&lt;P&gt;By default the baudrate was 9600, BDL = 128 and BDH = 0.. All characters display correctly. Could you please explain the logic/theory of setting the BDH and BDL for correct values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2016 08:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483565#M29614</guid>
      <dc:creator>ddpd</dc:creator>
      <dc:date>2016-01-13T08:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interrupt not working in UART after power up</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483566#M29615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;(1) On KDS, when you create project for your board , you can select the chip of SKEAZ128xxxx4,&lt;/P&gt;&lt;P&gt;this is the chip of your board .&amp;nbsp; And yes, the ksdk doesn't support this chip, while , you can select&lt;/P&gt;&lt;P&gt;the Processor Expert(PE) when you create project , also can create bare board project (without PE).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33627i12F67E3E975F1BC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(2) About the UART baud rate ,&amp;nbsp; i don't know what the value of other register about it , so you can refer to&lt;/P&gt;&lt;P&gt;the formula to calculate :&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/33628i756EC0D106D3821D/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;or if you create one PE project , you can directly configure the baud rate on the UART&lt;/P&gt;&lt;P&gt;component view:&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/33690i8E8989C4010B26F1/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;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&lt;/P&gt;&lt;P&gt;&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>Mon, 18 Jan 2016 03:17:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Interrupt-not-working-in-UART-after-power-up/m-p/483566#M29615</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-01-18T03:17:26Z</dc:date>
    </item>
  </channel>
</rss>

