22. Voltage reference buffer (VREFBUF)

This section applies to STM32WBA62xx and STM32WBA65xx devices only.

22.1 VREFBUF introduction

The devices embed a voltage reference buffer which can be used as voltage reference for the on-chip ADC, and also as voltage reference for external components through the VREF+ pin.

22.2 VREFBUF implementation

The table below describes the VREFBUF voltages typical values:

Table 164. VREFBUF typical values

SymbolValue
VREFBUF01.5 V
VREFBUF11.8 V
VREFBUF22.048 V
VREFBUF32.5 V

Note: Refer to the product datasheet for more details.

22.3 VREFBUF functional description

Figure 102. VREFBUF block diagram

VREFBUF block diagram showing an operational amplifier with V_REFINT at the non-inverting input, a feedback loop with two variable resistors, and an output VREF+ connected to a capacitor and ground. The op-amp is powered by VSSA.

The diagram illustrates the internal architecture of the VREFBUF. It features an operational amplifier (op-amp) configured as a unity-gain buffer. The non-inverting input (+) is connected to the internal reference voltage \( V_{REFINT} \) . The inverting input (-) is connected to the output \( V_{REF+} \) through a feedback path containing two variable resistors. The op-amp is powered by \( V_{SSA} \) . The output \( V_{REF+} \) is shown connected to an external capacitor and ground. The identifier MSV64430V2 is present in the bottom right corner of the diagram.

VREFBUF block diagram showing an operational amplifier with V_REFINT at the non-inverting input, a feedback loop with two variable resistors, and an output VREF+ connected to a capacitor and ground. The op-amp is powered by VSSA.

The internal voltage reference buffer is an operational amplifier, with programmable gain. The amplifier input is connected to the internal voltage reference \( V_{REFINT} \) . The VREFBUF supports four voltages (a) , which are configured with VRS bits in the VREFBUF_CSR register:

The internal voltage reference can be configured in four different modes depending on ENVR and HIZ bits configuration. These modes are provided in the table below:

Table 165. VREF buffer modes

ENVRHIZVREF buffer configuration
00VREFBUF buffer off mode:
\( V_{REF+} \) pin pulled-down to \( V_{SSA} \)
01External voltage reference mode (default value):
– VREFBUF buffer off
\( V_{REF+} \) pin input mode
10Internal voltage reference mode:
– VREFBUF buffer on
\( V_{REF+} \) pin connected to VREFBUF buffer output
11Hold mode:
– VREF is enable without output buffer, \( V_{REF+} \) pin voltage is hold with the external capacitor
– VRR detection disabled and VRR bit keeps last state

After enabling the VREFBUF by setting ENVR bit and clearing HIZ bit in the VREFBUF_CSR register, the user must wait until VRR bit is set, meaning that the voltage reference output has reached its expected value.

22.4 VREFBUF trimming

The VREFBUF output voltage is factory-calibrated by ST. At reset, and each time the VRS setting is changed, the calibration data is automatically loaded to the TRIM register.

Optionally user can trim the output voltage by changing the TRIM register bits directly. In this case, the VRS setting has no more effect on the TRIM register until the device is reset.

The VREFBUF output voltage factory-calibrated by ST values are available from the following addresses:

a. The minimum \( V_{DDA} \) voltage depends on VRS setting, refer to the product datasheet.

Table 166. VREFBUF trimming data
Calibration value nameDescriptionMemory address
VREFBUF3_TRIMVREFBUF trimming value for VRS = 30x0BFA 07A8
VREFBUF2_TRIMVREFBUF trimming value for VRS = 20x0BFA 07A9
VREFBUF1_TRIMVREFBUF trimming value for VRS = 10x0BFA 07AA
VREFBUF0_TRIMVREFBUF trimming value for VRS = 00x0BFA 07AB

22.5 VREFBUF registers

22.5.1 VREFBUF control and status register (VREFBUF_CSR)

Address offset: 0x00

Reset value: 0x0000 0002

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.VRS[2:0]VRRRes.HIZENVR
rwrwrwrrwrw

Bits 31:7 Reserved, must be kept at reset value.

Bits 6:4 VRS[2:0] : Voltage reference scale

These bits select the value generated by the voltage reference buffer.

VRS = 000: VREFBUF0 voltage selected.

VRS = 001: VREFBUF1 voltage selected.

VRS = 010: VREFBUF2 voltage selected.

VRS = 011: VREFBUF3 voltage selected.

Others: Reserved

Note: Refer to the product datasheet for each VREFBUFx voltage setting value.

The software can program this bitfield only when the VREFBUF is disabled (ENVR=0).

Bit 3 VRR : Voltage reference buffer ready

0: the voltage reference buffer output is not ready.

1: the voltage reference buffer output reached the requested level.

Bit 2 Reserved, must be kept at reset value.

Bit 1 HIZ : High impedance mode

This bit controls the analog switch to connect or not the V REF+ pin.

0: V REF+ pin is internally connected to the voltage reference buffer output.

1: V REF+ pin is high impedance.

Refer to Table 165: VREF buffer modes for the mode descriptions depending on ENVR bit configuration.

Bit 0 ENVR : Voltage reference buffer mode enable

This bit is used to enable the voltage reference buffer mode.

0: Internal voltage reference mode disable (external voltage reference mode).

1: Internal voltage reference mode (reference buffer enable or hold mode) enable.

22.5.2 VREFBUF calibration control register (VREFBUF_CCR)

Address offset: 0x04

Reset value: 0x0000 00XX

31302928272625242322212019181716
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.
1514131211109876543210
Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.rwrwrwrwrwrw
TRIM[5:0]

Bits 31:6 Reserved, must be kept at reset value.

Bits 5:0 TRIM[5:0] : Trimming code

The TRIM code is a 6-bit unsigned data (minimum 000000, maximum 111111) that is set and updated according the mechanism described below.

Reset:

TRIM[5:0] is automatically initialized with the VRS = 0 trimming value stored in the flash memory during the production test.

VRS change:

TRIM[5:0] is automatically initialized with the trimming value (corresponding to VRS setting) stored in the flash memory during the production test.

Write in TRIM[5:0]:

User can modify the TRIM[5:0] with an arbitrary value. This is permanently disabling the control of the trimming value with VRS (until the device is reset).

Note: If the user application performs the trimming, the trimming code must start from 000000 to 111111 in ascending order.

22.5.3 VREFBUF register map

The following table gives the VREFBUF register map and the reset values.

Table 167. VREFBUF register map and reset values

OffsetRegister name313029282726252423222120191817161514131211109876543210
0x00VREFBUF_CSRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.VRS[2:0]VRRRes.HIZENVR
Reset value000010
0x04VREFBUF_CCRRes.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.Res.TRIM[5:0]
Reset valuexxxxxx

Refer to Section 2.3: Memory organization for the register boundary addresses.