• 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...
  • How to Read/Write sequential data from/into a Memory
    Dear All, I'm really new for 8051 programming. I coding with C and I've a structure variable below, typedef struct PERSON_ST{ int ID; char Name[10]; char Age; }; struct PERSON_ST person;...
  • 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...
  • RTOS
    hello, i am looking for an RTOS to use with my application for the 89V51RD2 microcontroller. it is a basic application for reading GPS data and then sending it to a GSM based cell phone. in addition...