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.

Project Rename 後 SELECTED SECTORS ONLY 失效

請問我將官方範例 c2000 ware sci_ex1_echoback 叫出來,並在280045_FLASH_lnk.cmd 把

.cinit、.pinit 、.switch、.econst、.TI.ramfunc都設為FLASH_BANK0_SEC0

將.text設為FLASH_BANK0_SEC0 | FLASH_BANK0_SEC1

然後在On-Chip Flash裡面的Erase Settings設成Selected Sectors Only

把Sector 0跟Sector 1勾起來並儲存設定後

使用Debug模式驗證可以只清除Sector 0、Sector 1的部分,

但是當我在Project上點選Rename後,將專案改成新的名稱,執行Debug模式都會把全部的Sector全部Erase一次,再做燒錄

我在照之前設定的方式在做一次都沒辦法只清除Sector 0、Sector 1的部分,

請問有人遇過這個問題嗎?