Peripheral Simulation
For Atmel AT89S8253 — X2 mode for CPU with Clock Register
Simulation support for this peripheral or feature is comprised of:
- Dialog boxes which display and allow you to change peripheral configuration.
- VTREGs (Virtual Target Registers) which support I/O with the peripheral.
These simulation capabilities are described below.
Clock Control Dialog
XTAL VTREG
Data Type: unsigned long
The XTAL VTREG contains the frequency of the oscillator (in Hertz) used to drive the microcontroller. The value is automatically set from the value specified in Project Options - Options for Target. However, you may change the value of XTAL using the command window. For example:
XTAL=12000000
You may also output the current value of XTAL using the following:
XTAL
XTAL may be used in calculations to synchronize external scripts with the simulated microcontroller.