| |||||
Technical Support Support Resources
Product Information | C51: 80C751.LIB IS MISSING FROM EVALUATION CD-ROMInformation in this article applies to:
SYMPTOMSI installed the µVision2 Development Environment and the 8051 Evaluation Tools from the Keil Evaluation Tools CD-ROM. I am creating some test code for the Philips 87C752 microcontroller and the documentation says I need to include the 80C751.LIB library file. I can't find this file anywhere on the CD or my hard drive or on the Keil web site. Is this LIB file still required? If so, where can I find it? CAUSEThis library file is not included with the Evaluation Tools CD-ROM. The reason is because the code generated by the evaluation software cannot be run on a Philips 750/751/752 device. The code from the evaluation compiler starts executing at 4000h which is located above the address space of these devices. RESOLUTIONIf you are using the evaluation compiler to get a better feel for how the tools work, you will have to run your program code on an 8051 that supports external CODE memory and that lets you load programs at address 4000h and higher. SEE ALSOLast Reviewed: Thursday, July 13, 2000 | ||||
| |||||