SLAA450G April 2010 – April 2020
By default, the standard linker command file that comes with the IDE is selected and used. For this BSL project, some modifications of the file are required.
CCS | IAR |
---|---|
CCS automatically copies the default linker command file to the project directory. It can be accessed using the CCS Project Explorer. | IAR selects and uses the default linker command file directly out of the installation path. The typical path is:
C:\Program Files\IAR Systems\EWB MSP430 5.20\430\config |
Typical file name | |
lnk_msp430g2001.cmd | lnk430g2001.xcl |
Maintaining the original file | |
CCS already copied the file to the project | Copy the original file to the project directory to preserve the default file. |
Rename file to clearly identify the customized file | |
lnk_msp430g2001_bsl.cmd | lnk430g2001_bsl.xcl |