<?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: Problem with CW12 5.5.1272 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145022#M3229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;A few stuff you can check:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Did you include stdio.h at the beginning of the source file where you tried to use sprintf?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When using function with variable number of argument you MUST have a prototype&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for the called function&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Are you using the appropriate compiler option?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure you are not using the option -D__NO_FLOAT__ to build your code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If this option is activated, you did specify you do not want floating point support in your application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You have to&amp;nbsp;re-create your application WITH floating point support.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp; - Are you using the appropriate library?&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure you are linking with the appropriate ANSI library.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The file {Install}\lib\hc12c\readme.txt describes which library should be used depending&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on the memory model and floating point format you are using.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Is the destination sting a local variable or a global one? Is it big enough?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Did you define enough stack?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;You may want to increase stack size and check whether this makes a difference.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 13:10:50 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-06-14T13:10:50Z</dc:date>
    <item>
      <title>Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145011#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am having an issue with CW12 4.5 and sprintf. The problem is that when ever I use sprintf to format a float, the value in the buffer is not the same as the float and the is no method to how far it is off from the orginal float. Here is a sample line of code. Any ideas anyone?? Tim&lt;/DIV&gt;&lt;DIV&gt;sprintf(MyChar, "%1.2f", MyFloat);&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2007 06:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145011#M3218</guid>
      <dc:creator>tim_milliken</dc:creator>
      <dc:date>2007-02-10T06:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145012#M3219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I think I saw this question a couple of times before in this forum.&lt;BR /&gt;Thing to check:&lt;BR /&gt;- enough stack space&lt;BR /&gt;- correct library version (see lib/hc12c/readme.txt)&lt;BR /&gt;- correct usage, (íncludes)&lt;BR /&gt;- search the forum.&lt;BR /&gt;&lt;BR /&gt;Mit tip of the probable cause: you link the wrong library.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Feb 2007 03:50:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145012#M3219</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-02-11T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145013#M3220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;OK, I traced that problem down to a compiler switch. Now the next problem. I have an app that will run fine as a Large memory model but not as a banked. What is the difference between them? I have not been able to find the answer yet. What the app does is goes into a func that uses some far pointers and never returns. Thanks for the help. Tim&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 23:07:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145013#M3220</guid>
      <dc:creator>tim_milliken</dc:creator>
      <dc:date>2007-02-13T23:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145014#M3221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Here's a summary of dealing with the HC(S)12x memory models:&lt;BR /&gt;&lt;BR /&gt;Memory model for HC12 family (Tech Note 207)&lt;BR /&gt;&lt;BR /&gt;Memory model Compiler option Library&lt;BR /&gt;------------ --------------- -------&lt;BR /&gt;SMALL -Ms Ansi.lib&lt;BR /&gt;BANKED -Mb Ansib.lib&lt;BR /&gt;LARGE -Ml Ansil.lib&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Recommend using SMALL memory model for apps with less than 32 KB code. Otherwise, use BANKED memory model. Do NOT recommend use of LARGE memory model. (From Tech Note 238.)&lt;BR /&gt;&lt;BR /&gt;SMALL memory model&lt;BR /&gt;-------------------&lt;BR /&gt;Code and data occupy 64 KB code-address space. Code &amp;lt; 48 KB.&lt;BR /&gt;&lt;BR /&gt;BANKED memory model&lt;BR /&gt;-------------------&lt;BR /&gt;Code &amp;gt; 64 KB. Data &amp;lt; 64 KB. Put another way, uses 16-bit addressing for data and 24-bit addressing for code. Code is placed in 16 KB banks. Active bank is selected by value in page register.&lt;BR /&gt;&lt;BR /&gt;Declare functions using __far and __near.&lt;BR /&gt;&lt;BR /&gt;__far function: Generated code uses CALL instruction and modifies the bank register.&lt;BR /&gt;&lt;BR /&gt;Used to access function code in another bank.&lt;BR /&gt;&lt;BR /&gt;__near function: Generated code uses JSR/BSR instruction, page register untouched.&lt;BR /&gt;&lt;BR /&gt;Used to call function in non-banked memory, or function residing in same bank as calling function. Also used to ensure that ISR routines land in non-banked memory. ISRs must be in non-banked memory becuase the vector table only supports 16-bit addresses.&lt;BR /&gt;&lt;BR /&gt;LARGE memory model&lt;BR /&gt;------------------&lt;BR /&gt;Code and data &amp;gt; 64 KB. Both code and data use 24-bit addressing.&lt;BR /&gt;&lt;BR /&gt;Because HC(S)12 family's instruction set doesn't directly support paged data, the overhead for such accesses is significant. For this reason, FSL recommends to use of only the SMALL and BANKED memory models.&lt;BR /&gt;&lt;BR /&gt;I'd check to see how you're declaring your functions. If they're declared __near, the use of a far pointer might cause trouble.&lt;BR /&gt;&lt;BR /&gt;Consult tech notes 207 and 238 for additional information.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 00:43:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145014#M3221</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-02-14T00:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145015#M3222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;O.K. I thought it was a compiler switch issue that fixed it. Now I just don't know what fixed it. Would you make a new app for a 9S12DJ* cpu and test this code for me please?&lt;/DIV&gt;&lt;DIV&gt;I think you will find the same as I, it does not work. I made a compltely new project and that is the only thing I did, and it did not work. I sometime step into sprintf and notice that the format that gets passed in is messed up.&lt;/DIV&gt;&lt;DIV&gt;PLEASE help me figure out what is wrong, else I will have to go back to CW 3.1 it is reliable and looks like 4.5 was a waste of $$.&lt;/DIV&gt;&lt;DIV&gt;Tim&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;unsigned char test[5] = {0};&lt;/DIV&gt;&lt;DIV&gt;float temp = 1.2;&lt;/DIV&gt;&lt;DIV&gt;void main(void)&lt;/DIV&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;sprintf(test, "%1.2f", temp);&lt;/DIV&gt;&lt;DIV&gt;for(;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt;;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 05:36:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145015#M3222</guid>
      <dc:creator>tim_milliken</dc:creator>
      <dc:date>2007-02-15T05:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145016#M3223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;When you create a new project from a stationery, make sure to specify you want to use floating point arithmetic and select the appropriate floating point format (double on 32-bit or double on 64-bit).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Starting from there it should work.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do not specify floating point format None.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 19:44:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145016#M3223</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-15T19:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145017#M3224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Interesting that you bring that up. I had already figured out the work around. The problem is the if you choose float as 32 and double as 32 CW will not include the correct lib. It puts ansib.lib instead of ansibf.lib which it will include when you choose a double as 64, which fixed all my issues &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt; . Thanks for all the help for thoose who responded. Tim&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 21:58:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145017#M3224</guid>
      <dc:creator>tim_milliken</dc:creator>
      <dc:date>2007-02-15T21:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145018#M3225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Well if you decide to work with double encoded on 32 bit, the application need in fact to be linked with ansib.lib.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Did you think about including stdio.h in the source file where you are using sprintf?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 22:08:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145018#M3225</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-15T22:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145019#M3226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Yes I have the stdio.h included, else it should/would complain. The other reply I posted seems to me to be the only fix. I will just use the 32/64 unless someone else can help me with a fix. Is there any harm in the way I am doing it? I was thinking that if I needed 32 bit valuse and it was not a float to maybe uae a long long, if that is supported. Will have to cross that bridge later if so. Tim&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 07:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145019#M3226</guid>
      <dc:creator>tim_milliken</dc:creator>
      <dc:date>2007-02-16T07:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 4.5</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145020#M3227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;If 32-bit long projects is not working for you, I would suggest you to submit a service request&amp;nbsp; for that.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;To log the issue please go to following URL:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/TechSupport" rel="nofollow" target="_blank"&gt;http://www.freescale.com/TechSupport&lt;/A&gt;&lt;BR /&gt;and click on "Submit a service request"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Make sure to attach the whole project reproducing this behavior.&lt;/DIV&gt;&lt;DIV&gt;You can use the pack and go wizard that can be started from Help -&amp;gt; Pack And Go to collect all the necessary information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 15:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145020#M3227</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-02-16T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 5.5.1272</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145021#M3228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello! I have the same problem, and I just use&lt;/DIV&gt;&lt;DIV&gt;sprintf(str,"%10.8f",-0.43123);&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and it prints -0.00000686.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If it is necessary i can post the entire code for printing to my lcd. But the function to print to the lcd works fine. Sptintf returns ok&amp;nbsp;with "%d" and "%s"&amp;nbsp; but not with "%f".&lt;/DIV&gt;&lt;DIV&gt;In a week I need to present this project and I just can't believe I stumbled on this "simple" problem...&lt;/DIV&gt;&lt;DIV&gt;I am using CW12 5.5.1272.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 22:36:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145021#M3228</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-06-13T22:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 5.5.1272</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145022#M3229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;A few stuff you can check:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Did you include stdio.h at the beginning of the source file where you tried to use sprintf?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When using function with variable number of argument you MUST have a prototype&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for the called function&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Are you using the appropriate compiler option?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure you are not using the option -D__NO_FLOAT__ to build your code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If this option is activated, you did specify you do not want floating point support in your application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You have to&amp;nbsp;re-create your application WITH floating point support.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp; - Are you using the appropriate library?&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Make sure you are linking with the appropriate ANSI library.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The file {Install}\lib\hc12c\readme.txt describes which library should be used depending&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on the memory model and floating point format you are using.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Is the destination sting a local variable or a global one? Is it big enough?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; - Did you define enough stack?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;You may want to increase stack size and check whether this makes a difference.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145022#M3229</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-14T13:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with CW12 5.5.1272</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145023#M3230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It seems I have solved the problem. Although I checked I wanted to use floating point when I created my project, I have added the floating point library "ansisf.lib", at the compiler command line was _D_NOFLOAT_.....I erased that and I have also checked the button from "HC12 compiler Option Settings" -&amp;gt; "Code Generation" -&amp;gt; float=IEEE 32bit, double=IEEE 64bit, and it finaly works. Thank you very much CrasyCat for the path to the solution...&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 04:12:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Problem-with-CW12-4-5/m-p/145023#M3230</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2007-06-17T04:12:13Z</dc:date>
    </item>
  </channel>
</rss>

