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

configuring timer 2

i wanted to configure timer 2 of at89c51ed2
can any one give code to do so and and tell how to obtain a specific frequency.

Parents
  • How many of the include files in:

    #include <stdio.h>
    #include <error.h>
    #include <file.h>
    #include "ramash.h"
    #include "file1.h"
    #include "file2.h"
    #include "file3.h"
    #include "file4.h"
    #include "file5.h"
    #include "file6.h"
    #include "file7.h"
    #include "file8.h"
    #include "file9.h"
    #include "file10.h"
    #include "file12.h"
    #include "counting.h"
    #include "include.h"
    #include "my_funcs.h"
    

    do you think makes sense? How many can you describe the contents of, without opening it and check? Don't you think that files have names just to allow you to give them a meaningful name?

Reply
  • How many of the include files in:

    #include <stdio.h>
    #include <error.h>
    #include <file.h>
    #include "ramash.h"
    #include "file1.h"
    #include "file2.h"
    #include "file3.h"
    #include "file4.h"
    #include "file5.h"
    #include "file6.h"
    #include "file7.h"
    #include "file8.h"
    #include "file9.h"
    #include "file10.h"
    #include "file12.h"
    #include "counting.h"
    #include "include.h"
    #include "my_funcs.h"
    

    do you think makes sense? How many can you describe the contents of, without opening it and check? Don't you think that files have names just to allow you to give them a meaningful name?

Children
No data