<?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: Using float variable with mqx 3.5.1 in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198805#M4290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right. I've tried call "va_arg(ArgPointer,double);" and now my print it's working good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 22 May 2010 13:55:29 GMT</pubDate>
    <dc:creator>elel</dc:creator>
    <dc:date>2010-05-22T13:55:29Z</dc:date>
    <item>
      <title>Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198797#M4282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the mcf52259 with the mqx 3.5.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm developing a function that print numbers,and characters, on the display of my board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've create a function declared as: void MyPrint(char_ptr Format, ... );&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The function works correctly with all type of data exept with the float variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I write "MyPrint("%f",Float_Variable); the micro is blocking on this instruction.&lt;/P&gt;&lt;P&gt;If I try to debug this problem the debugger jumps into an assembler routine called&lt;BR /&gt;".debug_macinfo + 0x0000000A (0x00006D56) (0x00006D56)"; and will never return from that routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In way to use float variables I've set to 1 the "MQX_INCLUDE_FLOATING_POINT_IO" define, and then I've recompiled all libraries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried to call the printf macro declared in the bsp, but the effect it's the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone has ideas on how to fix it?&lt;/P&gt;&lt;P&gt;am I missing something? or am I doing something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advace.&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.s. I was forgetting to say that I'm calling that function into a task declared as:&lt;/P&gt;&lt;P&gt;{MAIN_TASK,&amp;nbsp;&amp;nbsp;&amp;nbsp; main_task,&amp;nbsp;&amp;nbsp;&amp;nbsp; 2000,&amp;nbsp; 9,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "MAIN", (MQX_AUTO_START_TASK | MQX_FLOATING_POINT_TASK),0,0}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 23:04:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198797#M4282</guid>
      <dc:creator>elel</dc:creator>
      <dc:date>2010-05-10T23:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198798#M4283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elel,&lt;/P&gt;&lt;P&gt;Please be sure you have re-compiled the build_libs.mcp for the M52259EVB.&lt;/P&gt;&lt;P&gt;I've tested this in the past successfully.&amp;nbsp; I do not recall the "MQX_FLOATING_POINT_TASK" parameter though.&lt;/P&gt;&lt;P&gt;Hopefully I can re-verify tomorrow.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 May 2010 04:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198798#M4283</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2010-05-12T04:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198799#M4284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I've recompiled the "build_libs.mcp" of the M52259DEMO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also tried to don't recall the "MQX_FLOATING_POINT_TASK" parameter, but the problem it's still the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've seen that in there are other 2 #define called "MQX_FP_REGISTERS_EXIST" and "MQXCFG_ENABLE_FP",&amp;nbsp; they now are at 0, should I set them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 00:03:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198799#M4284</guid>
      <dc:creator>elel</dc:creator>
      <dc:date>2010-05-13T00:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198800#M4285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;I've tested on my M52259EVB using CW7.2 and started with the mqx/examples/hello project.&lt;/P&gt;&lt;P&gt;I added some floating point stuff (file attached) and increase task stack size to 2000 from 1500, added following to user_config.h:&lt;/P&gt;&lt;P&gt;#define MQX_INCLUDE_FLOATING_POINT_IO 1&amp;nbsp;&amp;nbsp;//DES normally 0&lt;BR /&gt;re-compiled the build_m52259evb_libs.mcp (the ALL LIBS to ensure all targets built).&lt;/P&gt;&lt;P&gt;re-compiled hello_m52259evb.mcp&lt;/P&gt;&lt;P&gt;Tested all targets and get following output on terminal:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Hello World&lt;BR /&gt;a=4.440000&lt;BR /&gt;b=2.220000&lt;BR /&gt;c=0.000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c=9.856800&lt;BR /&gt;a=21.882097&lt;BR /&gt;b=215.687454&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other FLOAT flags you were using are actually to support floating point hardware on the silicon. Most ColdFire's do not have floating point hardware.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 04:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198800#M4285</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2010-05-14T04:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198801#M4286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've performed some test on the float variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm able to print it but the debugger can't step into the print function if the parameter it's a float variable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I let the software run without debugging the print it's correct, but if I put a breakpoint on the call of the print and then I press F11 (step into) the debugger jump at a wrong address(the address I've reported in the first post of this tread) and never comes back from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I don't know why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 00:52:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198801#M4286</guid>
      <dc:creator>elel</dc:creator>
      <dc:date>2010-05-18T00:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198802#M4287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;Do you have the BSP and PSP CodeWarrior projects open while debugging?&amp;nbsp; I usually try to have all FSLMQX component projects open when debugging code.&lt;/P&gt;&lt;P&gt;Don't know if that will help you or not.&amp;nbsp; I'm not having that issue.&amp;nbsp; But glad to hear it works correctly when you run it.&lt;/P&gt;&lt;P&gt;Actually please try to debug in mixed mode so you can see the assembly instructions being executed.&amp;nbsp; Maybe that will provide additional insight.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 00:57:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198802#M4287</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2010-05-18T00:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198803#M4288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to debug in both ways, with bsp and psp project opened and with theese project closed; but the effect it's the same the debugger can't step into the function if the parameter is a float value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if I put a breakpoint inside the function and the let the debugger run, the debugger will stop into the function at the breakpoint.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is only on the "step into" command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This problem it's not so heavy, but I've another problem that I can't understand and that it's more serious than this:&lt;BR /&gt;&lt;BR /&gt;The number I print it's different respect the number I give to the function.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;If I try to print a variable like "float a=25.4;", I print "8.72". If I debug the function I can see that the value printed it's the value that I find from this operation "FloatValue=va_arg(ArgPointer,float);".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I return from the print function the value of the variable it's the value I've setted in the declaration(25.4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I fix this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;BR /&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 23:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198803#M4288</guid>
      <dc:creator>elel</dc:creator>
      <dc:date>2010-05-20T23:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198804#M4289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line&lt;/P&gt;&lt;P&gt;&amp;gt; FloatValue=va_arg(ArgPointer,float);".&lt;/P&gt;&lt;P&gt;seems suspect. According to the ANSI C default argument promotion rules, float are promoted to double.&lt;/P&gt;&lt;P&gt;Therefore va_arg should be used with double, not float.&lt;/P&gt;&lt;P&gt;&amp;gt; FloatValue=va_arg(ArgPointer,double);".&lt;/P&gt;&lt;P&gt;I'm not using (or even knowing) MQX, so just wanted to give a hint to the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 May 2010 14:20:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198804#M4289</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2010-05-21T14:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198805#M4290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are right. I've tried call "va_arg(ArgPointer,double);" and now my print it's working good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 May 2010 13:55:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198805#M4290</guid>
      <dc:creator>elel</dc:creator>
      <dc:date>2010-05-22T13:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using float variable with mqx 3.5.1</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198806#M4291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David.&lt;/P&gt;&lt;P&gt;I'm having a different problem from Stefano one.&lt;/P&gt;&lt;P&gt;I'm running mqx 3.7.0&lt;/P&gt;&lt;P&gt;I tried what that you said and when running hello.c, I get on screen&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;a=268156222601565000000000000000000000000000000000000000000000000000000000000000&lt;/DIV&gt;&lt;DIV&gt;00000000000000000000000000000000000000000000000000000000000000000000000000000.00&lt;/DIV&gt;&lt;DIV&gt;0000 &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; &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;&lt;/DIV&gt;&lt;DIV&gt;b=268156222539130050000000000000000000000000000000000000000000000000000000000000&lt;/DIV&gt;&lt;DIV&gt;00000000000000000000000000000000000000000000000000000000000000000000000000000.00&lt;/DIV&gt;&lt;DIV&gt;0000 &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; &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;&lt;/DIV&gt;&lt;DIV&gt;c=0.000000 &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; &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;&lt;/DIV&gt;&lt;DIV&gt;c=0.000000 &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; &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;&lt;/DIV&gt;&lt;DIV&gt;a=0.000000 &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; &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;&lt;/DIV&gt;&lt;DIV&gt;b=0.000000&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;same when using sprintf,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Using-float-variable-with-mqx-3-5-1/m-p/198806#M4291</guid>
      <dc:creator>weidberg</dc:creator>
      <dc:date>2012-02-29T18:16:14Z</dc:date>
    </item>
  </channel>
</rss>

