Dear Sir! I have made the Emulator/Evaluation Board for MCS51 family.now i want to control this Emulator Directly from the Keil Uvision2 IDE , what should i do for it.the link for this emulator has been given below: http://chaokhun.kmitl.ac.th/~kswichit/C52evbv2/C52evbv2.html i want to use keil monitor-51 for 8051,but there is the condition that the code memory should be external but in this case the designer has used the 8KB of internal memory of 89c52, so please help me in this matter, thanks
You can also put the Monitor into the on-chip ROM of the 8051 device. Important is only that the user application runs in off-chip von-Neumann RAM. Refer to: http://www.keil.com/appnotes/docs/apnt_152.asp for details about the Monitor configuration.