- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Need Help in a Temp Sensor Project
I am Following this link to do my project http://www.engineersgarage.com/microcontroller/8051projects/Celsius-scale-thermometer-AT89C51-circuit?destination=node/285 but im facing many problems as im not rlly experienced in microcontrollers and the assembly thingy.
im using MIDE to implement the codes to the ISIS Proteous but the problem is when i use that C code from the link in the MIDE and save it as a HEX it gives me an Error saying "Error Reading Hex File…."… i just dunno what to do can someone help me in this?
you have to generate HEX-binary format file. direct C file wont work.
when you compile C file error free and afterwords you have to generate HEX file from your C source file