- This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › COMPARE AT89C51, AT89S52
if you write code C by keilC, how do you use it for AT89S52?
Can you give a example?
which difference( writting code C by keilC) between AT89C51 and AT89S52?
thanks everybody…
Hi,
You can compile your C code written for the microcontroller using Keil which will then generate a .hex file when the compilation is successful. You can use any other IC burning software for flashing the code to the microcontroller.
I see. But i think library has difference: <reg52.h>,…
Hi,
In Keil as you select the device the corresponding header file will be generated and appear in your workspace. Don’t waste your time guessing, just install the KEil, quickly go through the tutorials and get started with your project.