Computer Science, asked by shaikhaaves20, 1 month ago

.. If Xtal frequency=11.0592 MHz, what is the duration of one T state and one machine
cycle?​

Answers

Answered by kartikzunt
0

Answer:

T=1/f =1/2KHz = 500us

500us/2 = 250 us

250us/1.085us = 230 =n

65536 –230 =65306 = FF1A (hex) TH = FF, TL=1A

MOV TMOD, #10H

Again: MOV TL1, #1AH

MOV TH1, #0FFH

SETB TR1

Back: JNB TF1, Back

CPL P1.5

CLR TF1

SJMP Again

Explanation:

Similar questions