Keil Logo

What's New in C251 Version 5.07b

  • [C Run-Time Library]
    Corrected: the functions memcmp, hmemcmp, strcmp, strncmp, and hstrcmp now compare the memory content using unsigned char (instead of signed char) data types.
  • [C251 Compiler]
    Corrected: problem with constant folding in address calculation. Example:
      unsigned char array[0x2000];
      unsigned long l1, l2;
    
      void foo(void)  {
      l1 = ((((unsigned long)array) + (0x100)) + (0x80));       // incorrectly calculated in previous versions
      l2 = ((((unsigned long)&(array[0])) + (0x100)) + (0x80)); // work-arround
    }
    
  • [µVision4]
    This C251 release comes with µVision V4.22.00.
  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.