• would like to use #if
    if ((&x - &y) != 1889) // 1889 IS FIXED NUMBER do not change { // do not bypass/change, see comments above while (1) // do not bypass/change, see comments above { // do not bypass/change, see comments...
  • Code size Increased Unreasonably!
    Hi Everyone, I'm using C251 compiler with optimization level 9 with 'size' emphasis. I've a function similar to one given below. int * fun(short* param1, Boolean param2){ //..........code...
  • VHDL code to generate PWM
    If any one got VHDL code to generate PWM, Please, forward it >>>>>>
  • MDK-ARM v5.31 - Error when deploying on Citrix. I would like to know if the is this supported on Citrix?
    Hello, I deployed MDK-ARM Keil v5.31 on Citrix but when i launched it I get an error message that it is unable to launch application with an error code =2. I would like to know if this product can...
  • Wrong code generation.
    I'm using the Keil C251 Compiler Optimizing 80251 C Compiler Version 1.x (DLL 1.24) The following instruction is in a function called after an SIO Interrupt: byLength = abyRecBuf[0] And the...