<?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: How to use multiple Serial_LDD in one project sucessfully ? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311689#M13465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you attempt to have K60(without FPU) to support float point operation?&amp;nbsp; if so, I think you may refer to the thread of &lt;A href="https://community.nxp.com/message/392665"&gt;Re: How to use simple floating point (Kinetis)?&lt;/A&gt;, which provides a solution for that topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&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>Thu, 10 Apr 2014 09:12:56 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2014-04-10T09:12:56Z</dc:date>
    <item>
      <title>How to use multiple Serial_LDD in one project sucessfully ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311687#M13463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using K60 uc with codewarrior 10.5 and PE. I am using 2 UART ports one for&amp;nbsp; sensor and others for RS-485. I am using accelerometers also on the same board using I2C @ 800hz sampling rate, my problem is when 1 UART port is being used the data being received from UART and I2C are perfect but when I add another Serial_LDD without any initialization also , the data from I2C becomes garbage and the value from both the UART is fine . one of the uart is connected to sensor with sampling rate @ 1Hz and other UART is connected to RS-485. both with baud 115200 &lt;BR /&gt;If I use Console_IO to one UART&amp;nbsp; and use Serial_LDD for the sensor simultaneously, then the I2C values are fine but I am not able to get the desired string from console_io as the length of the string varies coming from console_io port to the uc. Please look into the matter.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Amit Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 08:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311687#M13463</guid>
      <dc:creator>Amit_Kumar1</dc:creator>
      <dc:date>2014-04-07T08:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple Serial_LDD in one project sucessfully ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311688#M13464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I some how managed to make it work. The issue was that I was using floating point library and initially for debugging I used Console_IO PE components to check the values on PC and other serial sensor was connected through Serial_LDD so it was working fine. I was converting the float to string using SPRINTF function. When I removed console_io the floating point got disabled and only integer value got selected and after adding other Serial_LDD if I tried to enable FP_INT in the project properties, but the output was integer only so after trying all the possible ways to make it work&amp;nbsp; in the process I tried initializing Console_IO at some port which I am not using and used Serial_LDD to the other UART where I connected RS-485. Now the Code is working fine but this was not the correct way of making it work as I am using one extra component which is increasing the size of the code and is not being used. So is there any solution to this ? Below is the screenshort of one of the project where I am enabling the floating point variables.&lt;/P&gt;&lt;P&gt;&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/43499i6493FBEFF7DE0AEE/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2014 03:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311688#M13464</guid>
      <dc:creator>Amit_Kumar1</dc:creator>
      <dc:date>2014-04-08T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use multiple Serial_LDD in one project sucessfully ?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311689#M13465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you attempt to have K60(without FPU) to support float point operation?&amp;nbsp; if so, I think you may refer to the thread of &lt;A href="https://community.nxp.com/message/392665"&gt;Re: How to use simple floating point (Kinetis)?&lt;/A&gt;, which provides a solution for that topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&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>Thu, 10 Apr 2014 09:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-use-multiple-Serial-LDD-in-one-project-sucessfully/m-p/311689#M13465</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2014-04-10T09:12:56Z</dc:date>
    </item>
  </channel>
</rss>

