Hi, I'm getting started with the phillips 89v51rd2 microcontroller (other chips I've programmed have had header files for keil) and I hope someone can point me to where I can get a header file that declairs all the SFR ect for me, does anyone have the header or can tell me where the file can be found in the eval version of keil ? thanks.
As far as I know, the P89V and the P89C are the same except for ICP, IAP and clocking. I would assume that if you take a C51Rx2 non-h file you should be safe unless you want to play with IAP or clicking. Then, of course half an hour with the V51Rx2 datasheet should resolve that. Since I, for reasons of my own, do not use the limited SFR and bit names, I always make my own device files, so, if push comes to shove, you can do the same. Erik