• Need Help in FSM
    Hai All, I am Implementing finate state machine and approach is as follows: enum FSM_GATE_STATES { GateOpen=0, GateClose ... ... }; struct FSM_Gate { enum FSM_GATE_STATES ActiveState; }; struct...
  • Need Help in FSM
    Hai All, I am Implementing finate state machine and approach is as follows: enum FSM_GATE_STATES { GateOpen=0, GateClose ... ... }; struct FSM_Gate { enum FSM_GATE_STATES ActiveState; }; struct...
  • Watchdog and sequential monitoring
    Hello All, I am trying to figure out how best to write a sequential code execution monitoring diagnostic for my 8051 project. I want to be able to prove that the code execution has hit all of my...
  • Watchdog and sequential monitoring
    Hello All, I am trying to figure out how best to write a sequential code execution monitoring diagnostic for my 8051 project. I want to be able to prove that the code execution has hit all of my...
  • Sequential I2C read (EEPROM) and scope probe, an issue
    Hallo! H/w I use is 24LC512 5V I2C EEPROM. The chip is connected to the C167. The only I2C data line pulled-up via 5 kOhm resistor (clock line is not). Vcc connected to ground via 0.1 uF. Clock rate...