• 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...
  • 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)...
  • 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" instruction doesnt get xcuted
    Hi All, Using uVision simulator and Keil arm or GNU compiler, the "else" instruction never gets xcuted. Using MSVC++ it does get xcuted. Anyone know why?? puzzleing. Thanks -------------------...
  • STM32F401 in debug mode working else not
    Hi I have a simple code with uart2. When i running code in debug mode and i have to send 4 bytes of data all data been send but when I off debug button in keil and click reset button on board , code...