Forum : 8051
Original Post
Post Information | Post |
---|---|
March 22, 2011 - 5:50pm
|
Hi there. I have a question about RIDE7. |
Forum : 8051
Post Information | Post |
---|---|
March 22, 2011 - 5:50pm
|
Hi there. I have a question about RIDE7. |
Come on guys, please help me.
Hi Nayqwist,
Thanks for your question.
Our 8051 simulator is very accurate, even concerning the peripherals simulation.
However, the simulation is based on the original 8051 (circa 1980) timings. Modern 8051's have been improved, and have reduced cycle-per-instruction figures, clock multipliers etc, so the simulator timings do not precisely match the hardware figures.
We do not have plans to rewrite the 8051 simulator so that all devices work well (there are hundreds of different 8051 cores) concerning cycle timings. The best you can do is to measure using some hardware and a scope for rough timings, or to do some cycle-counting in the assembler listings (good luck on this one!)
I hope this helps,
Hi Bruno, thanks for the detailed answer.