...
MCU configuration and programming depends on the image file type selected: .bin, .s19 or .sb.
Binary Image File
...
A binary file only contains data that is not memory-mapped. To properly upload a .bin file, you must previously configure the memory and set the address of loading the file into memory.
S-record Image File
Secure Binary File
Writing Image
The write process of an image depends on the type of image file. The table below summarizes:
Operation | Binary File | S-record File | Secure Binary File |
---|---|---|---|
Memory Configuration | User defined | User defined | Included in file |
Image Load Address | User defined | Included in file | Included in file |
Erase range | User defined | Extracted from the file | Included in file |
OTP File
The OTP memory contains fuse bits that configure and protect the program loaded into the internal or external flash memory. In the iMX.RT 10xx family of microcontrollers, there is an OTP area of 64 32-bit words. Generating, modifying, and using fuse bit value files is possible in several ways:
...
The current status of the memory configuration can be displayed in the "Reports" field of the main window. To achieve this, click the button. Then the report will be displayed for the selected target:
...