Hi. I have an Atmel 89s52 microcontroller and i didn't find his library At89S52.H. Can help me somebody? Please send to me an email (cornel_haisan@yahoo.com). Or specify where i can found that library. Thanks a lot.
"i didn't find his library At89S52.H"
That's not a Library - it's just a header file. There is nothing special about it - you could easily write your own; it's just a bunch of SFR definitions, etc.
Try looking here: http://www.keil.com/dd/chip/3411.htm
"it's just a bunch of SFR definitions, etc."
I'm assuming that you expect a file called "At89S52.H" to contain the SFR definitions, etc, for the Atmel AT89s52 - but maybe you don't?
if you're expecting something else, then you need to state specifically what it is that you require!
Hi,
Have a look in folder: C:\Keil\C51\INC\Atmel The file name REGX51.H. It can be used in 89S52 as mention at http://www.keil.com/dd/chip/3411.htm posted by Andy.
Hope it will help.
pak