我也遇到相刚的问题! 郁闷
**** Begin Sector Clear Operation ****
OK: Flash Algorithm loaded into DSP memory
OK: Write sector value 0x000f to symbol PRG_options
OK: Set Breakpoint at PRG_stop
OK: Running flash algorithm
OK: DSP Halted
OK: Read status value 0x0000 from symbol PRG_status
OK: PC set to PRG_erase
OK: Running flash algorithm
OK: DSP Halted
Error: Read status value 0x0001 from symbol PRG_status
Flash algorithm failed during clear operation文字
One possible reason is: You may have accidentally locked the DSP chip. That could happen when you stored something (Other than all 0 or all 1) into the program addresses 0x40 to 0x43. It also could happen when the clearing or erasing operation was stopped before finishing.
To unlock the DSP chip, In Code Composer Studio, click Tools -> On-Chip Flash Programmer. If you remember what you wrote into the addresses 0x40 to 0x43, then enter them below “Code Security Password.” Otherwise you can try using 0040 to 0043 as passwords (as shown below)
The above method worked for me on two 2407A chips.
Good luck.
One more thing, if the programming procedure is stopped, BEFORE TURN OFF THE DSP, you’d better click View -> Memory … in Code Composer Studio, then write down the contents at address 0x40 to 0x43. You may need that as your password for the chip.