• faster
    as you know text files transfer much faster than binary files. is it da same with files on the sd memory stick?
  • Faster forum!
    We've been working hard to improve forum performance. Jon and I think you'll be happy with the results. Please let us know if you experience any problems. Dave Lively Keil Software
  • Float or long - which is faster?
    My manual lists float multiplication as taking 106 cycles in long, but for float it can be from 13 to 198 (with an average time of 114). It looks like the two are about equal based on the average...
  • CLOCK TOO SLOW AND MUST BE FASTER
    I NEED THE PORCESSOR TO RUN AT 82MHZ BUT THE XTAL IS 13>7242MHZ HOW DO I PROGRAM C TO GET THE CODE FASTER? I LOOK IN UVISION AND CHANGE THE FREQ BUT IT DOESNT MAKE CHANGE IN CODE! HAVE I GOT...
  • char value smaller than 0x00 comparison
    Hi, how is it possible to determine if a char value is smaller than 0x00? char value=0xFE; if((char)value < (char)0x00) printf("< 0\n"); Working with uvision mdk-arm I get always a warn...