Configuration Registers view

Configuration Registers view shows overview of the peripheral initialization settings for the current target microcontroller. It displays initialization values of all control, status, and data registers of selected peripheral/device including single bits. The values are grouped into two parts: Peripheral registers containing registers directly related to the selected peripheral/device and Additional registers containing the registers that are influenced by the component but are not listed for the peripheral currently selected in this view. To open this view, click Window > Show View > Other... and select Processor Expert > Configuration Registers.

The initialization information reflects:

The table shows the registers and their initialization value displayed in the column Init.value. You can modify the register value. Registers value can be changed if:

This value written into the register or bit by the generated code during the initialization process of the application. It is the last value that is written by the initialization function to the register. The After reset column contains the value that is in the register by default after the reset.

The values of the registers are displayed in the hexadecimal and binary form. In case the value of the register (or bit) is not defined, an interrogation mark "?" is displayed instead of the value. The Address column displays the address of registers.

Note: For some registers, the value read from the register after sometime can be different than the last written value. For example, some interrupt flags are cleared by writing 1. For details, refer to the microcontroller manual on registers.

In case the peripheral is allocated by a component and the setting of the component is incorrect, the initialization values are not displayed in the Configuration Registers view.