We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hallo, all I am working with AT89C51CC03. For this i am using -> Flip 3.4.1 -> Keil uvision4 -> Hyperterminal (Windows XP)
I have all sample programs from Atmel site. I want one ISP(In System Programming) program with which i can see the output in Hyperterminal. If anyone have sample code for ISP then please send me.
My first program is to make analog input by pot to controller and take equivalent PWM signal,But i have not much idea about this.
Please give me ur suggetion for this. Thank u in advance.
Sorry i forgot to write this.
I am working in 'C' Language. So it´s best if the program is in 'C' Language. I have not much idea about Assembly Language.
Isn't FLIP the Atmel ISP program?!
What "output" do you expect an ISP program to produce, that you can see on a terminal?
Before you start coding anything in any language, you need to understand how the chip works - you need to know what to do before you can code that in a programming language!
Here are some booklists: http://www.keil.com/books/8051books.asp http://www.8052.com/book/ www.8052.com/.../174564
To understand how the 8051 architecture in general works, you will need to study the so-called "bible" for the 8051 - links here: www.8052.com/.../120112
There's also a tutorial here: http://www.8052.com/tutorial
To understand how your specific chip works, you will need to study its Datasheet - and any other supporting information from the manufacurer's website...