Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

will you guide me about 8051 starting

Status
Not open for further replies.

mailus

Full Member level 4
Joined
Mar 6, 2012
Messages
234
Helped
7
Reputation
16
Reaction score
7
Trophy points
1,308
Location
-
Activity points
2,706
Please guide me...
I decide to start with 8051 and which language (C or assembly language). For starting only after some months I switch to PIC or AVR. please suggest some links
 

Get a copy of "8051 microcontroller and Embedded Systems" by Muhammad Ali Mazidi and start reading. Its a good book to start.
 
  • Like
Reactions: mailus

    mailus

    Points: 2
    Helpful Answer Positive Rating
Hello,
Best to start with C (it will be useful for more than just 8051, which let's face it, is pretty ancient).
The book you need is 'The C Programming Language' by Kernighan and Ritchie. And you should start with just your PC (you can run Linux in a
VM, and use the built-in 'gcc' compiler). Once you've had a bit of practice, get a cheap microcontroller dev kit,
for any device, not necessarily 8051, e.g. there is one for Atmel for under $20, all you need is a USB cable, and free compiler (code size limit)
from IAR. See here for more details on that, and the step-by-step instructions for writing your first program, downloading to
the board and running it.
http://badcafe.co.uk/2012/02/11/programming-the-atmega32u2/
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top