This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

trainer kit

my project is to write the source code for a 8051 trainer n development kit, used in academic institutions..kindly help me to list an algorithm as to how to go about the whole project....also the IC mentioned in the requirement list is signetics SC80C51..i cant find this in the keil 'device for target' list...which are the replacement ICs?

Parents
  • "kindly help me to list an algorithm as to how to go about the whole project"

    this would be the algorithm I would use for your project:

    //an algorithm
    void my_algorithm(void) {
    }
    

    I am confident that it would compile and run on your target mcu, as well as any replacement part.

Reply
  • "kindly help me to list an algorithm as to how to go about the whole project"

    this would be the algorithm I would use for your project:

    //an algorithm
    void my_algorithm(void) {
    }
    

    I am confident that it would compile and run on your target mcu, as well as any replacement part.

Children
No data