• unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...
  • unexpected code
    There is simple code usRDelay(17); Comm_LineOut_Port=SendData.B.Bit02; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit01; usRDelay(17); Comm_LineOut_Port=SendData.B.Bit00; usRDelay(17); Comm_LineOut_Port...
  • uVision unexpected error
    Hello I have been using keil's uVision for a while and i was pretty satisfied. Until one day totally unexpectedly i received the following error: Build target 'Target 1' compiling Blinky.c.....
  • I'm stuck with unexpected code behavior
    I'm using quite old version of Keil, 3.20. With following simple code, I get unexpected results. I believe there is some kind of code problem: xdata char msg1[]="abc"; xdata char msg2[]="def"; void...
  • XC866 - Paging causes to unexpected jump
    Hi all, I am a newbie in 8-bit programming related to 8051 based devices. Can somebody of the professionals help me in the following case ? /* These is extracted from MAIN.H file, which DAvE...