Forum : 8051
Original Post
Post Information | Post |
---|---|
April 13, 2007 - 7:01pm
|
Hi, I'm using the AT89C2051, and I can't find the include-file in the subdirectory of Atmel. Hope u can help me out, Phil EDIT: I think I already found it, I included REG52.INC |
reg52.inc will most probably suit your needs. If it lacks some SFR definitions specific to the AT89C2051, you can always create an include file by yourself: make a copy of reg52.inc and add the corresponding SFR definitions following the processor datasheet.
regards,
Lionel