Keil Logo

What's New in C251 Version 5.04b

  • [C Run-Time Library]
    • Corrected: the function toint did not detect the value range 0x59 - 0x40 as invalid. Now the function returns -1 for these values.
    • Corrected: double numbers are incorrectly converted to float numbers when round-up is required. Example:
                      double d = 3.9999999999123;  // needs round-up to 4.0 when converting to float
                      float f;
                      f = d;                       // incorrect result due to incorrect round-up
      
  • [µVision4]
    This C251 release comes with µVision V4.14.16.
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.