Is it possible to program a delay of 1 microsecond at a frequency of 12 or 15MHz with an AT89S53! If yes, how and what I have to use? Thanks Christian
In assembler use a NOP, in C use the _nop_. This inserts a NOP instruction, which at 12 MHz will give a one microsecond delay.