Forum : 8051
Post Information | Post |
---|---|
February 19, 2011 - 5:21pm
|
I did use the following code to test the time needed for a func1 and funct2 : funct1() ; By tracking the uart output i could see the timing. It worked fine in ride6 but in ride7 the timer0 is not simulated for atmel devices. This makes the code useless in ride7. In the disasamble view i found the following bug. The instruction "SBUF = TH0" is shown as " MOV SCON,TH0" I think this should be "MOV SBUF,TH0" thanks in advance |