S32 Configuration Tools Release Notes
S32 Configuration Tools Release Notes
7 Update 8
Release Notes
Contents
1. Read Me First........................................................................................................................................ 2
1.1 Installation ........................................................................................................................................ 2
1.2 Problem Reporting Instructions ....................................................................................................... 3
2 What’s New .......................................................................................................................................... 3
2.1 New Features ................................................................................................................................... 3
2.2 New Regressions ............................................................................................................................. 4
3 Release Description .............................................................................................................................. 4
3.1 Pins Tool ........................................................................................................................................... 4
3.2 Clocks Tool ....................................................................................................................................... 9
3.3 Peripherals Tool ............................................................................................................................ 13
3.4 Device Configuration Data Tool .................................................................................................. 25
3.5 Image Vector Table Tool .............................................................................................................. 29
3.6 QuadSPI Tool ................................................................................................................................. 45
3.7 DDR Tool ........................................................................................................................................ 53
3.8 eFuse Tool ...................................................................................................................................... 78
3.9 GTM Tool ........................................................................................................................................ 83
3.10 S32 Design Studio Integration ..................................................................................................... 87
3.10.1 Open S32 Configuration Tools ................................................................................................. 87
3.10.2 Add SDK drivers to project....................................................................................................... 89
4 Known limitations .............................................................................................................................. 91
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
1. Read Me First
S32 Configuration Tools product is composed of a suite of tools for configuring NXP processors and
generating initialization code. This support consists of the following tools:
• Pins Tool
• Clocks Tool
• Peripherals Tool
• Device Configuration Data Tool
• Image Vector Table Tool
• QuadSPI Tool
• DDR Tool
• eFUSE Tool
• GTM Tool
1.1 Installation
S32 Configuration Tools - Version 1.7 Update 8 is integrated into S32 Design Studio 3.5 Update 12 which
is based on Eclipse Version 2021.06.
One can access S32 Design Studio release announcements and/or S32 Design Studio page on nxp.com to
find out latest releases and more info about the compatible S32 Software Development Kit / S32 Real
Time Drivers packages, including their download location.
There are additional S32 Configurations Tools supported in this release and enabled with S32 Software
Development Kit / S32 Real Time Drivers NPI data:
• Pins Tool – Graphical tool to easy assign I/O functions to different pins
• Clock Tool – Graphical clock tree for easy configuration of complicated device clocks
• Peripherals Tool – configures the device initialization and software drivers of an SDK
S32 Configuration Tools product was verified on:
2
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Problems found in this release, or any suggestions of improvement should be posted to:
2 What’s New
S32 Configuration Tools 1.7 Update 8 release brings stable framework with important additions in the
DDR, GTM and IVT tools. For all other supported tools, maintenance and bug fixes have been done.
[GTM] Updated templates of generated configuration files for CMU, CCM, TBU, TIM, ATOM and TOM.
[IVT] Added option to keep the input binary files untouched on CLI mode, available on a limited set of
processors
[IVT] Added option to perform auto align during the blob export process
[IVT] Allow the import of adkp files that contain the hex prefix
[DCD] Added the option to validate the DCD configuration in CLI mode
3
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
[Regression][IVT] For some processors, import blob might now work when importing large blob files
(around 1GB)
3 Release Description
Next sections offer an insight into the most significant capabilities of all tools.
Pins Tool displays, inspects, modifies any aspect of pins configuration and muxing of the device. Pins
routing can be done in multiple views:
• Pins view
• Peripheral Signals view
• Package view
• Routed Pins
4
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Pins Tool is used for pin routing configuration, validation and code generation, including pin
functional/electrical properties, run-time configurations, with the following main features:
5
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Enabled code changes highlighting for all tools. Two styles are currently supported:
• Margin highlighting
• Full line highlighting
6
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
New preference called “Require identifier for Pins (Pins tool)”. This new preference allows user to
control the generation of identifier related warnings. With this preference enabled, warnings will be
generated for bidirectional signals with no identifier set.
7
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Extended Import EPC feature to load pins settings. A mapping file is required in the process, that links
the pins from ASR format to S32CT.
This is used by internal SDK/RTD teams while developing components with Config Tools.
Extended Import EPC functionality to support different pin setting mapping files for different derivatives.
The link between them is done through the package name.
8
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
9
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Allow automatic update of enable state for clock elements based on power modes
• Re-order tabs in Clock perspective, Clocks Diagram and Peripherals Clock views have focus
• Easy to find elements in clock tree, use Find hotkey to search for elements
10
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
“Control” column reflects the configuration from output element meaning if the element is or not under
driver control, possible values are ENABLED/DISABLED.
“DivType” reflects the configuration element from divider element with possible values
COMMON_TRIGGER_UPDATE/IMMEDIATE_TRIGGER_UPDATE.
11
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
12
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Peripherals Tool offers support to initialize, configure peripherals and generate code for S32 SDK drivers.
13
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Missing drivers are added to project with one click using dedicated option
14
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
15
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Show Problem moves focus on the UI control that reported the error
• Various enhancements for better user experience:
o Collapse/expand large arrays/structures to have a clear view of the entire content of the
driver
o Enable horizontal/vertical scrollbar when size of array items becomes greater than the
screen allows
16
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• New sub-settings element with the possibility to open pop-up dialog for more in depth
configuration:
Sub-settings per each setting feature offers the possibility to display and configure more settings
that can influence the state of the current configuration and the code that is generated. These
settings can be unique or shared with other settings elements.
Create new configuration by importing toolchain -ImportProject {path} Creates new configuration by importing toolchain
project project based on the found .mex or yaml info. It
updates code and validates configuration.
Parameter is path to the root of the toolchain project
Figure 25: Peripherals Tool - Update code from command line
When executed from IDE, it imports toolchain project and updates code looking also into the
sdk_manifest.xml file(s) if it contributes to the code generation and brings all defined
components dependencies.
17
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
S32 Configuration Tools framework can recognize and import AUTOSAR ECU configuration files
and display the content into Peripherals view based on the extracted info:
18
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
One can import an ECU Configuration generated previously in the current configuration or as a
new configuration.
Import ECU Configuration files -ImportEcuConf Import ECU Configuration file(s) (*.arxml, *.*) into
configuration.
Importing is done after loading mex or creating a new
configuration and before generating outputs
Figure 28: Peripherals Tool - Import ECU, command line
Note: Currently, ECU configuration can be imported into the Peripherals tool only.
Note: Imported ECU Configuration file(s) should be compatible with the AUTOSAR 4.4 schema
version.
The values of such settings are shared between all instances of a component and is highlighted
in the UI with a specific decorator as shown in the screenshot.
• New preference introduced that controls if code is generated or not in “Enable Code Preview”
When this preference is enabled, code generation is performed automatically after every change in the
configuration and the Code Preview is updated accordingly. When this preference is disabled, code
generation is stopped, warning message is displayed in Code Preview window, and the action can be
manually triggered by using one of the available options:
19
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
o By pressing “generate code” link highlighted in the warning message from the Code Preview
window
o By pressing “Update Code” button on the main toolbar, where code update is preceded by
code generation
• Peripherals Tool allows selection of generated artifacts through Command Line API.
Added new command line argument called -ExportArgs that can be used to export its
given arguments to javascript via scriptApi. The exported arguments can be retrieved in
javascript by calling: scriptApi.getUtils().getExportedArgs().
Example of usage:
-HeadlessTool Peripherals -ExportArgs epc epd
This new option was introduced to pair with existing -ExportAll that exports everything
no matter what. The new option does a filtering over generated artifacts.
This is used by internal SDK/RTD teams while developing components with Config Tools.
Added new command line argument called -ExportComponentIds that can be used to
export its given component ids to javascript via scriptApi. The exported arguments can be
retrieved in javascript by calling:
scriptApi.getUtils().getExportedComponentIds(). This new argument should
be used in combination with -ExportArgs flag to export certain files for the given list of
component ids.
Example of usage:
-HeadlessTool Peripherals -ExportArgs epc epd -ExportComponentIds
eth_gmac_43 adc_16
This new argument offers a new level of filtering to generate specific artifacts for specific
component(s).
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Support for multiple sdk features and categories files that allow modular SDK/RTD
development.
20
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Added mechanism which allows creating component settings by starting from a base
setting. There are cases when a lot of settings have common parts (e.g. same options,
conditions). Using this mechanism component developers can define new settings starting
from a base setting, and the newly created settings would contain the existing
characteristics of the base setting avoiding re-writing the same options for each setting.
This can be enabled by using base_type attribute where the id of the base setting needs to
be specified. For example:
<struct id="baseStruct">
<options_expr>
<option id="structOption" expr="$this.getId()"/>
</options_expr>
<string id="name" label="Name"/>
</struct>
<struct id="struct2" base_type="baseStruct">
<string id="value" label="Value"/>
</struct>
struct2 has as a base type baseStruct inheriting all options and settings from its base.
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Enable/disable state for Config Time support, option is added in “Global settings” view.
Configuration classes and variants is an AUTOSAR concept, added support in the framework.
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Removed the suffix from the instance name of a component when there is only one allowed
instance.
21
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
This is used by internal SDK/RTD teams while developing components with Config Tools.
Added a new option called SYNC_SIZE applicable to arrays that will enable the
synchronization of the array size between different component instances. More clearly,
when adding/removing an item from an array, the same action will be performed for other
arrays of the same component instances.
Note: This will synchronize only the SIZE of the array, the array elements will remain
unsynchronized.
Example of usage:
<array id="someId" type="someType" options="SYNC_SIZE">
This is used by internal SDK/RTD teams while developing components with Config Tools.
22
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Extended the current support for querying Pins Tool data from Peripherals Tool adding the
following options:
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Added support to import an EPC file that has variant information inside.
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Added support to take settings values from external references. Some settings can take their
values not only from their definition file (.component) but also from an external file (used as
a storage) which can contain values for different settings.
This is used by internal SDK/RTD teams while developing components with Config Tools.
• Added possibility to create shortcut links from a setting in a component file to another
setting/node, in the same component file or a different one.
23
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
24
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Device Configuration Data (DCD) tool generates the DCD image using the format and constraints
specified in the BootROM reference manual. BootROM reads and interprets the DCD image to configure
various peripherals on the device. The location of the DCD is determined by the pointer in Image Vector
Table (IVT) image.
25
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Device configuration records can be saved in a variety of formats (C array, binary and proprietary .mex
format):
Import DCD binary image -ImportBin Import the binary DCD image in the current configuration.
The path of the imported binary image is expected as argument.
Export DCD image in binary format -ExportBin Export the DCD image in binary format.
Folder name is expected as argument.
Export DCD image in C format -ExportC Export the DCD image in C format.
Folder name is expected as argument.
Export all generated files -ExportAll Export generated files (with source code etc.).
(to simplify all export commands to Code will be regenerated before export.
one command) Includes -ExportBin,-ExportC and in framework -ExportMEX.
Folder name is expected as argument.
Figure 41: DCD Tool - Command line options
26
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
27
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Code Preview tab is available, displaying the DCD image content in C format
• Implemented CRC algorithm (32bit Castagnoli CRC) for ensuring the data integrity of the DCD
image, applicable to a limited set of processors
28
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Image Vector Table (IVT) tool configures and generates the IVT image, the first data structure that
BootROM reads from boot device. The IVT contains the required data components like image entry
point, pointer to DCD and other pointers used by the BootROM during boot process.
Application bootloader image can be generated where a pre-validation mechanism is used to check for
its accuracy.
29
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Control mechanism for reserved sections and pointers will be set to 0xFFFFFFFF.
30
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Exporting all existing images as Blob file including IVT.bin, DCD.bin, HSE.bin, Application_bootloader.bin
etc. is also possible.
31
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
32
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
IVT Tool provides a graphical user interface to flash the IVT image, making the interaction with the Flash
Tool more effective.
The IVT Flash feature can be accessed in the IVT Tool view, in the Buttons area (near Export, Import and
Export Blob buttons):
Once the button is clicked, a flash dialog pop-up should appear on the screen.
33
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Import IVT binary image -ImportBin Import the binary IVT image in the current configuration.
The path of the imported binary image is expected as argument.
Export IVT image in binary -ExportBin Export the IVT image in binary format.
format Folder name is expected as argument.
Export IVT image in C format -ExportC Export the IVT image in C format.
Folder name is expected as argument.
Export Blob image in binary -ExportBlob Export Blob image (the binary which contains IVT image and all loaded pointer
format images.
Folder name is expected as argument.
Export application bootloader -ExportAB Export the complete application bootloader image.
image Folder name, path to the raw binary code file, start ram pointer address value
and entry ram pointer address value are expected as arguments.
Insert value for RAM start Value used for the RAM start pointer address for application bootloader. This
pointer address -start_pointer_addr value will be included in the header of the exported application bootloader.
Insert value for RAM entry -entry_pointer_addr Value used for the RAM entry pointer address for application bootloader. This
pointer address value will be included in the header of the exported application bootloader.
Path to the raw binary code for -raw_binary Path to a binary file which contains the raw code (no header) for the
the application bootloader application bootloader pointer.
pointer
Export the application -serial_boot Export the application bootloader image in serial boot format
bootloader image in serial boot
format
Add transmission marker -include_marker Include the marker FEED_FACE_CAFE_BEEFh on the exported image
Export all generated files -ExportAll Export generated files (with source code etc.).
(to simplify all export Code will be regenerated before export.
commands to one command) Includes -ExportBin,-ExportC, -ExportBlob and in framework -ExportMEX.
Folder name is expected as argument.
Validate configuration -ValidateConfiguration Validates the current loaded configuration and display the problems found.
Automatic alignment for IVT -AutoAlign Automatically aligns all segments in order to fix alignment problems and
segments segment overlapping problems. It has an optional parameter. The user can
specify the start address from which the pointers will be aligned or in case no
parameter is specified the auto align start address from the storage will be
used.
Figure 54: IVT Tool - command line options
• Generate IVT blob image in secure mode. The blob defines the layout of the images that will be
loaded at boot time
34
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• GMAC (Galois Message Authentication Code) section is generated for each binary input using a
specified ADKP (Application Debug Key/Password)
• SYS-IMG pointers do not require a binary to be imported since their content will be generated
at runtime by the HSE
• IVT Tool will check that no overlapping occurs between SYS-IMG pointers and other segments
• IVT Tool can generate the GMAC (Galois Message Authentication Code) bytes for each binary
input using a specified ADKP (Application Debug Key/Password):
35
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
User must load a txt file that contains a string of 32 characters for the ADKP value. Using the
ADKP value, the IVT, DCD, Self-Test DCD, and Application Bootloader images are signed when
the Blob image is exported.
36
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Note: Before using the GMAC generation feature, make sure the selected processor supports the
offline GMAC generation using the ADKP value.
Context help action is available in the user interface for easy access to documentation:
37
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
The “?” icon is available at the top-right corner on the main panels available in the UI and it
opens the same Help documentation available at Help > Contents. It is enabled for IVT, DCD,
QuadSPI and DDR tools.
New option added to export the application bootloader image in serial boot format:
User can choose between the classical format of the application bootloader image and the serial boot
format. However, please note that the serial boot image is not included in the final blob image as there
is no reference to it.
38
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• GMAC generation using Plain ADKP, Hashed ADKP, Wrapped ADKP, and UID calling volkano utils
API (libraries and scripts, a subset of secure debug authorization framework).
Before, the IVT, DCD, Self-Test DCD, and Application Bootloader images could be signed based
on a Plain ADKP at the time the Blob image was exported. In this release, new ways of
generating the GMAC were introduced:
Hashed ADKP is a 64 hex characters file generated based on the Plain ADKP.
Wrapped ADKP is a 512 hex characters file generated based on the Hashed ADKP.
UID represents the ID registered in volkano utils database based on the Wrapped ADKP.
• Added EFUSE VDD Marker and EFUSE VDD Word structures in HSE FW Configuration.
The eFuse VDD Marker is a checkbox that sets the bytes related to the VDD marker to a certain
pattern and enables the configuration of eFuse VDD Word structure.
The eFuse VDD Word configures the Polarity (1 - when driving the GPIO High, 0 - when driving
the GPIO Low), the delay before initiating any fuse writes and the GPIO MSCR value
corresponding to the pin used in eFuse process.
• Added reserved buttons for SYS-IMG pointers in HSE FW configuration. When a SYS-IMG pointer
is set on reserved, the bytes representing the start address of the pointer are set on reserved in
the IVT Image.
39
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Highlight the fields that changed after automatic align process, these are marked with a blue
background.
• Added clear button for GMAC generation structure that will clear/reset to default the values
from the GMAC structure
40
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Improved the Export file dialog for Binary format with a new table header and color highlighting
based on the segments:
- Red bytes represent the header of the image
- Black bytes represent the segments in the image
- Grayed out bytes represent the reserved values
- Brown bytes represent the GMAC value of the IVT Image
This was enabled for all Boot tools – IVT, DCD, and QuadSPI tools.
41
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Import application bootloader -ImportAB Imports the complete application bootloader image in the current
image configuration.
The path of the imported complete application bootloader image is expected
as argument.
Export DDRC interface init -ExportDDRC Export the complete DDRC interface init app image.
application image Folder name, start ram pointer address value, entry ram pointer address value,
path to the raw binary code file, bootrom timeout value and path to the pre-
defined data file are expected as arguments.
Import DDRC interface init -Import DDRC Import the DDRC interface init app image into the current configuration.
application image The path to the imported binary image is expected as argument.
Figure 66 Extended list of IVT CLI supported commands
New IVT format supported, following Image Table structure is available for a limited set of
processors:
UI option for Life Cycle configuration word address, available for a limited set of processors:
42
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Enabled new authenticated image format, available for certain processor revisions.
Updated list of available GMAC generation methods to enhance security of the signing process, plain
ADKP remains the only recommended option.
Extended list of supported IVT formats, new Image Table structure is available for a limited set of
processors.
Improved command line flow for exporting application bootloader and IVT blob images by allowing both
to be generated using a single command.
43
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Added possibility to create custom pointer nodes and include the corresponding images in the
exported blob image, available for certain processors.
• Implemented CRC algorithm (32bit Castagnoli CRC) for ensuring the data integrity of the IVT
image, applicable to a limited set of processors
Import Blob Image -ImportBlob Import Blob Image in a binary format. The command allows importing a blob
image which includes the IVT image and creates temporary files for the
pointers found in blob.
The path of the imported blob image is required as argument.
Export pointers to a specific -ExportPointers Exports the pointers to a specific location when importing blob image.
location The path to a folder where to export the pointers from the imported blob
image is required as argument.
Figure 71 IVT CLI options for importing Blob image
• Added option to keep the input binary files untouched on CLI mode, available on limited set of
processors
• Added option to perform auto align during the blob export process
• Allow the import of adkp files that contain the hex prefix
• Added a reset button the Authentication Tag Generation structure
44
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
BootROM supports boot from external flash memory device over the QuadSPI interface. Booting from
QuadSPI provides flexibility for choosing the configuration parameters for which the controller must be
programmed during boot. QuadSPI tool allows the configuration of these parameters and generate the
QuadSPI image that will be programmed in flash memory.
• QuadSPI General Parameters where general parameters are configured, and final image
imported/exported
• QuadSPI Registers Table that allow user to view and modify registers’ values while checking
that no reserved values get modified
• QuadSPI Command Sequences
• Flash Write Data
After the user obtains the optimal QuadSPI configuration, the result can be exported in a .bin file that
will be imported in the QuadSPI parameters field of the IVT tool in order to be integrated in the final
blob image.
45
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Selects the QuadSPI port on which external flash memory is connected to (port A or B). DLLCR,
SFLASH_1_SIZE and SFLASH_2_SIZE configured registers are dependent on the port selection (e.g.
DLLCRA/DLLCRB).
DLL Modes
IPCR Trigger
Import/Export button
User can select to import a .bin file that will be applied over the current configuration. User can select to
export a .bin or .c file.
46
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Every QuadSPI register has a size of 4 bytes. Bitfields of the register can be viewed and modified when
expanding a register. User can change the register value by setting the bitfields values or directly setting
the register’s value. The displayed bitfields and register values are always in sync.
If the user tries to enter a value that modifies a reserved bitfield, an error will be shown. The erroneous
values will be reset to last valid version when the focus on the textfield is lost.
47
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
The Command Sequence represents a Look-Up Table (LUT). The LUT consists of a number of pre-
programmed sequences. Each sequence is basically a sequence of instruction-operand pairs, which
when executed sequentially, generate a valid serial flash memory transaction. Each sequence can have a
maximum of 10 instruction-operand pairs. The LUT can hold a maximum of 16 sequences. User-provided
LUT configuration can be used for “read” type operations over the AHB interface. The LUT should be
programmed as per requirements of the flash memory connected and the mode of operation selected,
including clock, DDR, SDR, 1-bit, 4-bit, or 8- bit operation. The LUT sequence to be invoked during a read
is controlled by the configuration provided in BUFGENCR.
When the Add button is clicked, a new sequence is created. To configure a sequence, click Edit button. A
new window is displayed, and user can create the structure of the sequence. A sequence consists of
multiple instruction-operand pairs. To add a new pair, click the Add button. Each pair contains
Instruction, Pads and Operand.
48
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Represents an array of 10 structures, each of them containing details of a command and related
parameters to be sent to flash memory after Phase 1 and before Phase 2.
A Flash Write Data structure has 12 bytes and contains header, configuration status register address and
configuration data. Each of these components have a size of 4 bytes. Header contains Address Valid (1
bit), Configuration Data Size (7 bits), Valid Address Bits (6 bits), PAD (2 bits) and CMD (8 bits).
Problems view will indicate if the QuadSPI tool has a problem. Tool will perform the following
verifications:
This option allows the user to export the configured QuadSPI binary image. There are two exportable
formats available:
• Binary format
• C format
49
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
The import/export options can be found on the left side of QuadSPI View.
When clicking export, a window appears on the screen that will allow user to preview the content of the
image and export the code in the desired format.
50
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
After the format is chosen, user can click OK button and a file dialog chooser will appear in order to
select the location where the QuadSPI image will be saved.
For some processors, QuadSPI tool contains several default boot images configurations (depending on the
device, flash type, clock frequency and mode) that can be imported in the IVT tool for easy configuration.
The path where these files can be found is:
mcu_data -> processors -> <processor> -> <SDK version> -> quadspi -> default_boot_images
Note that NXP has only performed functional testing of these configurations in nominal lab settings
(room temperature). However, these configurations are aligned to design simulation analysis, and hence
are expected to work across PVT. User is however strongly advised to test their system across operating
conditions since the behavior is also dependent on QSPI Flash device and PCB layout.
51
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Import QuadSPI binary image -ImportBin Import the binary QuadSPI image in the current configuration.
The path of the imported binary image is expected as argument.
Export QuadSPI image in binary -ExportBin Export the QuadSPI image in binary format.
format Folder name is expected as argument.
Export all generated files -ExportAll Export generated files. Code will be regenerated before export.
Includes -ExportBin,-ExportC and in framework -ExportMEX.
Folder name is expected as argument.
• Implemented CRC algorithm (32bit Castagnoli CRC) for ensuring the data integrity of the
QuadSPI image, applicable to a limited set of processors
52
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
DDR Tool help users to execute LPDDR4/DDR3L training, stress test and DDR initialization. Generated
code can be used within u-boot as it follows u-boot coding style.
Currently supported memories are:
• LPDDR4 (JEDEC 209-4A)
• DDR3 (JEDEC JESD79-3F)
DDR view
DDR view offers basic configuration for: memory type, frequency, number of channels and others. All
options are available as drop-down menus.
53
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
DDR view helps users to configure a DDR controller depending on the DDR memory placed on the board.
The DDR memory may differ by various parameters such as number of chip selects, memory size, or
ranks interleaving.
DDR_CLK frequency - is the frequency that DDR subsystem should consume; the following table
may help to configure correct clock for DDR PLL:
54
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
To be noted that mapping is done at memory level, i.e. upper line is DDR memory and lower line
is MCU.
Validation view
• Init - gives possibility to init ddr and doesn't execute any tests
• Diags - runs TxEye and RxEye diag tests; TxEye and RxEye will run init automatically and will
output eye diagram; for more information please refer to Diag margin test chapter
• Operational - operational test table has DDR tests that will perform basic operations like writing
logical '1' and reading for given DDR memory ranges or stress testing a DDR region; each test
contains a possibility to set a timeout for how long should a test be running; if target is still
running and timeout occurs then a pop-up will appear and test will end.
In order to begin testing please configure in DDR tab required settings, configure performed test and
configure connection by choosing connection type and connection settings. Connection type can be one
of two types: Serial or S32 Debug. Serial connection is using BootROM communication to upload DDR
training data so ensure that serial boot is available.
55
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Current progress can be viewed in Summary tab. After test is finished Fail or Pass will be displayed
in Result column. For Fail a status will be displayed in Fail reason column. For current progress and more
details on execution of tests script consider opening Logs tab.
Operational test contains a Stress Test suite that is meant to stress test DDR memory. As all other tests,
it contains start address and size. In addition, there is a test timer for how long should stress test run.
56
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Available tests:
• Data is address - This test basically programs the source buffer’s data words with its address
(and immediately read-verifies), then copies (memcpy) the source buffer to a destination buffer
and verifies the data transferred correctly. For example, if the source address being written to is
“0x80000008”, the data value of that address is “0x80000008”. Once the source buffer is
completely written, the data is transferred to the destination where it is verified. A basic test to
ascertain that simple read/writes work.
• Row hop reading - This test performs single word reads by hopping from one DRAM row to the
next, reading the first column in each row and in each bank. Once all rows are read from the
first column, the reads start again from the first row, and begin at the second column. The intent
is to perform non-sequential reads and to force pre-charge and activate commands before each
read access.
• SSN memcpy x32 - This test utilizes a custom written memory copy function that issues load and
store pair (LDP, STP) instructions, to test the bursting behavior of the DDR interface. This test
uses data patterns to help root out simultaneous switching noise (SSN). This test also breaks up
the total DDR density into four “banks” or memory regions, where each bank contains a
different SSN data pattern. The test uses various stress patterns such as walking ones and
walking zeros, and 0xA’s followed by 0x5’s.
• Byte SSN memcpy x32 - The purpose of this test is to root out any SSN within byte lanes. It
accomplishes this by writing byte-wise patterns to one location and the inverse of each byte to
the subsequent location. Each of the four bytes values are equal to one another and the test
increments the byte pattern as follows (with the inverse value in brackets: 0x00000000
[0xFFFFFFFF]; 0x01010101 [0xFEFEFEFE]; 0x02020202 [0xFDFDFDFD]; … 0xFFFFFFFF
[0x00000000].
• Memcpy random pattern - This test utilizes a custom written memory copy function that issues
load and store pair instructions to test the bursting behavior of the DDR interface. The data
pattern used is pseudo-random. This test also breaks up the total DDR density into four “banks”
or memory regions, where each bank contains a different “seed” for each pseudo-random data
pattern.
• IRAM to DDR x32 - The purpose of this test is to root out any SSN and isolates the DDR read and
write accesses by using the Internal RAM (IRAM) as an intermediate data storage location. This
test moves data from DDR to IRAM and then from IRAM to a different DDR location, then
compares DDR location 1 and location 2. This test is similar to IRAM_to_DDRv1 test (described
next), but instead transfers the data 1000 times per test to ensure that the data never changes
to root out random glitches. Also, the test uses various data patterns to root out SSN.
• IRAM to DDR x32 v2 - The purpose of this test is to root out any SSN and isolates the DDR read
and write accesses by using the IRAM as an intermediate data storage location. This test moves
data from DDR to IRAM and then from IRAM to a different DDR location, then compares DDR
location 1 and location 2.
Validation view has two set of tests scenarios in Diags tab: Tx Eye and Rx Eye.
• TxEye test collects the transmit eye associated with a specific byte and bit. The eye is measured
by running traffic while varying the DRAM VREF and Phy’s TxDq delay settings. The test records
57
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
how many errors occur at each delay and voltage setting and returns a matrix of encoded error
counts.
• RxEye test collects the receive eye associated with a specific byte and bit. The eye is measured
by running traffic while varying the Phy’s VREF and RxClkDly delay settings. The test records how
many errors occur at each delay and voltage setting and returns a matrix of encoded error
counts.
Chose Test tab has two dropdown options available to configure Rx/Tx Eye test:
• Byte lane
• Bit lane
After configuring connection, Start Validation can be performed. After successful run, eye diagram will
be displayed in Result tab.
58
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
DDR Tool generates source code which can be incorporated into an application to initialize the DDR
subsystem. The source code uses an array-based format and is generated after validation on target is
finished.
Generated Files:
• ddr_init.c – main source file and the entry point of ddr initialization. The method which needs to
be called from the user application in order to initialize the DDR subsystem is ddr_init(). It
configures the DDRC controller based on the selected UI values from DDR View and executes the
PHY training algorithm
59
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• ddr_init.h – main header file, contains method prototypes and global variable definitions
• dq_swap_cfg.c – contains DQ swapping options, generated based on selection from UI
• phy_cfg.c – contains phy module initialization sequence, based on the selected parameters from
UI
• pie_cfg.c – contains PIE initialization sequence
• ddrss_cfg.c – initializes global data structure used in ddr_init() method
• ddrc_cfg.c – DDRC controller initialization sequence, generated based on selected values in UI
(e.g. Clock Cycle Freq (MHz))
• imem_cfg.c – IMEM initialization sequence, covering both training stages:
o struct regconf imem_1d[];
o struct regconf imem_2d[];
• dmem_cfg.c – DMEM initialization sequence:
o struct regconf dmem_1d[]; - mandatory
o struct regconf dmem_2d[]; - optional, depending on the selected value from UI
60
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
A subset of the files above is dynamically generated based on the output log file obtained from the
target. If the log file is missing, a custom message is displayed, and code generation is stopped.
Code generation is supported for Firmware Init and Operational scenarios. Running Read Margin Test or
Write Margin Test scenarios will display the eye diagram but will not generate initialization code in Code
Preview. A custom message is displayed instead:
61
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Support for DDR max frequency 1600 MHz, data rate 3200 MT/s
• LPDDR4 Inline Error Correcting Code – includes the configuration of ECC scrubber
• Static Refresh Rate [0.25x] - Disables automatic refresh rate and adjust register settings for static
refresh rate of 0.25X. Auto Derating Errata is not applicable if this option is enabled.
62
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Auto Derating Errata – If the system is hot or cold prior to enabling derating, temperature
update flag (TUF) might not be set in MR4 register, causing incorrect refresh period and timing
parameters being used (tRCD, tRAS, tRP, tRRD). Software workaround requires reading MR4
during initialization, disabling auto-derating and adjusting timing parameters, if necessary.
When this option is enabled, poll_derating_temp_errata method needs to be periodically called
from user application, in order to monitor TUF and enable auto-derating logic when possible. In
case DDR traffic can be halted, timing parameters can also be restored (see traffic_halted
parameter). This option is not applicable if Static Refresh Rate is used
Figure 104: DDR Tool – Static Refresh Rate & Auto Derating Errata
• UI option that allows user to enable Per Bank Refresh (PBR) mechanism:
- Per bank refresh (PBR) is an alternative refresh scheme in which the refresh is executed
one memory bank at a time, allowing the other banks to be used for read/write
accesses, thus increasing performance. If Per bank refresh is disabled, all memory
accesses are stopped until all banks finish the refresh job, resulting in a longer period of
inactivity (lower performance).
- There is a known issue (ERR050336: "LPDDR4 Per-bank Refresh Issued to the Same Bank
within tRFCpb) which applies for memories with density per channel higher than 4Gb. As
such, DDR Tool will only support PBR if density per channel value is <= 4Gb.
- Static Refresh Rate and Per Bank Refresh can’t be enabled simultaneously (setting either
of them to “yes” will disable the UI element of the other).
63
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• DDR Tool generates a html report of the training parameters and mode registers settings that
can be stored by the customer along with the generated code, using Update Code:
64
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• “Board settings” section was added in DDR View allowing configuration of On Die Termination
(ODT) impedances, drive strengths and PHY Vref values, depending on the client’s custom board
layout:
- PHY ODT Impedance
- PHY Drive Strength
- PHY Vref Quotient
- PHY Vref
- DRAM ODT Impedance
- DRAM Drive Strength
- PHY ODT Impedance - On Die Termination impedance value (in Ohms) used by PHY during
reads
- PHY Drive Strength - Select the driver impedance value (in Ohms) used by PHY during writes
for all DBYTE drivers (DQ/DM/DBI/DQS
- PHY Vref Quotient - Should be programmed with the Vref level to be used by the PHY during
reads. The units of this field are a percentage of VDDQ according to the following equation:
PHY Vref = VDDQ * PhyVrefQuotient[6:0] / 128
- PHY Vref – Vref value calculated with above formula, based on PHY Vref Quotient value.
- DRAM ODT Impedance – Select On Die Termination impedance value (in Ohms) used by
DRAM during write
65
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
- DRAM Drive Strength - Select the driver impedance value (in Ohms) used by DRAM during
reads
• DDR Tool can generate code with reference methods for reading or writing to a mode register
(MR).
• DDR Tool Log View is now available when running Margin tests, displaying real-time information
about the test progress:
66
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
o Read test - PHY ODT and DRAM Drive Strength are varied across the list of possible
values. Consecutive trainings are executed, displaying results for each combination of
values:
o Phy Vref - the purpose of this test is to get an optimized Phy Vref value which will be
used as starting value for the consequent 1D trainings. This is useful when the default
value provided for Phy Vref is not good enough for the custom board to have 1D training
passing because if 1D training is already passing, Phy Vref is further optimized during 2D
training. The test will display as result the value of Phy Vref Quotient corresponding to
the optimized Vref value:
• Added DDR Tool Synopsis firmware version into the generated code
67
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Improved DDR log when tests fail by adding brief human-readable information about the failure
• DDR Tool generated code provides reference code to transition the DDR subsystem from normal
mode to low power mode (retention mode) as well as the other way around. Low power related
methods can be found in:
o ddr_lp.h, ddr_lp.c
o utility methods for storing and loading configuration registers to / from a given
address
o ddr subsystem transitioning methods: ddrss_to_io_retention_mode and
ddrss_to_normal_mode
o ddr_csr_lp.c
o the list with registers which need to be stored / restored
o generated dynamically, based on the memory type
• Added new UI option to select generated code format. Code Preview content will vary
depending on the selected format.
68
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• MISRA-C 2012 compliance for DDR generated code with limited list of exceptions (deviations)
which are documented in the files they occur in.
69
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
70
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Figure 119: DDR Tool - Center coordinates (Vref, delay) in Margin tests
71
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Updated content retention routines to provide improved CA margins across temperatures after
standby exit
• UI option to control whether CA Vref training is executed – static value can be configured if
the user chooses to disable the training step.
Figure 122 CA Vref training disabled example with static value configured
72
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Improved COM port scanning action by adding a progress bar in Validation View to inform user
about the status
• Added possibility to disable the PMIC watchdog before running DDR training
• Added support for Modified and Legacy modes for the refresh command timing constraints
73
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
o Binary content can be extracted from memory and decoded using the new tab available
in Validation View
74
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Removed Refresh Command Constraints option from DDR View. Default configuration is working
both on Legacy and on Modified mode devices because 2x and 4x refresh rates are disabled by
default in MR13 OP[4].
• Add option to synchronize input test parameters across the selected tests
• Add size constraints for Operational test parameters
• Add option to bypass the default XOSC configuration, allowing the user to configure the
oscillator with custom settings. The custom configuration must be done before launching the
DDR validation.
75
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
o Zoom feature is available on the chart and content can be exported in HTML format
76
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Added scan for connected S32 Debug probe devices and Test Connection functionality
77
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
eFuse tool provides an intuitive graphical interface for writing/programming the OTP (One Time
Programable) bits by software.
Initial support includes a Standard configuration panel where each fuse word can be configured based on
the value of its components. Initially all fuse settings have the default values (all bits are 0).
78
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Configuration of Boot fuses, with different UI options based on the selected Boot Interface
• Export functionality
79
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Include serial boot header -serial_boot Include the serial boot header into the exported eFUSE binary configuration.
No arguments are required.
Figure 142 eFUSE Command Line support
• Integrated Problems View and error reporting mechanism, checking the following:
o Value in a textfield has expected format (hexadecimal, decimal)
o Textfield value is not empty
o Textfield value is within the width limit (overflow error is reported)
• Added eFUSE advanced layout, which allows configuration of each fuse word with any custom
value which is aligned with the reference manual constraints. It provides the following options:
o Adding a new fuse word to be configured, “Add Fuse Word” button is located in “Fuse
Configuration” area
o Removal of an existing configured fuse word, “Remove Fuse Word”
o Changing the value of any available fuse word.
o Graphical representation of the eFUSE configuration in binary format
o Same export/import functionalities as standard layout
80
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Added HTML report generation – report is exported together with the .bin or .elf files and
contains the efuse configuration in a human readable format
81
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
82
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
Allows the configuration of the Generic Timer Module, with the objective of generating source code
necessary to output PWM signals or analyze incoming waveforms. The GTM peripheral contains multiple
modules, each with its own dedicated function.
GTM Tool is currently offering configuration options for the following components:
83
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
GTM Tool integrates Problems View and error reporting mechanism, checking for invalid and out of
range values.
GTM Tool offers code generation mechanism – each valid change in the configuration triggers a code
generation request. By design, the last generated code instance is always valid.
84
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
85
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
86
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
To start using S32 Configuration Tools user must first setup a project in S32 Design Studio. This is done
by selecting:
After that, a new window is prompted to “Create a S32 Design Studio Project”. Follow the wizard by
choosing a Project name, Project location and Processor.
Next user must select the required cores, parameters for them, and the preferred SDK/RTD from the
available ones. Note that this step is recommended when working with Pins, Clocks, or Peripherals tools
as additional enablement is added from SDK/RTD.
87
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
88
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
By clicking on Finish the project is all setup. To open S32 Configuration Tools views right-click on the
project and go to S32 Configuration Tools option or select the same option from the upper toolbar.
When the configuration is opened in one of the S32 Configuration tools’ perspectives, user can just
choose “Manage SDK components” button from the toolbar.
After the option is selected, a dialog with the supported S32 SDK components is displayed:
89
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Copy sources - if checked, sources are copied to the workspace project, otherwise they are
linked from existing sources in the SDK.
• Import other files - if checked, other files listed in the SDK components and/or example.xml will
be imported.
• Sync with Peripherals Tool Configuration view, automatic add/remove components - if true, for
each dependency, if available, in Peripherals Tool Configuration the drivers will be
added/removed only if the configuration for the selected project is opened.
When “OK” button is pressed, a pop-up with all the drivers’ sources are shown for each operation, add
to project or remove from project:
90
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
4 Known limitations
IVT Tool:
• For some processors, SYS-IMG pointers reserved status does not properly update when exporting
.mex in CLI mode
• Very rarely, the GMAC section is not generated properly using UID
Workaround: re-try the operation in the UI a few times or use directly the volkano utils commands
in the console.
• Sporadically, “Problems occurred” shows-up after working in IVT Tool perspective and restarting
S32 Design Studio.
Workaround: ignore error as it doesn’t impact any functionalities.
• Automatic align is causing overflow when doing automatic align with size of first pointer 0.
Workaround: Insert a valid size for the pointer.
• Tool is not responding when displaying content for AB/DDRC pointer with large code length value.
• There is an error message "The code length value is bigger than the imported image length"
when loading a .mex with the raw code from CLI mode.
Workaround: Use the UI mode to generate header for the raw binary and then use the exported
binary in CLI process
• For some processors, import blob might not work when importing large blob files (around 1GB)
DCD Tool:
• For registers which have the same address as other registers, the peripheral name in C file and
code preview might be incorrect.
Workaround: Can be ignored, no functionality impact.
DDR Tool:
GTM Tool:
• External clock configuration for CMU is currently not supported by the GTM tool.
• Only ATOM SOMP mode is supported in the PWM driver, the rest of the modes will be added in
future work.
• Trigger command for ATOM/TOM is currently not supported by the PWM driver.
• Update mode for ATOM/TOM is set by default to synchronous mode, as the PWM driver
currently does not support asynchronous mode.
• Counter offset for ATOM/TOM is currently not supported driver-wise.
• TIM configuration supports only Edge counting mode.
91
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• Importing new mcu_data with “Data Manager” places the data one level up than expected if no
previous data existed before
Workaround: manually move the mcu_data in the correct location
• Command line options are not working outside of installation folder
Workaround: Open .ini file from installation folder and replace the efxclipse.java-modules.dir
relative path with the absolute one
92
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
• In some cases, there might be warnings with message "Invalid project path: Include path not
found ..." after removing an SDK/RTD component
Workaround: remove include path entries manually from Project properties > C/C++ Build >
Settings > Includes
93
NXP Semiconductors Document Number: S32CT 1.7 U8 R
Release Notes 05/2024
How to Reach Us: Information in this document is provided solely to enable system and software implementers to use NXP
Home Page: products. There are no express or implied copyright licenses granted hereunder to design or fabricate any
integrated circuits based on the information in this document. NXP reserves the right to make changes without
nxp.com further notice to any products herein.
Web Support:
nxp.com/support NXP makes no warranty, representation, or guarantee regarding the suitability of its products for any particular
purpose, nor does NXP assume any liability arising out of the application or use of any product or circuit, and
specifically disclaims any and all liability, including without limitation consequential or incidental damages.
“Typical” parameters that may be provided in NXP data sheets and/or specifications can and do vary in
different applications, and actual performance may vary over time. All operating parameters, including
“typicals,” must be validated for each customer application by customerʼs technical experts. NXP does not
convey any license under its patent rights nor the rights of others. NXP sells products pursuant to standard
terms and conditions of sale, which can be found at the following address: nxp.com/SalesTermsandConditions.
While NXP has implemented advanced security features, all products may be subject to unidentified
vulnerabilities. Customers are responsible for the design and operation of their applications and products to
reduce the effect of these vulnerabilities on customer's applications and products, and NXP accepts no liability
for any vulnerability that is discovered. Customers should implement appropriate design and operating
safeguards to minimize the risks associated with their applications and products.
NXP, the NXP logo, NXP SECURE CONNECTIONS FOR A SMARTER WORLD, COOLFLUX, EMBRANCE, GREENCHIP,
HITAG, I2C BUS, ICODE, JCOP, LIFE VIBES, MIFARE, MIFARE CLASSIC, MIFARE DESFire, MIFARE PLUS, MIFARE
FLEX, MANTIS, MIFARE ULTRALIGHT, MIFARE4MOBILE, MIGLO, NTAG, ROADLINK, SMARTLX, SMARTMX,
STARPLUG, TOPFET, TRENCHMOS, UCODE, Freescale, the Freescale logo, AltiVec, C-5, CodeTEST, CodeWarrior,
ColdFire, ColdFire+, C-Ware, the Energy Efficient Solutions logo, Kinetis, Layerscape, MagniV, mobileGT, PEG,
PowerQUICC, Processor Expert, QorIQ, QorIQ Qonverge, Ready Play, SafeAssure, the SafeAssure logo,
StarCore, Symphony, VortiQa, Vybrid, Airfast, BeeKit, BeeStack, CoreNet, Flexis, MXC, Platform in a Package,
QUICC Engine, SMARTMOS, Tower, TurboLink, and UMEMS are trademarks of NXP B.V. All other product or
service names are the property of their respective owners. AMBA, Arm, Arm7, Arm7TDMI, Arm9, Arm11,
Artisan, big.LITTLE, Cordio, CoreLink, CoreSight, Cortex, DesignStart, DynamIQ, Jazelle, Keil, Mali, Mbed, Mbed
Enabled, NEON, POP, RealView, SecurCore, Socrates, Thumb, TrustZone, ULINK, ULINK2, ULINK-ME, ULINK-
PLUS, ULINKpro, µVision, Versatile are trademarks or registered trademarks of Arm Limited (or its subsidiaries)
in the US and/or elsewhere. The related technology may be protected by any or all of patents, copyrights,
designs and trade secrets. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its
affiliates. The Power Architecture and Power.org word marks and the Power and Power.org logos and related
marks are trademarks and service marks licensed by Power.org.
94