• problem with loop counter
    I have just switched to KEIL from SDCC (it just wouldn't do what I needed!). I have a startup loop that allows some sleep time while some outboard sensors warm up. While they are doing this, I'm in a...
  • problem with loop counter
    I have just switched to KEIL from SDCC (it just wouldn't do what I needed!). I have a startup loop that allows some sleep time while some outboard sensors warm up. While they are doing this, I'm in a...
  • Hardware simulation problems with embedded loops
    I have a problem with hardware simulation using the Cygnal JTAG adaptor. I have code with the following structure: bit mState = False; void main (void) { [Configuration Code] while(True) ...
  • Hardware simulation problems with embedded loops
    I have a problem with hardware simulation using the Cygnal JTAG adaptor. I have code with the following structure: bit mState = False; void main (void) { [Configuration Code] while(True) ...
  • Strange problem with variable
    HI all. I am developing a programm with the demo version of the keill compiler.The µ-Controller is a cygnal 8051(c8051f124). I have faced a very strange behavior: int Pack_Counter=0; ... if(Pack_Counter...