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

8051 Embedded C for beginner (books)

Hi,

Anyone can tell me where can i download the C book (beginner) for 8051 or some web-page to guide the beginner to start 8051 in C?

Thanks..

Parents
  • hi,

    Where is the link for Keil litterature ??

    Ya i understand, how can i learn "standard C" (all variables in the same memory, no bit definitions, use of malloc etc) to Keil '51 C (defined memory spaces, using bit, avoid function pointers, code variables etc).
    Ya i also understand if we want to set the uC function (eg. time/counter mode) then we need to see the datasheet already..

    Can you teach me step by step how to do the translation..

    Thank You..

Reply
  • hi,

    Where is the link for Keil litterature ??

    Ya i understand, how can i learn "standard C" (all variables in the same memory, no bit definitions, use of malloc etc) to Keil '51 C (defined memory spaces, using bit, avoid function pointers, code variables etc).
    Ya i also understand if we want to set the uC function (eg. time/counter mode) then we need to see the datasheet already..

    Can you teach me step by step how to do the translation..

    Thank You..

Children