16
Introduction The STSW-STWINKT01 firmware package for the SensorTile Wireless Industrial Node (STWIN) development kit provides sample projects that you can use to develop custom predictive maintenance, smart industry, IoT and remote monitoring applications. The package is based on STM32Cube software technology, and includes all the low level drivers to manage the on-board devices and system-level interfaces. The package features two projects that demonstrate data logging functionality. One involves streaming data via the USB Virtual COM Port class, which you can subsequently display directly on a PC terminal, and the other is for high speed data logging up to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or can be streamed via USB (WinUSB class); the board can be controlled via JSON configuration files or using the STBLESensor app. Other two projects demonstrate wireless connectivity using Bluetooth and Wi-Fi. The Bluetooth project allows you to stream environmental sensor data via the Bluetooth Low Energy (BLE) protocol, and is compatible with our freely available ST BLE Sensor app on Android and iOS stores, so you can read and manipulate the data from your mobile device. The Wi-Fi project requires the STEVAL-STWINWFV1 Wi-Fi expansion board (not included in the kit) to implement basic network functionality including pinging a remote station, connecting to a TLS secure server, sending data to an echo server and verifying returned data, and running a server that a remote client can connect to. Figure 1. SensorTile Wireless Industrial Node application diagram SPI3 ADC1 USART2 Enanced SWD Connector UART5 I2C2 ADC3 GPIO Auxiliary Connector DFSDM1 I2C2 IMP34DT05 Digital Microphone LPS22HH Pressure Sensor HTS221 Humidity and Temperature Sensor STTS751 Temperature Sensor IIS2MDC 3D Magnetometer STM32L4R9ZIJ6 Microcontroller Ultra Low Power Cortex M4F@120MHz 32 kHz Crystal 16 MHz Crystal SPBTLE-1S BLE Application Processor Module STR485LV RS485 Interface SPI2 MP23ABS1 Analog Microphone TS922EIJT Low noise, low distortion OpAmp 20-pin STMOD+ 12-pin female sensor connector 12-pin male connector 40-pin Flex STSAFE Secure Element* I2C2 SPIx, I2S, USARTx,... IIS2DH 3D Accelerometer IIS3DWB Vibrometer ISM330DHCX 6-Axis IMU USBLC6-2P6 USB ESD protection ESDALC6V1-1U2 Single Line ESD protection EMIF06-MSD02N16 EMI filter and ESD protection STBC02 Li-Ion linerar battery charger ST1PS01EJR step-down switching regulator LDK130 Low Noise LDO Sensing Processing Connectivity Power Mng. Analog Secure * not mounted connector connector How to use the software package for the SensorTile Wireless Industrial Node based on STM32Cube UM2621 User manual UM2621 - Rev 4 - July 2020 For further information contact your local STMicroelectronics sales office. www.st.com

How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

  • Upload
    others

  • View
    42

  • Download
    0

Embed Size (px)

Citation preview

Page 1: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

IntroductionThe STSW-STWINKT01 firmware package for the SensorTile Wireless Industrial Node (STWIN) development kit provides sample projects that you can use to develop custom predictive maintenance, smart industry, IoT and remote monitoring applications. The package is based on STM32Cube software technology, and includes all the low level drivers to manage the on-board devices and system-level interfaces.

The package features two projects that demonstrate data logging functionality. One involves streaming data via the USB Virtual COM Port class, which you can subsequently display directly on a PC terminal, and the other is for high speed data logging up to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or can be streamed via USB (WinUSB class); the board can be controlled via JSON configuration files or using the STBLESensor app.

Other two projects demonstrate wireless connectivity using Bluetooth and Wi-Fi. The Bluetooth project allows you to stream environmental sensor data via the Bluetooth Low Energy (BLE) protocol, and is compatible with our freely available ST BLE Sensor app on Android and iOS stores, so you can read and manipulate the data from your mobile device. The Wi-Fi project requires the STEVAL-STWINWFV1 Wi-Fi expansion board (not included in the kit) to implement basic network functionality including pinging a remote station, connecting to a TLS secure server, sending data to an echo server and verifying returned data, and running a server that a remote client can connect to.

Figure 1. SensorTile Wireless Industrial Node application diagram

SPI3

ADC1

USART2

EnancedSWD

Connector

UART5

I2C2ADC3GPIOAuxiliary

Connector

DFSDM1

I2C2

IMP34DT05Digital Microphone

LPS22HHPressure Sensor

HTS221Humidity and

Temperature Sensor

STTS751Temperature Sensor

IIS2MDC3D Magnetometer

STM32L4R9ZIJ6Microcontroller

Ultra Low PowerCortex M4F@120MHz

32 kHzCrystal

16 MHzCrystal

SPBTLE-1SBLE Application

Processor Module

STR485LVRS485 Interface

SPI2

MP23ABS1Analog Microphone

TS922EIJTLow noise, low

distortion OpAmp

20-pin STMOD+

12-pin female sensor connector

12-pin maleconnector

40-pin Flex

STSAFESecure Element*

I2C2

SPIx, I2S, USARTx,...

IIS2DH3D Accelerometer

IIS3DWBVibrometer

ISM330DHCX6-Axis IMU

USBLC6-2P6USB ESD protection

ESDALC6V1-1U2Single Line ESD

protection

EMIF06-MSD02N16EMI filter and ESD

protection

STBC02Li-Ion linerar battery

charger

ST1PS01EJRstep-down switching

regulator

LDK130Low Noise LDO

Sensing

Processing

Connectivity

Power Mng.

Analog

Secure

* not mounted

connector

connector

How to use the software package for the SensorTile Wireless Industrial Node based on STM32Cube

UM2621

User manual

UM2621 - Rev 4 - July 2020For further information contact your local STMicroelectronics sales office.

www.st.com

Page 2: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

1 Overview

Figure 2. STSW-STWINKT01 software block diagram

The STSW-STWINKT01 firmware expands the functionality of the STM32Cube environment with many featuresand functions needed to build wireless predictive maintenance and condition monitoring applications and providessome working code examples to help you become familiar with the underlying middleware.The key features of the package are:• Set of firmware examples that show how to implement basic functions on the STWIN (STEVAL-STWINKT1)

kit:– Sensor data streaming example via USB terminal (VCP)– Wi-Fi network functionality using the connectivity framework (with Wi-Fi expansion board)– Sensor data streaming via BLE– High speed sensor data logger to SD card or via USB– Source code freely available from the ST website with developer-friendly license terms

• Embedded software, middleware and drivers:– FatFS third party FAT file system module for small embedded systems– FreeRTOS third party RTOS kernel for embedded devices– STWIN Low-Level BSP drivers

• Based on STM32Cube software development environment for STM32 microcontrollers

UM2621Overview

UM2621 - Rev 4 page 2/16

Page 3: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

2 How to program the board

2.1 How to program STWIN via STLINK-V3MINI

Follow the procedure below to program the STWIN core system board.

Step 1. Connect the STWIN core system board to the STLINK-V3MINI programmer using the 14-pin flat cable.The programmer and the cable are included in the STEVAL-STWINKT1 hardware kit.

Step 2. Connect both the boards to a PC using micro USB cables.

Figure 3. STLINK-V3MINI connected to STWIN core system board

Step 3. Download the firmware onto the core system board; you can either:– download one of the sample application binaries provided– recompile one of the projects with your preferred IDE (EWARM, Keil, STM32CubeIDE)

2.2 How to program STWIN using STM32CubeProgrammer "USB mode"

The STWIN can also be reprogrammed via USB using the STM32CubeProgrammer "USB mode".To enter "Firmware upgrade" mode you must follow the procedure below:

Step 1. Unplug the STWIN core system board.

Step 2. Press the USR button.

Step 3. While keeping the button pressed, connect the USB cable to the PC.Now the board is in DFU mode.

UM2621How to program the board

UM2621 - Rev 4 page 3/16

Page 4: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Step 4. You can upgrade the firmware by following the steps below:Step 4a. Open STM32CubeProgrammer.

Step 4b. Select [USB] on the top-right corner.

Figure 4. STM32CubeProgrammer - USB mode selection

Step 4c. Click on [Connect].

UM2621How to program STWIN using STM32CubeProgrammer "USB mode"

UM2621 - Rev 4 page 4/16

Page 5: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Figure 5. STM32CubeProgrammer - connection

Step 4d. Go to the [Erasing & Programming] tab.

Step 4e. Search for the new .bin or .hex binary file to be flashed into the board.

Step 4f. Click on [Start Programming].

Figure 6. STM32CubeProgrammer - programming

UM2621How to program STWIN using STM32CubeProgrammer "USB mode"

UM2621 - Rev 4 page 5/16

Page 6: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

3 Sample applications

The STSW-STWINKT01 firmware package includes applications to stream sensor data via USB Virtual COM Portclass, use Wi-Fi connection and Bluetooth Low Energy configuration, as well as to save data from anycombination of sensors and microphones configured at their maximum sampling rate.

RELATED LINKS For audio sample applications (OnboardMics, UltrasoundFFT and MicArrayCoupon), refer to X-CUBE-MEMSMIC1

3.1 Serial_DataLog application

The Serial DataLog application shows how to stream sensor data via USB Virtual COM Port class, so the datacan be viewed using any serial terminal software like TeraTerm or PuTTy.After reset, the firmware performs the following initial tasks:1. configures HAL and clocks2. configures LED1 and LED23. initializes the USB peripheral4. creates the threads and activate FreeRTOS schedulerThe GetData_Thread and WriteData_Thread threads are scheduled by FreeRTOS with different prioritiesand communicate with each other through a message queue:• GetData_Thread: a high priority task that configures the sensors, reads data at a given frequency and

pushes new data in the queue. An OS timer triggers the execution of the thread at a given frequency.• WriteData_Thread: a low priority task that writes sensor data as soon as they are available in the queue.

After you have downloaded the firmware, you can follow the procedure below to run the Serial DataLogapplication:

Step 1. Connect the board to a PC via micro-USB cable.The PC will recognize the board as a Virtual COM Port.

Step 2. Open the COM port with a serial terminal like Putty or TeraTerm.Use the following parameters: 8N1, 115200 bauds, no HW flow control, line endings LF or CR-LF(Transmit) and LF (receive).When connected to the PC, the board configures the sensors and starts streaming data to the PC.

RELATED LINKS Appendix A Serial Terminal configuration using TeraTerm on page 12

If required, you can download the Windows driver from the ST website: VCP driver

3.2 WiFi_Connectivity application

This sample application requires STEVAL-STWINWFV1 Wi-Fi expansion plugged on the CN3 connector of thecore system board.

UM2621Sample applications

UM2621 - Rev 4 page 6/16

Page 7: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Figure 7. STEVAL-STWINWFV1 expansion on core system board CN3 connector

The application implements basic network functionality using the connectivity framework.WiFi_Connectivity demonstrates how to set up the STM32_Connect_Library Middleware to allow theSTWIN core system board to:• Ping a remote station• Connect to a TLS secure server without server identification check• Connect to a TLS secure server with server identification check• Send data to an echo server and check return data• Run a Server, waiting for connection from a remote client

Following reset, the firmware performs the following initial tasks:1. configures HAL and clocks2. configures LED1 and LED23. configures USB peripheral4. configures the network interface and initialize the Wi-Fi module5. starts the connectivity examplesAfter you have downloaded the firmware, you can follow the procedure below to run the WiFi Connectivityapplication:

Step 1. Connect the core system board with Wi-Fi module expansion board to a PC with a micro-USB cable.The PC will recognize it as a Virtual COM Port.

Step 2. Open the COM port with a serial terminal like Putty or TeraTerm.Use the following parameters: 8N1, 115200 bauds, no HW flow control, line endings LF or CR-LF(Transmit) and LF (receive).

UM2621WiFi_Connectivity application

UM2621 - Rev 4 page 7/16

Page 8: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Step 3. Run the program.Your terminal console will return output status information.

Figure 8. Serial terminal output for Wi-Fi_Connectivity app status

Step 4. Change default IPs and access credentials (optional).By default, the STWIN tries to connect to the following Wi-Fi network:– SSID: stwintest– Password: stwintest– Security: WPA2 PSK– Band: 2.4GHz

The default SSID and Password may be changed by modifying the following defines in main.c file:– #define SSID "stwintest"– #define PASSWORD "stwintest"

You can also edit the test_client_server.c file to set up a different address for the TCP echo server. Bydefault, the ARM-Mbed echo server is used:– #define REMOTE_IP_ADDR "52.215.34.155"– #define REMOTE_PORT 7

RELATED LINKS Appendix A Serial Terminal configuration using TeraTerm on page 12

UM2621WiFi_Connectivity application

UM2621 - Rev 4 page 8/16

Page 9: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

3.3 BLE_SampleApp application

BLE_SampleApp provides an example of Bluetooth Low Energy configuration that enables the STWIN coresystem board to stream environmental sensor data; it is compatible with the ST BLE Sensor mobile app availablefor Android and iOS. BLE_SampleApp also shows how to correctly configure the STBC02 Battery Charger,providing a good example of how to manage power on/off routines for the STWIN board.Following reset, the firmware performs the following initial tasks:• configures HAL, clocks and buttons• configures Battery Charger• initializes the target platform:• USB peripheral (for debugging)

– LED1 and LED2– environmental sensors– initializes the Bluetooth Low Energy stack

• initializes the Bluetooth Low Energy services• initializes timers• starts the main loop:

– LED management– BLE event management– environmental sensors data management

After you have downloaded the firmware, you can follow the procedure below to run the BLE SampleAppapplication:

Step 1. Once downloaded, the STWIN LED starts blinking.This signals that the device is waiting for a connection via Bluetooth.

Step 2. Open the STBLESensor app on your Android or iOS smartphone and use it to connect to the STWINcore system board.

RELATED LINKS Visit the ST website for information regarding ST BLE Sensor mobile app.

3.4 HSDatalog application

The HSDatalog (High-Speed Datalog) allows you to save data from any combination of sensors and microphonesconfigured up to their maximum sampling rate. Sensor data are stored on a micro SD Card, SDHC (Secure DigitalHigh Capacity) formatted with the FAT32 file system, or can be streamed to a PC via USB.At startup, the application tries to load the device configuration from the SD card (if any) and then goes to Idlestate, waiting for the start command either via USB, push button or BLE.

UM2621BLE_SampleApp application

UM2621 - Rev 4 page 9/16

Page 10: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Figure 9. HSDatalog data flow

IDLE

SDCard inserted and JSON config found

NO SDCard or JSON config

not found

USB cmd START

POWER ON

LOAD CUSTOM CONFIG

LOG TO SDCARD LOG VIA USB

USB cmd STOP

USER Button or BLE Command

Together with HSDatalog application, inside the Utilities folder, MATLAB and Python scripts are available toautomatically read and plot the data saved by the application.The script has been successfully tested with MATLAB v2019a and Python 3.7.The 'ReadSensorDataApp.mlapp' MATLAB app is also available, developed and tested using the App Designertool available in MATLAB v2019a.

Figure 10. Folder structure in the SD card

The script performs the following actions:• Reads and decodes the JSON file

UM2621HSDatalog application

UM2621 - Rev 4 page 10/16

Page 11: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

• Reads the raw data and uses the information from the JSON to translate them into readable data (data +timestamp)

• Plots the data

Note: The handling of JSON scripts requires MATLAB v2019a or above.

RELATED LINKS A detailed explanation of the HSDatalog application can be found in UM2688: High-Speed Datalog firmware for STEVAL-STWINKT1

3.4.1 SD card considerationsUsing large buffers is far more efficient than small ones when writing data to the SD card.As the data logging application may involve large volumes of sensor data, the micro SD card must be capable ofhandling the data rates without issues. SD card performance varies significantly depending on the size, speedclass, and even on the manufacturer.Our sample high speed data logging application was tested with the following cards, formatted FAT32 with 32 KBallocation table:• Verbatim 16 GB Class 10 U1 (p/n 44082)• Transcend Premium 16 GB U1 C10 (TS16GUSDCU1)• Kingston 8 GB HC C4 (SDC4/8 GB)

Note: Smaller allocation tables may impact performance.

RELATED LINKS See FatFS application note for more details.

For further details on HSDatalog application, refer to UM2688

UM2621HSDatalog application

UM2621 - Rev 4 page 11/16

Page 12: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Appendix A Serial Terminal configuration using TeraTerm

Figure 11. 8N1, 115200 bauds, no HW flow control configuration

Figure 12. Line endings to LF or CR-LF (Transmit) and LF (receive)

UM2621Serial Terminal configuration using TeraTerm

UM2621 - Rev 4 page 12/16

Page 13: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Revision history

Table 1. Document revision history

Date Version Changes

05-Sep-2019 1 Initial release.

15-Nov-2019 2 Updated Introduction, Section 1 Overview, Section 2 How to program the board and Section 3.5HS_Datalog application.

10-Feb-2020 3Updated Introduction and Section 1 Overview.

Added Section 3.3 UltrasoundFFT.

13-Jul-2020 4

Updated Introduction, Section 1 Overview, Section 2.1 How to program STWIN via STLINK-V3MINI, Section 3 Sample applications, Section 3.4 HSDatalog application and Section 3.4.1 SDcard considerations.

Added Section 2.2 How to program STWIN using STM32CubeProgrammer "USB mode".

Removed Section 3.2 OnboardMics application, Section 3.3 UltrasoundFFT and Section 3.7MicArrayCoupon application.

UM2621

UM2621 - Rev 4 page 13/16

Page 14: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

Contents

1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2

2 How to program the board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3

2.1 How to program STWIN via STLINK-V3MINI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

2.2 How to program STWIN using STM32CubeProgrammer "USB mode" . . . . . . . . . . . . . . . . . . 3

3 Sample applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6

3.1 Serial_DataLog application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

3.2 WiFi_Connectivity application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

3.3 BLE_SampleApp application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

3.4 HSDatalog application . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

3.4.1 SD card considerations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

Appendix A Serial Terminal configuration using TeraTerm . . . . . . . . . . . . . . . . . . . . . . . . . . . .12

Revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .13

UM2621Contents

UM2621 - Rev 4 page 14/16

Page 15: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

List of figuresFigure 1. SensorTile Wireless Industrial Node application diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1Figure 2. STSW-STWINKT01 software block diagram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2Figure 3. STLINK-V3MINI connected to STWIN core system board. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3Figure 4. STM32CubeProgrammer - USB mode selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4Figure 5. STM32CubeProgrammer - connection. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5Figure 6. STM32CubeProgrammer - programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5Figure 7. STEVAL-STWINWFV1 expansion on core system board CN3 connector . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7Figure 8. Serial terminal output for Wi-Fi_Connectivity app status . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8Figure 9. HSDatalog data flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10Figure 10. Folder structure in the SD card . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10Figure 11. 8N1, 115200 bauds, no HW flow control configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12Figure 12. Line endings to LF or CR-LF (Transmit) and LF (receive) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

UM2621List of figures

UM2621 - Rev 4 page 15/16

Page 16: How to use the software package for the SensorTile ... · to the maximum sensor sampling rates (HSDatalog). In the second case, sensor data can be either stored on micro SD card or

IMPORTANT NOTICE – PLEASE READ CAREFULLY

STMicroelectronics NV and its subsidiaries (“ST”) reserve the right to make changes, corrections, enhancements, modifications, and improvements to STproducts and/or to this document at any time without notice. Purchasers should obtain the latest relevant information on ST products before placing orders. STproducts 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 ofPurchasers’ products.

No license, express or implied, to any intellectual property right is granted by ST herein.

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 servicenames are the property of their respective owners.

Information in this document supersedes and replaces information previously supplied in any prior versions of this document.

© 2020 STMicroelectronics – All rights reserved

UM2621

UM2621 - Rev 4 page 16/16