Forum : 8051
Original Post
Post Information | Post |
---|---|
May 26, 2010 - 7:12am
|
I typed the following simple code in the Ride 7 and ran it. org 0h BUT the timer registers th0 and tl0 do not increment at all after setting tr0(address 8ch) high. I executed the same code on another simulator edsim 51 and it worked well. |
Hi
I think the problem comes from the fact that timers are not simulated.
Our tools simulate the heart of the 8051 and very few peripherals.
Regards
Matloub
Ok thanks!!