32. Voltage reference buffer (VREFBUF)

32.1 Introduction

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

32.2 VREFBUF functional description

The internal voltage reference buffer 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 270. 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, VREF+ 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.

a. The minimum V DDA voltage depends on VRS setting, refer to the product datasheet.

32.3 VREFBUF registers

32.3.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.

000: Voltage reference set to 2.5 V

001: Voltage reference set to 2.048 V

010: Voltage reference set to 1.8 V

011: Voltage reference set to 1.5 V

Others: Reserved

Note: 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 270: 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.

32.3.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

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

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

These bits are automatically initialized after reset with the trimming value stored in the Flash memory during the production test. Writing into these bits allows the tuning of the internal reference buffer voltage.

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

32.3.3 VREFBUF register map

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

Table 271. 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.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.TRIM[5:0]
Reset valuexxxxxx

Refer to Section 2.3 on page 131 for the register boundary addresses.