• Temporary Compiler Upgrade Help Please
    I'm using the ARM "Basic" compiler package with the 256K limit. Last night, just my luck, my project hit 256.87K. We called and ordered the upgrade, but I've been told the soonest they can get it to...
  • Temporary Compiler Upgrade Help Please
    I'm using the ARM "Basic" compiler package with the 256K limit. Last night, just my luck, my project hit 256.87K. We called and ordered the upgrade, but I've been told the soonest they can get it to...
  • ARM C/C++ Compiler error. Help please
    Dear experts, I resetup Keil programme on my computer and try to build one of my old projects which worked well. But now I am not able to rebuild this project again since the error shows up at everytime...
  • ARM C/C++ Compiler error. Help please
    Dear experts, I resetup Keil programme on my computer and try to build one of my old projects which worked well. But now I am not able to rebuild this project again since the error shows up at everytime...
  • C51 750 compile bug!
    volatile unsigned int Wi; Wi= (0x4000*3)/(0x10); //The compliler will make Wi = 0xfc00 !! //The right answere is Wi = 0x0c00!!