Versions Compared

Key

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

...

If the Flashloader is loaded the following set of commands is used by the NXP Flasher:

DLL Function

Descritpion

Config File related values

Flashloader related command (blhost)

F_AutoProgram()

The autoprogram executes a sequence of commands:

  1. F_Connect()

  2. F_Load_Flasloader()

  3. F_MemoryConfig()

  4. F_Erase()

  5. F_Write()

  6. F_Verify()

All values associated with the commands contained in Autoprogram

F_Connect()

F_Load_Flashloader()

F_MemoryConfig()

External memory configuration sequence. Uses two commands: loading configuration word and running configure memory

Memory_Configuration_Address
Memory_Configuration_Word1
Memory_Configuration_Word2

fill-memory

configure-memory

F_Write()

Image file programming command depending on file type

Image_FileName,

write-memory if file extension of Image_FileName is .bin or .srec

receive-sb-file if file extension of Image_FileName is .sb

F_Verify()

F_Read()

F_OTP_Write()

F_OTP_Verify()

F_OTP_Read()

F_Erase()

flash-erase-region if EraseAll = 0

flash-erase-all if EraseAll = 1

F_GetProperty()

F_SetProperty()