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

AT89S52

hey..
am doing my project, i need asistance... as a biginer.
i got uvision4 software. can any one give me some manul or somthing to study both.
microvision4 in that there is option "select device" but in that there is no option for at89s52.. then wat will i select...
plzzz help

  • Yes. Keil can give you a manual. Quite likely, Keil have already given y ou a manual. Haven't you looked? And didn't you see the links "Product Manuals", "Application Notes" etc on this web site?

    Have you installed the C51 compiler, since uVision is just the IDE - not the target-specific compiler for the different processor architectures.

    And why did you specify C251 as architecture for this thread? Do you think AT89S52 is a C251 chip? Might not AT89S52 be a C51 processor? Would that make a difference?

  • sir,
    sory. that was my mistake. i told you, that i am a bigner. can you sugust any books/links which can help me to study about AT89S52. Am doing controling some divices from the input, which is given from ADC0809. But am having problem in clock part of adc0809. Is there any specification for clk in adc0809. Will you give any clk cicuit for adc0809?
    thaking you,
    linto.c.t

  • Have you actually tried looking for any?

    The 'Support' section of this site had already been mentioned to you: at http://www.keil.com/support/ you will see, in the left-hand sidebar, a link marked 'Books'

    "study about AT89S52"

    Have you visited the manufacturer's website - what did you find there?

    "Is there any specification for clk in adc0809"

    Of course there is!
    The document that provides the specification is called the Datasheet; it will be available, again, from the manufacturer's website - where you will probably also find a good deal of other supporting materials & documentation...

    For general information on the 8051/2 architecture, see:
    www.8052.com/.../120112
    http://www.8052.com/tutorial

    Both the 8051 and the ADC0809 are very long-established chips - so there is a wealth of information available on the web: www.lmgtfy.com

  • thanks alot it realy helped.
    i gone through the progrming part in uvision4.
    in that when "select divice for target" there is no option for my ic AT89S52
    what will i do.
    There is only AT91 series. :-(
    How can i change that..
    plz reply
    thanks

  • You have installed an ARM compiler.
    You need a C51 compiler.