An4938 Getting Started With Stm32h75xig Mcu Hardware Development Stmicroelectronics
An4938 Getting Started With Stm32h75xig Mcu Hardware Development Stmicroelectronics
Application note
Getting started with STM32H74xI/G and STM32H75xI/G
MCU hardware development
Introduction
This application note is intended for system designers who develop applications based on
the STM32H750 Value line, STM32H742, STM32H743/753, STM32H745/755, and
STM32H747/757 lines, and who need an implementation overview of the following
hardware features:
• Power supply
• Package selection
• Clock management
• Reset control
• Boot mode settings
• Debug management.
This document describes the minimum hardware resources required to develop an
application based on STM32H74xI/G and STM32H75xI/G microcontrollers.
Reference documents
The following documents are available on www.st.com:
• STM32H742xI/G and STM32H743xI/G datasheet
• STM32H745xI/G datasheet
• STM32H747xI/G datasheet
• STM32H750xB datasheet
• STM32H753xI/G datasheet
• STM32H755xI/G datasheet
• STM32H757xI/G datasheet
• Oscillator design guide for STM8AF/AL/S, STM32 MCUs and MPUs application note
(AN2867)
• STM32 microcontroller system memory boot mode application note (AN2606).
Contents
1 General information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2 Power supplies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.1.1 Independent analog supply and reference voltage . . . . . . . . . . . . . . . . . 7
2.1.2 USB transceiver independent power supply . . . . . . . . . . . . . . . . . . . . . . 8
2.1.3 Battery backup domain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.1.4 LDO voltage regulator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2.1.5 SMPS step-down converter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
2.2 Power supply scheme . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
2.3 Reset and power supply supervisor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.3.1 Power-on reset (POR)/power-down reset (PDR) . . . . . . . . . . . . . . . . . . 15
2.3.2 Programmable voltage detector (PVD) . . . . . . . . . . . . . . . . . . . . . . . . . 15
2.3.3 Analog voltage detector (AVD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.3.4 System reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
2.3.5 Internal power supervisor ON . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.3.6 Internal power supervisor OFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.3.7 Bypass mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
4 Clocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1 HSE oscillator clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1.1 External user clock (HSE bypass) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.1.2 External crystal/ceramic resonator (HSE crystal) . . . . . . . . . . . . . . . . . 22
4.2 LSE oscillator clock . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.2.1 External clock (LSE bypass) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2.2 External crystal/ceramic resonator (LSE crystal) . . . . . . . . . . . . . . . . . . 23
4.3 Clock security system (CSS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
5 Boot configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
5.1 Boot mode selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25
5.2 Boot pin connection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.3 System bootloader mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
6 Debug management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.2 SWJ debug port (serial wire and JTAG) . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.2.1 TPIU trace port . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
6.2.2 External debug trigger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
6.3 Pinout and debug port pins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
6.3.1 SWJ debug port pins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
6.3.2 Flexible SWJ-DP pin assignment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
6.3.3 Internal pull-up and pull-down on JTAG pins . . . . . . . . . . . . . . . . . . . . . 31
6.3.4 SWJ debug port connection with standard JTAG connector . . . . . . . . . 31
7 Recommendations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
7.1 Printed circuit board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
7.2 Component position . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
7.3 Ground and power supply (VSS,VDD) . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
7.4 Decoupling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
7.5 Other signals . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
7.6 Unused I/Os and features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
8 Reference design . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1 Reference design description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1.1 Clocks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1.2 Reset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1.3 Boot mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1.4 SWJ interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.1.5 Power supply . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.2 Component references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
10 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
11 Revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
List of tables
List of figures
1 General information
2 Power supplies
2.1 Introduction
STM32H74xI/G and STM32H75xI/G devices require a 1.71 to 3.6 V operating voltage
supply (VDD), which can be reduced down to 1.62 V by using an external power supervisor
and connecting PDR_ON pin to VSS (refer to the datasheets for details).
The digital power can be supplied either by a internal system supply voltage regulator or
directly by an external supply voltage. This digital power voltage can be set dynamically at
different values, the highest value allowing to achieve the maximum performance.
The real-time clock (RTC), the RTC backup registers, and the backup SRAM (BKP SRAM)
can be powered from the VBAT voltage (1.2 to 3.6 V) when the main VDD supply is powered
OFF.
Note: Refer to the product datasheets for more details on the supply voltage range.
a. Arm is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.
VDD
VDD_MAX
VDD= VDD33USB
VDD_MIN
time
Power-
Power-on Operating mode down
MSv43759V1
3.6
VDDX(1)
VDD
VBOR0
0.3
Invalid supply area VDDX < VDD + 300 mV VDDX independent from VDD
MSv47490V1
1. VDDx can be any power supply voltage among VDDA, VDDLDO, VDD33USB, VDD50USB, and VDDDSI.
2. If the SMPS is available, VDD and VDDSMPS must be wired together to follow the same voltage sequence.
Battery charging
When VDD is present, the external battery connected to VBAT can be charged through an
internal resistance. This operation can be performed either through an internal 5 kΩ or
1.5 kΩ resistor. The resistor value can be configured by software.
Battery charging is automatically disabled in VBAT mode.
Four additional power supplies and pins are used on devices that feature the SMPS:
• VDDSMPS = 1.62 to 3.6 V: SMPS step-down converter power supply
VDDSMPS must be kept at the same voltage level as VDD.
VDDSMPS pin must be connected to an external 4.7 μF capacitor with a 100 mΩ
equivalent series resistance (ESR).
VSSSMPS is the SMPS step-down converter ground.
• VLXSMPS: SMPS step-down converter supply
VLXSMPS output is coupled to a 2.2 μH inductor with a 220 pF external capacitor.
• VFBSMPS = VCORE = 1.8 or 2.5 V: external SMPS step-down converter sense feedback
voltage
VFBSMPS input pin must be connected to a 10 μF capacitor with a 20 mΩ ESR.
Note: Refer to the corresponding datasheet for more details regarding the external components
required for the SMPS.
Four additional power supplies and pins are available to supply the internal DSI regulator on
STM32H7x7I/G devices:
• VDDDSI = 1.8 to 3.6 V: supply voltage for the DSI internal regulator
VDDDSI is the DSI regulator supply input, while VSSDSI is the DSI regulator ground.
• VDD12DSI = 1.15 to 1.3 V: optional supply voltage for the DSI PHY (DSI regulator OFF)
• VCAPDSI: DSI regulator output
To achieve a better dynamic performance of the regulator, VCAPDSI pin must be
connected to an external capacitor, which recommended value is 2.2 µF.
Additional precautions can be taken to filter analog noise:
• VDDA can be connected to VDD through a ferrite bead.
• The VREF+ pin can be connected to VDDA through a resistor (typically 47 Ω).
VDD33USB VDD50USB
VDD12DSI
VCAPDSI
100 nF
2.2 μF
VDDDSI
1 μF
VSSDSI
VDD33USB VDD50USB
VSS USB
IOs
VDDSMPS Step
VLXSMPS Down USB DSI DSI
VSS
Coverter regulator PHY regulator
VFBSMPS (SMPS) (2) (2)
VSSSMPS (3)
VDDLDO
VCAP
Core domain (VCORE)
2 x 2.2 μF
VDDLDO Voltage
4..7μF
regulator
Power
Power
switch
switch
VSS
D3 domain
(System
Level shifter
logic, D1 domain
IO EXTI, D2 domain (CPU, peripherals,
IOs (peripherals, RAM)
logic Peripherals,
RAM) RAM) Flash
VDD
VSS
N(1) x 100 nF
VDD domain
+ 1 x 4.7 μF
HSI, LSI,
VDD
CSI, HSI48,
VBAT HSE, PLLs Backup domain
charging
VBAT VSW Backup VBKP
1.2 to 3.6V VBAT regulator
Power switch
Power switch
LSE, RTC,
Wakeup logic,
Backup
backup
BKUP IO RAM
registers,
IOs logic Reset
VREF
VDDA VSS
VDDA VSS
Analog domain
100 nF + 1 x 1 μF
100 nF + 1 x 1 μF
MSv62410V6
VDD
POR
hysteresis PDR
Temporisation TRSTTEMPO
pwr_por_rst
MSv40340V2
1. tRSTTEMPO is approximately 2.6 ms. VPOR/PDR rising edge is 1.66 V (typical) and VPOR/PDR falling edge
is 1.62 V (typical). Refer to the device datasheets for the actual values.
On the packages embedding the PDR_ON pin, the power supply supervisor is enabled by
holding PDR_ON high. On the other packages, the power supply supervisor is always
enabled.
VPVD
rising edge
PVD threshold 100 mV
VPVD hysteresis
falling edge
PVD output
MS30432V3
RCC
VDD
Filter nreset (System Reset)
RPU
pwr_bor_rst
NRST
(External reset) pwr_por_rst
CR iwdg1_out_rst
Pulse generator OR
(20 μs min) wwdg1_out_rst
lpwr_rst
SFTRESET
MSv41927V2
PDR_ON Reset
controller
VDD
STM1061N16
Voltage supervisor Nȍ
NRST
OUT
active-low & open-drain
output
0.1 μF STM32H7
VSS/VSSA
MSv43757V1
The supply ranges which never go below 1.71 V minimum should be better managed by the
internal circuitry (no additional component needed, thanks to the fully embedded reset
controller).
When the internal reset is OFF, the following integrated features are no more supported:
• The integrated power-on reset (POR) / power-down reset (PDR) circuitry is disabled.
• The brownout reset (BOR) circuitry must be disabled.
• The embedded programmable voltage detector (PVD) is disabled.
• VBAT functionality is no more available and VBAT pin should be connected to VDD.
All the packages, except for the LQFP100, allow to disable the internal reset through the
PDR_ON signal when connected to VSS.
VDD
VDD during operation kept above 1.7V
supervisor
high trip point
1.7V
supervisor
low trip point
TRSTTEMPO
In order to easily explore the peripheral alternate functions mapping to the pins it is
recommended to use the STM32CubeMX tool available on http://www.st.com.
4 Clocks
Four different clock sources can be used to drive the system clock (SYSCLK):
• HSI oscillator clock
• CSI oscillator clock.
• HSE oscillator clock
• Main PLL (PLL) clock
The devices have the two following secondary clock sources:
• 32 kHz low-speed internal RC (LSI RC) which drives the independent watchdog and,
optionally, the RTC used for Auto-wakeup from the Stop/Standby mode.
• 32.768 kHz low-speed external crystal (LSE crystal) which optionally drives the RTC
clock (RTCCLK).
Each clock source can be switched ON or OFF independently when it is not used, to
optimize power consumption.
Refer to device reference manual for a detailed description of the clock tree. In particular, a
complete view of clock usage by peripheral is provided in the Kernel clock distribution
overview.
Figure 10. HSE external clock Figure 11. HSE crystal/ceramic resonators
OSC_IN OSC_OUT
OSC_IN OSC_OUT
CL1 CL2
External Load
source capacitors
MSv37538V3 MSv37539V2
Figure 12. LSE external clock Figure 13. LSE crystal/ceramic resonators
OSC32_IN OSC32_OUT
OSC32_IN OSC32_OUT
CL1 CL2
External Load
source capacitors
MSv62408V1 MSv62409V1
5 Boot configuration
The BOOT_ADD0 and BOOT_ADD1 address option bytes allow to program any boot
memory address from 0x0000 0000 to 0x3FFF 0000 which include:
• All the Flash memory address space mapped on AXIM interface.
• All the RAM address space: ITCM, DTCM RAMs and SRAMs mapped on AXIM
interface.
• The system memory bootloader.
The BOOT_ADD0/BOOT_ADD1 option bytes can be modified after the reset in order to
boot from any other boot address after the next reset.
If the programmed boot memory address is out of the memory mapped area or a reserved
area, the default boot fetch address is programmed as follows:
• Boot address 0: Flash memory at 0x0800 0000
• Boot address 1: ITCM-RAM at 0x0000 0000
When the Flash level 2 protection is enabled, only boot from Flash memory is available. If
the boot address already programmed in the BOOT_ADD0 / BOOT_ADD1 option bytes is
out of the memory range or belongs to the RAM address range, the default fetch will be
forced from Flash memory at address 0x0800 0000.
Note: When the Secure access mode is enabled through option bytes, the boot behavior differs
from the above description (refer to section Root secure services of the product reference
manual).
STM32H7
VDD
N
BOOT
MSv43758V1
USART1 PA9/PA10
USART2 PA2/PA3
USART3 PB10/PB11
FDCAN1 PH13/PH14
I2C1 PB6/PB9
I2C2 PF0/PF1
I2C3 PA8/PC9
I2C4 PD12/PD13
SPI1 PA4/PA5/PA6/PA7
SPI2 PI0/PI1/PI2/PI3
SPI3 PC12/PC11/PC10/PA15
6 Debug management
6.1 Introduction
The host/target interface is the hardware equipment that connects the host to the application
board. This interface is made of three components: a hardware debug tool, a JTAG or SW
connector and a cable connecting the host to the debug tool. Figure 15 shows the
connection of the host to the evaluation board.
MS41077V1
STM32H74xI/G and STM32H75xI/G, while still allowing enough space to attach the trace
port analyzer probe.
Refer to Table 4 for a summary of trace pins and GPIO assignment.
For more details on how to disable SWJ-DP port pins, please refer to the reference manual
I/O pin alternate function multiplexer and mapping section.
MSv46117V2
7 Recommendations
7.4 Decoupling
All the power supply and ground pins must be properly connected to the power supplies.
These connections, including pads, tracks and vias should have as low impedance as
possible. This is typically achieved with thick track widths and, preferably, the use of
dedicated power supply planes in multilayer PCBs.
In addition, each power supply pair should be decoupled with filtering ceramic capacitors
(100 nF) and one single tantalum or ceramic capacitor (min. 4.7 μF) connected in parallel.
These capacitors need to be placed as close as possible to, or below, the appropriate pins
on the underside of the PCB. Typical values are 10 nF to 100 nF, but the exact values
depend on the application needs. Figure 17 shows the typical layout of such a VDD/VSS pair.
Cap.
Cap.
VDD VSS
STM32H7xx
MSv46118V1
8 Reference design
8.1.1 Clocks
Two clock sources are used for the microcontroller:
• LSE: X1– 32.768 kHz crystal for the embedded RTC.
• HSE: X2– 25 MHz crystal.
Refer to Section 4: Clocks on page 21.
8.1.2 Reset
The reset signal of STM32H753XI device is low active and the reset sources include:
• Reset button B1
• Debugging Tools from JTAG/SWD connector CN15 and ETM trace connector CN12
Refer to Section 2.3: Reset and power supply supervisor on page 15.
9 JTAG
HE10-20 1 –
connector
14 FCM1608KF
Ferrite bead 1 Additional decoupling for VDDA
-601T03
Reference design
U1A
U1C
E6 A1
VDD_ MCU VDD VSS
E9 A17
VDD V SS
E11 B2
VDD V SS
F5 B6
G5
VDD V SS
C10 JTAG connector
VDD VSS
G13 C13 CN1
VDD V SS
H5 C16 JTAG +3V3
VDD VSS
H13 G7 1
VDD VSS
J13 G8 2
VDD VSS
K5 G9 3
VDD VSS T RST
K13 G10 4
VDD VSS
L5 G11 5 C15
VDD VSS TDI T MS/SWDIO PA13
L13 G16 6 B14
VDD V SS TCK/SWCLK PA14
M5 H7 7 A14
VDD VSS T MS/ SWDIO TDI PA15
M13 H8 8
VDD VSS
N7 H9 9 C6
VDD VSS TCK/SWCLK TDO/ SWO PB3
N8 H10 10 B7
VDD V SS TRST PB4
N10 H11 11 R1 10K
VDD V SS
N11 J3 12 C1 1 .5pF C3
VDD V SS PE2 TRACE_CK
N12 J7 13 D3
VDD V SS TDO/ SWO PE3 TRACE_D0
J8 14 D2
VSS PE4 TRACE_D1
F1 J9 15 X1 C2 D1
NC VSS RESET# PC14 -O SC32_ IN PE5 TRACE_D2
J10 16 32 .768KHZ E5
VSS PE6 TRACE_D3
J11 17 R2 10K C1
VSS PC15 -O SC32_OUT
E1 K7 18 C2 1 .5pF
NC VSS
G2 K8 19 R3 10K
NC VSS
K9 20 3 .9pF
V SS
F2 K10 C3 J2 PH0-
VSS VSS
K11 OSCIN
VSS
Cerami c cap acito r (Low E SR) L7 J1 PH1-
VSS Trace connector
3
L8 OSCIN
C4 VSS
.2uF U11 L9 X2
2
C5 V CAP VSS
.2uF D17 L10 CN2 +3V3
2 V CAP VSS
AN4938 Rev 6
A7 L11 1 25 MHz
V CAP VSS
1
N16 2
VSS TMS/ SWDIO
A6 R4 3
VDD_ MCU VDDLDO VSS
C17 R8 4
VDDLDO VSS TCK/ SW_CLK
VDD_MCU U12 T12 5 C6
VDDLDO VSS
SB1 U1 6 B1 3 .9pF
+5V V SS TDO/ SWO
L1 Open U17 7 TD-0341 [RESET)
V SS KEY
8 1 2
TDI
VDD_ MCU SB3 SB2 P1 VDD_ MCU 9
BEAD(FCM1608KF-601T03)
V SSA
G17 N1 10 4 3
VDD50USB V RE F- RESET#
Closed Closed 11
VDDA F17 P17 12 C7
VDD33USB VDD TRACE_CK
13 K1
NRST
C8 N17 14
NC TRACE_D0
R4 1uF 15 100nF E8
BOOT
0 L1 J16 16
VDDA VSS TRACE_D1
J17 17 R5 E7
VREF+ VSS PDR_ON
M1 K15 18 10K
VREF+ VSS TRACE_D2
1 L15 19 STM32H7x3
+3V3 V SS
2 B1 M15 20
VBAT V SS TRACE_D3
BT1 3 SW1 R6 10K
+3V3
2
STM32H7x3 P127 B-2*10 MG F-079 -1E7A 09 .03290.01
CR1220 holder J P1 FT SH-110-01-L-D V (Samtec) R7 [N/A]
VDD_ MCU
3
C9
C10 C11 C12 C13 C14 C15 C16 C17 C18 C19
100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 4 .7uF +3V3
C20 C21
C22 C23 C24 C25 C26 C27 C28 C29 C30 C31 C32 C33 C34
1uF 1uF
100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF 100nF Titl e: Pow er, debug & clo ck
MS62407V4
AN4938
AN4938 Recommended PCB routing guidelines for STM32H74xI/G and STM32H75xI/G devices
Solder Mask
Layer_1 (Top) High Speed Signals+GND
Prepeg
Layer_2 (Inner1) GND Plane
Core
MSv37593V1
Solder Mask
Layer_1 (Top) High Speed Signals+GND
Prepeg
Layer_2 (Inner1) GND Plane
Core
Core
GND Plane
Layer_5 (Inner4)
Prepeg
Layer_6 (Bottom) High Speed Signals+GND
Solder Mask
MSv37594V1
Distance to
be minimized
Decoupling
capacitor
STM32
STM32
PCB PCB
Decoupling
capacitor
MSv43766V1
MSv37595V2
a.It depends of the used memory: SDRAM with x8 bus widths have only one data group,
while x16 and x32 bus-width SDRAM have two and four lanes, respectively.
• Avoid using a serpentine routing for the clock signal and as less via(s) as possible for
the whole path. a via alters the impedance and adds a reflection to the signal.
10 Conclusion
This application note should be used as a reference when starting a new design with an
STM32H74xI/G and STM32H75xI/G microcontroller.
11 Revision history
STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, enhancements, modifications, and
improvements to ST products and/or to this document at any time without notice. Purchasers should obtain the latest relevant information on
ST products before placing orders. ST products are sold pursuant to ST’s terms and conditions of sale in place at the time of order
acknowledgement.
Purchasers are solely responsible for the choice, selection, and use of ST products and ST assumes no liability for application assistance or
the design of Purchasers’ products.
Resale of ST products with provisions different from the information set forth herein shall void any warranty granted by ST for such product.
ST and the ST logo are trademarks of ST. For additional information about ST trademarks, please refer to www.st.com/trademarks. All other
product or service names are the property of their respective owners.
Information in this document supersedes and replaces information previously supplied in any prior versions of this document.