Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter

Limitation/Range

GUI location

Description and GUI location

Usage

Flashloader_FileName

supported files: .bin

Image Added

Absolute path to Flashloader binary file

Image_FileName

supported files: .bin, .s19, .sb

Image Added

Absolute path to Image file

OTP_FileName

supported files: .json, .bin

Image Added

Absolute path to fuse data file for OTP memory

MCU_name

supported families: RT10xx, RT11xx

Image Added

Selected target microcontroller

Target_EN

0-255 where:

Target 1 enable = 1
Target 2 enable = 2
Target 3 enable = 4
Target 4 enable = 8
Target 5 enable = 16
Target 6 enable = 32
Target 7 enable = 64
Target 8 enable = 128

Image Added

Selection of target devices to be connected during actions in the GUI.

Interface

USB HID only

Image Added

Host computer connection interface with target MCU

OTP_WrAutoProgramEn

0 or 1

Image Added

OTP_LockAutoProgramEn

0 or 1

Image Added

Flashloader_Default_Setup

0 or 1

Image Added

Flashloader settings relate to the load address, jump address, and binary file. This option means choosing between the settings: 1 - default 0 - user defined

UserMemoryOptions

0 or 1

Image Added

Selection of address ranges for read delete and write operations.

Setup->Memory Options
0 - Defined by image file, 1 - User defined

EraseAll

0 or 1

Image Added

Setup->Memory Options

Boot_Dev_Type

0,1,2

Image Added

Setup->Memory Configuration

0 - Nor Flash
1 - SD
2 - Nand

Memory_Configuration_Address

Internal RAM address range

Image Added

Load Address for Memory_Configuration_Word1

F_MemoryConfig()

Memory_Configuration_Word1

0x0000 0000 … 0xFFFF FFFF

Image Added

External Flash configuration word

Setup->Memory Options

F_MemoryConfig()

Memory_Configuration_Word2

0x0000 0000 … 0xFFFF FFFF

Image Added

External Flash configuration word2

F_MemoryConfig()

Memory_ID

0 … 0xFF

External memory ID

F_MemoryConfig()

Memory_Size

0x0000 0000 … 0xFFFF FFFE

Image Added

External memory size

Setup->Memory Options

Property_Tag

0 … 0x20

Image Added

F_GetProperty()

Property_Value

0x0000 0000 … 0xFFFF FFFF

Image Added

F_SetProperty()

Read_Start_Address

0x0000 0000 … 0xFFFF FFFE

Image Added

Read memory start address.

Setup->Memory Options

F_Read() if UserMemoryOptions = 1

Read_Stop_Address

0x0000 0001 … 0xFFFF FFFF

Image Added

Read memory end address

Setup->Memory Options

F_Read() if UserMemoryOptions = 1

Write_Erase_Start_Address

0x0000 0000 … 0xFFFF FFFE

Image Added

Start address for Eraase Erase and Write operations

Setup->Memory Options

F_Erase() if(UserMemoryOptions == 1 and EraseAll ==0)

Write_Erase_Stop_Address

0x0000 0001 … 0xFFFF FFFF

Image Added

End address for Eraase Erase and Write operations

Setup->Memory Options

F_Erase() if(UserMemoryOptions == 1 and EraseAll ==0)

Flashloader_Load_Address

Internal RAM address range

Image Added

Setup->Memory Options

Flashloader_Jump_Address

Internal RAM address range

Image Added

Setup->Memory Options

Flashloader_VID

0x0000 … 0xFFFF

Image Added

USB Vendor ID of Flashloader running in MCU

Setup->Memory Options

F_Connect(), F_Load_OS() if (Flashloader_Default_Setup == 0)

Flashloader_PID

0x0000 … 0xFFFF

Image Added

USB Product ID of Flashloader running in MCU

Setup->Memory Options

F_Connect(), F_Load_OS() if (Flashloader_Default_Setup == 0)

MCU_VID

0x0000 … 0xFFFF

Image Added

USB Vendor ID of MCU

Setup->Memory Options

MCU_PID

0x0000 … 0xFFFF

Image Added

USB Vendor ID of MCU

Setup->Memory Options

Summary