Hi I am aashish, I am a pure beginner to 8051 microcontrollers and want to Blink a LED connected to port 1 with it (as my first test).
It is my habit to start any thing from groundup.......
I performed the following steps,
1. Generate Hex file from keil uVision
2. Flash the AT89S52 with this hex file using a 8051 programmer.
3. Connect a LED to AT89S52 on breadboard to test my work.
But at the end the LED did not blink.:-
-( The LED connected to P1.0 glows appears continuous but dimmer, but don't blink.
Please have a look at the word document :
https://drive.google.com/file/d/0B5NYQC3oiHcHcjh2a3RBOW5famc/edit?usp=sharing [i saved it in my google drive, public viewing] to see the detailed steps that I have followed along with the connection of LED to AT89S52 on breadboard to test my work
So where I was wrong? my program is incorrect/incomplete?? Or Does the AT89S52 not have an on chip clock? Whether I have to connect an external crystal?? Or anything I am missing….??
Please help me I am in a great need of it. Please help.
Thanks in advance.