This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Uniflash program error by using command line method

Part Number: UNIFLASH
Other Parts Discussed in Thread: TMS320F28075

Dears

Uniflash run well by GUI operation to program TMS320F28075 with a hex file, however it report error by using command line operation for programming same device with same hex file.

The error information as below picture, appreciate your help advice if it is any wrong for command line operation?

  

  • Terry,

    According to the error message, it is trying to verify memory at address 0x78000 on the program page. According to the memory map, there isn't any memory at that address.

    Could it be that you want to write to the data page instead? where the USER OTP BANK0 memory is located? If so, you will need to update/recompile your .hex file.

    I'm not sure why the GUI would not show the error, but if you try to perform a standalone verification operation in the GUI (select your program and press the "Verify Image" button), that should be similar to what the CLI is doing.

    Thanks,
    Ricky