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
In the particular case of 8051-derivatives, the CPU "core" gains access to the Peripherals via SFRs. And, in my example so would a printer, not argument. Ok, I'll rephrase, why call a display of SFRs peripherals. I do not see any "peripheral workings" displayed, just the SFRs. Erik
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.
"And, in my example so would a printer, not argument." It wasn't supposed to be an argument - just a statement of where the SFRs (8051 term) fit between "peripherals" & the CPU "core"
"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.
Please provide an update as to when the simulation dll will be available. I am willing to test a beta drop if possible. Thanks.