<?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: Kinetis K60: 100MHz  MK60DN256VLQ10 problem with UART5 ISR Rx Data  in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847503#M51010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KRUNAL PATEL,&lt;/P&gt;&lt;P&gt;Please download the latest &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;MCUXpresso SDK&lt;/A&gt; for MK60DN256VLQ10.&lt;BR /&gt;You can direct refer the uart_interrupt example in SDK_2.2.0_MK60DN256xxx10.(...\MK60DN256xxx10\boards\twrk60d100m\driver_examples\uart\interrupt)&lt;BR /&gt;The uart_functioncal_interrupt example shows how to use uart driver functional API to receive data with interrupt method:&lt;BR /&gt;In this example, one uart instance connect to PC through uart, the board will&lt;BR /&gt;send back all characters that PC send to the board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="uart_interrupt.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66515i9268D134C1EAA5AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="uart_interrupt.png" alt="uart_interrupt.png" /&gt;&lt;/span&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>Thu, 26 Jul 2018 08:14:36 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2018-07-26T08:14:36Z</dc:date>
    <item>
      <title>Kinetis K60: 100MHz  MK60DN256VLQ10 problem with UART5 ISR Rx Data</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847502#M51009</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, serif;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;I am using&amp;nbsp;Kinetis K60: 100MHz&amp;nbsp; MK60DN256VLQ10 with MCUXpresso SDK 2.0 for UART Rx application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;I referred SDK Driver example code for Rx/Tx data, but&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;I am facing problem with receiving data in ISR of UART5, v&lt;/SPAN&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;ia terminal I am writing 12 Bytes of data but in ISR I am able to receive only 2 bytes not 12 bytes,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;mean I am not able to receive bulk data for UART5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;It is mentioned in Ref. Manual that UART2 to UART5 is having no FIFO, only having Doubled buffer, what it mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'times new roman', times, serif;"&gt;Please help me out this problem&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my ISR code:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;/**************** UART Handler definition *******************/&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;void &lt;EM style="background-color: #f6f6f6;"&gt;UART5_RX_TX_IRQHandler&lt;/EM&gt;(void)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;{&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((kUART_RxDataRegFullFlag | kUART_RxOverrunFlag) &amp;amp; UART_GetStatusFlags(&lt;EM style="background-color: #f6f6f6;"&gt;UART5&lt;/EM&gt;))&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uint8_t data = UART_ReadByte(&lt;EM style="background-color: #f6f6f6;"&gt;UART5&lt;/EM&gt;);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printf("Rx :&amp;nbsp; %u \n", data);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And UART5 Configurations :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;int main()&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;{&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;uart_config_t config;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;BOARD_InitPins();&lt;BR /&gt; BOARD_BootClockRUN();&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;UART_GetDefaultConfig(&amp;amp;config);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.baudRate_Bps = 9600U; // also tried 115200U&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.parityMode = kUART_ParityDisabled;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.enableTx = true;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.enableRx = true;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.txFifoWatermark = 0;&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;config.rxFifoWatermark = 1;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;UART_Init(UART5, &amp;amp;config, &lt;EM style="background-color: #f6f6f6;"&gt;CLOCK_GetFreq(kCLOCK_BusClk)&lt;/EM&gt;);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;/* Enable RX interrupt. */&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;UART_EnableInterrupts(UART5, kUART_RxDataRegFullInterruptEnable | kUART_RxOverrunInterruptEnable);&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; EnableIRQ(&lt;EM style="background-color: #f6f6f6;"&gt;UART5_RX_TX_IRQn&lt;/EM&gt;);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;uint64_t k = 0;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;while (1) {&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;k++;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 05:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847502#M51009</guid>
      <dc:creator>krunalpatel</dc:creator>
      <dc:date>2018-07-24T05:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60: 100MHz  MK60DN256VLQ10 problem with UART5 ISR Rx Data</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847503#M51010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KRUNAL PATEL,&lt;/P&gt;&lt;P&gt;Please download the latest &lt;A href="https://mcuxpresso.nxp.com/en/select"&gt;MCUXpresso SDK&lt;/A&gt; for MK60DN256VLQ10.&lt;BR /&gt;You can direct refer the uart_interrupt example in SDK_2.2.0_MK60DN256xxx10.(...\MK60DN256xxx10\boards\twrk60d100m\driver_examples\uart\interrupt)&lt;BR /&gt;The uart_functioncal_interrupt example shows how to use uart driver functional API to receive data with interrupt method:&lt;BR /&gt;In this example, one uart instance connect to PC through uart, the board will&lt;BR /&gt;send back all characters that PC send to the board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="uart_interrupt.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/66515i9268D134C1EAA5AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="uart_interrupt.png" alt="uart_interrupt.png" /&gt;&lt;/span&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>Thu, 26 Jul 2018 08:14:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847503#M51010</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-07-26T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60: 100MHz  MK60DN256VLQ10 problem with UART5 ISR Rx Data</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847504#M51011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I am using the same&amp;nbsp;SDK Example ( See Attached File )&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;, and even the your example is same as mine. Your attached example is Loopback one, so in that case you will never faced any issue of data losses, but here&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;If I am writing 10 bytes of data into UART5 from HOST device ( Here It is Hyper Terminal ) without any delay, I'm facing an issue while receiving the UART data, i am getting only 2 bytes of data out of 10 bytes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am writing data byte by byte with some delay between two consecutive bytes I am able to receive correct data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any serial communication&amp;nbsp;example between&amp;nbsp; HOST Device - K60 Module, share it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks Again&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 09:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847504#M51011</guid>
      <dc:creator>krunalpatel</dc:creator>
      <dc:date>2018-07-26T09:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kinetis K60: 100MHz  MK60DN256VLQ10 problem with UART5 ISR Rx Data</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847505#M51012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for my late reply!&lt;/P&gt;&lt;P&gt;Have you try to receive &lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;data into demoRingBuffer[]&amp;nbsp; in &lt;SPAN style="color: #333399; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&lt;EM style="background-color: #f6f6f6;"&gt;&lt;EM&gt;UART5_RX_TX_IRQHandler&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt; and send out after 10 bytes received in &lt;SPAN style="color: #333399; font-size: 11px; font-family: 'courier new', courier, monospace;"&gt;&lt;EM&gt;main&lt;/EM&gt;&lt;/SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can find that example will check the UART state before send data: &lt;EM&gt;Send data only when UART TX register is empty and ring buffer has data to send out.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try to test:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;void &lt;EM style="background-color: #f6f6f6;"&gt;UART5_RX_TX_IRQHandler&lt;/EM&gt;(void)&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;{&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if ((kUART_RxDataRegFullFlag | kUART_RxOverrunFlag) &amp;amp; UART_GetStatusFlags(&lt;EM style="background-color: #f6f6f6;"&gt;UART5&lt;/EM&gt;))&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; uint8_t data = UART_ReadByte(&lt;EM style="background-color: #f6f6f6;"&gt;UART5&lt;/EM&gt;);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UART_WriteByte(DEMO_UART, &lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;data&lt;/EM&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/EM&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #333399;"&gt;&lt;EM style="font-size: 11px;"&gt;}&lt;/EM&gt;&lt;/SPAN&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:12:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Kinetis-K60-100MHz-MK60DN256VLQ10-problem-with-UART5-ISR-Rx-Data/m-p/847505#M51012</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2018-08-02T09:12:52Z</dc:date>
    </item>
  </channel>
</rss>

