These options allow the user to export different images.
The currently available export options are:
The export options are different from the other tools like Pins, Clocks and Peripherals. The import/export options for IVT image, along with export Blob image option can be found under the Boot Configuration and Interface selection menus, while for Application Bootloader subimage.
To proceed, click on export and a pop-up window will appear on screen.
This window allows the user to choose one of the available formats and shows a preview of the data that will be exported.
For the binary format, the export data is represented by the raw bytes of the IVT image.
The export preview design is similar to hexdump for increased legibility.
For the C format, the exported value will be a C code that contains an array of bytes, the same bytes as in the binary format.
This format takes advantage of the linker to export the image to the board, so it does not need to be manually flashed.
The bytes will be separated in groups, corresponding to different components, with comment descriptions for increased legibility.

After chosing the desired format, press "OK" to proceed.
You will see a file chooser dialog where you can specify the name and location for the file you want to save.
Exporting the Blob image means exporting the IVT Image as binary along with all the images of the pointers which have a valid loaded file assigned.
Loading images to pointers example:
Load the images you desire to export in the corresponding IVT Pointers as described below:
Repeat this process with as many pointers as you want.
Finally, click on the “Export Blob Image” button to proceed. A file saving dialog will appear on the screen.
Configuration example:
In the configuration above (Figure: IVT configuration with loaded image files) there are 4 available (“On”) pointers: DCD, DCD (Backup), HSE and HSE (Backup) of which just two have images set : DCD and DCD (Backup).
The exported blob image will contain the following:
[ 0x0 – 0xFF ] : IVT Image binary
[ 0x100 – 0x127 ] : DCD Image binary ( loaded from “C:\S32CT_Workspace\dcd” )
[ 0x128 – 0x14F ] : Empty ( 0xFF ) as HSE and HSE Backup have no loaded images
[ 0x150 – 0x177 ] : DCD (backup) Image binary ( loaded from “C:\S32CT_Workspace\dcd” )
The IVT tool has an option for exporting the Application Bootloader (and Application Bootloader backup) images.
To work with the export option of the Application Bootloader you can either:
Modify the desired fields (ex. RAM start pointer), then click “Export Image” which will bring a pop-up of a file chooser dialog.
After pressing the “Export Image” button, the tool will show a warning pop-up, telling you that the image that is going to be created will have no attached code, and the code segment will automatically be empty ( filled with 0xFF ).
Later, you can load the exported image back using the “Browse” button.