[EXT_EP-11634] CLI Erase command for MSP430Gx will erase calibration data in INFOA memory Created: 06/Feb/24 Updated: 29/Aug/24 |
|
Status: | Accepted |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | UniFlash |
Internal ID: | UNIFLASH-1637 |
Forum URL: | https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1320921/dslite-from-uniflash-8-5-0--b-erase-erases-msp430-microcontroller-calibration-dslite-from-uniflash-4-6-0-does-not |
Found In Release: | CCS_12.8.0 |
Fix In Release: | UNIFLASH_8.8 |
Affected Platform/Device: | Generic |
Description |
By default, CLI Erase command for MSP430Gx will erase calibration data in INFOA memory ex: dslite.bat -c MSP430G2452.ccxml -b Erase It will perform a Mass Erase that will erase all of main memory and information memory segments A-D. Calibration data is in stored in segment A. This is likely not desired behavior for the default. Note that the same exact command in UniFlash 4.6 (using the same ccxml file) does NOT erase segment A. This is likely the desired default behavior. There seems to be some regression. I'm not sure if it is a UniFlash issue or if it is an issue with the Mass Erase functionality. |