posted November 07, 2005 07:27 AM -------------------------------------------------------------------------------- Hi all, I'am unable to simulate peripherals of C8051F120 in keil uVision2. I have got the DCYG.DLL and TCYG.dll files from keil website..and i replaced the existing dll in /C51/BIN directory. But this did not yeild any result.... please guide me regarding this Looking forward for your reply..... Venkatesh T.K
Ok, I'll rephrase, why call a display of SFRs peripherals. Because it's not just a display of SFRs. It's actually a full-blown controller dialog of the thing in question. Or because that'sabout the only term that fits all the things that go in there (external ports of all kinds, timers), and because there's only one such main menu entry --- splitting it up into several wouldn't particularly improve things.
"Because it's not just a display of SFRs. It's actually a full-blown controller dialog of the thing in question." Absolutely: as in my example, the UART simulation is not just a display of SBUF, etc - it actually simulates the operation of the UART by sending & receiving characters, setting interrupts, etc.