- This topic has 4 replies, 3 voices, and was last updated 13 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Help for burning 89c51
Heyy, i m working on ‘”Celsius & Fahrenheit Scale digital Thermometer using 89c51.” i hv came to know that only hex code can b burn into the 89c51..
please tell me how can i get that hex file of the c language code of the project- actully i m new here & it’s my 1st microcontroller project..
Please give me any other knowledge which might be helpful for me..
plz rply fast..
Hello,
Yes you need the hex file to burn your code into the microcontroller. The hex file is generated automatically by the compiler when you compile your project.
Which compiler are you using?
Thanks for ur reply..
sorry i dont have so much information..
i hav came to know a singe name of compiler dt is Keil bt dont hv any further knowledge…
please tell me the proper steps to implement this project provided by this helping site…
I still dont hv any compiler in my pc..
Hello,
Firstly, install Keil and then start working with it. You can search a few videos on youtube from where you can learn as to how to build a project, compile it and get the hex code.
Then come to this project and work on it.
after compileing /debugging the code,
There is a window left side ,named Project workspace,right click the project > select “options for projectxxx”>goto output>check the box “create hex file” ….