• search, also replace, windows suddenly pick something else
    This is my #1 irritant with uVision, does anyone have ideas how to avoid it (is not, but could be, always move cursor left first) Win7 pro/chrome
  • Descriptor for a switch or something similar
    Hello! I have a problem. I have a Freescale Flexis with JM128 32-bit microcontroller. Now I want that the host i regognized by the Pc as a device. So the Pc have to indicate that the host have LED on...
  • compile level else statement
    I'm not sure if this would work but I thought I'd bounce this off you guys anyway. So, I have an if/elseif/else statement and cut out the else part to cut down on code space. I thought about leaving...
  • Debug Skipping Function with IF ELSE
    Summary: Device TI MSC1210 A user function called in main passes a pointer to an array and either a 1 or a 0. The function uses the 1/0 to decide which serial port to use. It then outputs data from...
  • Else statement not working
    I am using keil evaluation version. When i use debug for following program in keil, it skips the else part altogether. It goes to line 1,2 and then 7. Whats wrong with it. 1 a = 1; 2 if(a == 2)...