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.

TMS320F2800157-Q1: LAUNCHXL-F2800157 using uniflash programming boot + app hex fail...............................

Part Number: TMS320F2800157-Q1
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

When i use uniflash tool to program a hex file , I find the tool always gives me this error . 

Fullscreen
1
2
3
4
5
[2024/9/4 4:47:55] [INFO] C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
[2024/9/4 4:47:56] [INFO] C28xx_CPU1: GEL Output: ... DCSM Initialization Done ...
[2024/9/4 4:47:56] [INFO] C28xx_CPU1: GEL Output: ... DCSM Initialization Start ...
[2024/9/4 4:47:57] [INFO] C28xx_CPU1: GEL Output: ... DCSM Initialization Done ...
[2024/9/4 4:48:02] [ERROR] C28xx_CPU1: Error during Flash Programming. Address 0x00088000, FMSTAT (STATCMD on some devices) 0x00000101
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Fullscreen
1
2
[2024/9/4 4:48:02] [ERROR] C28xx_CPU1: Error during Flash Programming.
Address 0x00088000, FMSTAT (STATCMD on some devices) 0x00000101
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Hi,

    It seems that Flash is not erased properly.

    Can you check what is value at address 0x88000?

    Do you see same issue when you try to erase using CCS?

    Thanks & Regards,

    Rajeshwary

  • I have resolved my problem.

    When  I use CCS programming , it works well.

    When  I use uniflash programming , it report an error.

    It  confused me so long , but when I check my CMD file , I find I used an address that it is before BEGIN address.

    BEGIN : 0x08A000,  I used an address ,such as : 0x088000.