Keil Logo

Peripheral Simulation

For Infineon C161PI — Clock Managment with PLL and Slow Down Divider

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 Generation Dialog

Clock Generation

The Clock Generation dialog displays and allows you to specify the configuration for the MCU clock.

  • CLKCFG specifies the configuration of the clock in relation to the oscillator frequency.
  • CLKCON specifies whether or not the slow-down divider is used.
  • CLKREL specifies the reload counter value if the slow-down divider is used.
  • XTAL Freq. specifies the oscillator frequency in Hz.

CLOCK VTREG
Data Type: unsigned long

The CLOCK VTREG contains the speed of the microcontroller instruction clock (in Hertz). This is effectively the number of 1-cycle instructions that the simulated microcontroller can execute each second. This number is derived by dividing the oscillator frequency (specified by the XTAL VTREG) by a fixed number (12 on standard 8051 devices). The CLOCK VTREG can only be read. It cannot be changed directly. It can only be changed by changing the value of the XTAL VTREG or by changing the clock divisor via the CLKCFG VTREG.

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=25000000

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.

Get more information about the
Peripheral Simulation Capabilities
of the µVision Debugger.
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.