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.
Tool/software:
When i use uniflash tool to program a hex file , I find the tool always gives me this error .
[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
[2024/9/4 下午4:48:02] [ERROR] C28xx_CPU1: Error during Flash Programming. Address 0x00088000, FMSTAT (STATCMD on some devices) 0x00000101
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.